Hey all!
I'm investigating the REST API of Kibana. I'm interested in the implementation of some automatization processes using our SOAR.
I have configured the Webhook for Case Management, and now I get the Cases when some are created. But the data sent by webhook is too little, and I want to perform some actions with the Case that was sent. To perform most API actions with the Case I need to get the Case id.
To do that, I sent the API call Find Cases, then I got the list of all cases and find one I'm interested.
My question is: Is there a way to send the same API call I do, but with some filters? For example, could I send an API call that will find all cases with a specific title, user assignees, severity, etc?
I will be glad to see some examples if someone can provide them. Thank you!