Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

POST GetContactsInList

Retrieves contacts from a specific list.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
listid* integer(11), the id of the list.
withfulldata values are 'true' or 'false', returns all data for a contact.
email the email address of the contact.
first_name the first name of the contact.
last_name the last name of the contact.
name the name of the contact.
opt_in_type status of the opt in of the contact, set to 0 for not opted in, 1 for opted in
status the status of the contact.
select integer (11), the number to return, max of 500.
skip integer (11), the number of contacts to skip.
sort How to sort the results, options: date_added_asc | date_added_desc | create_date_asc | create_date_desc | update_date_asc | update_date_desc
Outputs:
  • id, the id of the contact
  • uid, additional id of the contact, alpha-numerical
  • email (the email address of the contact)
  • email_type (the email type of the user)
  • status (the status of the contact)
  • first_name
  • last_name
  • name
  • gender
  • opt_in_type (status of the opt in of the user, set to 0 for not opted in, 1 is opted in)
  • opt_in_date (the date the contact was opted in)
  • post_code

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON