Skip to content

Retrieves the collection of TicketingProductBaseOption resources.

Request

Retrieves the collection of TicketingProductBaseOption resources.

Security
JWT
Path
catalogIdstring[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0...required

Catalog identifier

productBaseIdstring[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0...required

ProductBase identifier

curl -i -X GET \
  'https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/product_bases/{productBaseId}/options' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

TicketingProductBaseOption collection

Bodyapplication/ld+json
totalItemsinteger, >= 0
searchobject
memberArray of objects(TicketingProductBaseOption.jsonld-v1.option.read)required
Response
{ "totalItems": 0, "search": { "@type": "string", "template": "string", "variableRepresentation": "string", "mapping": [] }, "member": [ {} ] }