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
Path Parameters
The object id of the entity being operated on.
Query Parameters
Include counts of related entities. Default value is true
.
Response
OK
This response is polymorphic and depends on the type of entity being queried and whether
the count
param is true or not. All node types will return a props
field with the graph node
properties. If count=true
the response will also include additional fields with integer counts.
The response is of type object
.