Authorizations
Your ARMS API key
Email of a user assigned to the appropriate user group
Query Parameters
Carrier identifier; required for all endpoints
Optional user group context
Body
Number of items per page. Use with pageNextToken/pagePrevToken for pagination.
x >= 1
Token to fetch the next page of results returned from a previous call.
Token to fetch the previous page of results returned from a previous call.
Filter by equipment initial and number (e.g., 'XYZ 123456').
Filter by derived load status.
LOAD
, EMPTY
, UNKNOWN
Filter by AAR car type (e.g., GONDOLA).
Filter by station ID. Obtain IDs from the listStationTracks endpoint.
Filter by track ID. Obtain IDs from the listStationTracks endpoint.
Filter by tag ID. Obtain IDs from the listStationTracks endpoint.
Filter by shipper name.
Filter by consignee name.
Filter by arrival state of equipment.
Carrier identifier. May also be supplied via query parameter.
Filter by a single equipment resourceId.
Filter by multiple equipment resourceIds.
Filter by equipment initial prefix (e.g., 'ABC').
Filter by explicit tuples of equipment initial and number (e.g., [["ABC", 123], ["DEF", 456]]).
Filter by equipment number.
Filter by train ID.
Whether to include train information in the response.
Intersect all grouping filters to get grouping IDs. For example, can specify multiple filters at once, such as zone, station, track. In this case, it expands zone and station to track level and intersects them with each other.
This field is mutually exclusive with the legacy grouping fields (station, track, tag).
- Option 1
- Option 2
Filter by consist UUID. This is used with includeSwitchRequest to get all of the equipment on a consist.
Whether to include switch request information.