Get a list of categoriesThe Categories endpoint returns a list of all the categories for your discourse site that you have access to.
Catalog: Discourse
Schema: Categories
Label: Category Settings
Retrieve: true
Insert: true
Update: false
Delete: false
Select Discourse API URL: /categories.json
Insert Discourse API URL: /categories.json
Update Discourse API URL: /categories.json
Delete Discourse API URL: /categories.json
Field Selection Method: NotRequired
Base Path: category_list
Select Discourse API Operation: get /categories.json
Insert Discourse API Operation: post /categories.json
The columns of the table CategorySettings are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
can_create_category |
boolean |
Can Create Category |
☐ |
|
can_create_topic |
boolean |
Can Create Topic |
☐ |
|
draft |
boolean |
Draft |
☐ |
|
draft_key |
string |
Draft Key |
☐ |
|
draft_sequence |
int64 |
Draft Sequence |
☐ |
|
12-12-2020 18:47 Version 20.1.301-BETA+3023