GET api/ClientProjectWFStates?clientID={clientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomClientProjectWFStates
NameDescriptionTypeAdditional 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": "ffb558c6-f45d-493a-8fbd-645b3b2c775f",
    "ClientAssessmentMasterID": "a08f1772-ef84-49ef-bc82-6f4d22f0062e",
    "AssessmentName": "sample string 3",
    "StateValue": "sample string 4",
    "StateDescription": "sample string 5",
    "ClientMasterID": "11e92f48-fbd9-44a3-8ecb-87e13256c0e8",
    "ClientName": "sample string 7"
  },
  {
    "ClientProjectWFStatesID": "ffb558c6-f45d-493a-8fbd-645b3b2c775f",
    "ClientAssessmentMasterID": "a08f1772-ef84-49ef-bc82-6f4d22f0062e",
    "AssessmentName": "sample string 3",
    "StateValue": "sample string 4",
    "StateDescription": "sample string 5",
    "ClientMasterID": "11e92f48-fbd9-44a3-8ecb-87e13256c0e8",
    "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>a08f1772-ef84-49ef-bc82-6f4d22f0062e</ClientAssessmentMasterID>
    <ClientMasterID>11e92f48-fbd9-44a3-8ecb-87e13256c0e8</ClientMasterID>
    <ClientName>sample string 7</ClientName>
    <ClientProjectWFStatesID>ffb558c6-f45d-493a-8fbd-645b3b2c775f</ClientProjectWFStatesID>
    <StateDescription>sample string 5</StateDescription>
    <StateValue>sample string 4</StateValue>
  </CustomClientProjectWFStates>
  <CustomClientProjectWFStates>
    <AssessmentName>sample string 3</AssessmentName>
    <ClientAssessmentMasterID>a08f1772-ef84-49ef-bc82-6f4d22f0062e</ClientAssessmentMasterID>
    <ClientMasterID>11e92f48-fbd9-44a3-8ecb-87e13256c0e8</ClientMasterID>
    <ClientName>sample string 7</ClientName>
    <ClientProjectWFStatesID>ffb558c6-f45d-493a-8fbd-645b3b2c775f</ClientProjectWFStatesID>
    <StateDescription>sample string 5</StateDescription>
    <StateValue>sample string 4</StateValue>
  </CustomClientProjectWFStates>
</ArrayOfCustomClientProjectWFStates>