The API mentioned in the below documentation is to fetch subscriptions for a service.
The issue is that it only returns first 25 subscribers' data on data fetch and I want all subscribers data.
I have tried pagination parameters in the request as well but none of them seem to work.
Nor is there anything like this mentioned in the above documentation.
Does anyone have any idea if there is a solution for this?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I had a connect with SPP help, and they hightlighted that I needed to use the
_lineCount request parameter to specify how many records I want to fetch.
Otherwise at max 25 records will be served by the API.
So one can use the get call with parameter like <URL>?_lineCount=100.
This is not mentioned anywhere in the documentation.
Thanks for the reply though!
Hi Pulkit,
From my end, I don't see any existing bugs, tickets, or additional documentation for this issue. Unless someone else in the community has run into this, I would recommend opening a ticket with Campaign Support who can analyze the API call against your specific environment to see what may be occurring.
Regards,
Craig
I had a connect with SPP help, and they hightlighted that I needed to use the
_lineCount request parameter to specify how many records I want to fetch.
Otherwise at max 25 records will be served by the API.
So one can use the get call with parameter like <URL>?_lineCount=100.
This is not mentioned anywhere in the documentation.
Thanks for the reply though!
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies