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

Searches the performer by performer identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The performer identifier.
string
Required

Body Parameters

None.

Response Information

Resource Description

The Performer

NameDescriptionTypeAdditional 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": "2024-04-26T11:53",
  "DateUpdated": "2024-04-26T11:53",
  "IsDeleted": true,
  "Category": {
    "CategoryId": "",
    "CategoryName": "",
    "ParentCategoryId": ""
  },
  "Groupings": [
    {
      "GroupingId": "",
      "Name": "",
      "SHGroupingId": 3,
      "CategoryId": ""
    }
  ]
}