/
KN
knowi
/
User Management API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 2w ago
Details
Filter operations
Action Management API
12
Authentication Management API
2
Category Management API
8
post
Add asset to existing category
get
List accessible categories
post
Create new category
get
Retrieve a category with specific ID
put
Update existing category with input information. If not specified in the input, the existing value will be kept intact
delete
Delete existing category with given ID
post
Remove asset from existing category
get
Search categories
Datasource Management API
5
Group Management API
8
KPI Management API
10
Natural Language Processing Management API
2
Report Management API
11
Role Management API
2
User Management API
10
get
List share information for alert
put
Add share information for alert
post
Set share information for alert
delete
Clear share information for alert
get
List accessible alerts
post
Create new alert
get
Retrieve an alert with specific ID
put
Update existing alert with input information. If not specified in the input, the existing value will be kept intact
delete
Delete existing report with given ID
post
Pause alert with specific ID
post
Preview alert widget
post
Execute alert
post
Resume paused alert with specific ID
post
Create a new datasource
Category Management API
Delete existing category with given ID
delete
/api/2.0/category/{objectId}
Path parameters
objectId
integer
required
Category ID to be deleted
Response
Success
ApiMessage
required
Response status
message
string
Message
documentation
string
Link to documentation
Changes