GET api/ActionRoleMapping?actionName={actionName}&controllerName={controllerName}&clientid={clientid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
actionName | string |
Required |
|
controllerName | string |
Required |
|
clientid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomSTARoleBaseAttributeName | Description | Type | Additional information |
---|---|---|---|
ProjectRoleId | globally unique identifier |
None. |
|
ProjectRoleName | 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:
[ { "ProjectRoleId": "d71f4f70-f2ba-432f-add5-f5e3fbe3e405", "ProjectRoleName": "sample string 2", "ClientID": "31a656ed-2acc-4ecc-b4fb-8ffccb020777", "ActionId": "0bfb4e78-1059-45c1-a672-d82e33611337", "ActionName": "sample string 5", "ControllerName": "sample string 6", "IsRead": true, "IsWrite": true }, { "ProjectRoleId": "d71f4f70-f2ba-432f-add5-f5e3fbe3e405", "ProjectRoleName": "sample string 2", "ClientID": "31a656ed-2acc-4ecc-b4fb-8ffccb020777", "ActionId": "0bfb4e78-1059-45c1-a672-d82e33611337", "ActionName": "sample string 5", "ControllerName": "sample string 6", "IsRead": true, "IsWrite": true } ]
application/xml, text/xml
Sample:
<ArrayOfCustomSTARoleBaseAttribute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomSTARoleBaseAttribute> <ActionId>0bfb4e78-1059-45c1-a672-d82e33611337</ActionId> <ActionName>sample string 5</ActionName> <ClientID>31a656ed-2acc-4ecc-b4fb-8ffccb020777</ClientID> <ControllerName>sample string 6</ControllerName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> <ProjectRoleId>d71f4f70-f2ba-432f-add5-f5e3fbe3e405</ProjectRoleId> <ProjectRoleName>sample string 2</ProjectRoleName> </CustomSTARoleBaseAttribute> <CustomSTARoleBaseAttribute> <ActionId>0bfb4e78-1059-45c1-a672-d82e33611337</ActionId> <ActionName>sample string 5</ActionName> <ClientID>31a656ed-2acc-4ecc-b4fb-8ffccb020777</ClientID> <ControllerName>sample string 6</ControllerName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> <ProjectRoleId>d71f4f70-f2ba-432f-add5-f5e3fbe3e405</ProjectRoleId> <ProjectRoleName>sample string 2</ProjectRoleName> </CustomSTARoleBaseAttribute> </ArrayOfCustomSTARoleBaseAttribute>