Skip to main content

List Civicrm Records

GET 

/api/integrations/:integration_id/civicrm/records

List CiviCRM records as [{id, label}, ...] for a UI dropdown.

entity is one of Contact / Membership / Group / Relationship / Activity. Capped at limit (default 30, max 200) and ordered most-recent-first. Optional search does a LIKE on the entity's main text field (display_name for Contact, title for Group, subject for Activity).

Request

Responses

Successful Response