Skip to main content

2.7.3. Response

fieldDescriptiontype
statussuccess " | " error
messageerror text , optionalstring
dataarray

data array​

ParameterDescriptiontypeIs it Mandatory to complete the field?
shift_openshift stateboolean
shift_exceeds_atmaximum time until which the current shift can be open, format yyyy-mm-dd HH:MM:SSstring

Code:​

{
"status": "success" | "error",
"message": "string, error text, optional",
"data": {
"shift_open": "boolean, shift state",
"shift_exceeds_at": "string, maximum time until the current shift can be open, format yyyy-mm-dd HH:MM:SS"
}
}