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": "79e0f922-1055-41ab-a5bf-17fff8669850", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "b770192d-fc32-4ff9-972c-a0f9401a8485" }, { "CustomProjectRoleMasterID": "79e0f922-1055-41ab-a5bf-17fff8669850", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "b770192d-fc32-4ff9-972c-a0f9401a8485" } ]
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>b770192d-fc32-4ff9-972c-a0f9401a8485</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>79e0f922-1055-41ab-a5bf-17fff8669850</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>b770192d-fc32-4ff9-972c-a0f9401a8485</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>79e0f922-1055-41ab-a5bf-17fff8669850</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </ArrayOfCustomProjectRoleMaster>