Newer Version Available

This content describes an older version of this product. View Latest

Get Slots Output

Output representation for getting appointment slots.
JSON Example
1{
2  "resourceSlotDetails": [
3    {
4      "availableSlots": [
5        {
6          "slotEndDate": "2025-09-20T00:45:00Z",
7          "slotId": "ce5b28b6-5b84-4aa8-bd29-2b25ed2dc85a",
8          "slotStartDate": "2025-09-20T00:15:00Z",
9          "sourceSystem": null
10        },
11        {
12          "slotEndDate": "2025-09-20T01:00:00Z",
13          "slotId": "bebb47c9-217d-4d6d-a4f4-2788cd711242",
14          "slotStartDate": "2025-09-20T00:30:00Z",
15          "sourceSystem": null
16        }
17      ],
18      "resourceId": "0bSxx000000000xxAQ"
19    }
20  ]
21}
Properties
Property Name Type Description Filter Group and Version Available version
availableSlots Array Array of available slots for the resource. Small, 65.0 65.0
resourceId String ID of the resource. Small, 65.0 65.0
resourceSlots Array Array of resources and their associated available slots. Small, 65.0 65.0
slotEndDate String End date and time of the slot. Small, 65.0 65.0
slotId String ID of the slot. Small, 65.0 65.0
slotStartDate String Start date and time of the slot. Small, 65.0 65.0
sourceSystem String Source system of the slot. Small, 65.0 65.0