The following parameters can be applied to the <code>query</code> and <code>run</code> operations:
* '''Variables''':<br/>External variables can be ''bound'' before a query is evaluated ([[REST#Assigning Variables|see below]] for more).
* '''Context''':<br/>The <code>context</code> parameter may be used to provide an initial XML context node.
* '''Serialization''':<br/>All [[Serialization]] parameters known to BaseX can be specified as query parameters. Parameters that are specified within a query will be interpreted by the REST server before the output is generated.
* '''VariablesWrap''':<br/>External variables can be ''bound'' before a query is evaluated ([[REST#Assigning Variables|see below]] for more).* '''Keyword''' <code>"context"</code>:<br/>May be used to provide an initial context node.* '''Keyword''' The <code>"wrap"</code>:<br/>Wraps the parameter wraps all results in XML elements (default: , using the namespace <code>nohttp://www.basex.org/rest</code>).
==Request Methods==