我們需要儘量減少Cypher NEO4J REST API中的數據答案。neo4j RESTCypher過濾結果
是possile集REST Cypher查詢只返回數據,而不是paged_traverse,outgoing_relationships,遍歷或屬性和soo ...?
謝謝。
UPDATE
我已經得到的結果是這樣的:
"paged_traverse": "http://localhost:7474/db/data/node/99568/paged/traverse/{returnType}{?pageSize,leaseTime}", "outgoing_relationships": "http://localhost:7474/db/data/node/99568/relationships/out", "outgoing_typed_relationships": "http://localhost:7474/db/data/node/99568/relationships/out/{-list|&|types}", "labels": "http://localhost:7474/db/data/node/99568/labels", "create_relationship": "http://localhost:7474/db/data/node/99568/relationships", "traverse": "http://localhost:7474/db/data/node/99568/traverse/{returnType}", "all_relationships": "http://localhost:7474/db/data/node/99568/relationships/all", "all_typed_relationships": "http://localhost:7474/db/data/node/99568/relationships/all/{-list|&|types}", "property": "http://localhost:7474/db/data/node/99568/properties/{key}", "self": "http://localhost:7474/db/data/node/99568", "incoming_relationships": "http://localhost:7474/db/data/node/99568/relationships/in", "properties": "http://localhost:7474/db/data/node/99568/properties", "incoming_typed_relationships": "http://localhost:7474/db/data/node/99568/relationships/in/{-list|&|types}", "data": { "station": 1, "distance": 0, "arrtime": 1438747560, "line": "XL121", "deptime": 1438747560, "rid": 128453, "type": "train", "id": 104088
,我只需要一節的 「數據」。可能嗎?