Skip to main content

Hi, everyone.


Is it possible to get all pages via api? Also there is ‘from’ parameter and it says Limit results to those created after from. Is there any parameter to get pages using ‘updated’ parameter ?


Regards,

Luy

Hi @Cool_Dev


In order to get all pages, you’ll need to use the offset parameter to paginate through the pages until you get to the end (when you get fewer results than your limit, you’ll know you’re on the last page).


There currently isn’t any way to filter based on updated via API.


Reply