GET api/ClientProjectWFStates?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 CustomClientProjectWFStatesName | Description | Type | Additional information |
---|---|---|---|
ClientProjectWFStatesID | globally unique identifier |
None. |
|
ClientAssessmentMasterID | globally unique identifier |
None. |
|
AssessmentName | string |
None. |
|
StateValue | string |
None. |
|
StateDescription | string |
None. |
|
ClientMasterID | globally unique identifier |
None. |
|
ClientName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ClientProjectWFStatesID": "47b1f2f6-3dfc-4a1e-9505-afdb05e14504", "ClientAssessmentMasterID": "133b989a-54ca-4630-94dc-123640044545", "AssessmentName": "sample string 3", "StateValue": "sample string 4", "StateDescription": "sample string 5", "ClientMasterID": "1b82d879-7bc4-45e3-be2e-c293b9265bf7", "ClientName": "sample string 7" }, { "ClientProjectWFStatesID": "47b1f2f6-3dfc-4a1e-9505-afdb05e14504", "ClientAssessmentMasterID": "133b989a-54ca-4630-94dc-123640044545", "AssessmentName": "sample string 3", "StateValue": "sample string 4", "StateDescription": "sample string 5", "ClientMasterID": "1b82d879-7bc4-45e3-be2e-c293b9265bf7", "ClientName": "sample string 7" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomClientProjectWFStates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomClientProjectWFStates> <AssessmentName>sample string 3</AssessmentName> <ClientAssessmentMasterID>133b989a-54ca-4630-94dc-123640044545</ClientAssessmentMasterID> <ClientMasterID>1b82d879-7bc4-45e3-be2e-c293b9265bf7</ClientMasterID> <ClientName>sample string 7</ClientName> <ClientProjectWFStatesID>47b1f2f6-3dfc-4a1e-9505-afdb05e14504</ClientProjectWFStatesID> <StateDescription>sample string 5</StateDescription> <StateValue>sample string 4</StateValue> </CustomClientProjectWFStates> <CustomClientProjectWFStates> <AssessmentName>sample string 3</AssessmentName> <ClientAssessmentMasterID>133b989a-54ca-4630-94dc-123640044545</ClientAssessmentMasterID> <ClientMasterID>1b82d879-7bc4-45e3-be2e-c293b9265bf7</ClientMasterID> <ClientName>sample string 7</ClientName> <ClientProjectWFStatesID>47b1f2f6-3dfc-4a1e-9505-afdb05e14504</ClientProjectWFStatesID> <StateDescription>sample string 5</StateDescription> <StateValue>sample string 4</StateValue> </CustomClientProjectWFStates> </ArrayOfCustomClientProjectWFStates>