/
View a Single Job Tracker Station
View a Single Job Tracker Station
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
A 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 any station in the system an HTTP 404 code will be returned with the standard error body
{
"error": "No record found",
"details": [
"Provided: 000"
]
}
, multiple selections available,
Related content
List All Job Tracker Stations
List All Job Tracker Stations
Read with this
Setting Up Job Stations for Devices (Equipment)
Setting Up Job Stations for Devices (Equipment)
Read with this