Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetLists

Retrieves a list of all the lists available for an accoun.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
select integer(1). Number of items to return, maximum of 500
skip integer(1). Number of records to skip
name string. Filter lists by name.
sort How to sort the results, options: name_asc | name_desc | update_date_asc | update_date_desc | create_date_asc | create_date_desc
Outputs:
  • id, the list id
  • name, the name of the list
  • list_visibility, value set to 0 or 1 for visibility.
  • create_date, date list was created.
  • update_date, date list was last modified.
  • contacts, integer

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON