GET api/STAUserRoleClientMapping?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomProjectRoleMasterName | Description | Type | Additional information |
---|---|---|---|
CustomProjectRoleMasterID | globally unique identifier |
None. |
|
RoleName | string |
None. |
|
RoleDescription | string |
None. |
|
IsMandatory | boolean |
None. |
|
ClientContainerProjectRolesStandardID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CustomProjectRoleMasterID": "90195650-b048-4a77-bf85-fc6712fd2eb8", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "53e29166-8c23-49a2-8c3f-c16698a1776f" }, { "CustomProjectRoleMasterID": "90195650-b048-4a77-bf85-fc6712fd2eb8", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "53e29166-8c23-49a2-8c3f-c16698a1776f" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomProjectRoleMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>53e29166-8c23-49a2-8c3f-c16698a1776f</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>90195650-b048-4a77-bf85-fc6712fd2eb8</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>53e29166-8c23-49a2-8c3f-c16698a1776f</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>90195650-b048-4a77-bf85-fc6712fd2eb8</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </ArrayOfCustomProjectRoleMaster>