Relationship
A to-one or to-many relationship from one resource object to others.
Declaration
object RelationshipProperties
| Name | Type | Description |
|---|---|---|
data Required | [Resource] | A paginated collection of resources in the relationship. |
href | string | A relative location to fetch the relationship, if it may be fetched directly. |
meta | Relationship.Meta | Contextual data about the relationship. |
next | string | A relative cursor to fetch the next paginated collection of resources in the relationship if more exist. |