===Operations===
GET and POST requests support the following four '''operations''':
* '''Retrieve''':<br/>This is the default operation. It returns a list of all databases, the resources of a database or the resource itself.
* '''Query''':<br/>Evaluates an XPath/XQuery expression. If a database or database path is specified in the URL, it is used as initial query context.
* '''Run''':<br/>Runs a query file located on the server. The query directory is defined by the <code>[[Options (Snapshot)#HTTPPATH|HTTPPATH]]</code> option.
* '''Command''':<br/>Executes a [[Commands|database command]].
* '''Get''':<br/>This is the default operation if the GET request is used and no other operation is specified. It returns a list of all databases, the resources of a database or the resource itself.
===Parameters===