Skip to main content
GET
/
custom_field_definitions
/
{id}
Retrieve a custom field definition
curl --request GET \
  --url https://app.gomangrove.com/api/v1/custom_field_definitions/{id} \
  --header 'Authorization: <api-key>'
{
  "id": 42,
  "friendly_id": "cfd_abc123def456",
  "key": "serial",
  "label": "Serial Number",
  "object_type": "asset",
  "value_type": "string",
  "enumeration_options": null,
  "order": 1,
  "is_required": false,
  "project_id": null,
  "created_at": "2026-01-15T10:00:00.000Z",
  "updated_at": "2026-01-15T10:00:00.000Z"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Custom field definition friendly ID (e.g., cfd_abc123def456)

Response

200