Neo4j db.schema()通过API

Neo4j db.schema()通过API,neo4j,cypher,Neo4j,Cypher,可以发送密码命令吗 call db.schema() 通过neo4j rest api?获得: POST | http://localhost:7474/db/data/transaction/commit {"statements":[{ "statement":"call db.schema()", "resultDataContents":["graph"]}]}

可以发送密码命令吗

call db.schema()
通过neo4j rest api?

获得:

POST | http://localhost:7474/db/data/transaction/commit 
{"statements":[{
  "statement":"call db.schema()",
  "resultDataContents":["graph"]}]}