# By default, the content type of a response depends on the chosen operation:
#* '''Query results are returned as '''/'''Run''' → <code>application/xml</code>#* '''Command results are returned as ''' → <code>text/plain</code>#* '''Get''' → content type of the addressed resource
# The default content type is overwritten if a [[Serialization|serialization method]] is specified, either as [[#Query Parameters|query parameter]] or within the XQuery expression. The following methods are available:
#* <code>xml</code> → <code>application/xml</code>