Small Improvements · Example Payload

Getminibyidusingget Example

GET /v2/feedback/participant/mini/{participantId}

feedback-participants-resource

Getminibyidusingget 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": "getMiniById",
  "operationId": "getMiniByIdUsingGET",
  "method": "GET",
  "path": "/v2/feedback/participant/mini/{participantId}",
  "tags": [
    "feedback-participants-resource"
  ],
  "description": "GET /v2/feedback/participant/mini/{participantId}",
  "parameters": {
    "participantId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}