GET https://api.subscriptiongenius.com/2/customfields/{subscriber_id}
Response Parameters
Paramater Description Data Type
field_id Unique reference id to custom field Integer
text_value Text value of field Sting
values Array of field values. Array
values.display_as The label that is displayed publicly String
values.option_id Unique ID of the selectable option String
values.value Internal value of the option field String
Example Response
[
  {
    "field_id":"2077",
    "name":"Comics",
    "display_as":"What comics do you read",
    "type":"checkbox",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"1418",
    "name":"County - Choose according to purchases",
    "display_as":"County Choose according to purchases",
    "type":"checkbox",
    "allow_other":0,
    "values":[
      {
        "option_id":"1823",
        "display_as":"Addison",
        "value":"Addison"
      }
    ],
    "text_value":null
  },
  {
    "field_id":"2103",
    "name":"Extra Custom Fields",
    "display_as":"custom",
    "type":"radio",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"1852",
    "name":"Gender",
    "display_as":"Gender",
    "type":"select",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"2167",
    "name":"How often do you golf",
    "display_as":"How often do you golf?",
    "type":"radio",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"1928",
    "name":"Interest",
    "display_as":"Interest",
    "type":"checkbox",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"2074",
    "name":"Interested in receiving information from our Advertisers?",
    "display_as":"I am interested in receiving information from these advertisers.. ",
    "type":"checkbox",
    "allow_other":0,
    "values":[
      {
        "option_id":"4098",
        "display_as":"MAZ Digital",
        "value":""
      },
      {
        "option_id":"4099",
        "display_as":"Wordpress",
        "value":""
      },
      {
        "option_id":"4100",
        "display_as":"BlueToad",
        "value":""
      }
    ],
    "text_value":null
  },
  {
    "field_id":"1673",
    "name":"Job Title",
    "display_as":"Job Title",
    "type":"radio",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"1417",
    "name":"Job Title \/ Position",
    "display_as":"Select Your Job Title:",
    "type":"radio",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"1557",
    "name":"Phone Number",
    "display_as":"Phone Number *",
    "type":"text",
    "allow_other":0,
    "values":null,
    "text_value":"phone number"
  },
  {
    "field_id":"1560",
    "name":"Sales Rep",
    "display_as":"Sales Rep",
    "type":"radio",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"1410",
    "name":"Tax Exempt",
    "display_as":"Are you patron of the Arts?",
    "type":"radio",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"2040",
    "name":"Test",
    "display_as":"TEST",
    "type":"checkbox",
    "allow_other":0,
    "values":[
      {
        "option_id":"4066",
        "display_as":"drop down1",
        "value":""
      }
    ],
    "text_value":null
  },
  {
    "field_id":"2104",
    "name":"testing",
    "display_as":"testing",
    "type":"radio",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"2195",
    "name":"Testing 123",
    "display_as":"Who are you?",
    "type":"radio",
    "allow_other":0,
    "values":null,
    "text_value":null
  },
  {
    "field_id":"2073",
    "name":"What type of articles interest you most",
    "display_as":"What type of articles interest you most?",
    "type":"checkbox",
    "allow_other":0,
    "values":[
      {
        "option_id":"4094",
        "display_as":"Local News",
        "value":""
      },
      {
        "option_id":"4095",
        "display_as":"National News",
        "value":""
      }
    ],
    "text_value":null
  }
]