Optional
computeWithForm?: booleanIf true, compute with document's form formula before performing operation
Optional
markRead?: booleanMark the document as read by the current user when the operation completes.
Optional
markUnread?: booleanMark the document as unread by the current user when the operation completes.
Optional
meta?: booleanIf true, also return meta data of the document.
Optional
mode?: stringMode to perform the document access in. Defaults to 'default' if missing.
Optional
parentUnid?: stringUNID of an existing document, to make this a response document.
Optional
revision?: stringThis field records the current revision version of document. It's a 32-character hex-encoded string of date. If DB config 'requireRevisionToUpdate' is enabled, then revision is required when updating the document and only updates document when revision version is right.
Optional
richTextAs?: stringThe string the RichText fields will be returned.
Options to use for document operations.