Returns a list of timesheets.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A cursor ID (uuid) used to request the next page of results. If not provided, defaults to the first page of results.
A cursor ID (uuid) used to request the previous page of results. Is mutually exclusive with startingAfter.
The maximum number of results to be returned. Can be any number from 1 to 100. Defaults to 10, if not provided.
Filter timesheets by the member's unique identifier.
Filter timesheets by exact start date. Must be in the form YYYY-MM-DD.
Filter timesheets where the start date is on or after this date. Must be in the form YYYY-MM-DD.
Filter timesheets where the start date is on or before this date. Must be in the form YYYY-MM-DD.
Filter timesheets by exact end date. Must be in the form YYYY-MM-DD.
Filter timesheets where the end date is on or after this date. Must be in the form YYYY-MM-DD.
Filter timesheets where the end date is on or before this date. Must be in the form YYYY-MM-DD.