POST POS/v3.2/Tickets/Search Try Now
Searches the specified Ticket.
Request Information
URI Parameters
None.
Body Parameters
The request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The TicketGroup Uniqueidentifier.
|
string |
None.
|
| TicketNumber |
The ticket number.
|
long |
None.
|
| Event |
The name of the event.
|
string |
None.
|
| Venue |
The name of the venue.
|
string |
None.
|
| EventDate |
The event date.
|
DateValue |
None.
|
| TicketStatus |
Array of ticket status.
|
Collection of TicketStatus |
None.
|
| TicketType |
Array of type of the ticket.
|
Collection of TicketType |
None.
|
| Stock |
Array of stock.
|
Collection of Stock |
None.
|
| PDFStatus |
The PDF status.
|
PreDeliveryStatus |
None.
|
| BarcodeStatus |
The barcode status.
|
PreDeliveryStatus |
None.
|
| DeliveryMethod |
Array of delivery method.
|
Collection of DeliveryMethod |
None.
|
| Section |
The ticketgroup section.
|
string |
None.
|
| Quantity |
The quantity.
|
integer |
None.
|
| Row |
The ticketgroup row.
|
string |
None.
|
| LowSeat |
The low seat.
|
integer |
None.
|
| HighSeat |
The high seat.
|
integer |
None.
|
| Performer |
The performer.
|
string |
None.
|
| InHandDate |
The in hand date.
|
date |
None.
|
| EventId |
The event identifier.
|
string |
None.
|
| StubHubEventId |
The StubHub event identifier.
|
long |
None.
|
| VenueId |
The venue identifier.
|
string |
None.
|
| PONumber |
The po number.
|
long |
None.
|
| PurchasePrice |
Purchase Price
|
decimal number |
None.
|
| ControlNotes |
Control notes
|
string |
None.
|
| BrokerNotes |
Broker notes
|
string |
None.
|
| InternalNotes |
Internal notes
|
string |
None.
|
| Notes |
Public notes
|
string |
None.
|
| Tags |
Array of ticketgroup tags
|
Collection of string |
None.
|
| ZonePricing |
Zone Pricing
|
string |
None.
|
| Location |
Ticketgroup Location
|
string |
None.
|
| IncludedSeat |
Boolean flag to include seats in search response or not
|
boolean |
None.
|
| IncludedTag |
Boolean flag to include tags in search response or not
|
boolean |
None.
|
| OrderBy |
Sets the order by.(Note: Please use column Name Given in Response only,Don't use "Page" or "ItemsPerPage").
|
string |
None.
|
| SortOrder |
The SortOrder i.e. "ASC" or "DESC"
|
string |
None.
|
| DateUpdated |
Set Date Updated you can use either Date Updated Or UpdatedSince.
|
date |
None.
|
| UpdatedSince |
Set From Date and To Date value. Return result for between date , From Date And To Date.
|
DateValue |
None.
|
| Page |
Sets the page.
|
integer |
None.
|
| ItemsPerPage |
Sets the items per page.
|
integer |
None.
|
Request Formats
application/json, text/json
Sample:
{
"Id": "",
"TicketNumber": 2,
"Event": "",
"Venue": "",
"EventDate": {
"FromDate": "2025-11-11T04:25",
"ToDate": "2025-11-11T04:26",
"FilterByTime": true
},
"TicketStatus": [
"Any"
],
"TicketType": [
"Any"
],
"Stock": [
"Any"
],
"PDFStatus": "Any",
"BarcodeStatus": "Any",
"DeliveryMethod": [
"None"
],
"Section": "",
"Quantity": 6,
"Row": "",
"LowSeat": 8,
"HighSeat": 9,
"Performer": "",
"InHandDate": "2025-11-11T04:25",
"EventId": "",
"StubHubEventId": 13,
"VenueId": "",
"PONumber": 15,
"PurchasePrice": 16.0,
"ControlNotes": "",
"BrokerNotes": "",
"InternalNotes": "",
"Notes": "",
"Tags": [
""
],
"ZonePricing": "",
"Location": "",
"IncludedSeat": true,
"IncludedTag": true,
"OrderBy": "",
"SortOrder": null,
"DateUpdated": "2025-11-11T04:25",
"UpdatedSince": {
"FromDate": "2025-11-11T04:25",
"ToDate": "2025-11-11T04:26",
"FilterByTime": true
},
"Page": 28,
"ItemsPerPage": 29
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of TicketSearchResponse |
None.
|
|
| Page | integer |
None.
|
|
| TotalPages | integer |
None.
|
|
| Records | integer |
None.
|
|
| Meta | Object |
None.
|
Response Formats
application/json, text/json
Sample:
{
"Items": null,
"Page": 1,
"TotalPages": 2,
"Records": 3,
"Meta": {}
}