Get Category
Retrieve all the available categories in the Knowledge Base.
Get All Categories
GET
https://{{account_id}}.acquire.io/api/v1/kb/category?groupId={{groupId}}
This endpoint allows you to get all the available categories in the Knowledge Base.
Query Parameters
Name
Type
Description
page
integer
Limit the number of pages you receive if using pagination. Example: 1
limit
integer
Limit the number of categories you receive. Example: 50
search
string
Search for a key word. Example: Hello
groupId
integer
The Knowledge Base group the categories belong to.
status
string
Indicate the category status: [active, draft]
Headers
Name
Type
Description
Authorization
string
Bearer {{API_key}}
Last updated