1
0
Fork 0
arangodb/Documentation/Books/HTTP/Views/Getting.md

643 B

Getting Information about a View

View Listing

A listing of all views in a database, regardless of their type, may be obtained via:

@startDocuBlock get_api_views

Basic View Information

Basic view information, common to all view types, for a specific view may be obtained via:

@startDocuBlock get_api_view_name

Full View Information

A full description, populated with additional properties depending on view type, for a specific view may be obtained via:

@startDocuBlock get_api_view_properties