GET api/v{version}/Shiftwork/GetShiftAppointments
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ShiftWorkName | Description | Type | Additional information |
---|---|---|---|
ShiftWorkID | integer |
None. |
|
AmountOfDays | byte |
None. |
|
ShiftType | byte |
None. |
|
StartDate | date |
None. |
|
ShiftWorkDays | Collection of ShiftWorkDay |
None. |
Response Formats
application/json, text/json
Sample:
{ "ShiftWorkID": 1, "AmountOfDays": 64, "ShiftType": 64, "StartDate": "2025-05-27T23:06:00.8425283+02:00", "ShiftWorkDays": [ { "$id": "2", "ShiftWorkDayID": 1, "Day": 64, "MomentNbr": 64, "TimeFrom": 4, "TimeTo": 5 }, { "$ref": "2" } ] }