Skip to main content
POST
Returns a per-user summary of logged time for the specified reporting period.

Authorizations

Authorization
string
header
required

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

Body

The date range and filter criteria for the report.

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

Response

User time summaries.

userId
string
userName
string
jobRoleName
string
totalHours
integer<int32>
billableHours
integer<int32>
nonBillableHours
integer<int32>
billablePercentage
integer<int32>
nonBillablePercentage
integer<int32>