cURL
curl --request GET \ --url https://api.traxes.io/connect/v1/entities/{entityId}/features \ --header 'Authorization: Bearer <token>'
[ { "feature": "CaptureChargeSessions", "isEnabled": true } ]
Returns all the Entity features and their activation status
Documentation IndexFetch the complete documentation index at: https://docs.der-connect.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.der-connect.dev/llms.txt
Use this file to discover all available pages before exploring further.
Access Token Authentication
The id of the Entity
OK
CaptureChargeSessions
Will return true when the feature is activated, false otherwise
true
false
Was this page helpful?