List relationships
List relationship edges of one kind, anchored on a person or custom object, newest first.
Authorizations
Organization API key, sent as Authorization: Bearer boom_org_....
Query Parameters
Which edge set to list.
person_to_co, co_to_co Anchor: person externalId (kind 'person_to_co').
1Anchor: custom object type name. Required with customObjectExternalId.
1Anchor: custom object externalId (scoped by customObjectType).
1For kind 'co_to_co': list the anchor's children (default) or parents.
children, parents Include soft-deleted (unlinked) edges. Defaults to false.
Filter by relationship type id.
1Filter by edge role.
1Max items to return, 1-1000 (default 100).
1 <= x <= 1000Opaque pagination token from a previous response's next_cursor. Omit for the first page.