Get the Properties of a Relationship By Id
Retrieve the properties of an existing relationship by their id
:GET /db/{graph}/relationship/{id}/properties
Example Request:
:GET /db/rage/relationship/1026/properties
Example Response:
{ "weight": 1.0 }