Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters for the getDocumentAsRelated operation.

Hierarchy

  • GetDocumentAsRelatedParams

Index

Properties

Optional attEncodingInfo

attEncodingInfo: boolean

Query parameter to specify whether to include the encoding information in attachment stubs if the particular attachment is compressed.

Optional attachments

attachments: boolean

Query parameter to specify whether to include attachments bodies in a response.

Optional conflicts

conflicts: boolean

Query parameter to specify whether to include a list of conflicted revisions in the _conflicts property of the returned document. Ignored if include_docs isn't true.

db

db: string

Path parameter to specify the database name.

Optional deletedConflicts

deletedConflicts: boolean

Query parameter to specify whether to include a list of deleted conflicted revisions in the _deleted_conflicts property of the returned document.

docId

docId: string

Path parameter to specify the document ID.

Optional headers

headers: OutgoingHttpHeaders

Optional ifNoneMatch

ifNoneMatch: string

Header parameter to specify a double quoted document revision token for cache control.

Optional latest

latest: boolean

Query parameter to specify whether to force retrieving latest leaf revision, no matter what rev was requested.

Optional localSeq

localSeq: boolean

Query parameter to specify whether to include the last update sequence for the document.

Optional meta

meta: boolean

Query 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.

Optional rev

rev: string

Query parameter to specify a document revision.

Optional revs

revs: boolean

Query parameter to specify whether to include a list of all known document revisions.

Optional revsInfo

revsInfo: boolean

Query parameter to specify whether to includes detailed information for all known document revisions.

Generated using TypeDoc