GET api/v1/JobValuesMaster/{KeyIdentifier}
Get JobValuesMaster by KeyIdentifier.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
KeyIdentifier | Enumeration of JobIdentifierKey |
Define this parameter in the request URI. |
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>