Retrieve information about all eligible fleets of assets.
GET {{baseUrl}}/v1/fleets
Retrieve information about all available fleets of assets. Access to fleets depends on the permission scope of your Railigent X credentials. You can use the information about eligible assets of each 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"]},{"id":"class999","assetIds":["class999_9990042","asset_02"]}]}