GET api/v1/JobValuesMaster/StatusEvents

Get status's event.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "TheID": 1,
    "KeyIdentifier": "sample string 2",
    "KeyValue": "sample string 3",
    "KeyDescription": "sample string 4"
  },
  {
    "TheID": 1,
    "KeyIdentifier": "sample string 2",
    "KeyValue": "sample string 3",
    "KeyDescription": "sample string 4"
  },
  {
    "TheID": 1,
    "KeyIdentifier": "sample string 2",
    "KeyValue": "sample string 3",
    "KeyDescription": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfJobValuesMasterDTO>
  <JobValuesMasterDTO>
    <TheID>1</TheID>
    <KeyIdentifier>sample string 2</KeyIdentifier>
    <KeyValue>sample string 3</KeyValue>
    <KeyDescription>sample string 4</KeyDescription>
  </JobValuesMasterDTO>
  <JobValuesMasterDTO>
    <TheID>1</TheID>
    <KeyIdentifier>sample string 2</KeyIdentifier>
    <KeyValue>sample string 3</KeyValue>
    <KeyDescription>sample string 4</KeyDescription>
  </JobValuesMasterDTO>
  <JobValuesMasterDTO>
    <TheID>1</TheID>
    <KeyIdentifier>sample string 2</KeyIdentifier>
    <KeyValue>sample string 3</KeyValue>
    <KeyDescription>sample string 4</KeyDescription>
  </JobValuesMasterDTO>
</ArrayOfJobValuesMasterDTO>