Small Improvements · Example Payload

Getorderlegacyusingget Example

GET /v2/feedback/template/order

feedback-template-resource

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

Top-level fields

summaryoperationIdmethodpathtagsdescriptionresponse

Example Payload

Raw ↑
{
  "summary": "getOrderLegacy",
  "operationId": "getOrderLegacyUsingGET",
  "method": "GET",
  "path": "/v2/feedback/template/order",
  "tags": [
    "feedback-template-resource"
  ],
  "description": "GET /v2/feedback/template/order",
  "response": {
    "status": 200,
    "description": "OK"
  }
}