Skip to main content
GET
/
crm
/
objects
/
{objectName}
/
entries
/
{entryId}
/
fields
/
{fieldName}
Get cell
curl --request GET \
  --url https://www.dench.com/api/v1/crm/objects/{objectName}/entries/{entryId}/fields/{fieldName} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Path Parameters

objectName
string
required
entryId
string
required
fieldName
string
required

Response

Successful response

Cell value. Enum=option string, tags=string array, user=member userId, relation=related entry id, boolean=true/false.