Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetCustomField

Retrieves custom field by its ID.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
id* ID of the custom field.
Outputs:
  • id, of the custom field
  • record_name, record custom field is assign to, contact | product | cart | order
  • name, field name
  • description, details about the field
  • create_date, date record was created)
  • created_by, who created the record
  • update_date, date record was updated)
  • updated_by, who updated the record
  • dynamic_name, used to build up merge tags
  • type, data expected to be stored, 1=text, 2=number, 3=date
  • data_type_name, text representation of type
  • default_value, when null, this value will be used.
  • visibility, 0=private, 1=public
  • searchable, 0=no, 1=yes
  • required, will enforce this field is populated, 0=no, 1=yes
  • status, 0=disabled, 1=enabled

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON