Retrieves scheduled windows for a given org and optionally for a given group
OK
Invalid Request
{- "total_elements": 100,
- "total_pages": 10,
- "size": 1,
- "content": [
- {
- "window_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
- "window_type": "exclusion",
- "window_name": "My Test Window",
- "window_description": "generic window description",
- "org_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
- "rrule": "FREQ=YEARLY;BYMONTH=1;BYDAY=+1MO",
- "duration_minutes": 90,
- "dtstart": "2025-10-30T16:45:21.065Z",
- "use_local_tz": false,
- "created_at": "2025-10-30T16:45:21.065Z",
- "updated_at": "2025-10-30T16:45:21.065Z",
- "status": "active",
- "recurrence": "RECURRING",
- "group_uuids": [
- "3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}
], - "number": 0,
- "sort": {
- "empty": false,
- "sorted": true,
- "unsorted": false
}, - "first": true,
- "last": true,
- "number_of_elements": 10,
- "pageable": {
- "offset": 0,
- "sort": {
- "empty": false,
- "sorted": true,
- "unsorted": false
}, - "paged": true,
- "page_size": 1,
- "page_number": 0,
- "unpaged": true
}, - "empty": false
}