Total Page Count
This pagination will apply when we have total_pages key in our API response. For example, we have total page count in this key total_pages.
Example 1: When we have the user key in root keys
Select Total Page Count from the dropdown and fill these values there.
- In the above example
total_pageskey helps to identify up to which page the pagination will be completed, so it will come inUser Key. - As we will be updating
pagevalue for going to next page data,Key Name to Updatewill bepage. Data Collection Keyholds the data from the API and we will get the response in that key; for example here it is['data'].
Example 2: When we have the user key in nested form.
Select Total Page Count from the dropdown and fill these values there.
- In the above example
total_pageskey helps to identify up to which page the pagination will be completed, so it will come inUser Key. As we can see in the example,total_pagekey is deeply nested, so we will pass theUser Keyas above. - As we will be updating
pagevalue for going to next page data,Key Name to Updatewill bepage. Data Collection Keyholds the data from the API and we will get the response in that key; for example here it is['data'].
Typically being used in all eCommerce Applications



