---
title: "List event series overrides"
method: GET
path: "/v1/event_series/{event_series_id}/overrides"
tags: ["Overrides"]
---

# List event series overrides

`GET /v1/event_series/{event_series_id}/overrides`

Returns a paginated list of overrides

## Query parameters

- `limit` string
- `created_at` integer
- `created_at.gt` integer
- `created_at.gte` integer
- `created_at.lt` integer
- `created_at.lte` integer
- `reference_id` string
- `reference_type` 'ticket' | 'ticket_group'
- `status` 'ON_SALE' | 'SOLD_OUT' | 'UNAVAILABLE' | 'HIDDEN' | 'ADMIN_ONLY' | 'LOCKED'

## Response `200`

A successfully returned list of overrides

- object
  - `data` Override[]
    - `object` string
    - `id` string
    - `created_at` object — Date and time when the override was created
      - `date` string — ISO-8601 date for the created at date
      - `formatted` string — A formatted date string for the create at date
      - `iso` string — ISO-8601 date and time for the created at date
      - `time` string — Time of the end of the created at date
      - `timezone` string — Timezone offset for the created at date
      - `unix` integer — Unix timestamp for for the created at date
    - `max_sellable_tickets` integer, nullable — Maximum number of sellable tickets
    - `name` string — Override name
    - `override_lines` object[] — Array of ticket types or ticket groups associated with the override
      - `price` integer, nullable — Integer price
      - `quantity` integer, nullable — Quantity of the referenced ticket or ticket group
      - `reference_type` 'ticket' | 'ticket_group' — Reference type. This can be either 'ticket' or 'ticket_group'
      - `reference_id` string — ID of the referenced ticket or ticket group. It shold be prefixed with either 'tt_' or 'tg_'
      - `status` 'ON_SALE' | 'SOLD_OUT' | 'UNAVAILABLE' | 'HIDDEN' | 'ADMIN_ONLY' | 'LOCKED', nullable — Status of the referenced ticket or ticket group
  - `links` object
    - `next` string, nullable
    - `previous` string, nullable

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
