Skip to content

List Mappable Graph8 Fields

GET
/integrations/crm/fields/mappable

The GRAPH8-side fields a CRM field can be mapped onto.

The other half of GET /integrations/crm/fields: that one describes the customer’s CRM, this one describes graph8. A field mapping is a pair drawn from the two, so both have to be readable for one to be buildable.

activities is accepted here and not by /fields - it is a graph8-side object that has no single CRM counterpart.

Authorizations

Parameters

Query Parameters

object_type

Which graph8 object.

string
default: contacts
Allowed values: contacts companies deals leads activities

Which graph8 object.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

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
items
Array
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string