{ "summary": "getPraiseList", "operationId": "getPraiseListUsingGET", "method": "GET", "path": "/v2/praise", "tags": [ "praise-resource" ], "description": "GET /v2/praise", "parameters": { "authorId": "", "endDate": "", "limit": "", "offset": "", "recipientId": "", "startDate": "" }, "response": { "status": 200, "description": "OK" } }