v1

latestOpenAPI 3.0.1Apache 2.02026-07-1398228598.3 KB
Field Configuration

Get Field Configuration Item

Returns a single field-configuration item by UUID. Items belonging to a field configuration in another organization return 404.

get/field-configurations/{id}/items/{itemId}

Path parameters

idstring required

UUID of the field configuration.

itemIdstring required

UUID of the field-configuration item.

Response

Item successfully retrieved.

Example response

{
  "data": {
    "uuid": "b9e1c0a0-5a3d-4a9c-9b1e-2d6f4b7a1c11__item-01",
    "fieldConfigurationUUID": "b9e1c0a0-5a3d-4a9c-9b1e-2d6f4b7a1c11",
    "title": "Budget Range",
    "category": "CRM",
    "contents": "What is the customer's stated budget range?",
    "promptType": "freeform",
    "contentType": "text"
  }
}