Get All Relationships
Retrieve all the existing relationships as an array of maps, default skip of 0 and limit of 100
:GET /db/{graph}/relationships?limit=100&skip=0
Example Request:
:GET /db/rage/relationships?limit=100&skip=0
Example Response:
[ {"id": 1026, "type": "LOVES", "from": 1026, "to": 1027, "properties": {} }]