Skip to main content
POST
GetImpact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
Identifier · object[]

Identifier is a unique reference to an entity in Coalesce Quality system. Entity identifiers are designed to closely mimic identifiers used by data platforms and tools. To construct an identifier, you need to know the kind of the entity and the ids that you would normally use to identify it in the data platform or tool. For example, to identify a table in BigQuery, you would need to know the project, dataset, and table names.

Every identifier the API RETURNS also carries entity_id, the entity's opaque id. Read it when you just need to name the entity again — it is one string for every platform, where the structured variants below only cover the platforms that have one.

Response

200 - application/json

Success

entities
ImpactedEntityGroup · object[]
downstreamEntities
ImpactedEntityGroup · object[]
dataproducts
ImpactedDataproduct · object[]
downstreamDataproducts
ImpactedDataproduct · object[]
owners
ImpactedOwner · object[]
downstreamOwners
ImpactedOwner · object[]