latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Timesheets
Get a resource timesheet
Retrieve the details of a single timesheet for a resource (required scope resources:read)
get/v1/resources/{resourceId}/timesheets/{timesheetId}
Path parameters
resourceIdinteger required
The unique identifier of the resource associated with the timesheet
timesheetIdinteger required
The unique identifier of the timesheet
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"id": 12345,
"status": "unsigned",
"totalHours": 7.5
}