Small Improvements · Example Payload

Getfeedbackyouprovidedusingget Example

GET /v2/unified-feedback/you-provided

unified-feedback-resource

Getfeedbackyouprovidedusingget 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": "getFeedbackYouProvided",
  "operationId": "getFeedbackYouProvidedUsingGET",
  "method": "GET",
  "path": "/v2/unified-feedback/you-provided",
  "tags": [
    "unified-feedback-resource"
  ],
  "description": "GET /v2/unified-feedback/you-provided",
  "response": {
    "status": 200,
    "description": "OK"
  }
}