Retrieve a timesheet
Retrieves a timesheet by ID, including its submission, review, and processing status. When expand=file_data is provided, the response also includes file-related details such as the file name, download URL.
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.