# Show a catalog --- Get a single catalog. --- ## Attributes details ### Name Name of the catalog. ### SupportedLanguage Officially supported language for the catalog. This language can be used to query events, products, and other resources in the catalog such as offers. ### Timestamps * , UTC, the time at which the catalog was first imported. Endpoint: GET /v1/ticketing/catalogs/{id} Version: 1.0.7 Security: JWT ## Path parameters: - `id` (string, required) Catalog identifier ## Response 200 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `id` (string) Example: "0194ad2c-491c-7c9e-b842-10ee940ed6a3" - `createdAt` (string) Example: "2025-01-27T15:15:20+00:00" - `lastSyncedAt` (string) Example: "2025-01-27T15:15:20+00:00" - `name` (string) Example: "Puy du fou" - `supportedLanguages` (array) Example: ["fr","en"] - `operational` (boolean) ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null) ## Response 404 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)