Skip to content

TicketingProductBaseOptionValue

Product Base available option values

Retrieves the collection of TicketingProductBaseOptionValue resources.

Request

Retrieves the collection of TicketingProductBaseOptionValue 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

codestringrequired

Product base options's identifier

Enum:"seating_category""zone""price_type""days_count"
Query
optionValuesContext[]Array of strings

Filter by option values

curl -i -X GET \
  'https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/product_bases/{productBaseId}/options/{code}/values?optionValuesContext%5B%5D=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

TicketingProductBaseOptionValue collection

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