Adobe Campaign Standard - fetch subscriptions Adobe i/o API only giving first 25 subscribers' data at once. | Community
Skip to main content
PulkitVashistha4
Level 2
September 18, 2023
Solved

Adobe Campaign Standard - fetch subscriptions Adobe i/o API only giving first 25 subscribers' data at once.

  • September 18, 2023
  • 1 reply
  • 1412 views

The API mentioned in the below documentation is to fetch subscriptions for a service.

 

https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/managing-services-and-subscriptiopns/retrieving-subscriptions.html?lang=en


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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by PulkitVashistha4

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!

1 reply

Craig_Thonis
Adobe Employee
Adobe Employee
September 18, 2023

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

PulkitVashistha4
PulkitVashistha4AuthorAccepted solution
Level 2
September 25, 2023

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!