GET POS/EventData/Category/{id} Try Now
Searches the category by category identifier.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The identifier.
|
string |
Required
|
Body Parameters
None.
Response Information
Resource Description
The category
Name | Description | Type | Additional information |
---|---|---|---|
CategoryId |
The category identifier.
|
string |
None.
|
CategoryName |
Name of the category.
|
string |
None.
|
ParentCategoryId |
The parent category identifier.
|
string |
None.
|
DateAdded |
The date added of category.
|
date |
None.
|
DateUpdated |
The date updated of category.
|
date |
None.
|
Status |
The category status.
|
ItemStatus |
None.
|
Performers |
The performers.
|
Collection of PerformerDetails |
None.
|
Groupings |
The grupings.
|
Collection of GroupingDetails |
None.
|
Response Formats
application/json, text/json
Sample:
{ "CategoryId": "", "CategoryName": "", "ParentCategoryId": "", "DateAdded": "2024-12-31T10:23", "DateUpdated": "2024-12-31T10:23", "Status": "Any", "Performers": [ { "PerformerId": "", "Performer": "", "CategoryId": "" } ], "Groupings": [ { "GroupingId": "", "Name": "", "SHGroupingId": 3, "CategoryId": "" } ] }