Versions Compared

Key

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

...

These are the expected status codes returned by the service - in . In addition, some other status codes may be returned if either an internal error occurs or there is an authentication issue (such as an expired OAuth token).

...

Example - GET

Retrieves list of Swagger API's available on this server

Request Headers

KeyValueDescription
Content-typeapplication/json
Acceptapplication/json

Response Headers

KeyValueDescription
Content-Typeapplication/json; charset=utf-8

Response Body

Code Block
languagenone
{
  "apiVersion": "4.1011.01822.0",
  "swaggerVersion": "1.1",
  "basePath": "http://localhost/EnterpriseTester/api/swagger",
  "apis": [
    {
      "path": "/api",
      "description": "Enterprise Tester Core API"
    }
  ]
}

Status Code

200 - OK

...