Possible to get all Pages via API?

  • 14 June 2019
  • 1 reply
  • 21 views

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


1 reply

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