Self tests

New in version 4.0.

Changed in version 4.2: The self test has moved from APInoauth to API.

Running the test

Execute all tests

GET /API/selftest

Executes all the self tests.

Produces:
  • application/xml, application/jsonSelfTestDocument
GET /APInoauth/selftest

Executes a database test. Since database problems may cause API unavailable, there is a database test available on APInoauth.

Produces:
  • application/xml, application/jsonSelfTestDocument

Execute a specific test

GET /API/selftest/(test-name)

Executes the test with the specified name.

Produces:
  • application/xml, application/jsonSelfTestDocument