Retrieve a timesheet
Retrieves a timesheet by timesheet_id, including its submission, review, and processing status. Pass expand=file_data to include file name and download URL in the response.
Token scopes: time-tracking:read
Retrieves a timesheet by timesheet_id, including its submission, review, and processing status. Pass expand=file_data to include file name and download URL in the response.
Token scopes: time-tracking:read
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/
Optional list of fields to extend in the response. Currently only file_data is supported, which includes file details (file_id, file_name) and download URL.
Timesheet retrieved successfully. Returns timesheet details including validation errors if applicable. When extend=file_data, also includes file_data object with file details and download URL.
Timesheet data including validation errors if applicable. When extend=file_data, also includes file_data object with file details and download URL.
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.