GET POS/EventData/Event/{id} Try Now

Searches the event by event identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The event identifier.
string
Required

Body Parameters

None.

Response Information

Resource Description

The event

NameDescriptionTypeAdditional information
EventId
The event identifier.
string
None.
StubHubEventId
The stub hub event identifier.
string
None.
EventName
The name of the event.
string
None.
EventDate
The event date.
date
None.
EventDateUtc
The event date UTC.
date
None.
Venue
The venue.
VenueDetail
None.
Category
The categories.
CategoryDetails
None.
Performers
The performers.
Collection of EventPerformerDetails
None.
Groupings
The groupings.
Collection of GroupingDetails
None.
Status
The event status.
EventStatus
None.
DateUpdated
The date updated.
date
None.
DateAdded
The date added.
date
None.
CurrencyCode
The currency code.
string
None.
HideEventDate
Gets or sets a value indicating whether [hide event date].
boolean
None.
HideEventTime
Gets or sets a value indicating whether [hide event time].
boolean
None.
SHListings
The sh listings.
integer
None.

Response Formats

application/json, text/json

Sample:
{
  "EventId": "",
  "StubHubEventId": "",
  "EventName": "",
  "EventDate": "2024-03-29T10:57",
  "EventDateUtc": "2024-03-29T10:57",
  "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-29T10:57",
  "DateAdded": "2024-03-29T10:57",
  "CurrencyCode": "",
  "HideEventDate": true,
  "HideEventTime": true,
  "SHListings": 11
}