GET api/DCMLandingPage?actionName={actionName}&controllerName={controllerName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
actionName | string |
Required |
|
controllerName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomRoleBaseAttributeName | Description | Type | Additional information |
---|---|---|---|
DcmRoleId | globally unique identifier |
None. |
|
DcmRoleName | string |
None. |
|
ClientID | globally unique identifier |
None. |
|
ActionId | globally unique identifier |
None. |
|
ActionName | string |
None. |
|
ControllerName | string |
None. |
|
IsRead | boolean |
None. |
|
IsWrite | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DcmRoleId": "f603a860-f04a-4796-8ad3-17942eb946a9", "DcmRoleName": "sample string 2", "ClientID": "d193f734-ae58-45a1-b185-93d1c9147fa8", "ActionId": "cf714374-c1c5-4097-b4b8-ed4d8a4e4603", "ActionName": "sample string 5", "ControllerName": "sample string 6", "IsRead": true, "IsWrite": true }, { "DcmRoleId": "f603a860-f04a-4796-8ad3-17942eb946a9", "DcmRoleName": "sample string 2", "ClientID": "d193f734-ae58-45a1-b185-93d1c9147fa8", "ActionId": "cf714374-c1c5-4097-b4b8-ed4d8a4e4603", "ActionName": "sample string 5", "ControllerName": "sample string 6", "IsRead": true, "IsWrite": true } ]
application/xml, text/xml
Sample:
<ArrayOfCustomRoleBaseAttribute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomRoleBaseAttribute> <ActionId>cf714374-c1c5-4097-b4b8-ed4d8a4e4603</ActionId> <ActionName>sample string 5</ActionName> <ClientID>d193f734-ae58-45a1-b185-93d1c9147fa8</ClientID> <ControllerName>sample string 6</ControllerName> <DcmRoleId>f603a860-f04a-4796-8ad3-17942eb946a9</DcmRoleId> <DcmRoleName>sample string 2</DcmRoleName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> </CustomRoleBaseAttribute> <CustomRoleBaseAttribute> <ActionId>cf714374-c1c5-4097-b4b8-ed4d8a4e4603</ActionId> <ActionName>sample string 5</ActionName> <ClientID>d193f734-ae58-45a1-b185-93d1c9147fa8</ClientID> <ControllerName>sample string 6</ControllerName> <DcmRoleId>f603a860-f04a-4796-8ad3-17942eb946a9</DcmRoleId> <DcmRoleName>sample string 2</DcmRoleName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> </CustomRoleBaseAttribute> </ArrayOfCustomRoleBaseAttribute>