pub async fn find_entities_by_query(
configuration: &Configuration,
input_query: InputQuery,
x_organisation: Option<&str>,
name: Option<&str>,
) -> Result<FindEntitiesByQuery200Response, Error<FindEntitiesByQueryError>>Expand description
Generic endpoint to query various TheHive entities. The structure of the response depends on the name query parameter and the query itself.