skapid
11 years agoContributor
Need to retrieve all the messages from the community (more than 10000 messages)
Hi All,
I am trying to retrieve all the messages posted on a forum in the past 1 year.
To implement that, I am using an iterative approach (by using page & page_size parameters)
But what I see is that I am unable to proceed after 10000 messages.
It looks like the max value for Page_Size is 1000, and for Page is 10. (hence, the max no of messages that I can retrieve through Lithium API is 10000)
Is there a way (or probably a work-around) to retrieve all the messages without any limitations.
Thanks & regards,
Deepak.S