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": "f3fdc5a7-3ab9-4ba7-851f-9f6b1ff7b21d", "DcmRoleName": "sample string 2", "ClientID": "13ad7078-64d2-4555-bffe-78bb00afbb4d", "ActionId": "54315e21-41cc-4f75-b386-058f54061b74", "ActionName": "sample string 5", "ControllerName": "sample string 6", "IsRead": true, "IsWrite": true }, { "DcmRoleId": "f3fdc5a7-3ab9-4ba7-851f-9f6b1ff7b21d", "DcmRoleName": "sample string 2", "ClientID": "13ad7078-64d2-4555-bffe-78bb00afbb4d", "ActionId": "54315e21-41cc-4f75-b386-058f54061b74", "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>54315e21-41cc-4f75-b386-058f54061b74</ActionId> <ActionName>sample string 5</ActionName> <ClientID>13ad7078-64d2-4555-bffe-78bb00afbb4d</ClientID> <ControllerName>sample string 6</ControllerName> <DcmRoleId>f3fdc5a7-3ab9-4ba7-851f-9f6b1ff7b21d</DcmRoleId> <DcmRoleName>sample string 2</DcmRoleName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> </CustomRoleBaseAttribute> <CustomRoleBaseAttribute> <ActionId>54315e21-41cc-4f75-b386-058f54061b74</ActionId> <ActionName>sample string 5</ActionName> <ClientID>13ad7078-64d2-4555-bffe-78bb00afbb4d</ClientID> <ControllerName>sample string 6</ControllerName> <DcmRoleId>f3fdc5a7-3ab9-4ba7-851f-9f6b1ff7b21d</DcmRoleId> <DcmRoleName>sample string 2</DcmRoleName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> </CustomRoleBaseAttribute> </ArrayOfCustomRoleBaseAttribute>