Search for an Email List

POST {{baseUrl}}/api/EmailList/Search?skip=<integer>&take=<integer>

Request Params

KeyDatatypeRequiredDescription
skipstringThe number of records to skip. Default = 0.
takestringThe number of records to take. Default = 10.

Request Body

{"search"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;list&quot;:[{&quot;emailListId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;totalUnsubscribes&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;emailListId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;totalUnsubscribes&quot;:&quot;\u003cinteger\u003e&quot;}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;}