withParent=true is passed.
Path Parameters
The ID of the comment to fetch
Query Parameters
If
true, includes the parent comment in the responseResponse
Parent comment object (null if no parent or
withParent not set)Error Responses
Missing or Invalid ID - 400 Bad Request
Missing or Invalid ID - 400 Bad Request
Not Found - 404 Not Found
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Set
withParent=trueto retrieve the parent comment if it exists. - Returns
parentComment: nullif the comment has no parent orwithParentis not set.

