mirror of https://gitee.com/bigwinds/arangodb
13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/?collection=products
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"documents" : [
|
|
"/_api/document/products/1590126038",
|
|
"/_api/document/products/1589798358",
|
|
"/_api/document/products/1590453718"
|
|
]
|
|
}
|