Retrieves a paginated list of time entries. By default, responses are paginated with 20 items per page.
Documentation Index
Fetch the complete documentation index at: https://developers.projectcor.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number (default: 1). Set to false to disable pagination.
Number of items per page (default: 20).
URL-encoded JSON object with filter criteria. Available fields: dateStart (YYYY-MM-DD), dateDeadline (YYYY-MM-DD), clients (array), projects (array), users (array), labels (array), teams (array).
URL-encoded JSON object for sorting. Example: {"by":"start","order":"ASC"}.
Paginated list of time entries
Paginated response for time entries list
Total hours summed across all entries matching the query
Total cost summed across all entries matching the query
Total number of time entries
Number of items per page
Current page number
Last available page number
Array of time entries for the current page