ArangoDB v3.10 reached End of Life (EOL) and is no longer supported.

This documentation is outdated. Please see the most recent stable version.

HTTP interface for Views

The HTTP API for Views lets you manage Views of any type

Addresses of Views

All Views in ArangoDB have a unique identifier and a unique name. To access a View, use the View name to refer to it:

http://server:port/_api/view/<view-name>

For example, assume that the View identifier is 7254820 and the View name is demo, then the URL of that View is:

http://localhost:8529/_api/view/demo