Skip to main content

Gets available threads including their last post.

Gets available threads including their last post.

Path Parameters
  • forumId integer required

    Possible values: Value must match regular expression \d+

    which forum to return threads for (region or group)

  • forumSubId integer required

    Possible values: Value must match regular expression \d

    each region/group has another namespace to separate different forums with the same base id (region/group id, here: forumId). So with any forumId, there is (currently) 2, possibly infinite, actual forums (list of threads). * 0: Forum, 1: Ambassador forum

Query Parameters
  • limit integer

    Possible values: Value must match regular expression \d+

    Default value: 20

    how many search results to return

  • offset integer

    Possible values: Value must match regular expression \d+

    Default value: 0

    starting with which result

Responses

Success

Loading...