Fetch a comment using its external foreign ID
Fetches a single comment using itsDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
foreignId. Optionally returns the parent comment if it exists and withParent=true is passed. This is useful when using a custom identifier set by the client, instead of the internal comment ID.
true, includes the parent comment in the responsewithParent not set)Missing or Invalid Foreign ID - 400 Bad Request
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
foreignId to locate the comment.withParent=true to include the parent comment.parentComment: null if there is no parent or it’s not requested.