/
KN
knowi
/
User Management API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 2w ago
Details
Filter operations
Action Management API
12
Authentication Management API
2
Category Management API
8
Datasource Management API
5
Group Management API
8
get
List accessible groups
post
Create new group
get
Retrieve a group with specific ID
put
Update existing group with input information. If not specified in the input, the existing value will be kept intact
delete
Delete existing group with given ID
get
Retrieve list of assets shared to a group with specific ID.
get
Retrieve list of users with assets automatically shared to a group with specific ID.
get
Retrieve list of users in a group with specific group ID.
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
Group Management API
Delete existing group with given ID
delete
/api/2.0/groups/{objectId}
Path parameters
objectId
integer
required
Group ID to be deleted
Response
Success
ApiMessage
required
Response status
message
string
Message
documentation
string
Link to documentation
Changes