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": "fcbbc8ad-266f-4c25-a6dc-c72e0b932417", "DcmRoleName": "sample string 2", "ClientID": "52b0c913-9c20-453c-be18-e4cb50be3034", "ActionId": "fb92b12d-e257-473f-93a7-6ade03e16a1c", "ActionName": "sample string 5", "ControllerName": "sample string 6", "IsRead": true, "IsWrite": true }, { "DcmRoleId": "fcbbc8ad-266f-4c25-a6dc-c72e0b932417", "DcmRoleName": "sample string 2", "ClientID": "52b0c913-9c20-453c-be18-e4cb50be3034", "ActionId": "fb92b12d-e257-473f-93a7-6ade03e16a1c", "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>fb92b12d-e257-473f-93a7-6ade03e16a1c</ActionId> <ActionName>sample string 5</ActionName> <ClientID>52b0c913-9c20-453c-be18-e4cb50be3034</ClientID> <ControllerName>sample string 6</ControllerName> <DcmRoleId>fcbbc8ad-266f-4c25-a6dc-c72e0b932417</DcmRoleId> <DcmRoleName>sample string 2</DcmRoleName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> </CustomRoleBaseAttribute> <CustomRoleBaseAttribute> <ActionId>fb92b12d-e257-473f-93a7-6ade03e16a1c</ActionId> <ActionName>sample string 5</ActionName> <ClientID>52b0c913-9c20-453c-be18-e4cb50be3034</ClientID> <ControllerName>sample string 6</ControllerName> <DcmRoleId>fcbbc8ad-266f-4c25-a6dc-c72e0b932417</DcmRoleId> <DcmRoleName>sample string 2</DcmRoleName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> </CustomRoleBaseAttribute> </ArrayOfCustomRoleBaseAttribute>