GET Comments
Get Comment by ID
The comment time stamp is stored in UTC time.
The comment time stamp is stored in UTC time.
URL Arguments
- comment_conversation_id : (required) The ID of the comment conversation, URL ENCODED.
- comment_comment_id : (required) The unique ID of the comment, URL ENCODED.*
Request
Parameters
Values in the path and query string.
appid path string TalkLabs ID required
The TalkLabs application ID assigned to your account.
Example:your-app-id conversationid path string TalkLabs ID required
The TalkLabs assigned conversation ID.
Example:conversation-id commentid path string TalkLabs ID required
The TalkLabs assigned comment ID.
Example:comment-id Response
Status codes
Every JSON response uses the API result envelope.
200 OK ApiResult 400 Bad Request ApiResult 403 Forbidden ApiResult 404 Not Found ApiResult 500 Internal Server Error ApiResult