v1
latestOpenAPI 3.1.02026-07-2421872196.9 KBList timesheet entries
Retrieve a list of timesheet entries. This endpoint allows you to get a comprehensive and organized view of all recorded work activities and hours for a given period.
Query parameters
This filter allows users to specify the starting date of the date range for which they want to retrieve timesheet entries. It helps narrow down the entries to those that fall within or after the specified date
Similar to "starts_on," this filter enables users to set the ending date of the date range for timesheet entry retrieval. It restricts entries to those that fall within or before the specified date.
This filter allows users to specify one or more employee IDs to filter timesheet entries by specific employees. It restricts the list to entries associated with the selected employees.
Users can use this filter to specify one or more position IDs to filter timesheet entries by specific job positions or roles. It narrows down the entries to those related to the selected positions.
This filter allows users to specify one or more team IDs to filter timesheet entries by specific teams or workgroups. It focuses on entries associated with the chosen teams.
Users can use this filter to specify one or more department IDs to filter timesheet entries by specific organizational departments. It limits the list to entries linked to the selected departments.
Users can use this filter to specify one or more location IDs to filter timesheet entries by specific physical or geographical locations. It focuses on entries associated with the selected locations.
Similar to other ID filters, this filter allows users to specify one or more division IDs to filter timesheet entries by specific divisions or subunits within the organization.
This filter allows users to specify the type of timesheet entries they want to retrieve. The allowed values are "working" and "break"
This filter allows users to specify one or more project IDs to filter timesheet entries by specific projects. It focuses on entries associated with the chosen projects.
This filter restricts timesheet entries to those whose timesheet is in one of the specified statuses. The allowed values are unsubmitted, pending, approved, and rejected.
Response
OK
Example response
{
"data": [
{
"date": "2024-01-01"
}
]
}