v1
latestOpenAPI 3.0.02026-08-062903562.2 MBComment
fetchComment
Retrieves a Comment from the ID
get/comments/{comment}
Path parameters
commentinteger required
Example:47281
The specified Comment ID
Response
Success
Example response
{
"body": "Example Comment",
"commentable_id": 876,
"commentable_type": "feed_item",
"commenter_name": "GoFundMe Pro Commenter",
"author_display_name": "Pat Supporter",
"created_at": "2021-04-23T08:23:21Z",
"id": 47281,
"likes_count": 5,
"member_id": 2012,
"updated_at": "2021-04-23T08:23:21Z"
}