Skip to main content
POST
Returns profitability 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 profitability report.

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

Response

Profitability records.

id
string
name
string
totalHours
integer<int32>
billableHours
integer<int32>
nonBillableHours
integer<int32>
billablePercentage
integer<int32>
estimatedCost
integer<int32>
estimatedRevenue
integer<int32>
grossMarginPercentage
integer<int32>