POST POS/EventData/MyEvents/Search Try Now
Searches the specified request.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| EventName |
The name of the event.
|
string |
None.
|
| EventId |
The identifier of the event.
|
string |
None.
|
| VenueName |
The name of the venue.
|
string |
None.
|
| VenueId |
The identifier of the venue.
|
string |
None.
|
| EventDate |
The event date.
|
DateValue |
None.
|
| CityId |
The identifier of the city.
|
string |
None.
|
| StateId |
The identifier of the state.
|
string |
None.
|
| Country |
The identifier of the country.
|
string |
None.
|
| PerformerId |
The performer identifier.
|
string |
None.
|
| StubhubEventId |
The stubhub event identifier.
|
string |
None.
|
| TBA |
Indicates whether this is tba.
|
boolean |
None.
|
| State | string |
None.
|
|
| City | string |
None.
|
|
| ZipCode | string |
None.
|
|
| Tags | Collection of string |
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:
{
"EventName": "",
"EventId": "",
"VenueName": "",
"VenueId": "",
"EventDate": {
"FromDate": "2025-11-03T04:50",
"ToDate": "2025-11-03T04:51",
"FilterByTime": true
},
"CityId": "",
"StateId": "",
"Country": "",
"PerformerId": "",
"StubhubEventId": "",
"TBA": true,
"State": "",
"City": "",
"ZipCode": "",
"Tags": [
""
],
"OrderBy": "",
"SortOrder": null,
"DateUpdated": "2025-11-03T04:50",
"UpdatedSince": {
"FromDate": "2025-11-03T04:50",
"ToDate": "2025-11-03T04:51",
"FilterByTime": true
},
"Page": 17,
"ItemsPerPage": 18
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of CustomeEvent |
None.
|
|
| Page | integer |
None.
|
|
| TotalPages | integer |
None.
|
|
| Records | integer |
None.
|
|
| Meta | Object |
None.
|
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"EventName": "",
"EventId": "",
"VenueName": "",
"VenueId": "",
"EventDate": "2025-11-03T04:50",
"CityId": "",
"StateId": "",
"CountryId": "",
"City": "",
"State": "",
"Country": "",
"MyTicketCount": 12,
"CountryCode": "",
"IncludeParkingEvents": "",
"DateUpdated": "2025-11-03T04:50",
"StubHubEventId": "",
"TBA": true,
"TicketCount": 18,
"CategoryId": "",
"AKA": ""
}
],
"Page": 1,
"TotalPages": 2,
"Records": 3,
"Meta": {}
}