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
ShiftWork| Name | 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-12-14T09:43:50.0783517+01:00",
"ShiftWorkDays": [
{
"$id": "2",
"ShiftWorkDayID": 1,
"Day": 64,
"MomentNbr": 64,
"TimeFrom": 4,
"TimeTo": 5
},
{
"$ref": "2"
}
]
}