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
Authentication
Path parameters
Query parameters
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.
Response
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.