1
0
Fork 0
arangodb/Documentation/Examples/rest-read-document

12 lines
227 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",
"Hello": "World"
}