{
"id": "first_name",
"name": "First Name",
"description": "<string>",
"standard": true,
"aggregate": true,
"deprecated": true,
"see": "first_name",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Fields
Field
The required alphanumeric identifier of the field. Custom fields have an account-specific suffix (e.g. '_acme')
Pattern:
^[0-9a-fA-F]{24}$Example:
"first_name"
The human-readable name of the field
Examples:
"First Name"
"Last Name"
"Email"
"Phone 1"
The data type of this field
Available options:
boolean, city, credential, date, dob, email, first_name, gender, ip, last_name, number, phone, postal_code, range, ssn, state, street, string, time, trustedform_url, url The textual description of the purpose of this field
Read-only flag indicating whether this is a built-in LeadConduit field
The flag indicating that this field should no longer be used
The alternative field ID to be used instead of this deprecated field
Pattern:
^[0-9a-fA-F]{24}$Example:
"first_name"
Read-only time the field was created
Read-only time the field was last updated