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": "3dedd5c3-7419-457f-92c2-35e03ef57a90", "ProjectRoleName": "sample string 2", "ClientID": "7d45b43c-826b-499a-821c-79cf60bf049e", "ActionId": "32cfecb1-6ae1-4922-a696-f3dce04e9754", "ActionName": "sample string 5", "ControllerName": "sample string 6", "IsRead": true, "IsWrite": true }, { "ProjectRoleId": "3dedd5c3-7419-457f-92c2-35e03ef57a90", "ProjectRoleName": "sample string 2", "ClientID": "7d45b43c-826b-499a-821c-79cf60bf049e", "ActionId": "32cfecb1-6ae1-4922-a696-f3dce04e9754", "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>32cfecb1-6ae1-4922-a696-f3dce04e9754</ActionId> <ActionName>sample string 5</ActionName> <ClientID>7d45b43c-826b-499a-821c-79cf60bf049e</ClientID> <ControllerName>sample string 6</ControllerName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> <ProjectRoleId>3dedd5c3-7419-457f-92c2-35e03ef57a90</ProjectRoleId> <ProjectRoleName>sample string 2</ProjectRoleName> </CustomSTARoleBaseAttribute> <CustomSTARoleBaseAttribute> <ActionId>32cfecb1-6ae1-4922-a696-f3dce04e9754</ActionId> <ActionName>sample string 5</ActionName> <ClientID>7d45b43c-826b-499a-821c-79cf60bf049e</ClientID> <ControllerName>sample string 6</ControllerName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> <ProjectRoleId>3dedd5c3-7419-457f-92c2-35e03ef57a90</ProjectRoleId> <ProjectRoleName>sample string 2</ProjectRoleName> </CustomSTARoleBaseAttribute> </ArrayOfCustomSTARoleBaseAttribute>