List members of a group — one endpoint for every type, so consumers never
branch. Rows share the {profile_id, record_type, record} shape:
Group Profile
List members of a group — one endpoint for every type, so consumers never branch. Rows share the {profile_id, record_type, record} shape:
static → group_profiles rows (active by default; ?include_removed=1 for history) dynamic → the latest COMPLETED snapshot’s matched work items (empty until a snapshot completes — snapshots stay internal) favourite → active connections across all owners (one row per owner-member edge)
GET
List members of a group — one endpoint for every type, so consumers never
branch. Rows share the {profile_id, record_type, record} shape:
Filtering
This endpoint accepts
filter and sort query parameters. See Filtering, sorting, and search for paging and for the shared search_with, custom_field, and json_contains filters.GroupProfile, Connection, GroupSnapshotProfile, and an attribute only filters the record type that declares it.
Examples
Operators
The
not_has operator applies to related attributes, which this endpoint does not have.
Filter attributes
Each attribute above is also a valid
sort key, for example ?sort=-added_at for descending order.