-
Notifications
You must be signed in to change notification settings - Fork 1
Thread Endpoint
Sh Lin edited this page May 11, 2017
·
3 revisions
param | type | optional | remarks |
---|---|---|---|
lower_limit | integer | yes | returned thread id should be greater than this value |
upper_limit | integer | yes | returned thread id should be smaller than this value |
client_id | string | yes | used to check if user owned the post |
Array of 10 threads, each with 5 latest replies.
param | type | optional | remarks |
---|---|---|---|
lower_limit | integer | yes | returned reply id should be greater than this value |
upper_limit | integer | yes | returned reply id should be smaller than this value |
client_id | string | yes | used to check if user owned the post |
Main post with 10 replies.