GET api/ClientProjectRolesMasters?projectID={projectID}&clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectID | globally unique identifier |
Required |
|
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": "1bd4b588-d205-4fbb-9e07-feb7cd41e037", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "983b5e0c-c01a-4bb4-b520-3a69ffd343cf" }, { "CustomProjectRoleMasterID": "1bd4b588-d205-4fbb-9e07-feb7cd41e037", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "983b5e0c-c01a-4bb4-b520-3a69ffd343cf" } ]
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>983b5e0c-c01a-4bb4-b520-3a69ffd343cf</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>1bd4b588-d205-4fbb-9e07-feb7cd41e037</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>983b5e0c-c01a-4bb4-b520-3a69ffd343cf</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>1bd4b588-d205-4fbb-9e07-feb7cd41e037</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </ArrayOfCustomProjectRoleMaster>