Apache CouchDB Logo
2.1

Table of Contents

  • 1. Introduction
  • 2. Installation & First-Time Setup
  • 3. Configuring CouchDB
  • 4. Replication
  • 5. CouchDB Maintenance
  • 6. Design Documents
  • 7. CouchDB Externals API
  • 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
    • Attachments
      • Basic Attachments Info
      • Retrieving Attachments Content
        • Efficient Multiple Attachments Retrieving
      • Retrieving Attachments Encoding Info
      • Creating Multiple Attachments
    • Getting a List of Revisions
    • Obtaining an Extended Revision History
    • Obtaining a Specific Revision
      • Retrieving Deleted Documents
    • Updating an Existing Document
    • Copying from a Specific Revision
    • Copying to an Existing Document
  • 11.4.2. /db/doc/attachment
    • HTTP Range Requests
Next Previous

© Copyright 2018, Apache Software Foundation.

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