GET api/ClientAssessmentWorkflowMaster?clientID={clientID}&assessmentId={assessmentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
|
assessmentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomClientAssessmentWorkflowMasterName | Description | Type | Additional information |
---|---|---|---|
ClientAssessmentWorkflowMasterID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ClientAssessmentWFStatesID | globally unique identifier |
None. |
|
StateValue | string |
None. |
|
ClientAssessmentMasterID | globally unique identifier |
None. |
|
AssessmentName | string |
None. |
|
ClientMasterID | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
ClientProjectWorkflowDefinitionID | globally unique identifier |
None. |
|
ProjectWorkflowDefinitionName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ClientAssessmentWorkflowMasterID": "47732da0-8174-4b66-b167-a0af1278795f", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentWFStatesID": "a2d1f840-6f28-42b4-8a40-e5235196f404", "StateValue": "sample string 5", "ClientAssessmentMasterID": "94d4d4ca-a93e-46a3-b993-cb36e12ec94f", "AssessmentName": "sample string 7", "ClientMasterID": "ad7a5cc7-f8a0-4566-b309-dd3f22325375", "ClientName": "sample string 9", "ClientProjectWorkflowDefinitionID": "ae6ffa8e-08cf-4eef-92d3-d19237763707", "ProjectWorkflowDefinitionName": "sample string 11" }, { "ClientAssessmentWorkflowMasterID": "47732da0-8174-4b66-b167-a0af1278795f", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentWFStatesID": "a2d1f840-6f28-42b4-8a40-e5235196f404", "StateValue": "sample string 5", "ClientAssessmentMasterID": "94d4d4ca-a93e-46a3-b993-cb36e12ec94f", "AssessmentName": "sample string 7", "ClientMasterID": "ad7a5cc7-f8a0-4566-b309-dd3f22325375", "ClientName": "sample string 9", "ClientProjectWorkflowDefinitionID": "ae6ffa8e-08cf-4eef-92d3-d19237763707", "ProjectWorkflowDefinitionName": "sample string 11" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomClientAssessmentWorkflowMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomClientAssessmentWorkflowMaster> <AssessmentName>sample string 7</AssessmentName> <ClientAssessmentMasterID>94d4d4ca-a93e-46a3-b993-cb36e12ec94f</ClientAssessmentMasterID> <ClientAssessmentWFStatesID>a2d1f840-6f28-42b4-8a40-e5235196f404</ClientAssessmentWFStatesID> <ClientAssessmentWorkflowMasterID>47732da0-8174-4b66-b167-a0af1278795f</ClientAssessmentWorkflowMasterID> <ClientMasterID>ad7a5cc7-f8a0-4566-b309-dd3f22325375</ClientMasterID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowDefinitionID>ae6ffa8e-08cf-4eef-92d3-d19237763707</ClientProjectWorkflowDefinitionID> <Description>sample string 3</Description> <Name>sample string 2</Name> <ProjectWorkflowDefinitionName>sample string 11</ProjectWorkflowDefinitionName> <StateValue>sample string 5</StateValue> </CustomClientAssessmentWorkflowMaster> <CustomClientAssessmentWorkflowMaster> <AssessmentName>sample string 7</AssessmentName> <ClientAssessmentMasterID>94d4d4ca-a93e-46a3-b993-cb36e12ec94f</ClientAssessmentMasterID> <ClientAssessmentWFStatesID>a2d1f840-6f28-42b4-8a40-e5235196f404</ClientAssessmentWFStatesID> <ClientAssessmentWorkflowMasterID>47732da0-8174-4b66-b167-a0af1278795f</ClientAssessmentWorkflowMasterID> <ClientMasterID>ad7a5cc7-f8a0-4566-b309-dd3f22325375</ClientMasterID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowDefinitionID>ae6ffa8e-08cf-4eef-92d3-d19237763707</ClientProjectWorkflowDefinitionID> <Description>sample string 3</Description> <Name>sample string 2</Name> <ProjectWorkflowDefinitionName>sample string 11</ProjectWorkflowDefinitionName> <StateValue>sample string 5</StateValue> </CustomClientAssessmentWorkflowMaster> </ArrayOfCustomClientAssessmentWorkflowMaster>