ResponseFormat

The format in which you want to receive the action output. You can use one of the following response formats:

  • XML. XML format.

  • Config. Config format (that is, similar to the IDOL Content Component configuration file).

  • json. Default JSON format, as you configure in JSONFormat.

  • json/0. A JSON format that returns single-element lists as objects, rather than arrays.
  • json/1. A JSON format that returns single-element lists as arrays, for consistency with multiple-element lists.
  • simplejson. A simplified JSON format, which omits autn: prefixes in node names, and does not use $ nodes to represent XML nodes unless the equivalent XML node contains attributes.

For more information about the JSON formats, see JSONFormat

Type: String
Default: XML
Example: ResponseFormat=XML
See Also: JSONFormat