Tickets / Show
Long Description
Display information about a specific ticket.
Parameters
Name | Description | Type | Presence | Location |
---|---|---|---|---|
ticket_id | The ID of the specific Ticket | Integer | Required | URI |
Examples
Request | Response |
---|---|
GET /v9/tickets/123456 | { "barcode": "4567-8731-5497-4859", "eticket": { "eticket_pack_id": 457325456, "thumbnail": "https://s3.amazonaws.com/etickets.sandbox.ticketevolution.com/65478.png", "id": 65478 }, "id": 123456, "seat": 3 } |