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": "9c391558-9dcc-4d37-b5fb-e7017b43fa72", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "e12b8ce8-bdcd-43ea-a2b3-e4c07195bc24", "ClientName": "sample string 7", "EntityID": "a82a3569-564e-4fab-af1c-79afe975d03c", "EntityName": "sample string 9", "ContainerID": "ceb2a5ee-edd3-4562-935e-51db6964d674", "ContainerName": "sample string 11", "AssessmentDomainID": "3fab8425-1a4c-4485-8e0f-80385edec98c", "AssessmentDomainName": "sample string 13", "WorkFlowID": "777b053e-8b4c-48bf-8951-fda9eac91315", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "0b8cc64f-6d74-404d-b012-b537c09a5385", "customProjectRoles": [ { "CustomProjectRoleMasterID": "06761b11-185b-4c52-9207-d36362cec377", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "d6abdf37-0f38-4eeb-beeb-257c6709de8b" }, { "CustomProjectRoleMasterID": "06761b11-185b-4c52-9207-d36362cec377", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "d6abdf37-0f38-4eeb-beeb-257c6709de8b" } ], "ClientProjectModuleMasterId": "b6efe9d0-914d-4084-8d09-5a997e109a67", "engagementId": "26f97e1f-ff18-4a44-b67f-834c1bf8f6ff" }, { "ClientProjectMasterID": "9c391558-9dcc-4d37-b5fb-e7017b43fa72", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "e12b8ce8-bdcd-43ea-a2b3-e4c07195bc24", "ClientName": "sample string 7", "EntityID": "a82a3569-564e-4fab-af1c-79afe975d03c", "EntityName": "sample string 9", "ContainerID": "ceb2a5ee-edd3-4562-935e-51db6964d674", "ContainerName": "sample string 11", "AssessmentDomainID": "3fab8425-1a4c-4485-8e0f-80385edec98c", "AssessmentDomainName": "sample string 13", "WorkFlowID": "777b053e-8b4c-48bf-8951-fda9eac91315", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "0b8cc64f-6d74-404d-b012-b537c09a5385", "customProjectRoles": [ { "CustomProjectRoleMasterID": "06761b11-185b-4c52-9207-d36362cec377", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "d6abdf37-0f38-4eeb-beeb-257c6709de8b" }, { "CustomProjectRoleMasterID": "06761b11-185b-4c52-9207-d36362cec377", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "d6abdf37-0f38-4eeb-beeb-257c6709de8b" } ], "ClientProjectModuleMasterId": "b6efe9d0-914d-4084-8d09-5a997e109a67", "engagementId": "26f97e1f-ff18-4a44-b67f-834c1bf8f6ff" } ]
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>3fab8425-1a4c-4485-8e0f-80385edec98c</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>e12b8ce8-bdcd-43ea-a2b3-e4c07195bc24</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>9c391558-9dcc-4d37-b5fb-e7017b43fa72</ClientProjectMasterID> <ClientProjectModuleMasterId>b6efe9d0-914d-4084-8d09-5a997e109a67</ClientProjectModuleMasterId> <ContainerID>ceb2a5ee-edd3-4562-935e-51db6964d674</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>a82a3569-564e-4fab-af1c-79afe975d03c</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>0b8cc64f-6d74-404d-b012-b537c09a5385</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>777b053e-8b4c-48bf-8951-fda9eac91315</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>d6abdf37-0f38-4eeb-beeb-257c6709de8b</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>06761b11-185b-4c52-9207-d36362cec377</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>d6abdf37-0f38-4eeb-beeb-257c6709de8b</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>06761b11-185b-4c52-9207-d36362cec377</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>26f97e1f-ff18-4a44-b67f-834c1bf8f6ff</engagementId> </CustomProject> <CustomProject> <AssessmentDomainID>3fab8425-1a4c-4485-8e0f-80385edec98c</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>e12b8ce8-bdcd-43ea-a2b3-e4c07195bc24</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>9c391558-9dcc-4d37-b5fb-e7017b43fa72</ClientProjectMasterID> <ClientProjectModuleMasterId>b6efe9d0-914d-4084-8d09-5a997e109a67</ClientProjectModuleMasterId> <ContainerID>ceb2a5ee-edd3-4562-935e-51db6964d674</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>a82a3569-564e-4fab-af1c-79afe975d03c</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>0b8cc64f-6d74-404d-b012-b537c09a5385</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>777b053e-8b4c-48bf-8951-fda9eac91315</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>d6abdf37-0f38-4eeb-beeb-257c6709de8b</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>06761b11-185b-4c52-9207-d36362cec377</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>d6abdf37-0f38-4eeb-beeb-257c6709de8b</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>06761b11-185b-4c52-9207-d36362cec377</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>26f97e1f-ff18-4a44-b67f-834c1bf8f6ff</engagementId> </CustomProject> </ArrayOfCustomProject>