Input metrics
The inputMetrics object include metrics that are calculated from data included in the input dataset.
This can be useful for troubleshooting unexpected results by making sure that the inputs, for instance, number of employees, matches the number of employees that were supposed to be included in the input dataset.
{
"inputMetrics": {
"employees": 2,
"shifts": 10,
"pinnedShifts": 1,
"mandatoryShifts": 9,
"optionalShifts": 1,
"standaloneShifts": 10,
"standalonePinnedShifts": 1,
"standaloneMandatoryShifts": 9,
"standaloneOptionalShifts": 1,
"shiftGroups": 0,
"shiftGroupShifts": 0
}
}
Next
-
See the full API spec or try the online API.
-
Learn more about employee shift scheduling from our YouTube playlist.
-
Learn about the Key performance indicators (KPIs).