|
unix> curl --dump - http://localhost:8529/_api/document/?collection=products
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"documents" : [
|
|
"/_api/document/products/31408551",
|
|
"/_api/document/products/31146407",
|
|
"/_api/document/products/30622119"
|
|
]
|
|
}
|
|
|