Read a lineage view from either the Personal Server (by scope) or the gateway (by data point id), chosen by the params shape.
const fromPs = await getLineage({ personalServerUrl, scope, grantId, signer });const fromGateway = await getLineage({ gatewayUrl, dataPointId, grantId, signer }); Copy
const fromPs = await getLineage({ personalServerUrl, scope, grantId, signer });const fromGateway = await getLineage({ gatewayUrl, dataPointId, grantId, signer });
Read a lineage view from either the Personal Server (by scope) or the gateway (by data point id), chosen by the params shape.