GET
/
v1
/
entities
/
{entityId}
/
disaggregators
List the disaggregators of an Entity
curl --request GET \
  --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/disaggregators \
  --header 'Authorization: Bearer <token>'
{
  "disaggregators": [
    "Sandy"
  ]
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Response

200
application/json

OK

The response is of type object.