Get all time sheets for a company

Fetch all company's time sheets.

Time sheets represent the time worked by an employee or contractor for a given time range. Hours are classified by pay classification, and can be regular, overtime, or double overtime.

scope: time_sheet:read

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The UUID of the company

Query Params
entity_uuids
array of strings

Entity UUIDs that reported time sheets

entity_uuids
string
enum

Type of entities to filter. One of: "Employee", "Contractor"

Allowed:
string
enum

Status of time sheets. One of: "approved", "pending", "rejected"

Allowed:
string
enum

Field to sort by. One of: "created_at", "updated_at", "shift_started_at", "shift_ended_at"

Allowed:
string
enum

Sorting order. One of: "asc", "desc"

Allowed:
string

time sheets that were created before ISO 8601 timestamp. Filtering by "created_at"

string

time sheets that were created before ISO 8601 timestamp. Filtering by "created_at"

integer

The page that is requested. When unspecified, will load all objects unless endpoint forces pagination.

integer

Number of objects per page. For majority of endpoints will default to 25

Headers
string
enum
Defaults to 2026-02-01

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Allowed:
Responses

404

Not Found

The requested resource does not exist. Make sure the provided UUID is valid.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json