GET api/WLR3/Appointments/{CLI}
This method gets a list of available appointments on a WLR3 service for a specific CLI
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CLI | Call Line Identifier | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AvailableAppointmentResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | The date of appointment | string |
None. |
| Time | Textual time slot | string |
None. |
| Slot | Time slot code | Wlr3AppointmentTimeSlot |
None. |
| IsPremium | Indicates the slot incurs additional costs | boolean |
None. |