GET/posts/{id}.json
Retrieve a Single Message
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
{
"post": {
"project-id": "999",
"author-first-name": "Demo",
"milestone-id": "",
"numNotified": "0",
"isRead": "1",
"private": "0",
"comments-count": "0",
"author-avatar-url": "https://s3.amazonaws.com/TWFiles/2/users/999.avatar",
"author-last-name": "User",
"id": "999",
"last-changed-on": "2014-03-31T16:40:56Z",
"use-textile": false,
"content-type": "HTML",
"isOriginal": "1",
"user-display-posted-date": "Mon, 31 Mar 2014",
"user-display-posted-time": "5:38PM",
"message-status": "active",
"attachments-count": "0",
"post-id": "999",
"category-id": "",
"html-body": "Message content goes here",
"posted-on": "2014-03-31T17:38:58Z",
"body": "Message content goes here",
"attachments": [],
"author-id": "999",
"post-status": "active",
"display-body": "Message content goes here",
"title": "Message title",
"category-name": ""
},
"STATUS": "OK"
}