GET POS/EventData/Traits?id={id} Try Now
(An Action that handles HTTP GET requests) gets an action result using the given Event identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The Event Identifier to get traits for. If Empty default traits will be returned.
|
string |
None.
|
Body Parameters
None.
Response Information
Resource Description
A response stream to send to the Get View.
Collection of StubHubTrait
| Name | Description | Type | Additional information |
|---|---|---|---|
| StubHubTraitId |
The stub hub trait identifier.
|
integer |
None.
|
| Description |
The description.
|
string |
None.
|
| StubHubTraitType |
The type of the stub hub trait.
|
StubHubTraitType |
None.
|
| IsPrimary |
Indicates whether this trait is a primary trait.
|
boolean |
None.
|
| IsSeatRequired |
Indicates whether this seat is requried for this trait
|
boolean |
None.
|
Response Formats
application/json, text/json
Sample:
[
{
"StubHubTraitId": 1,
"Description": "",
"StubHubTraitType": "EventRestrictions",
"IsPrimary": true,
"IsSeatRequired": true
}
]