Small Improvements · Example Payload

Getpraiselistusingget Example

GET /v2/praise

praise-resource

Getpraiselistusingget 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": "getPraiseList",
  "operationId": "getPraiseListUsingGET",
  "method": "GET",
  "path": "/v2/praise",
  "tags": [
    "praise-resource"
  ],
  "description": "GET /v2/praise",
  "parameters": {
    "authorId": "<value>",
    "endDate": "<value>",
    "limit": "<value>",
    "offset": "<value>",
    "recipientId": "<value>",
    "startDate": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}