OptionalattachmentsQuery parameter to specify whether to include attachments bodies in a response.
OptionalattQuery parameter to specify whether to include the encoding information in attachment stubs if the particular attachment is compressed.
OptionalconflictsQuery parameter to specify whether to include a list of conflicted revisions in each returned document.
Active only when include_docs is true.
Path parameter to specify the database name.
Path parameter to specify the design document name. The design document name is the design document ID
excluding the _design/ prefix.
OptionaldeletedQuery parameter to specify whether to include a list of deleted conflicted revisions in the
_deleted_conflicts property of the returned document.
OptionalheadersOptionalifHeader parameter for a conditional HTTP request not matching an ETag.
OptionallatestQuery parameter to specify whether to force retrieving latest leaf revision, no matter what rev was requested.
OptionallocalQuery parameter to specify whether to include the last update sequence for the document.
OptionalmetaQuery parameter to specify whether to include document meta information. Acts the same as specifying all of the conflicts, deleted_conflicts and open_revs query parameters.
OptionalrevQuery parameter to specify a document revision.
OptionalrevsQuery parameter to specify whether to include a list of all known document revisions.
OptionalrevsQuery parameter to specify whether to includes detailed information for all known document revisions.
Parameters for the
getDesignDocumentoperation.