get https://api.zeal.com/shifts
Get information for a shift given the shiftID
.
Returns
Returns response status and the Shift Object.
attributes | type | description |
---|---|---|
success | boolean | Response status |
data | object | Shift Object |
errors | array | If success is false, errors contains a list of error objects.Show child attributesmessage type: string description: Error message status type: number description: HTTP response code code type: number description: Error code (see Error codes ) |