GET api/ClientProjectMasters?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 CustomProjectName | Description | Type | Additional information |
---|---|---|---|
ClientProjectMasterID | globally unique identifier |
None. |
|
ProjectName | string |
None. |
|
ProjectDescription | string |
None. |
|
ProjectType | string |
None. |
|
ProjectStatus | string |
None. |
|
ClientId | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
EntityID | globally unique identifier |
None. |
|
EntityName | string |
None. |
|
ContainerID | globally unique identifier |
None. |
|
ContainerName | string |
None. |
|
AssessmentDomainID | globally unique identifier |
None. |
|
AssessmentDomainName | string |
None. |
|
WorkFlowID | globally unique identifier |
None. |
|
WorkFlowName | string |
None. |
|
IsProjectTeamConfigured | boolean |
None. |
|
IsAssessmentUserMapping | boolean |
None. |
|
IsActive | boolean |
None. |
|
ModuleName | string |
None. |
|
ModuleMasterId | globally unique identifier |
None. |
|
customProjectRoles | Collection of CustomProjectRoleMaster |
None. |
|
ClientProjectModuleMasterId | globally unique identifier |
None. |
|
engagementId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ClientProjectMasterID": "89f20159-c9e7-43aa-a0c6-4fe11caf8088", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "d2344f3e-84bf-465f-9bff-7ac1c8f30491", "ClientName": "sample string 7", "EntityID": "1adade18-8d36-4cb8-8dde-ca13503e0dbd", "EntityName": "sample string 9", "ContainerID": "60e3d913-eb14-402c-a8d9-83e925f3926c", "ContainerName": "sample string 11", "AssessmentDomainID": "6d59ae3c-97cb-47dd-abab-d55975df00f3", "AssessmentDomainName": "sample string 13", "WorkFlowID": "5577db45-4f13-4bc1-9f9c-19fd1bd58212", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "4fd1f2ad-c1b6-4740-9202-54128eda836a", "customProjectRoles": [ { "CustomProjectRoleMasterID": "eee70085-f563-4876-969e-3582e3ea15c1", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "a8d20644-7b21-480d-86e5-dd73c314ec03" }, { "CustomProjectRoleMasterID": "eee70085-f563-4876-969e-3582e3ea15c1", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "a8d20644-7b21-480d-86e5-dd73c314ec03" } ], "ClientProjectModuleMasterId": "f5af0f26-9b25-4db8-a040-9359083a83a7", "engagementId": "aa4e60b5-6f4e-4272-a775-c1cc1fca64ab" }, { "ClientProjectMasterID": "89f20159-c9e7-43aa-a0c6-4fe11caf8088", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "d2344f3e-84bf-465f-9bff-7ac1c8f30491", "ClientName": "sample string 7", "EntityID": "1adade18-8d36-4cb8-8dde-ca13503e0dbd", "EntityName": "sample string 9", "ContainerID": "60e3d913-eb14-402c-a8d9-83e925f3926c", "ContainerName": "sample string 11", "AssessmentDomainID": "6d59ae3c-97cb-47dd-abab-d55975df00f3", "AssessmentDomainName": "sample string 13", "WorkFlowID": "5577db45-4f13-4bc1-9f9c-19fd1bd58212", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "4fd1f2ad-c1b6-4740-9202-54128eda836a", "customProjectRoles": [ { "CustomProjectRoleMasterID": "eee70085-f563-4876-969e-3582e3ea15c1", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "a8d20644-7b21-480d-86e5-dd73c314ec03" }, { "CustomProjectRoleMasterID": "eee70085-f563-4876-969e-3582e3ea15c1", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "a8d20644-7b21-480d-86e5-dd73c314ec03" } ], "ClientProjectModuleMasterId": "f5af0f26-9b25-4db8-a040-9359083a83a7", "engagementId": "aa4e60b5-6f4e-4272-a775-c1cc1fca64ab" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomProject> <AssessmentDomainID>6d59ae3c-97cb-47dd-abab-d55975df00f3</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>d2344f3e-84bf-465f-9bff-7ac1c8f30491</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>89f20159-c9e7-43aa-a0c6-4fe11caf8088</ClientProjectMasterID> <ClientProjectModuleMasterId>f5af0f26-9b25-4db8-a040-9359083a83a7</ClientProjectModuleMasterId> <ContainerID>60e3d913-eb14-402c-a8d9-83e925f3926c</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>1adade18-8d36-4cb8-8dde-ca13503e0dbd</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>4fd1f2ad-c1b6-4740-9202-54128eda836a</ModuleMasterId> <ModuleName>sample string 19</ModuleName> <ProjectDescription>sample string 3</ProjectDescription> <ProjectName>sample string 2</ProjectName> <ProjectStatus>sample string 5</ProjectStatus> <ProjectType>sample string 4</ProjectType> <WorkFlowID>5577db45-4f13-4bc1-9f9c-19fd1bd58212</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>a8d20644-7b21-480d-86e5-dd73c314ec03</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>eee70085-f563-4876-969e-3582e3ea15c1</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>a8d20644-7b21-480d-86e5-dd73c314ec03</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>eee70085-f563-4876-969e-3582e3ea15c1</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>aa4e60b5-6f4e-4272-a775-c1cc1fca64ab</engagementId> </CustomProject> <CustomProject> <AssessmentDomainID>6d59ae3c-97cb-47dd-abab-d55975df00f3</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>d2344f3e-84bf-465f-9bff-7ac1c8f30491</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>89f20159-c9e7-43aa-a0c6-4fe11caf8088</ClientProjectMasterID> <ClientProjectModuleMasterId>f5af0f26-9b25-4db8-a040-9359083a83a7</ClientProjectModuleMasterId> <ContainerID>60e3d913-eb14-402c-a8d9-83e925f3926c</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>1adade18-8d36-4cb8-8dde-ca13503e0dbd</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>4fd1f2ad-c1b6-4740-9202-54128eda836a</ModuleMasterId> <ModuleName>sample string 19</ModuleName> <ProjectDescription>sample string 3</ProjectDescription> <ProjectName>sample string 2</ProjectName> <ProjectStatus>sample string 5</ProjectStatus> <ProjectType>sample string 4</ProjectType> <WorkFlowID>5577db45-4f13-4bc1-9f9c-19fd1bd58212</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>a8d20644-7b21-480d-86e5-dd73c314ec03</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>eee70085-f563-4876-969e-3582e3ea15c1</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>a8d20644-7b21-480d-86e5-dd73c314ec03</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>eee70085-f563-4876-969e-3582e3ea15c1</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>aa4e60b5-6f4e-4272-a775-c1cc1fca64ab</engagementId> </CustomProject> </ArrayOfCustomProject>