Skip to main content
POST
Returns detailed timesheet entries for a specific user and reporting period.

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Body

The user identifier, date range, and filter criteria.

userId
string
startDate
string<date-time>
endDate
string<date-time>

Response

User timesheet entries.

date
string<date-time>
totalMinutes
integer<int32>
label
string
isBillable
integer<int32>