Skip to content

Retrieves a TicketingProduct resource.
deprecated

Request

Retrieves a TicketingProduct resource.

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

Catalog identifier

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

Product identifier

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

Responses

TicketingProduct resource

Bodyapplication/ld+json
@contextstring or object
One of:
string
@idstringrequired
@typestringrequired
idstringrequired
Example:"0194ad2c-491c-7c9e-b842-10ee940ed6a3"
productBasestringrequired
namestringrequired
Example:"A great product name"
descriptionstringrequired
Example:"A great product description"
disabledbooleanrequired
optionsArray of objects(TicketingProductBaseOption.jsonld-v1.product.read)required
Response
{ "@context": "string", "@id": "string", "@type": "string", "id": "0194ad2c-491c-7c9e-b842-10ee940ed6a3", "productBase": "string", "name": "A great product name", "description": "A great product description", "disabled": true, "options": [ {} ] }