GET POS/EventData/Performer/{id} Try Now
Searches the performer by performer identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | The performer identifier. | string | Required | 
Body Parameters
None.
Response Information
Resource Description
The Performer
| Name | Description | Type | Additional information | 
|---|---|---|---|
| PerformerId | The performer identifier. | string | None. | 
| Performer | The performer name. | string | None. | 
| DateAdded | The date added. | date | None. | 
| DateUpdated | The date updated. | date | None. | 
| IsDeleted | Gets or sets a value indicating whether this performer is deleted. | boolean | None. | 
| Category | The category identifier. | CategoryDetails | None. | 
| Groupings | The grouping. | Collection of GroupingDetails | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "PerformerId": "",
  "Performer": "",
  "DateAdded": "2025-10-29T22:31",
  "DateUpdated": "2025-10-29T22:31",
  "IsDeleted": true,
  "Category": {
    "CategoryId": "",
    "CategoryName": "",
    "ParentCategoryId": ""
  },
  "Groupings": [
    {
      "GroupingId": "",
      "Name": "",
      "SHGroupingId": 3,
      "CategoryId": ""
    }
  ]
}