Accelerate the Value of Data

Get Relations Between Two Objects

This operation fetches all relations between two entities filtered by relationTypes.

Note: If we have no relationTypes section, it will return all relations.

Request

POST {TenantURL}/relations/getByObjectUris
Table 1. Parameters
Parameter Required Details
Headers Authorization Yes Information about authentication access token in format "Bearer <accessToken>" (see details in Authentication API ).
Body Yes JSON object specifying relations filter.
Query options No Comma-separated list of different options which affect relation's JSON content in the response. Available options:
  • sendHidden- disabled by default, relation's JSON will contain hidden attributes if this option is enabled.
  • resolveMergedEntities- false by default, returns actual winner URIs for start/end objects in the relation if true.