# Retrieves a TicketingOfferTicket resource. Retrieves a TicketingOfferTicket resource. Endpoint: GET /v1/ticketing/catalogs/{catalogId}/offers/{offerId}/tickets/{id} Version: 1.0.7 Security: JWT ## Path parameters: - `catalogId` (string, required) Catalog identifier - `offerId` (string, required) Offer identifier - `id` (string, required) Offer Ticket identifier ## Response 200 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `id` (string) Example: "0194cb3b-55d8-7d9f-a344-cee66d7d20dd" - `name` (string) Example: "A great offer's ticket name" - `description` (string) Example: "A great offer's ticket description" - `dateAccess` (boolean) Indicates whether the ticket provides full-day access (when true) or requires selecting a specific session to attend (when false). - `sessions` (array) - `sessions.occursAt` (string) Example: "2025-01-27T15:15:20+00:00" - `sessions.duration` (integer,null) Example: 100 - `sessions.event` (any) - `form` (string,null) Example: "/v1/forms/0195197f-7918-7285-bb4b-7df2b682c3eb" ## 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)