# Retrieves a TicketingOfferAvailability resource. Retrieves a TicketingOfferAvailability resource. Endpoint: GET /v1/ticketing/catalogs/{catalogId}/offers/{id}/availability Version: 1.0.7 Security: JWT ## Path parameters: - `catalogId` (string, required) Catalog identifier - `id` (string, required) Offer identifier ## Response 200 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `availableQuantity` (integer,null) Example: 4000 - `sessionsAvailability` (array) - `sessionsAvailability.session` (string) Example: "/v1/ticketing/catalogs/0194d07e-aa2e-77b1-b68d-92664785a066/events/0194cb3c-a7c7-7d3d-a335-f1b396083acd\"/sessions/01987481-3906-78d5-80bb-08dce0ce49fd" ## 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)