v1
latestOpenAPI 3.0.02026-07-24176123205.3 KBSchedules
List recurring time slots
Get a list of all recurring time slots for a specific schedule
get/participant-pool-schedules/{participantPoolScheduleId}/recurring-time-slots
Query parameters
dayOfWeekinteger
Filter by day of week (0=Sunday, 6=Saturday)
kind'AVAILABLE' | 'UNAVAILABLE'
Type of time slot for participant pool schedule
Filter by time slot kind
isActiveboolean
Filter by active status
Response
List of recurring time slots retrieved successfully
Example response
[
{
"startTime": "09:00",
"endTime": "17:00",
"timezone": "America/New_York"
}
]