Skip to main content

List time records

GET 

/api/v1/entry_recs/time

Retrieves a paginated list of time entry records (individual hours entries) with optional filtering, sorting, and field selection.

Read-Only: This API provides read access to the underlying entry records. To create or modify entries, use the Entry Sheets API.

Permissions: Users see their own records. Managers, approvers, and timekeeping assistants see records they have permission to view based on group-scoped roles.

Use Cases:

  • Reporting and analytics
  • Auditing entry history
  • Querying entries across multiple sheets
  • Integration with external systems

Filtering: Filter by date ranges, projects, users, codes, amounts, and commit state. See the $filter parameter documentation for details.

Version 13.5.0 (25H2) or higher required

The Entry Sheet REST API was introduced in Journyx version 13.5.0 (25H2). Please ensure your Journyx instance is running this version or later to access these endpoints.

Request

Responses

Successful response