1
0
Fork 0
arangodb/Doxygen/Examples.ArangoDB/rest-read-document

12 lines
225 B
Plaintext

> curl -X GET --dump - http://localhost:8529/_api/document/73482/28411694
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "28411694"
{
"_rev": 28411694,
"_id": "73482/28411694",
"Hallo": "World"
}