Discover Crm Fields
GET /integrations/crm/fields
The CRM’s own fields for one object, including its custom ones.
This is where a valid custom_fields[].field_name comes from. The provider
rejects a name it does not have, so read this before writing one.
Authorizations
Parameters
Query Parameters
Which CRM object to describe. meetings/tasks are Salesforce’s Event/Task and activities is Pipedrive’s; other providers fall back to contacts for an object they do not model.
Which CRM object to describe. meetings/tasks are Salesforce’s Event/Task and activities is Pipedrive’s; other providers fall back to contacts for an object they do not model.
Header Parameters
Responses
200
Successful Response
object
A list of CRM records.
A bare list from the app is surfaced as items; a named collection keeps
its own key AND gains items, so a caller can page either shape without
knowing which handler produced it.
object
422
Validation Error