An object with the id of the topic in question
Optional
config: { How many results maximum, how to sort them, etc...
Optional
cursor_Use a response's cursor_string
with the same parameters to get the next "page" of results, so posts
in this instance!
Optional
first_The id (or the post itself) of the first post to be returned in posts
(irrelevant if using a cursor_string
)
Optional
limit?: numberHow many posts
maximum, up to 50
Optional
sort?: "id_desc" | "id_asc""id_asc" to have the oldest post at the beginning of the posts
array, "id_desc" to have the newest instead
Get a forum topic, as well as its main post (content) and the posts that were sent in it!