Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

POST GetSuppressedContacts

Retrieves a list of suppressed 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'
withfulldata value = 'true' or 'false'


returns custom fields and log data (suppression info).
select integer(1). Number of items to return, maximum of 500
skip integer(1). Number of records to skip
Outputs:
  • id - contact ID
  • create_date - when a contact was created
  • update_date - when a contact was updated
  • first_name
  • last_name
  • name
  • email (the email address of the contact)
  • opt_in (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)
  • status (the status of the contact)
  • error_log - reason for the suppression
  • error_date - when a contact was suppressed

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON