categories
Retrieve all categories.
Retrieve all categories.
get/categories
Query parameters
namestring
Name of category to retrieve
includestring
Comma-delimited list of fields to include: entries
limitinteger
Maximum number of results to return
offsetinteger
Offset of the first result to return
Response
Successfully retrieved categories
Example response
[
{
"name": "alignment",
"topic": "A collection of alignment algorithms"
}
]