v1
latestOpenAPI 3.0.02026-07-24176123205.3 KBSchedules
List fixed time slots
Get a list of all fixed time slots for a specific schedule
get/participant-pool-schedules/{participantPoolScheduleId}/fixed-time-slots
Query parameters
startDatestring date
Filter by start date (inclusive)
endDatestring date
Filter by end date (inclusive)
kind'AVAILABLE' | 'UNAVAILABLE'
Type of time slot for participant pool schedule
Filter by time slot kind
isActiveboolean
Filter by active status
Response
List of fixed time slots retrieved successfully
Example response
[
{
"date": "2024-12-25",
"startTime": "09:00",
"endTime": "17:00",
"timezone": "America/New_York"
}
]