GET /api/v2/job_track/stations
This endpoint is used to retrieve comprehensive data on a single registered job tracker station in Rx-Universe
Accepts
An job tracker station code, which must be the unique identifying code for the station
This station can be retrieved using
LP
. Case matters (lp
will not retrieve a record).
Returns
Success
A JSON object representing the requested job tracker station
Property | Description |
code | string The unique code identifying the job tracker station |
desc | string The text description for the job tracker station |
customerDesc | string The customer description for the station |
operator | boolean If true the station source is Operator. |
Error
If the code parameter does not match an addon for any station in the system an HTTP 404 code will be returned with the standard error body
{ "error": "No record found", "details": [ "Provided: 000" ] }