...
This message is returned if a shift is opened at the time of the API call. In this case, the API sends only the message status without the schedule name associated to it.
Code Block | ||
---|---|---|
| ||
{"message":"EXCEPT"} |
This status is returned if the API finds an Exceptional event at the time of the API call.
Code Block | ||
---|---|---|
| ||
{"message":"FERIE","holiday_name":"test_holiday"} |
This status is returned if the API finds a holiday for the agency at the time of the API call.
Code Block | ||
---|---|---|
| ||
{"message":NOTHING"} |
This status is returned if the API doesn’t find any shift schedule attached with that particular business calendar or if the date range specified with the shift schedule does not match.
...