post

Traverse

lock
{{protocol}}://{{url}}/{{version}}/trashed_items/:_key/traverse

Query the items connected to a specific item.

Authenticated. Permissions: r on each item being traversed.

Authentication

Authentication inherited from the collection: Bearer .

Parameters

Name Type Value
_key path {{meKey}}

Body

          {
  "query": "# -()> 0, 100 * VIEW $output",
  "aliases": {
    "output": {
      "name": "item.data.name",
      "createdBy": "GETITEM(item.createdBy).data.name"
    }
  }
}