Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Header

Requirement

JSON

XML

Accept

Optional. Returns JSON XML if undefined.

Accept: application/json

Accept: application/xml

...


API call formatting

XML Format 


Body

N/A

Example Response Body

<?xml version="1.0" encoding="utf-8"?>
<echo>
<msg>hello</msg>
</echo>


JSON Format 


Body

N/A

Example Response Body

{
"msg": "hello"
}

...