Apache CouchDB
2.3
Table of Contents
1. Introduction
2. Installation
3. Setup
4. Configuring CouchDB
5. Replication
6. CouchDB Maintenance
7. Design Documents
8. Query Server
9. Fauxton
10. Best Practices
11. API Reference
11.1. API Basics
11.2. Server
11.3. Databases
11.4. Documents
11.4.1.
/db/doc
11.4.2.
/db/doc/attachment
11.5. Design Documents
11.6. Local (non-replicating) Documents
11.7.
/db/_local_docs
12. Cluster Reference
13. JSON Structure Reference
14. Experimental Features
15. Contributing to this Documentation
16. Release History
17. Security Issues Information
18. Reporting New Security Problems with Apache CouchDB
19. About CouchDB Documentation
Quick Reference
HTTP API Reference
Configuration Reference
Local Links
Fauxton
More Help
CouchDB Homepage
Mailing Lists
IRC
Issue Tracker
Download Docs
Apache CouchDB
Docs
»
11. API Reference
»
11.4. Documents
Edit on GitHub
11.4. Documents
ΒΆ
Details on how to create, read, update and delete documents within a database.
11.4.1.
/db/doc
11.4.1.1. Attachments
11.4.1.1.1. Basic Attachments Info
11.4.1.1.2. Retrieving Attachments Content
11.4.1.1.2.1. Efficient Multiple Attachments Retrieving
11.4.1.1.3. Retrieving Attachments Encoding Info
11.4.1.1.4. Creating Multiple Attachments
11.4.1.2. Getting a List of Revisions
11.4.1.3. Obtaining an Extended Revision History
11.4.1.4. Obtaining a Specific Revision
11.4.1.4.1. Retrieving Deleted Documents
11.4.1.5. Updating an Existing Document
11.4.1.6. Copying from a Specific Revision
11.4.1.7. Copying to an Existing Document
11.4.2.
/db/doc/attachment
11.4.2.1. HTTP Range Requests