---
title: "List fixed time slots"
method: GET
path: "/participant-pool-schedules/{participantPoolScheduleId}/fixed-time-slots"
tags: ["Schedules"]
---

# List fixed time slots

`GET /participant-pool-schedules/{participantPoolScheduleId}/fixed-time-slots`

Get a list of all fixed time slots for a specific schedule

## Query parameters

- `startDate` string, date
- `endDate` string, date
- `kind` 'AVAILABLE' | 'UNAVAILABLE' — Type of time slot for participant pool schedule
- `isActive` boolean

## Response `200`

List of fixed time slots retrieved successfully

- ParticipantPoolScheduleFixedTimeSlot[]
  - `id` string — Unique identifier for this fixed time slot
  - `date` string, date, required — Specific date for this time slot
  - `startTime` string, required — Start time in HH:MM format (24-hour)
  - `endTime` string, required — End time in HH:MM format (24-hour)
  - `kind` 'AVAILABLE' | 'UNAVAILABLE', required — Type of time slot for participant pool schedule
  - `timezone` string — Timezone for this time slot
  - `reason` string — Optional reason for this fixed time slot (e.g., "Holiday", "Special Event")
  - `overridesRecurring` boolean — Whether this fixed slot overrides any conflicting recurring slots
  - `isActive` boolean — Whether this fixed time slot is currently active
  - `createdAt` string, date-time — Timestamp when the fixed time slot was created
  - `updatedAt` string, date-time — Timestamp when the fixed time slot was last updated

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
