Skip to main content

Search in the titles of forum threads in a specific group.

Search in the titles of forum threads in a specific group.

Path Parameters
  • groupId integer required

    Possible values: Value must match regular expression \d+

    Which forum to return threads for (region or group)

  • subforumId integer required

    Possible values: Value must match regular expression \d+

    ID of the forum in the group (normal or ambassador forum)

Query Parameters
  • q string

    Search query

Responses

Success


Schema array
  • id Unique identifier of the entity represented by the search result.
  • name Name of the entity represented by the search result.
  • search_string Search criteria to test the search against.
  • time The time at which the last post was send in the thread.
  • is_sticky Whether the thread is sticky / pinned.
  • is_closed Whether the thread is closed.
  • is_inside_ambassador_forum Whether the thread is located in the ambassador forum.
  • region_id Unique identifier of the forums region.
  • region_name Name of the forums region.
Loading...