Authorizations
Authorization: Bearer $JWT_TOKEN
Headers
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
Required range:
x >= 0
Query Parameters
The start node objectId
The end node objectId
The contains predicate checks a property against the values in a given comma separated list.
in
checks if the property matches an element in the given comma separated list.in:Contains,GetChangesAll,MemberOf
nin
checks if the property does not match an element in the given comma separated list.nin:LocalToComputer,MemberOfLocalGroup
Response
A graph of the shortest path from start_node
to end_node
.