Accelerate the Value of Data

Connection Request Specification

Specification of _connections API requests.

Requests

Specification for 3 hops requests:
  • /reltio/api/tenant/entities/entityURI/_connections
  • /dtss/entities/_connections/_getConnections?dataEntityUri=entityURI

Specification

Suppose we have entities with relations as illustrated in the graph:

We need to get connections for entity A with three nesting level. In this case, our API call will return:
  • 1hop Entities: C, B. Relations: AB, AC
  • 2hop Entities: D, E, F. Relations: CD, CE, CF
  • 3hop Entities: G. Relations: FG