Fetch a single comment by its ID
Fetches a single comment by its ID. Optionally returns the parent comment if it exists andDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
withParent=true is passed.
true, includes the parent comment in the responsewithParent not set)Missing or Invalid ID - 400 Bad Request
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
withParent=true to retrieve the parent comment if it exists.parentComment: null if the comment has no parent or withParent is not set.