GET api/User/GetShiftAppointments
Request Information
URI Parameters
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:38:08.9421243+01:00",
"ShiftWorkDays": [
{
"$id": "2",
"ShiftWorkDayID": 1,
"Day": 64,
"MomentNbr": 64,
"TimeFrom": 4,
"TimeTo": 5
},
{
"$ref": "2"
}
]
}