Get Relationship
Retrieves a specific relationship by its ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
collection_id
The collection ID corresponding to the graph containing the relationship.
relationship_id
The ID of the relationship to retrieve.
Headers
X-API-Key
Response
Successful Response
results
A relationship between two entities.
This is a generic relationship, and can be used to represent any type of
relationship between any two entities.