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 SchedulerAppointmentName | Description | Type | Additional information |
---|---|---|---|
Start | date |
None. |
|
Duration | time interval |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Start": "2025-05-27T22:14:08.2342492+02:00", "Duration": "00:00:00.1234567" }, { "$ref": "1" } ]