Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Get CRM custom object record

GET/v1/crm/custom-object-types/{objectKind}/records/{objectID}
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
objectKindstringrequired
objectIDstringrequired
Responses
200OK
created_atstringrequired
custom_fieldsanyrequired
display_namestringrequired
enrichment_summaryobject
fieldsobjectrequired
idstringrequired
kindstringrequired
metadataanyrequired
relationships_summaryobjectrequired
updated_atstringrequired
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/custom-object-types/string/records/string"
Response
{
  "created_at": "string",
  "custom_fields": "string",
  "display_name": "string",
  "enrichment_summary": {},
  "fields": {},
  "id": "string",
  "kind": "string",
  "metadata": "string",
  "relationships_summary": {},
  "updated_at": "string"
}