Skip to main content
POST
Returns billable item data 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

Billable item records.

containerId
string
containerName
string
boardName
string
itemId
string
itemKey
string
itemName
string
billableHours
integer<int32>
cost
integer<int32>
revenue
integer<int32>
profit
integer<int32>