We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement
TheHive 4.0.0-RC2
The aim of this issue is to enrich query capabilities: add more available queries to /api/v1/query
/api/v1/query
The text was updated successfully, but these errors were encountered:
#1353 Query: "assignableUsers" of a task
6dc0736
An user is assignable to a task if he has manageTask on it and is in a visible organisation (from current user)
#1353 Query: "assignableUsers" of a case
7ab137d
An user is assignable to a case if he has manageCase on it and is in a visible organisation (from current user)
#1353 Add _type to output objects
615d8fa
#1353 Make withStats and withParent optional in OutputParam
15813a6
#1353 Add queries to navigate on entities
257d854
To-om
No branches or pull requests
Request Type
Enhancement
Work Environment
TheHive 4.0.0-RC2
Problem Description
The aim of this issue is to enrich query capabilities: add more available queries to
/api/v1/query
The text was updated successfully, but these errors were encountered: