Small Improvements · Example Payload

Getcommentsusingget_1 Example

GET /v2/praise/{praiseId}/comments

praise-resource

Getcommentsusingget_1 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": "getComments",
  "operationId": "getCommentsUsingGET_1",
  "method": "GET",
  "path": "/v2/praise/{praiseId}/comments",
  "tags": [
    "praise-resource"
  ],
  "description": "GET /v2/praise/{praiseId}/comments",
  "parameters": {
    "praiseId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}