Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
REST API Page Number problem
amarkotha366
New
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
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.