GET api/DCMLandingPage?actionName={actionName}&controllerName={controllerName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
actionName

string

Required

controllerName

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomRoleBaseAttribute
NameDescriptionTypeAdditional 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": "8376ba01-6468-4acc-91be-b78208ca52a0",
    "DcmRoleName": "sample string 2",
    "ClientID": "b68b3f58-5cb8-40e0-850e-812cf4957661",
    "ActionId": "e373e0d9-30d1-493f-8270-9af2c991c791",
    "ActionName": "sample string 5",
    "ControllerName": "sample string 6",
    "IsRead": true,
    "IsWrite": true
  },
  {
    "DcmRoleId": "8376ba01-6468-4acc-91be-b78208ca52a0",
    "DcmRoleName": "sample string 2",
    "ClientID": "b68b3f58-5cb8-40e0-850e-812cf4957661",
    "ActionId": "e373e0d9-30d1-493f-8270-9af2c991c791",
    "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>e373e0d9-30d1-493f-8270-9af2c991c791</ActionId>
    <ActionName>sample string 5</ActionName>
    <ClientID>b68b3f58-5cb8-40e0-850e-812cf4957661</ClientID>
    <ControllerName>sample string 6</ControllerName>
    <DcmRoleId>8376ba01-6468-4acc-91be-b78208ca52a0</DcmRoleId>
    <DcmRoleName>sample string 2</DcmRoleName>
    <IsRead>true</IsRead>
    <IsWrite>true</IsWrite>
  </CustomRoleBaseAttribute>
  <CustomRoleBaseAttribute>
    <ActionId>e373e0d9-30d1-493f-8270-9af2c991c791</ActionId>
    <ActionName>sample string 5</ActionName>
    <ClientID>b68b3f58-5cb8-40e0-850e-812cf4957661</ClientID>
    <ControllerName>sample string 6</ControllerName>
    <DcmRoleId>8376ba01-6468-4acc-91be-b78208ca52a0</DcmRoleId>
    <DcmRoleName>sample string 2</DcmRoleName>
    <IsRead>true</IsRead>
    <IsWrite>true</IsWrite>
  </CustomRoleBaseAttribute>
</ArrayOfCustomRoleBaseAttribute>