GET POS/EventData/Grouping/{id} Try Now
Searches the grouping by grouping identifier.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The grouping identifier.
|
string |
Required
|
Body Parameters
None.
Response Information
Resource Description
The grouping
Name | Description | Type | Additional information |
---|---|---|---|
GroupingId |
The grouping identifier.
|
string |
None.
|
Name |
The grouping name.
|
string |
None.
|
Description |
The grouping description.
|
string |
None.
|
SHGroupingId |
The stubhub grouping identifier.
|
integer |
None.
|
Category |
The category identifier.
|
CategoryDetails |
None.
|
ParentGroupingId |
The parent grouping identifier.
|
string |
None.
|
IsDeleted |
Gets or sets a value indicating whether this grouping is deleted.
|
boolean |
None.
|
DateAdded |
The date added.
|
date |
None.
|
DateUpdated |
The date updated.
|
date |
None.
|
EventCount |
The event count.
|
integer |
None.
|
Performers |
The performers.
|
Collection of PerformerDetails |
None.
|
Response Formats
application/json, text/json
Sample:
{ "GroupingId": "", "Name": "", "Description": "", "SHGroupingId": 4, "Category": { "CategoryId": "", "CategoryName": "", "ParentCategoryId": "" }, "ParentGroupingId": "", "IsDeleted": true, "DateAdded": "2024-11-29T02:15", "DateUpdated": "2024-11-29T02:15", "EventCount": 9, "Performers": [ { "PerformerId": "", "Performer": "", "CategoryId": "" } ] }