1
0
Fork 0
arangodb/Doxygen/Examples.AvocadoDB/rest_read-document-all

13 lines
263 B
Plaintext

> curl -X GET --dump - http://localhost:8529/document?collection=6627082
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"documents": [
"/document/6627082/29198126",
"/document/6627082/29329198",
"/document/6627082/29263662"
]
}