Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Get CRM object record page section

GET/v1/crm/object-types/{objectKind}/records/{objectID}/record-page/sections/{sectionKey}
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
objectKindstringrequired
objectIDstringrequired
sectionKeystringrequired
Query parameters
searchstring
sortstring
filtersstring
JSON array of simple filters
Responses
200OK
itemsCrmRecordPageSectionDataItemrequired
Show properties
recordsCrmObjectRecordItem[] | nullrequired
Show properties
Array of CrmObjectRecordItem
created_atstringrequired
custom_fieldsanyrequired
display_namestringrequired
enrichment_summaryobject
fieldsobjectrequired
idstringrequired
kindstringrequired
metadataanyrequired
relationships_summaryobjectrequired
updated_atstringrequired
relationship_keystring
totalinteger<int64>required
metaPaginationMetarequired
Show properties
cursorstring
has_morebooleanrequired
limitinteger<int64>required
next_cursorstring
offsetinteger<int64>
totalinteger<int64>
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/crm/object-types/string/records/string/record-page/sections/string"
Response
{
  "items": {
    "records": [
      {
        "created_at": "string",
        "custom_fields": "string",
        "display_name": "string",
        "enrichment_summary": {},
        "fields": {},
        "id": "string",
        "kind": "string",
        "metadata": "string",
        "relationships_summary": {},
        "updated_at": "string"
      }
    ],
    "relationship_key": "string",
    "total": 0
  },
  "meta": {
    "cursor": "string",
    "has_more": true,
    "limit": 0,
    "next_cursor": "string",
    "offset": 0,
    "total": 0
  }
}