v1

latestOpenAPI 3.0.02026-07-24176123205.3 KB
Schedules

Retrieve a recurring time slot

Get detailed information about a specific recurring time slot

get/participant-pool-schedules/{participantPoolScheduleId}/recurring-time-slots/{id}

Response

Recurring time slot retrieved successfully

idstring

Unique identifier for this recurring time slot

dayOfWeekinteger required

Day of week (0=Sunday, 1=Monday, ..., 6=Saturday)

startTimestring required

Start time in HH:MM format (24-hour)

endTimestring required

End time in HH:MM format (24-hour)

kind'AVAILABLE' | 'UNAVAILABLE' required

Type of time slot for participant pool schedule

timezonestring

Timezone for this time slot

effectiveFromstring date

Date when this recurring pattern becomes effective

effectiveUntilstring date

Date when this recurring pattern expires (optional)

isActiveboolean

Whether this recurring time slot is currently active

createdAtstring date-time

Timestamp when the recurring time slot was created

updatedAtstring date-time

Timestamp when the recurring time slot was last updated

Example response

{
  "startTime": "09:00",
  "endTime": "17:00",
  "timezone": "America/New_York"
}