Roster
Get result
Retrieve the current best roster created by the solver for the specified job.
GET
/
jobs
/
{id}
/
result
{
"jobInfo": {
"id": "<string>",
"organisationId": "<string>",
"scheduleType": "CALENDAR",
"demandType": "SHIFT_DEMAND",
"planningHorizon": {
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"nrOfWeeks": 2,
"fteStartDay": {
"dayIndex": 1,
"date": "2023-12-25"
},
"fteEndDay": {
"dayIndex": 1,
"date": "2023-12-25"
}
}
},
"roster": {
"demandFulfillment": {
"shiftDemand": {
"min": {
"demand": 123,
"assigned": 123
},
"ideal": {
"demand": 123,
"assigned": 123
},
"max": {
"demand": 123,
"assigned": 123
}
},
"timeDemand": {
"min": {
"demand": 123,
"assigned": 123
},
"ideal": {
"demand": 123,
"assigned": 123
},
"max": {
"demand": 123,
"assigned": 123
}
}
},
"employeeRosters": [
{
"employeeId": "<string>",
"summary": {
"hoursAssigned": 123,
"hoursAdjusted": 123
},
"assignments": [
{
"day": {
"date": "2023-12-25",
"dayIndex": 1
},
"shiftId": "<string>",
"roleId": "<string>",
"assignmentType": "LOCKED"
}
]
}
]
}
}Authorizations
Enter the token with the Bearer: prefix. You can retrieve token from Visma connect.
Path Parameters
Job ID
Response
Returns the result.
