Get Relationship

Retrieves a specific relationship by its ID.

Path parameters

collection_idstringRequired
The collection ID corresponding to the graph containing the relationship.
relationship_idstringRequired
The ID of the relationship to retrieve.

Headers

AuthorizationstringRequired

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

X-API-KeystringRequired

Response

Successful Response
resultsobject
A relationship between two entities. This is a generic relationship, and can be used to represent any type of relationship between any two entities.

Errors