Discourse integration (Communication, Productivity). Imported from open-connector.
{base_url}/latest.json
| Param | Type | Required | Description |
|---|---|---|---|
| order | string | optional | The Discourse latest-topics ordering field. |
| ascending | boolean | optional | Whether Discourse should sort the latest topics ascending. |
| perPage | integer | optional | Maximum number of topics to request from Discourse. |
/categories.json
| Param | Type | Required | Description |
|---|---|---|---|
| includeSubcategories | boolean | optional | Whether Discourse should include subcategories. |
/c/{slug}/{categoryId}.json
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The Discourse category slug. |
| categoryId | integer | required | The Discourse category identifier. |
/t/{topicId}.json
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | integer | required | The Discourse topic identifier. |
/search.json
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The Discourse search query string. |
| page | integer | optional | The one-based search results page. |