GET
/
api
/
end_user_entities
curl --request GET \
  --url https://app.herondata.io/api/end_user_entities \
  --header 'x-api-key: <api-key>'
[
  {
    "display_order": 123,
    "entity_attributes": [
      {
        "attribute_description": "<string>",
        "attribute_name": "<string>",
        "attribute_sources": [
          {
            "heron_id": "<string>",
            "sort_order": 123,
            "source_config": {},
            "source_type": "parsed_end_user_file"
          }
        ],
        "attribute_type": "float",
        "display_order": 123,
        "heron_id": "<string>",
        "reconciliation_config": {},
        "reconciliation_strategy": "sort_order"
      }
    ],
    "entity_description": "<string>",
    "entity_name": "<string>",
    "heron_id": "<string>",
    "is_list": true
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json
OK

The response is of type object[].