mirror of https://gitee.com/bigwinds/arangodb
25 lines
598 B
Plaintext
25 lines
598 B
Plaintext
POST /_api/cursor HTTP/1.1
|
|
|
|
{ "query" : "SELECT u FROM userz u" }
|
|
|
|
|
|
HTTP/1.1 404 Not Found
|
|
connection: Keep-Alive
|
|
content-type: application/json
|
|
server: triagens GmbH High-Performance HTTP Server
|
|
|
|
{"error":true,"code":404,"errorNum":8060,"errorMessage":"unable to open collection 'userz'"}
|
|
|
|
|
|
POST /_api/cursor HTTP/1.1
|
|
|
|
{ "query" : "SELECT u FROM users u WHERE " }
|
|
|
|
|
|
HTTP/1.1 404 Not Found
|
|
connection: Keep-Alive
|
|
content-type: application/json
|
|
server: triagens GmbH High-Performance HTTP Server
|
|
|
|
{"error":true,"code":404,"errorNum":8010,"errorMessage":"parse error: syntax error, unexpected $end"}
|