GET POS/EventData/Event/{id} Try Now
Searches the event by event identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The event identifier.
|
string |
Required
|
Body Parameters
None.
Response Information
Resource Description
The event
| Name | Description | Type | Additional 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": "2025-10-31T17:59",
"EventDateUtc": "2025-10-31T17:59",
"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": "2025-10-31T17:59",
"DateAdded": "2025-10-31T17:59",
"CurrencyCode": "",
"HideEventDate": true,
"HideEventTime": true,
"SHListings": 11
}