Solved

Where can I find a full example both json response data file and RSD file for "Enum and page method" ? Or anyone can give me an example?

  • 3 January 2024
  • 1 reply
  • 67 views

I’ve read the artical Enum and page method but we still have a question how the json response and the RSD file should be.

It would be great if anyone provide a full example (json response data and the RSD) so that we can fully test.

Thanks for advance!

icon

Best answer by Thomas Lind 3 January 2024, 12:04

View original

1 reply

Userlevel 6
Badge +5

Hi @Phantipa 

I am not sure I 100% understand this question. 

Your API JSON/XML response needs a field that refers to a page and max rows or pages for it to work.

If you do not have a max value to add the pagination will not be dynamic and you will have to set a fixed amount of pages to iterate through.

The URI you can see in the above image is for a free data source.

https://gorest.co.in/

Reply