ArangoDB Manual Pages
ArangoDB for API Implementors (1.3.1)
- REST Interface for Documents
- REST Interface for Edges
- HTTP Interface for Simple Queries
- Simple Queries
- Working with Simples Queries using HTTP
- PUT /_api/simple/all
- PUT /_api/simple/by-example
- PUT /_api/simple/first-example
- PUT /_api/simple/any
- PUT /_api/simple/range
- PUT /_api/simple/near
- PUT /_api/simple/within
- PUT /_api/simple/fulltext
- PUT /_api/simple/remove-by-example
- PUT /_api/simple/replace-by-example
- PUT /_api/simple/update-by-example
- HTTP Interface for Collections
- HTTP Interface for Graphs
- POST /_api/graph
- GET /_api/graph
- DELETE /_api/graph
- POST /_api/graph/graph-name/vertex
- GET /_api/graph/graph-name/vertex
- PUT /_api/graph/graph-name/vertex
- PATCH /_api/graph/graph-name/vertex
- DELETE /_api/graph/graph-name/vertex
- POST /_api/graph/graph-name/vertices
- POST /_api/graph/graph-name/edge
- GET /_api/graph/graph-name/edge
- PUT /_api/graph/graph-name/edge
- PATCH /_api/graph/graph-name/edge
- DELETE /_api/graph/graph-name/edge
- POST /_api/graph/graph-name/edges