Optional
config: {Where you specify filters, sorting options, and the such
Optional
cursor_string?: stringUse a response's cursor_string
with the same parameters to get the next "page" of results, so topics
in this instance!
Optional
forum_id?: numberFrom which specific Forum to get the topcis from
Optional
limit?: numberHow many topics
maximum, up to 50
Optional
sort?: "id_desc" | "id_asc""id_asc" to have the oldest post at the beginning of the topics
array, "id_desc" to have the newest instead
An object with an array of relevant Forum.Topic, and a cursor_string
to allow you to go further
Get multiple existing Forum.Topic, optionally in a specific Forum!