1
0
Fork 0
arangodb/Documentation/Examples/querypost

12 lines
292 B
Plaintext

POST /_api/query HTTP/1.1
{ "query" : "SELECT u FROM users u WHERE u.active == @active@ && u.name == @name@" }
HTTP/1.1 200 OK
connection: Keep-Alive
content-type: application/json
server: triagens GmbH High-Performance HTTP Server
{"bindVars":["active","name"],"error":false,"code":200}