Get a timesheet
Returns a single timesheet by its unique identifier.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200
The unique identifier for the object.
The start date of the timesheet period. Will be in the form YYYY-MM-DD.
The end date of the timesheet period. Will be in the form YYYY-MM-DD.
The timestamp when the object was created.
The timestamp when the timesheet was submitted.
The total number of hours tracked in this timesheet period.
The statement the member attested to when the timesheet was submitted. null when no attestation was captured.
The signature the member provided when attesting to the timesheet. null when no attestation was captured.
The member this timesheet was submitted for.
The time entries included in this timesheet.
The member who submitted the timesheet. This is the timesheet's own member when they submitted it themselves, and a different member when someone submitted on their behalf. null when the timesheet was submitted through the API, submitted automatically on a schedule, or submitted before this field was introduced.
Whether the timesheet was attested. This is a calculated value based on whether an attestationSignature was captured.