POST POS/v3.1/EventData/Events/Search Try Now

Searches the event.

Request Information

URI Parameters

None.

Body Parameters

The search request.

NameDescriptionTypeAdditional information
EventName
The event name.
string
None.
StubHubEventId
The stubhub event id.
string
None.
EventDate
The event date.
DateValue
None.
VenueId
The Venue Id.
string
None.
CategoryId
The identifier of the category.
string
None.
IncludePastEvents
Boolean flag to load passed or cancelled events.
boolean
None.
Country
The country of the venue.
string
None.
State
The state of the venue.
string
None.
City
The city of the venue.
string
None.
ZipCode
The zip code of the venue.
string
None.
Latitude
The latitude of the venue.
decimal number
None.
Longitude
The Longitude of the venue.
decimal number
None.
VenueName
The name of the venue.
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": "",
  "StubHubEventId": "",
  "EventDate": {
    "FromDate": "2024-03-27T23:15",
    "ToDate": "2024-03-27T23:16",
    "FilterByTime": true
  },
  "VenueId": "",
  "CategoryId": "",
  "IncludePastEvents": true,
  "Country": "",
  "State": "",
  "City": "",
  "ZipCode": "",
  "Latitude": 9.0,
  "Longitude": 10.0,
  "VenueName": "",
  "OrderBy": "",
  "SortOrder": null,
  "DateUpdated": "2024-03-27T23:15",
  "UpdatedSince": {
    "FromDate": "2024-03-27T23:15",
    "ToDate": "2024-03-27T23:16",
    "FilterByTime": true
  },
  "Page": 15,
  "ItemsPerPage": 16
}

Response Information

Resource Description

Search event result

NameDescriptionTypeAdditional information
Items
Collection of EventResponse
None.
Page
integer
None.
TotalPages
integer
None.
Records
integer
None.
Meta
Object
None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "EventId": "",
      "StubHubEventId": "",
      "EventName": "",
      "EventDate": "2024-03-27T23:15",
      "EventDateUtc": "2024-03-27T23:15",
      "Venue": {
        "VenueId": "",
        "Name": "",
        "Country": "",
        "CountryCode": "",
        "State": "",
        "StateISO": "",
        "City": "",
        "ZipCode": "",
        "Status": "Any"
      },
      "Category": {
        "CategoryId": "",
        "CategoryName": "",
        "ParentCategoryId": ""
      },
      "Performers": [
        {
          "IsPrimary": true,
          "PerformerId": "",
          "Performer": "",
          "CategoryId": ""
        }
      ],
      "Groupings": [
        {
          "GroupingId": "",
          "Name": "",
          "SHGroupingId": 3,
          "CategoryId": ""
        }
      ],
      "Status": "None",
      "DateUpdated": "2024-03-27T23:15",
      "DateAdded": "2024-03-27T23:15",
      "CurrencyCode": "",
      "HideEventDate": true,
      "HideEventTime": true,
      "SHListings": 11
    }
  ],
  "Page": 1,
  "TotalPages": 2,
  "Records": 3,
  "Meta": {}
}