REST API Page Number problem
I already get correctly all discussion list from my url
http://domain.com/discussions/list.json
But How to use page number
I use this way but not work
http://vanillaforums.org/discussions.json?P3
or
0
I already get correctly all discussion list from my url
http://domain.com/discussions/list.json
But How to use page number
I use this way but not work
http://vanillaforums.org/discussions.json?P3
or
Comments
http://vanillaforums.org/discussions.json?page=1-5
Now Work
http://vanillaforums.org/discussions.json/p1-5 should work as well.
You were missing the
/
delimiter in the path.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.