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": "cb58b518-3f5b-4375-8374-44aa760a9af8", "ProjectRoleName": "sample string 2", "ClientID": "f9f7f05d-682f-4f2f-808f-ee5a56320ebd", "ActionId": "f32fcc46-cef1-4c5c-b959-bc0294d7fbf9", "ActionName": "sample string 5", "ControllerName": "sample string 6", "IsRead": true, "IsWrite": true }, { "ProjectRoleId": "cb58b518-3f5b-4375-8374-44aa760a9af8", "ProjectRoleName": "sample string 2", "ClientID": "f9f7f05d-682f-4f2f-808f-ee5a56320ebd", "ActionId": "f32fcc46-cef1-4c5c-b959-bc0294d7fbf9", "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>f32fcc46-cef1-4c5c-b959-bc0294d7fbf9</ActionId> <ActionName>sample string 5</ActionName> <ClientID>f9f7f05d-682f-4f2f-808f-ee5a56320ebd</ClientID> <ControllerName>sample string 6</ControllerName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> <ProjectRoleId>cb58b518-3f5b-4375-8374-44aa760a9af8</ProjectRoleId> <ProjectRoleName>sample string 2</ProjectRoleName> </CustomSTARoleBaseAttribute> <CustomSTARoleBaseAttribute> <ActionId>f32fcc46-cef1-4c5c-b959-bc0294d7fbf9</ActionId> <ActionName>sample string 5</ActionName> <ClientID>f9f7f05d-682f-4f2f-808f-ee5a56320ebd</ClientID> <ControllerName>sample string 6</ControllerName> <IsRead>true</IsRead> <IsWrite>true</IsWrite> <ProjectRoleId>cb58b518-3f5b-4375-8374-44aa760a9af8</ProjectRoleId> <ProjectRoleName>sample string 2</ProjectRoleName> </CustomSTARoleBaseAttribute> </ArrayOfCustomSTARoleBaseAttribute>