GET api/ClientAssessmentWorkflowMaster?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": "d1f428f2-48a6-4045-b8e6-2862910b612c", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentWFStatesID": "a26ddeef-b65b-40d3-95ca-f582a0d58f15", "StateValue": "sample string 5", "ClientAssessmentMasterID": "42ebd8d0-b8e1-4a05-8a7d-27c15caaa170", "AssessmentName": "sample string 7", "ClientMasterID": "5e712ffe-a096-482d-86ef-1814182b1fb1", "ClientName": "sample string 9", "ClientProjectWorkflowDefinitionID": "16aef7e8-f1dc-4b46-bf1e-0a1373bdb36d", "ProjectWorkflowDefinitionName": "sample string 11" }, { "ClientAssessmentWorkflowMasterID": "d1f428f2-48a6-4045-b8e6-2862910b612c", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentWFStatesID": "a26ddeef-b65b-40d3-95ca-f582a0d58f15", "StateValue": "sample string 5", "ClientAssessmentMasterID": "42ebd8d0-b8e1-4a05-8a7d-27c15caaa170", "AssessmentName": "sample string 7", "ClientMasterID": "5e712ffe-a096-482d-86ef-1814182b1fb1", "ClientName": "sample string 9", "ClientProjectWorkflowDefinitionID": "16aef7e8-f1dc-4b46-bf1e-0a1373bdb36d", "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>42ebd8d0-b8e1-4a05-8a7d-27c15caaa170</ClientAssessmentMasterID> <ClientAssessmentWFStatesID>a26ddeef-b65b-40d3-95ca-f582a0d58f15</ClientAssessmentWFStatesID> <ClientAssessmentWorkflowMasterID>d1f428f2-48a6-4045-b8e6-2862910b612c</ClientAssessmentWorkflowMasterID> <ClientMasterID>5e712ffe-a096-482d-86ef-1814182b1fb1</ClientMasterID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowDefinitionID>16aef7e8-f1dc-4b46-bf1e-0a1373bdb36d</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>42ebd8d0-b8e1-4a05-8a7d-27c15caaa170</ClientAssessmentMasterID> <ClientAssessmentWFStatesID>a26ddeef-b65b-40d3-95ca-f582a0d58f15</ClientAssessmentWFStatesID> <ClientAssessmentWorkflowMasterID>d1f428f2-48a6-4045-b8e6-2862910b612c</ClientAssessmentWorkflowMasterID> <ClientMasterID>5e712ffe-a096-482d-86ef-1814182b1fb1</ClientMasterID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowDefinitionID>16aef7e8-f1dc-4b46-bf1e-0a1373bdb36d</ClientProjectWorkflowDefinitionID> <Description>sample string 3</Description> <Name>sample string 2</Name> <ProjectWorkflowDefinitionName>sample string 11</ProjectWorkflowDefinitionName> <StateValue>sample string 5</StateValue> </CustomClientAssessmentWorkflowMaster> </ArrayOfCustomClientAssessmentWorkflowMaster>