POST GET customfields/search
Search custom fields
* required
Parameters
| Name | Type | Description |
|---|---|---|
| page | integer |
Number of page in results to return
1
1
|
| rpp | integer |
Number of records to return per page
25
1
250
|
Response Data
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
| systemName | string | Internal name used to identify each custom field (customX) | ||||||
| label | string | Read-only, friendly name. Used for display purposes only. | ||||||
| datatype | object |
Information about the field's data type
|
||||||
| maxLength | string | Maximum number of characters that can be stored in the field | ||||||
| variable | string | Variable used to refer to field in emails/landing pages. e.g. $$custom10 |
Permissions
Method requires the Client admin permission
Example Calls
Return all custom fields
GET
/customfields/search?rpp=250
cURL
Copy
Response Data
API Console
The console uses production data, so BE CAREFUL!
GET
customfields/search