entities
Authorization: ********************
curl --location 'https://api.enectiva.cz/entities' \ --header 'Accept: application/vnd.api+json' \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3560", "attributes": { "name": "NAME_1", "parent_id": 3564, "type_id": "7aa0c676-6321-4874-b6a0-a9bb2bde3e0d" }, "type": "entities" }, { "id": "3562", "attributes": { "name": "NAME_2", "type_id": "fe8f4776-c435-4818-8079-9aba8f3bfb45" }, "type": "entities" }, { "id": "14089", "attributes": { "name": "NAME_3", "parent_id": 3562, "type_id": "7aa0c676-6321-4874-b6a0-a9bb2bde3e0d" }, "type": "entities" } ] }