Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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": "56.1.19071946.0",
  "swaggerVersion": "1.1",
  "basePath": "http://localhost/EnterpriseTester/api/swagger",
  "apis": [
    {
      "path": "/api",
      "description": "Enterprise Tester Core API"
    }
  ]
}

Status Code

200 - OK

...