GET api/v{version}/SchedulerAppointment/GetUserSchedulerAppointments?from={from}&to={to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| from | date |
Required |
|
| to | date |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SchedulerAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | date |
None. |
|
| Duration | time interval |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Start": "2025-12-14T09:39:13.0974257+01:00",
"Duration": "00:00:00.1234567"
},
{
"$ref": "1"
}
]