Get lists in a folder

GET {{baseUrl}}/contacts/folders/:folderId/lists?limit=10&offset=0&sort=desc

Request Params

KeyDatatypeRequiredDescription
limitnumberNumber of documents per page
offsetnumberIndex of the first document of the page
sortstringSort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"lists":[{"id":46,"name":"Reactiv","totalSubscribers":7655,"totalBlacklisted":0,"uniqueSubscribers":7655},{"id":41,"name":"NY_Area","totalSubscribers":3654,"totalBlacklisted":23,"uniqueSubscribers":3677},{"id":22,"name":"VIP_Customer","totalSubscribers":8753,"totalBlacklisted":72,"uniqueSubscribers":8825}],"count":3}