# List catalogs --- Retrieve a collection of catalogs. --- ## Attributes details ### Name Name of the catalog. ### Timestamps * , UTC, the time at which the catalog was first imported. Endpoint: GET /v1/ticketing/catalogs Version: 1.0.7 Security: JWT ## Query parameters: - `page` (integer) The collection page number - `itemsPerPage` (integer) The number of items per page - `order[createdAt]` (string) Order by createdAt Enum: "asc", "desc" ## Response 200 fields (application/ld+json): - `member` (array, required) - `member.@context` (any) - `member.@id` (string) - `member.@type` (string) - `member.id` (string) Example: "0194ad2c-491c-7c9e-b842-10ee940ed6a3" - `member.createdAt` (string) Example: "2025-01-27T15:15:20+00:00" - `member.lastSyncedAt` (string) Example: "2025-01-27T15:15:20+00:00" - `member.name` (string) Example: "Puy du fou" - `member.supportedLanguages` (array) Example: ["fr","en"] - `member.operational` (boolean) - `totalItems` (integer) - `view` (object) Example: {"@id":"string","type":"string","first":"string","last":"string","previous":"string","next":"string"} - `view.first` (string) Example: "string" - `view.last` (string) Example: "string" - `view.previous` (string) Example: "string" - `view.next` (string) Example: "string" - `search` (object) - `search.template` (string) - `search.variableRepresentation` (string) - `search.mapping` (array) - `search.mapping.variable` (string) - `search.mapping.property` (string,null) - `search.mapping.required` (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)