Apache CouchDB Logo
2.2

Table of Contents

  • 1. Introduction
  • 2. Installation & First-Time Setup
  • 3. Configuring CouchDB
  • 4. Replication
  • 5. CouchDB Maintenance
  • 6. Design Documents
  • 7. Query Server
  • 8. Fauxton
  • 9. Best Practices
  • 10. API Reference
    • 10.1. API Basics
    • 10.2. Server
    • 10.3. Databases
    • 10.4. Documents
      • 10.4.1. /db/doc
      • 10.4.2. /db/doc/attachment
    • 10.5. Design Documents
    • 10.6. Local (non-replicating) Documents
    • 10.7. /db/_local_docs
  • 11. Cluster Reference
  • 12. JSON Structure Reference
  • 13. Experimental Features
  • 14. Contributing to this Documentation
  • 15. Release History
  • 16. Security Issues Information
  • 17. Reporting New Security Problems with Apache CouchDB
  • 18. 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 »
  • 10. API Reference »
  • 10.4. Documents
  • Edit on GitHub

10.4. DocumentsΒΆ

Details on how to create, read, update and delete documents within a database.

  • 10.4.1. /db/doc
    • 10.4.1.1. Attachments
      • 10.4.1.1.1. Basic Attachments Info
      • 10.4.1.1.2. Retrieving Attachments Content
        • 10.4.1.1.2.1. Efficient Multiple Attachments Retrieving
      • 10.4.1.1.3. Retrieving Attachments Encoding Info
      • 10.4.1.1.4. Creating Multiple Attachments
    • 10.4.1.2. Getting a List of Revisions
    • 10.4.1.3. Obtaining an Extended Revision History
    • 10.4.1.4. Obtaining a Specific Revision
      • 10.4.1.4.1. Retrieving Deleted Documents
    • 10.4.1.5. Updating an Existing Document
    • 10.4.1.6. Copying from a Specific Revision
    • 10.4.1.7. Copying to an Existing Document
  • 10.4.2. /db/doc/attachment
    • 10.4.2.1. HTTP Range Requests
Next Previous

© Copyright 2018, Apache Software Foundation.

Built with Sphinx using a theme provided by Read the Docs.