mirror of https://gitee.com/bigwinds/arangodb
13 lines
332 B
Plaintext
13 lines
332 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/712110987",
|
|
"/_db/_system/_api/document/products/712766347",
|
|
"/_db/_system/_api/document/products/712438667"
|
|
]
|
|
}
|