Optional
count?: numberIndicates how many responses the operation will return. Default is maxInt.
Optional
forms?: string[]List of form names to be added to the query. Domino REST API will lookup all potential alias values and add them to the query clause
Optional
includeFormAlias?: booleanIf form names added to the query, this parameter will indicate whether all form alias should be included in the query clause.
Optional
markRead?: booleanMark documents as read by the current user when retrieved
Optional
maxScanDocs?: numberLimits the number of documents to be scanned.
Optional
maxScanEntries?: numberLimits the number of entries to be scanned.
Optional
mode?: stringForm mode as configured for any of the forms returned by the query.
Optional
noViews?: booleanDisable use of views when true.
DQL query string.
Key-value pairs of form data to update.
Optional
returnUpdatedDocument?: booleanIf true, replaces the operation response to array of DominoDocument
Optional
start?: numberIndicates how many documents will the operation skip on the matched documents. Default is 0.
Optional
timeoutSecs?: numberQuery timeout in seconds.
Optional
variables?: { [key: string]: any }Key-value to replace ?<variable_name> in query.
Optional
viewRefresh?: booleanShould views get refreshed after operation execution.
Possible Properties inside a request body of /bulk/update and /query