Class Urls
Some basic URLs
Constants summary
string |
URL_DOCUMENT
URL base part for document-related CRUD operations REST calls |
#
'/_api/document'
|
string |
URL_EDGE
URL base part for edge-related CRUD operations REST calls |
#
'/_api/document'
|
string |
URL_EDGES
URL base part for all retrieving connected edges |
#
'/_api/edges'
|
string |
URL_GRAPH
URL base part for all graph-related REST calls |
#
'/_api/gharial'
|
string |
URLPART_VERTEX
URL part vertex-related graph REST calls |
#
'vertex'
|
string |
URLPART_EDGE
URL part for edge-related graph REST calls |
#
'edge'
|
string |
URL_COLLECTION
URL base part for all collection-related REST calls |
#
'/_api/collection'
|
string |
URL_INDEX
URL base part for all index-related REST calls |
#
'/_api/index'
|
string |
URL_CURSOR
base URL part for cursor related operations |
#
'/_api/cursor'
|
string |
URL_EXPORT
URL for export related operations |
#
'/_api/export'
|
string |
URL_EXPLAIN
URL for AQL explain-related operations |
#
'/_api/explain'
|
string |
URL_QUERY
URL for AQL query validation-related operations |
#
'/_api/query'
|
string |
URL_EXAMPLE
URL for select-by-example |
#
'/_api/simple/by-example'
|
string |
URL_FIRST_EXAMPLE
URL for first-example |
#
'/_api/simple/first-example'
|
string |
URL_ANY
URL for any |
#
'/_api/simple/any'
|
string |
URL_FULLTEXT
URL for fulltext |
#
'/_api/simple/fulltext'
|
string |
URL_REMOVE_BY_EXAMPLE
URL remove-by-example |
#
'/_api/simple/remove-by-example'
|
string |
URL_REMOVE_BY_KEYS
URL for remove-by-keys |
#
'/_api/simple/remove-by-keys'
|
string |
URL_UPDATE_BY_EXAMPLE
URL for update-by-example |
#
'/_api/simple/update-by-example'
|
string |
URL_REPLACE_BY_EXAMPLE
URL for replace-by-example |
#
'/_api/simple/replace-by-example'
|
string |
URL_LOOKUP_BY_KEYS
URL for lookup-by-keys |
#
'/_api/simple/lookup-by-keys'
|
string |
URL_RANGE
URL for select-range |
#
'/_api/simple/range'
|
string |
URL_ALL
URL for select-all |
#
'/_api/simple/all'
|
string |
URL_ALL_KEYS
URL for select-all-keys |
#
'/_api/simple/all-keys'
|
string |
URL_NEAR
URL for select-range |
#
'/_api/simple/near'
|
string |
URL_WITHIN
URL for select-range |
#
'/_api/simple/within'
|
string |
URL_IMPORT
URL for document import |
#
'/_api/import'
|
string |
URL_BATCH
URL for batch processing |
#
'/_api/batch'
|
string |
URL_TRANSACTION
URL for transactions |
#
'/_api/transaction'
|
string |
URL_ADMIN_VERSION
URL for admin version |
#
'/_admin/version'
|
string |
URL_ADMIN_SERVER_ROLE
URL for server role |
#
'/_admin/server/role'
|
string |
URL_ADMIN_TIME
URL for admin time |
#
'/_admin/time'
|
string |
URL_ADMIN_LOG
URL for admin log |
#
'/_admin/log'
|
string |
URL_ADMIN_ROUTING_RELOAD
base URL part for admin routing reload |
#
'/_admin/routing/reload'
|
string |
URL_ADMIN_STATISTICS
base URL part for admin statistics |
#
'/_admin/statistics'
|
string |
URL_ADMIN_STATISTICS_DESCRIPTION
base URL part for admin statistics-description |
#
'/_admin/statistics-description'
|
string |
URL_AQL_USER_FUNCTION
base URL part for AQL user functions statistics |
#
'/_api/aqlfunction'
|
string |
URL_USER
base URL part for user management |
#
'/_api/user'
|
string |
URL_TRAVERSAL
base URL part for user management |
#
'/_api/traversal'
|
string |
URL_ENDPOINT
base URL part for endpoint management |
#
'/_api/endpoint'
|
string |
URL_DATABASE
base URL part for database management |
#
'/_api/database'
|
string |
URL_QUERY_CACHE
URL for AQL query result cache |
#
'/_api/query-cache'
|