Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

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

Avatar

Level 2

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-...


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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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!

View solution in original post

2 Replies

Avatar

Employee Advisor

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

Avatar

Correct answer by
Level 2

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!