Skip to content

List comments for a fundraiser

GET
/fundraisers/{fundraiserId}/comments

Returns paginated comments for a fundraiser, newest first.

Parameters

Path Parameters

fundraiserId*
Type
string
Required
Format
"uuid"

Query Parameters

limit
Type
integer
Default
50
Minimum
1
Maximum
100
offset
Type
integer
Default
0
Minimum
0

Responses

Comment list

application/json
JSON
{
"data": [
{
"id": "string",
"fundraiser_id": "string",
"content": "string",
"parent_comment_id": "string",
"created_at": "string",
"author_id": "string",
"author_name": "string",
"author_avatar": "string"
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
}
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress