https://wyday.com/limelm/help/api/limelm.pkey.advancedSearch/
See the "num" and "page" parameters. Also, don't use a "*" for email. By default the function searches all emails. Using an asterisk is redundant.
Hello,
Using the webapi functionality I make a call to the advanced search function like this.
var post_data = qs.stringify({ api_key : limelm_key, method : "limelm.pkey.advancedSearch", version_id : limelm_version_id, format : limelm_format, email: "*", page: "2", get_features: true, nojsoncallback: 1 });
I have 40 license keys in my version but it returns me only 20 here. What coulb be the issue ?
https://wyday.com/limelm/help/api/limelm.pkey.advancedSearch/
See the "num" and "page" parameters. Also, don't use a "*" for email. By default the function searches all emails. Using an asterisk is redundant.