Small Improvements · Example Payload

Getusingget_14 Example

GET /imageservice

public-images-resource

Getusingget_14 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_14",
  "method": "GET",
  "path": "/imageservice",
  "tags": [
    "public-images-resource"
  ],
  "description": "GET /imageservice",
  "parameters": {
    "crop": "<value>",
    "format": "<value>",
    "id": "<value>",
    "size": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}