Skip to main content

List Signify Records

GET 

/api/integrations/:integration_id/signify_crm/records

Search a SignifyCRM module's records for the node-config record_id dropdown.

Performance notes:

  • Requests ONLY id + label fields from SuiteCRM (not the full record), so the payload stays tiny regardless of how many columns the module has.
  • Caps results (default 50, max 200) and pushes the search down to the server via a LIKE clause, so a large org never pulls its whole table to the browser.

Request

Responses

Successful Response