GET POS/EventData/Category/{id} Try Now

Searches the category by category identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier.
string
Required

Body Parameters

None.

Response Information

Resource Description

The category

NameDescriptionTypeAdditional 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-03-31T05:35",
  "DateUpdated": "2024-03-31T05:35",
  "Status": "Any",
  "Performers": [
    {
      "PerformerId": "",
      "Performer": "",
      "CategoryId": ""
    }
  ],
  "Groupings": [
    {
      "GroupingId": "",
      "Name": "",
      "SHGroupingId": 3,
      "CategoryId": ""
    }
  ]
}