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 UserPiketScheduleAppointmentName | 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-05-27T22:23:22.024932+02:00", "Enddate": "2025-05-27T22:23:22.024932+02:00" }, { "$ref": "1" } ]