v4

latestSwagger 2.02026-07-13109102258.7 KB
Lineage

Return immediate next page lineage info about entity with pagination

get/lineage/{guid}/next/

Path parameters

guidstring required

The globally unique identifier of the entity.

Query parameters

direction'BOTH' | 'INPUT' | 'OUTPUT' required

The direction of the lineage, which could be INPUT, OUTPUT or BOTH.

getDerivedLineageboolean

True to include derived lineage in the response

offsetinteger

The offset for pagination purpose.

limitinteger

The page size - by default there is no paging.

api-versionstring required

Version of Purview APIs

Response

OK. If the input is valid.

baseEntityGuidstring

The GUID of the base entity.

guidEntityMapobject

The GUID entity map.

widthCountsobject

The entity count in specific direction.

lineageDepthinteger

The depth of lineage.

lineageWidthinteger

The width of lineage.

includeParentboolean

True to return the parent of the base entity.

childrenCountinteger

The number of children node.

lineageDirection'INPUT' | 'OUTPUT' | 'BOTH'

The enum of lineage direction.