Small Improvements · Example Payload

Getusingget_20 Example

GET /subdomain

subdomain-resource

Getusingget_20 Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "get",
  "operationId": "getUsingGET_20",
  "method": "GET",
  "path": "/subdomain",
  "tags": [
    "subdomain-resource"
  ],
  "description": "GET /subdomain",
  "parameters": {
    "subDomain": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}