Page tree

Versions Compared

Key

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

...

Code

Message

Action

HTTP 204

Success

Not necessary. Everything went well.

HTTP 401

Unauthorized

Add authorization header.

HTTP 403

Forbidden

Validate user type, username and password.

HTTP 404

Page Not found

Provide valid URL. Make sure no "\\" in URL.

HTTP 406

Not Acceptable

Validate "Accept" header.

HTTP 415

Unsupported Media Type

Validate "Content-Type" header.

HTTP 417

Account expired

Try resetting the password or Contact Support

HTTP 500

Database Access Limit Exceeded

Reduce the load to ~10 tps or Contact Support

HTTP 500

Internal Server Error

Contact Support


  • WADL

    Web Application Description Language (WADL) is a machine-readable description of all REST calls

    https://webdomain/api/rest/v7?wadl

...