Skip to content

BookingOrderDocument

The files associated to the Order. These are typically the customer's tickets for the Event.

Retrieves the collection of BookingOrderDocument resources.

Request

Retrieves the collection of BookingOrderDocument resources.

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

Order identifier

curl -i -X GET \
  'https://api.demo.korusticket.com/v1/booking/orders/{orderId}/documents' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

BookingOrderDocument collection

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