1
0
Fork 0
arangodb/Documentation/Examples/api-simple-all-skip-limit

25 lines
462 B
Plaintext

> curl --data @- -X PUT --dump - http://localhost:8529/_api/simple/all
{ "collection" : "4421689145", "skip" : 2900, "limit" : 2 }
HTTP/1.1 201 Created
content-type: application/json
{
"code": 201,
"hasMore": false,
"result": [
{
"n": 1679,
"_rev": "4533165881",
"_id": "4421689145/4533165881"
},
{
"n": 679,
"_rev": "4467629881",
"_id": "4421689145/4467629881"
}
],
"count": 2,
"error": false
}