XenForo
Administrative
- Thread starter
- Admin
- #1
Hi there,
in api docs for
GET /threads/{id}
in response you should get "pagination" number, but it only returns, when "with_posts=1" is set.
xenforo.com
Request:
Make "pagination" available even without providing "with_posts=1"
Alternate solution:
Update docs to make clear, pagination will only return / set if api request includes with_posts=1
ادامه مطلب...
in api docs for
GET /threads/{id}
in response you should get "pagination" number, but it only returns, when "with_posts=1" is set.

REST API endpoints (2.2)
This document assumes you have already created an API key and setup the necessary headers for your request. Learn more about using the API.
Request:
Make "pagination" available even without providing "with_posts=1"
Alternate solution:
Update docs to make clear, pagination will only return / set if api request includes with_posts=1
ادامه مطلب...