简体   繁体   中英

How to get list of documents in ArangoDB?

For accessing to collection content I need to know {collection-name} and {document-key} . How I can get list of all documents with their {document-key} in ArangoDB with http?

In docs there is a GET /_api/document request which will retrieve all documents from collection. If you specify type=key query string parameter then you will get response with an array of document keys.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM