Work Shifts

Types

The WorkShift object

Field Type Description
WorkShiftId int
WorkShiftName string

Endpoints

Get WorkShift List

Authorization needed

Request
GET https://api.ninthbrain.com/WorkShift/GetList?api-version=2.0
Example response
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
{
  "WorkShiftId": 0,
  "WorkShiftName": ""
}
Errors
  • bad_request (HTTP 400)
  • unauthorized (HTTP 401) - This APIKey is not valid for this service.