GET api/EventKeyPersonAllowedProfiles
Get EventKeyPersonAllowedProfiles List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of List_EventKeyPersonAllowedProfilesName | 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 }, { "Event_KeyPersonAllowed_ProfilesId": 1, "ProfileType1": "sample string 2", "IsActive": true } ]
application/xml, text/xml
Sample:
<ArrayOfList_EventKeyPersonAllowedProfiles xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <List_EventKeyPersonAllowedProfiles> <Event_KeyPersonAllowed_ProfilesId>1</Event_KeyPersonAllowed_ProfilesId> <IsActive>true</IsActive> <ProfileType1>sample string 2</ProfileType1> </List_EventKeyPersonAllowedProfiles> <List_EventKeyPersonAllowedProfiles> <Event_KeyPersonAllowed_ProfilesId>1</Event_KeyPersonAllowed_ProfilesId> <IsActive>true</IsActive> <ProfileType1>sample string 2</ProfileType1> </List_EventKeyPersonAllowedProfiles> </ArrayOfList_EventKeyPersonAllowedProfiles>