Get Custom Fields
Function
To get custom fields within customer data.
獲取顧客自訂欄位
URL
GET <<api_domain>>/v1/custom_fields
Response fields
Response fields | Type | Description | Example |
|---|---|---|---|
type |
| Column Type for the Custom Field |
|
name_translations |
| Name Translations |
|
hint_translations |
| Hint Translaitons |
|
field_id |
| Field ID | 5ad86757e38809441400001b |
Response Example
[
{
"type": "text",
"name_translations": {
"zh-hant": "測試欄位",
"en": "Test Field"
},
"hint_translations": {
"zh-hant": "請填入答案"
},
"field_id": "5ad86757e38809441400001b"
}
]Updated 21 days ago