GET api/v{version}/Piket/GetSchedule?userId={userId}&groupId={groupId}&from={from}&to={to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| groupId | integer |
Required |
|
| from | date |
Required |
|
| to | date |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of UserPiketScheduleAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleAppointmentID | integer |
None. |
|
| UserID | integer |
None. |
|
| GroupID | integer |
None. |
|
| ServiceFunctionID | integer |
None. |
|
| Startdate | date |
None. |
|
| Enddate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ScheduleAppointmentID": 1,
"UserID": 2,
"GroupID": 3,
"ServiceFunctionID": 4,
"Startdate": "2025-12-14T09:43:28.5585172+01:00",
"Enddate": "2025-12-14T09:43:28.5585172+01:00"
},
{
"$ref": "1"
}
]