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

13 lines
335 B
Plaintext

shell> curl --dump - http://localhost:8529/_api/document/?collection=products
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"documents" : [
"/_db/_system/_api/document/products/2223789468",
"/_db/_system/_api/document/products/2224117148",
"/_db/_system/_api/document/products/2223461788"
]
}