OptionalcountIndicates how many responses the operation will return. Default is maxInt.
OptionalformsList 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
OptionalincludeIf form names added to the query, this parameter will indicate whether all form alias should be included in the query clause.
OptionalmarkMark documents as read by the current user when retrieved
OptionalmaxLimits the number of documents to be scanned.
OptionalmaxLimits the number of entries to be scanned.
OptionalmodeForm mode as configured for any of the forms returned by the query.
OptionalnoDisable use of views when true.
DQL query string.
Key-value pairs of form data to update.
OptionalreturnIf true, replaces the operation response to array of DominoDocument
OptionalstartIndicates how many documents will the operation skip on the matched documents. Default is 0.
OptionaltimeoutQuery timeout in seconds.
OptionalvariablesKey-value to replace ?<variable_name> in query.
OptionalviewShould views get refreshed after operation execution.
Possible Properties inside a request body of /bulk/update and /query