All Collections
API
Using categories
Using categories
Disqus avatar
Written by Disqus
Updated over a week ago

Categories are used exclusively with the API to help segment discussions in queries. A category is a subdivision of a forum (shortname). In order for a thread to be assigned to that category, the forum must match.

Limitations

  • Categories may make API queries slower if there are too many in a forum. Limiting each site to 15 categories will avoid this.

  • A thread can only be assigned to a single category.

  • Categories must be created via the API.

Setting categories

Step 1.

Use the categories/create endpoint to create a new category for your forum via the API. Save the category id for later.

Step 2.

Assigning categories to threads

You can assign categories to discussions one of three ways:

Also see

Did this answer your question?