# Retrieves a TicketingProductBaseOption resource. Retrieves a TicketingProductBaseOption resource. Endpoint: GET /v1/ticketing/catalogs/{catalogId}/product_bases/{productBaseId}/options/{code} Version: 1.0.10 Security: JWT ## Path parameters: - `catalogId` (string, required) Catalog identifier - `productBaseId` (string, required) Product Base identifier - `code` (string, required) Product base options's identifier Enum: "seating_category", "zone", "price_type", "days_count" ## Response 200 fields (application/ld+json): - `code` (string) Example: "zone" ## Response 403 fields (application/ld+json): - `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): - `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)