post
Traverse events
{{protocol}}://{{url}}/{{version}}/events/:id//traverse
Traverse events using an item or event as startpoint
Authenticated. Permissions:
ron each item being traversed and admin or super-admin.
Authentication
Authentication inherited from the collection: Bearer .Parameters
| Name | Type | Value |
|---|---|---|
| id | path |
Body
{
"query": "# -(3)> path.edges[*].type ALL IN ['Chain', 'Trigger'] SORT null",
"aliases": {}
}