v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Custom Fields

Get Custom Fields

To get custom fields within customer data.<br>獲取顧客自訂欄位

get/custom_fields

Response

OK

typestring

Column Type for the Custom Field<br>欄位類別

field_idstring

Field ID<br>欄位ID

valuestring

Field Value<br>欄位值

Example response

[
  {
    "type": "text",
    "name_translations": {
      "zh-hant": "測試欄位",
      "en": "Test Field"
    },
    "field_id": "5ad86757e38809441400001b",
    "value": "Test Field Value"
  }
]