Versions Compared

Key

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

...

  • https://webdomain/api/rest/v10

  • The URL includes Domain and method name.

  • If the URL contains a reserved character, it must be encoded. Check Percent encoding for more information.

...

  • Authorization header

  • "Accept" header - set desired response format to "application/json" or application/xml"

  • "Content-Type" header - set to "application/json" or "application/xml" (POST method only)

Body (POST method only)

  • The content syntax must match the selected content type
  • The body syntax can be validated at jsonlint.com

...