cURL
curl --request GET \ --url https://api.traxes.io/connect/v1/collectives/{collectiveId}/entities \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "Battery", "brand": "<string>", "identifier": "<string>", "created": "2023-11-07T05:31:56Z", "name": "<string>", "parentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "isOnline": true, "properties": "<unknown>", "lastSeen": "2023-11-07T05:31:56Z" } ], "links": { "next": "<string>" }, "meta": { "continuationToken": "<string>", "pageSize": 123 } }
Access Token Authentication
The id of the Collective
The number of Entities per page
The token used to retrieve the next page
OK
A page of entities
Show child attributes
Was this page helpful?