GET POS/EventData/Events/MetaData?eventId={eventId}&venueId={venueId} Try Now

Get Event metadata and venue restriction details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId
string
None.
venueId
string
None.

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
Traits
Collection of StubHubTrait
None.
FulfillmentMethods
Collection of FulfillmentMethod
None.
IsFaceValueRequired
boolean
None.
IsConnectedStatusRequired
boolean
None.
IsSeatUTNSupported
boolean
None.
IsSeatFaceValueRequired
boolean
None.
AreRestrictionsRequired
boolean
None.
IsSeatHidingProhibited
boolean
None.
IsSpecAllowed
Indicating whether spec allowed for particular event.
boolean
None.
ViagogoTicketTypes
ViagogoTicketTypes
Collection of ViagogoTicketType
None.

Response Formats

application/json, text/json

Sample:
{
  "Traits": [
    {
      "StubHubTraitId": 1,
      "Description": "",
      "StubHubTraitType": "EventRestrictions",
      "IsPrimary": true,
      "IsSeatRequired": true
    }
  ],
  "FulfillmentMethods": [
    {
      "Stock": "Any",
      "SHDeliveryOptions": [
        {
          "SHDeliveryMethod": "None",
          "LatestPossibleInHandDate": "2025-01-11T11:06",
          "EarliestPossibleInHandDate": "2025-01-11T11:06",
          "InstantDelivery": true,
          "IsSHSupport": true
        }
      ]
    }
  ],
  "IsFaceValueRequired": true,
  "IsConnectedStatusRequired": true,
  "IsSeatUTNSupported": true,
  "IsSeatFaceValueRequired": true,
  "AreRestrictionsRequired": true,
  "IsSeatHidingProhibited": true,
  "IsSpecAllowed": true,
  "ViagogoTicketTypes": [
    {
      "Type": "",
      "Name": ""
    }
  ]
}