Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

POST GetUpdatedContacts

Retrieves a list of updated contacts after a specified date.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
startdate* DateTime. e.g. '2017-08-08 00:00:00'. If missing, the last 24hrs of updates will be returned.
listid Filter contacts by an assigned list ID.
withfulldata value = 'true' or 'false', returns custom fields
select integer(1). Number of items to return, maximum of 500
skip integer(1). Number of records to skip
Outputs:
  • id (unique identifier for contact)
  • uid (additional unique identifier for contact, alpha-numerical)
  • email (the email address of the contact)
  • update_date
  • opt_in_type (status of the opt in of the user, set to 0 for not opted in, 1 is opted in)
  • email_type (the email type of the user)
  • status (the status of the contact)
  • first_name
  • last_name
  • name
  • gender
  • opt_in_date (the date the contact was opted in)
  • post_code

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON