Determine whether or not the given time period falls within the bounds of a night shift

get/operations/isNightShift

Query parameters

personIdstring required

The person has a bearing on whether the time period is considered to be a night shift

startTimestring date-time required

The start of the time period to be assessed

endTimestring date-time required

The end of the time period to be assessed

Response

A boolean value. True if the time period encapsulated by the startTime and endTime params is a Night shift otherwise False

boolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.