1
0
Fork 0
arangodb/Doxygen/Examples.AvocadoDB/cursorput1

12 lines
412 B
Plaintext

POST /_api/cursor HTTP/1.1
{"query":"SELECT u FROM users u LIMIT 5","count":true,"batchSize":2}
HTTP/1.1 201 Created
connection: Keep-Alive
content-type: application/json
server: triagens GmbH High-Performance HTTP Server
{"result":[{"id":6,"name":"vlad","_id":"345055525:346890533"},{"id":25,"name":"Vladimir","_id":"345055525:550835661"}],"hasMore":true,"_id":551774098,"count":5,"error":false,"code":201}