1
0
Fork 0
arangodb/Documentation/Examples/RestDocumentHandlerReadDocu...

13 lines
272 B
Plaintext

shell> curl --dump - http://localhost:8529/_api/document/products/1699597555
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "1699597555"
{
"hello" : "world",
"_id" : "products/1699597555",
"_rev" : "1699597555",
"_key" : "1699597555"
}