POST POS/EventData/EventsWithMyTicket/Search Try Now
The Search Events With My Tickets
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The Search request for Events With My ticket
| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId |
The identifier of the event.
|
string |
None.
|
| StubhubEventId |
The event ID of the Stubhub.
|
string |
None.
|
| EventName |
The name of the event.
|
string |
None.
|
| VenueName |
The name of the venue.
|
string |
None.
|
| VenueId |
The identifier of the venue.
|
string |
None.
|
| PerformerId |
The identifier of the performer.
|
string |
None.
|
| EventDate |
The date of the event.
|
DateValue |
None.
|
| TBA |
The flag time to be decided of the event.
|
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:
{
"EventId": "",
"StubhubEventId": "",
"EventName": "",
"VenueName": "",
"VenueId": "",
"PerformerId": "",
"EventDate": {
"FromDate": "2025-10-29T11:25",
"ToDate": "2025-10-29T11:26",
"FilterByTime": true
},
"TBA": true,
"OrderBy": "",
"SortOrder": null,
"DateUpdated": "2025-10-29T11:25",
"UpdatedSince": {
"FromDate": "2025-10-29T11:25",
"ToDate": "2025-10-29T11:26",
"FilterByTime": true
},
"Page": 11,
"ItemsPerPage": 12
}
Response Information
Resource Description
Search event with my ticket result
| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of EventWithMyTickets |
None.
|
|
| Page | integer |
None.
|
|
| TotalPages | integer |
None.
|
|
| Records | integer |
None.
|
|
| Meta | Object |
None.
|
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"EventId": "",
"Name": "",
"Date": "2025-10-29T11:25",
"TBA": true,
"Venue": {
"VenueId": "",
"VenueName": "",
"Country": "",
"State": "",
"City": ""
},
"Performers": [
{
"PerformerId": "",
"Name": "",
"AKA": "",
"Category": {
"CategoryId": "",
"Name": "",
"TicketCount": 3
}
}
],
"TicketCount": 5,
"StubhubEventId": ""
}
],
"Page": 1,
"TotalPages": 2,
"Records": 3,
"Meta": {}
}