Get lists in a folder
GET {{baseUrl}}/contacts/folders/:folderId/lists?limit=10&offset=0&sort=desc
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Number of documents per page | |
offset | number | Index of the first document of the page | |
sort | string | Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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}