---
title: "Get the materialised end user entities for an end user"
method: GET
path: "/api/end_users/{end_user_heron_id}/entities"
tags: ["EndUserEntity"]
---

# Get the materialised end user entities for an end user

`GET /api/end_users/{end_user_heron_id}/entities`

## Path parameters

- `end_user_heron_id` string, required

## Response `200`

OK

- MaterialisedEndUserEntitySchema[]
  - `display_order` integer
  - `entity_heron_id` string
  - `entity_name` string
  - `is_list` boolean
  - `materialised_attributes` MaterialisedEndUserEntityAttribute[]
    - `attribute_heron_id` string
    - `attribute_name` string
    - `attribute_type` 'float' | 'int' | 'decimal' | 'string' | 'date' | 'datetime' | 'bool'
    - `display_order` integer
    - `materialised_sources` MaterialisedEndUserEntityAttributeSource[]
      - `source` EndUserEntityAttributeSourceSchema
        - `heron_id` string, nullable
        - `sort_order` integer
        - `source_config` object
        - `source_type` 'parsed_end_user_file' | 'api' | 'rel_6' | 'end_user_enricher' | 'company_attribute' | 'static_value' | 'end_user_query' | 'broker_submission_api'
      - `source_data` object
      - `timestamp` string, date-time
      - `value` unknown
    - `selected_source` MaterialisedEndUserEntityAttributeSource
      - `source` EndUserEntityAttributeSourceSchema
        - `heron_id` string, nullable
        - `sort_order` integer
        - `source_config` object
        - `source_type` 'parsed_end_user_file' | 'api' | 'rel_6' | 'end_user_enricher' | 'company_attribute' | 'static_value' | 'end_user_query' | 'broker_submission_api'
      - `source_data` object
      - `timestamp` string, date-time
      - `value` unknown

---

[API](https://skmtc.dev/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.dev/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/herondata/heron-data-api/revisions/f2e441edece2/schema)
