---
title: "Retrieve Collections"
method: GET
path: "/ticketing/collections/{id}"
tags: ["ticketing/collections"]
---

# Retrieve Collections

`GET /ticketing/collections/{id}`

Retrieve Collections from any connected Ticketing software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedTicketingCollectionOutput
  - `name` string, nullable, required — The name of the collection
  - `description` string, nullable — The description of the collection
  - `collection_type` string, nullable — The type of the collection. Authorized values are either PROJECT or LIST
  - `id` string, nullable — The UUID of the collection
  - `remote_id` string, nullable — The id of the collection in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the collection in the context of the 3rd Party
  - `created_at` string, date-time, nullable — The created date of the object
  - `modified_at` string, date-time, nullable — The modified date of the object

## Changes

- **2024-09-20** `be3dc330edf3` — 2 info
  - removed the `LIST` enum value from the `collection_type` response property for the response status `200`
  - removed the `PROJECT` enum value from the `collection_type` response property for the response status `200`
- **2024-08-05** `ca0fa45ebd05` — 2 warning
  - added the new `LIST` enum value to the `collection_type` response property for the response status `200`
  - added the new `PROJECT` enum value to the `collection_type` response property for the response status `200`
- **2024-08-05** `ca213ae36b7f` — 13 breaking, 1 info
  - the response property `collection_type` became nullable for the status `200`
  - the response property `created_at` became nullable for the status `200`
  - the response property `description` became nullable for the status `200`
  - the response property `id` became nullable for the status `200`
  - …10 more
- **2024-08-05** `167edd5346ec` — 2 breaking, 4 info
  - the `created_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `200`
  - the `modified_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `200`
  - the endpoint scheme security `bearer` was added to the API
  - the response property `created_at` became required for the status `200`
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/ticketing/collections/:id/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ef360d76c658/schema)
