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": "4f5f8d03-81b2-4911-b810-d7c747e0034a", "DcmRoleName": "sample string 2", "ClientID": "1b931d0b-5afe-4e02-8653-3ee50958646b", "ActionId": "a4d3b5e3-7cc0-4ace-81cf-44248a598a90", "ActionName": "sample string 5", "ControllerName": "sample string 6", "IsRead": true, "IsWrite": true }, { "DcmRoleId": "4f5f8d03-81b2-4911-b810-d7c747e0034a", "DcmRoleName": "sample string 2", "ClientID": "1b931d0b-5afe-4e02-8653-3ee50958646b", "ActionId": "a4d3b5e3-7cc0-4ace-81cf-44248a598a90", "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>a4d3b5e3-7cc0-4ace-81cf-44248a598a90</ActionId> <ActionName>sample string 5</ActionName> <ClientID>1b931d0b-5afe-4e02-8653-3ee50958646b</ClientID> <ControllerName>sample string 6</ControllerName> <DcmRoleId>4f5f8d03-81b2-4911-b810-d7c747e0034a</DcmRoleId> <DcmRoleName>sample string 2</DcmRoleName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> </CustomRoleBaseAttribute> <CustomRoleBaseAttribute> <ActionId>a4d3b5e3-7cc0-4ace-81cf-44248a598a90</ActionId> <ActionName>sample string 5</ActionName> <ClientID>1b931d0b-5afe-4e02-8653-3ee50958646b</ClientID> <ControllerName>sample string 6</ControllerName> <DcmRoleId>4f5f8d03-81b2-4911-b810-d7c747e0034a</DcmRoleId> <DcmRoleName>sample string 2</DcmRoleName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> </CustomRoleBaseAttribute> </ArrayOfCustomRoleBaseAttribute>