PyMISP
PyMISP copied to clipboard
Get related events for object attribute
Hi! How can I get related events for object attribute? As I can see in the source, now this is only supported for event.
@iglocska poke :)
@iglocska poke again :)
You can pass the includeGranularCorrelations:1
parameter to get the granular correlations. E.g.
/events/view/42/includeGranularCorrelations:1.json
can I also pass that in the POST blob?
No I don't think events/view
accept POST.
Tell me if you need it
In general, it is easier to pass parameters as POST, so adding it would be nice, yes.