Category API
Endpoints related to Categories.
Categories
Category metadata.
Array of archive IDs (if this is a static category, empty otherwise)
ID of the category
Name of the category
Whether this category should be pinned in the UI
Category search filter (if this is a dynamic category, empty otherwise)
Categories
Use Authorization: Bearer <base64(api_key)>
Name of the Category.
Matching predicate, if creating a Dynamic Category.
Add this parameter if you want the created category to be pinned.
Success response
ID of the created Category
Error response
Use Authorization: Bearer <base64(api_key)>
Success response
ID of the previously linked category.
Success response
Use Authorization: Bearer <base64(api_key)>
Success response
ID of the category that was linked
Error response
Category with specified ID does not exist
Category
Category metadata.
Array of archive IDs (if this is a static category, empty otherwise)
ID of the category
Name of the category
Whether this category should be pinned in the UI
Category search filter (if this is a dynamic category, empty otherwise)
Category
Use Authorization: Bearer <base64(api_key)>
New name of the Category
Predicate. Trying to add a predicate to a category that already contains Archives will give you an error.
Add this argument to pin the Category. If you don't, the category will be unpinned on update.
Success response
Error response
The Category is currently locked for modification
Use Authorization: Bearer <base64(api_key)>
Success response
Name of operation
Error message if any
Success message if any
Returns 1 if operation was successful, else 0
The category ID is currently locked for modification
Use Authorization: Bearer <base64(api_key)>
Archive ID to add.
Result
Name of operation
Error message if any
Success message if any
Returns 1 if operation was successful, else 0
The category ID is currently locked for modification
Use Authorization: Bearer <base64(api_key)>
Archive ID to remove.
Result
Name of operation
Error message if any
Success message if any
Returns 1 if operation was successful, else 0
The category ID is currently locked for modification
Last updated