6.1. Service root

6.1.1. Get service root

6.1.1. Get service root

The service root is your starting point to discover the REST API.

Example request

  • GET http://0.0.0.0:7474/db/data/
  • Accept: application/json

Example response

  • 200: OK
  • Content-Type: application/json
{
  "relationship_index" : "http://0.0.0.0:7474/db/data/index/relationship",
  "node" : "http://0.0.0.0:7474/db/data/node",
  "relationship_types" : "http://0.0.0.0:7474/db/data/relationship/types",
  "batch" : "http://0.0.0.0:7474/db/data/batch",
  "extensions_info" : "http://0.0.0.0:7474/db/data/ext",
  "node_index" : "http://0.0.0.0:7474/db/data/index/node",
  "reference_node" : "http://0.0.0.0:7474/db/data/node/0",
  "extensions" : {
  }
}