Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
1.0 KiB
Markdown
Raw Normal View History

2025-08-12 13:29:42 +05:30
---
title: searchEntityRelationshipResult
slug: /main-concepts/metadata-standard/schemas/api/entityrelationship/searchentityrelationshipresult
---
# SearchEntityRelationshipResult
*Search Entity Relationship Response for the Entity Relationship Request*
## Properties
- **`nodes`**: Nodes in the entity relationship response.
- **`upstreamEdges`**: Upstream Edges for the entity.
- **`downstreamEdges`**: Downstream Edges for the node.
## Definitions
- **`directionPaging`**
- **`upstream`** *(array)*
- **Items**: Refer to *#/definitions/layerPaging*.
- **`downstream`** *(array)*
- **Items**: Refer to *#/definitions/layerPaging*.
- **`layerPaging`** *(object)*: Type used for cursor based pagination information in GET list responses. Cannot contain additional properties.
- **`entityDownstreamCount`** *(integer)*: Count of entities downstream current layer entity.
- **`entityUpstreamCount`** *(integer)*: Count of entities upstream current layer entity.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.