---
title: "List Collections"
method: GET
path: "/site/{site_name}/collection"
---

# List Collections

`GET /site/{site_name}/collection`

Get all collections that exist on this website.

## Path parameters

- `site_name` string, required

## Response `200`

200

- object[]
  - `customer_lock` string
  - `fields` object[]
    - `name` string
    - `type` string
  - `item_count` integer
  - `name` string
  - `static_page_bindable` boolean
  - `values` object[]
    - `data` object
      - `date` string
      - `entry-price` string
      - `event-image` string
      - `location` string
    - `id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/duda/apis/partner-api.md) · [All operations](https://skmtc.net/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duda/partner-api/revisions/5b9208270ed1/schema)
