Fetch a comment using its external foreign ID
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.