POST POS/EventData/MyEvents/Search Try Now

Searches the specified request.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The request.

NameDescriptionTypeAdditional 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": "2024-04-25T11:54",
    "ToDate": "2024-04-25T11:55",
    "FilterByTime": true
  },
  "CityId": "",
  "StateId": "",
  "Country": "",
  "PerformerId": "",
  "StubhubEventId": "",
  "TBA": true,
  "State": "",
  "City": "",
  "ZipCode": "",
  "Tags": [
    ""
  ],
  "OrderBy": "",
  "SortOrder": null,
  "DateUpdated": "2024-04-25T11:54",
  "UpdatedSince": {
    "FromDate": "2024-04-25T11:54",
    "ToDate": "2024-04-25T11:55",
    "FilterByTime": true
  },
  "Page": 17,
  "ItemsPerPage": 18
}

Response Information

Resource Description

NameDescriptionTypeAdditional 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": "2024-04-25T11:54",
      "CityId": "",
      "StateId": "",
      "CountryId": "",
      "City": "",
      "State": "",
      "Country": "",
      "MyTicketCount": 12,
      "CountryCode": "",
      "IncludeParkingEvents": "",
      "DateUpdated": "2024-04-25T11:54",
      "StubHubEventId": "",
      "TBA": true,
      "TicketCount": 18,
      "CategoryId": "",
      "AKA": ""
    }
  ],
  "Page": 1,
  "TotalPages": 2,
  "Records": 3,
  "Meta": {}
}