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

13 lines
253 B
Plaintext

shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/?collection=products&type=key
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"documents" : [
"1591043542",
"1591698902",
"1591371222"
]
}