Filter and retrieve time tracking entries based on various criteria including user, date range, object, and activity type. Supports pagination and sorting.
Maximum number of entries to return
x <= 500
Number of entries to skip for pagination
x >= 0
Field to sort by
Filter by user ID
Filter by creation date from (timestamp)
Filter by creation date to (timestamp)
Filter by object ID
Filter to search jobs by activity type IDs. It can handle multiple activity type IDs and also includes checks for assignments, jobs, and salaries.
Activity Type ID to filter by
Filter by status (single value or comma-separated list)
Filter for time tracking entries that are not approved
Time tracking entries retrieved successfully
The response is of type Time Tracking Entry · object[]
.