GET api/EventKeyPersonAllowedProfile/Details/{id}
Get EventKeyPersonAllowedProfile Details by provided ID
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
List_EventKeyPersonAllowedProfiles| Name | Description | Type | Additional information | 
|---|---|---|---|
| Event_KeyPersonAllowed_ProfilesId | integer | None. | |
| ProfileType1 | string | None. | |
| IsActive | boolean | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Event_KeyPersonAllowed_ProfilesId": 1,
  "ProfileType1": "sample string 2",
  "IsActive": true
}
        application/xml, text/xml
            Sample:
<List_EventKeyPersonAllowedProfiles xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <Event_KeyPersonAllowed_ProfilesId>1</Event_KeyPersonAllowed_ProfilesId> <IsActive>true</IsActive> <ProfileType1>sample string 2</ProfileType1> </List_EventKeyPersonAllowedProfiles>