Overview

1. Result

{
    "resultCode": "success",
    "result": {
        "pageNo": 1,
        "inPage": 7,
        "perPage": 15,
        "previousPage": null,
        "nextPage": null,
        "data": [
            {
                "listId": 328,
                "listTitle": "6march"
            },
}
...
CODE

2. Parameters

Parameter

Required

Description

Data Type

campaignId

Yes

The unique system identifier for each individual campaign. E.g. 1234.

Numeric

listTitle

 

The list title. 

String

pageNo

 

The page number. Starting from 1, default=1, min=1.

String

perPage

 

The page size. Default=15, min=1, max=1000.

String

sortField

 

The field used to sort the lead lists list. Select one of 'listTitle'.

String

sortOrder

 

The sort order for the list. Select from ASC or DESC.

String