GET/messageReplies/{id}.json
Retrieve a Single Message Reply
Uses the given message ID to retrieve a message.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"messageReplies": [
{
"attachments_count": "0",
"author-lastname": "User",
"attachments-count": "0",
"emailed-from": "",
"author-avatar-url": "https://s3.amazonaws.com/TWFiles/2/users/999.avatar",
"author_id": "999",
"posted-on": "2014-04-01T10:04:26Z",
"body": "Reply Body",
"attachments": [],
"author-firstname": "Demo",
"id": "999",
"last-changed-on": "2014-04-01T10:04:26Z",
"author-id": "999",
"messageId": "999"
}
],
"STATUS": "OK"
}