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, 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.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.