Forums

List forums

Returns a paginated list of forums within a specific company, with optional filtering by product.

Required permissions:

  • forum:read
get/forums

Query parameters

afterstring

Returns the elements in the list that come after the specified cursor.

beforestring

Returns the elements in the list that come before the specified cursor.

firstinteger

Returns the first n elements from the list.

Example:42
lastinteger

Returns the last n elements from the list.

Example:42
product_idstring

The unique identifier of a product to filter by. When set, only forums connected to this product are returned.

Example:prod_xxxxxxxxxxxxx
account_idstring required

The unique identifier of the company to list forums for.

Example:biz_xxxxxxxxxxxxxx

Response

A successful response

Example response

{
  "data": [
    {
      "experience": {
        "id": "exp_xxxxxxxxxxxxxx",
        "name": "Trading Signals Chat"
      }
    }
  ]
}

Changes

Changed in 2 of the 74 revisions of this API.111

    • ▲

      added the new required query request parameter account_id

      new-required-request-parameter

    • ●

      deleted the query request parameter company_id

      request-parameter-removed

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      added the required property /// to the response with the status

      response-required-property-added

Of the 74 revisions, 1 has no diff computed.