Optional
countIndicates how many responses the operation will return. Default is maxInt.
Optional
formsList 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
includeIf form names added to the query, this parameter will indicate whether all form alias should be included in the query clause.
Optional
markMark documents as read by the current user when retrieved
Optional
maxLimits the number of documents to be scanned.
Optional
maxLimits the number of entries to be scanned.
Optional
modeForm mode as configured for any of the forms returned by the query.
Optional
noDisable use of views when true.
DQL query string.
Key-value pairs of form data to update.
Optional
returnIf true, replaces the operation response to array of DominoDocument
Optional
startIndicates how many documents will the operation skip on the matched documents. Default is 0.
Optional
timeoutQuery timeout in seconds.
Optional
variablesKey-value to replace ?<variable_name> in query.
Optional
viewShould views get refreshed after operation execution.
Possible Properties inside a request body of /bulk/update and /query