List forums
Returns a paginated list of forums within a specific company, with optional filtering by product.
Required permissions:
- forum:read
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The unique identifier of a product to filter by. When set, only forums connected to this product are returned.
The unique identifier of the company to list forums for.
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
queryrequest parameteraccount_idnew-required-request-parameter
- ●
deleted the
queryrequest parametercompany_idrequest-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 statusresponse-required-property-added
- ○
Of the 74 revisions, 1 has no diff computed.