v1

latestOpenAPI 3.1.02026-08-06118124285.7 KB
Forecast Optimal Headcounts

Calculate optimal headcount by id

post/v2/forecast-calculation/groups/{groupId}/optimal-headcounts/{optimalHeadcountId}

Path parameters

optimalHeadcountIdstring required
groupIdinteger required

Request body

startstring date-time required
endstring date-time required
dataType'ACTUAL' | 'BUDGET' | 'FORECAST' required

Example request

{
  "start": "2024-01-15T08:00:00Z",
  "end": "2024-01-15T18:00:00Z",
  "dataType": "FORECAST"
}

Response

OK