Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

GET /api/v2/job_track/stations

This endpoint is used to retrieve comprehensive data on a single registered job tracker station in Rx-Universe

image-20240112-145916.png

Accepts

  • An job tracker station code, which must be the unique identifying code for the station

    • image-20240112-150809.png

      This station can be retrieved using LP. Case matters (lpwill 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 any station in the system an HTTP 404 code will be returned with the standard error body

{
  "error": "No record found",
  "details": [
    "Provided: 000"
  ]
}
  • No labels