GET api/PreAssessmentDomain?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 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": "fe067bae-3396-4cdc-9550-7de78d23f464", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentWFStatesID": "681a6ade-041c-4d4e-ae6e-1b4e909fbdff", "StateValue": "sample string 5", "ClientAssessmentMasterID": "914a7da7-9524-431e-ac0e-60fa55c91de7", "AssessmentName": "sample string 7", "ClientMasterID": "1e5abf4c-2014-4664-b96d-1a8434fafdac", "ClientName": "sample string 9", "ClientProjectWorkflowDefinitionID": "f3849594-9ac1-493f-901b-c02fb64141f3", "ProjectWorkflowDefinitionName": "sample string 11" }, { "ClientAssessmentWorkflowMasterID": "fe067bae-3396-4cdc-9550-7de78d23f464", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentWFStatesID": "681a6ade-041c-4d4e-ae6e-1b4e909fbdff", "StateValue": "sample string 5", "ClientAssessmentMasterID": "914a7da7-9524-431e-ac0e-60fa55c91de7", "AssessmentName": "sample string 7", "ClientMasterID": "1e5abf4c-2014-4664-b96d-1a8434fafdac", "ClientName": "sample string 9", "ClientProjectWorkflowDefinitionID": "f3849594-9ac1-493f-901b-c02fb64141f3", "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>914a7da7-9524-431e-ac0e-60fa55c91de7</ClientAssessmentMasterID> <ClientAssessmentWFStatesID>681a6ade-041c-4d4e-ae6e-1b4e909fbdff</ClientAssessmentWFStatesID> <ClientAssessmentWorkflowMasterID>fe067bae-3396-4cdc-9550-7de78d23f464</ClientAssessmentWorkflowMasterID> <ClientMasterID>1e5abf4c-2014-4664-b96d-1a8434fafdac</ClientMasterID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowDefinitionID>f3849594-9ac1-493f-901b-c02fb64141f3</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>914a7da7-9524-431e-ac0e-60fa55c91de7</ClientAssessmentMasterID> <ClientAssessmentWFStatesID>681a6ade-041c-4d4e-ae6e-1b4e909fbdff</ClientAssessmentWFStatesID> <ClientAssessmentWorkflowMasterID>fe067bae-3396-4cdc-9550-7de78d23f464</ClientAssessmentWorkflowMasterID> <ClientMasterID>1e5abf4c-2014-4664-b96d-1a8434fafdac</ClientMasterID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowDefinitionID>f3849594-9ac1-493f-901b-c02fb64141f3</ClientProjectWorkflowDefinitionID> <Description>sample string 3</Description> <Name>sample string 2</Name> <ProjectWorkflowDefinitionName>sample string 11</ProjectWorkflowDefinitionName> <StateValue>sample string 5</StateValue> </CustomClientAssessmentWorkflowMaster> </ArrayOfCustomClientAssessmentWorkflowMaster>