Retrieve information about a specific eligible fleet of assets.
GET {{baseUrl}}/v1/fleets/:fleetId
Retrieve information about a specific eligible fleet of assets. Access to a fleet depends on the permission scope of your Railigent X credentials. You can use the information about eligible assets of a fleet returned by this endpoint to retrieve asset information via the Assets endpoints.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"class999","assetIds":["class999_9990042","asset_02"]}}