List Categories
Retrieves a paginated list of categories.Query Parameters
Page number. Default is 0.
Size number. Default is 0.
Label selector. e.g.:
hidden!=trueField selector. e.g.:
metadata.name==haloSorting criteria in the format:
property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.Response
Returns aCategoryVoList object containing paginated category results.
Array of category objects.
Category metadata including name, labels, and timestamps.
Category specification.
Display name of the category.
Category slug for URL.
Category description.
Cover image URL.
Category priority for ordering.
Array of child category names.
Whether to hide the category from the category list. When set to true, the category including its subcategories and related posts will not be displayed in the category list, but can still be accessed by permalink.
Number of posts in this category.
Current page number, starts from 1.
Size of each page.
Total number of categories.
Total number of pages.
Whether this is the first page.
Whether this is the last page.
Whether there is a next page.
Whether there is a previous page.
Get Category by Name
Retrieves a single category by its name.Path Parameters
Category name (unique identifier).
Response
Returns aCategoryVo object.
Category metadata.
Category specification.
Category status.
Number of posts in this category.
List Posts by Category
Retrieves all posts belonging to a specific category.Path Parameters
Category name (unique identifier).
Query Parameters
Page number. Default is 0.
Size number. Default is 0.
Label selector. e.g.:
hidden!=trueField selector. e.g.:
metadata.name==haloSorting criteria in the format:
property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.Response
Returns aListedPostVoList object containing posts in the specified category.