POST POS/Tickets/EventSummary Try Now
Event Summary Request
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryType |
The Category Type
|
CategoryType |
None.
|
| EventDate |
The Event Date
|
DateValue |
None.
|
| IncludeWasted |
Include Wasted ticket Or not
|
boolean |
None.
|
| EventDay |
The Event Day
|
integer |
None.
|
| EventTime |
The Event Time
|
date |
None.
|
| IsSold |
Include Sold Ticket Or Not
|
boolean |
None.
|
| Event |
The Event Name
|
string |
None.
|
| Performer |
The Performer Name
|
string |
None.
|
| Venue |
The Venue Name
|
string |
None.
|
| Tags |
The Tags
|
Collection of string |
None.
|
| Location |
The Location
|
string |
None.
|
| CategoryId |
The category identifier.
|
string |
None.
|
| IncludeParkingEvents |
Include Parking Events
|
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:
{
"CategoryType": "Any",
"EventDate": {
"FromDate": "2025-11-07T03:12",
"ToDate": "2025-11-07T03:13",
"FilterByTime": true
},
"IncludeWasted": true,
"EventDay": 2,
"EventTime": "2025-11-07T03:12",
"IsSold": true,
"Event": "",
"Performer": "",
"Venue": "",
"Tags": [
""
],
"Location": "",
"CategoryId": "",
"IncludeParkingEvents": true,
"OrderBy": "",
"SortOrder": null,
"DateUpdated": "2025-11-07T03:12",
"UpdatedSince": {
"FromDate": "2025-11-07T03:12",
"ToDate": "2025-11-07T03:13",
"FilterByTime": true
},
"Page": 13,
"ItemsPerPage": 14
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of TicketEventSummary |
None.
|
|
| Page | integer |
None.
|
|
| TotalPages | integer |
None.
|
|
| Records | integer |
None.
|
|
| Meta | Object |
None.
|
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"oldEventId": "",
"oldEvent": "",
"oldVenue": "",
"oldEventDate": "",
"oldVenueId": "",
"EventId": "",
"Event": "",
"Venue": "",
"EventDate": "",
"VenueId": "",
"EventStatus": "",
"StubHubEventId": "",
"VividEventId": "",
"TicketQuantity": 14,
"SoldQuantity": 15,
"SoldListings": 16,
"TicketListings": 17,
"HideEventDate": true,
"HideEventTime": true,
"IsBarcode": true,
"ReserverdQuantity": 21,
"ReserverdListings": 22
}
],
"Page": 1,
"TotalPages": 2,
"Records": 3,
"Meta": {}
}