GET
/
introspect
/
{service}
{
  "name": "<string>",
  "uri": "<string>",
  "baseApiUri": "<string>",
  "methods": [
    {
      "uri": "<string>",
      "name": "<string>",
      "verb": "<string>",
      "pathParams": [
        {
          "name": "<string>",
          "type": "<string>"
        }
      ],
      "queryParams": [
        {
          "name": "<string>",
          "type": "<string>"
        }
      ],
      "hasEntity": false
    }
  ]
}

Path Parameters

service
string
required

Response

200 - application/json

successful operation

The response is of type object.