GET/messageReplies/{id}.json
Retrieve a Single Message Reply
Request Examples
Example Request
GET
/messageReplies/{id}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
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"
}