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": "fac3e1bd-8bdc-4b5d-8d72-324443bf0318", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "12096e49-952d-4fe1-9a11-5fcf1d79327b" }, { "CustomProjectRoleMasterID": "fac3e1bd-8bdc-4b5d-8d72-324443bf0318", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "12096e49-952d-4fe1-9a11-5fcf1d79327b" } ]
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>12096e49-952d-4fe1-9a11-5fcf1d79327b</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>fac3e1bd-8bdc-4b5d-8d72-324443bf0318</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>12096e49-952d-4fe1-9a11-5fcf1d79327b</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>fac3e1bd-8bdc-4b5d-8d72-324443bf0318</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </ArrayOfCustomProjectRoleMaster>