curl --request GET \
--url https://{tenant}.ekso.app/api/plan/{boardId}/capacity \
--header 'Authorization: Bearer <token>'{
"boardId": "<string>",
"cycleId": "<string>",
"boardBudgetHours": 123,
"cycleBudgetHours": 123,
"cyclePlannedHours": 123,
"resources": [
{
"userId": "<string>",
"userName": "<string>",
"totalCapacityHours": 123,
"plannedHours": 123,
"availableHours": 123,
"utilizationPercent": 123,
"plannedCost": 123,
"plannedRevenue": 123
}
],
"aggregate": {
"totalCapacityHours": 123,
"totalPlannedHours": 123,
"totalAvailableHours": 123,
"utilizationPercent": 123,
"totalPlannedCost": 123,
"totalPlannedRevenue": 123,
"grossMarginPercent": 123,
"totalLoggedCost": 123,
"totalLoggedRevenue": 123
}
}curl --request GET \
--url https://{tenant}.ekso.app/api/plan/{boardId}/capacity \
--header 'Authorization: Bearer <token>'{
"boardId": "<string>",
"cycleId": "<string>",
"boardBudgetHours": 123,
"cycleBudgetHours": 123,
"cyclePlannedHours": 123,
"resources": [
{
"userId": "<string>",
"userName": "<string>",
"totalCapacityHours": 123,
"plannedHours": 123,
"availableHours": 123,
"utilizationPercent": 123,
"plannedCost": 123,
"plannedRevenue": 123
}
],
"aggregate": {
"totalCapacityHours": 123,
"totalPlannedHours": 123,
"totalAvailableHours": 123,
"utilizationPercent": 123,
"totalPlannedCost": 123,
"totalPlannedRevenue": 123,
"grossMarginPercent": 123,
"totalLoggedCost": 123,
"totalLoggedRevenue": 123
}
}JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.
The board ID.
The cycle ID.