Skip to main content
Relations define how collections are linked together (M2O, O2M, M2M, M2A).

List Relations

Retrieve all relations.
Example:

Get Relation

Retrieve a single relation.

Create Relation

Create a new relationship.
Request Body (Many-to-One):
Request Body (Many-to-Many):

Update Relation

Update relation metadata.

Delete Relation

Delete a relation.
Deleting a relation does not delete the underlying foreign key or junction table.

Next Steps

Collections

Manage collections

Fields

Manage fields