channels
Get a thread
get/threads/{threadID}
Path parameters
threadIDstring uuid required
Response
Successful response
Example response
{
"content": "<p>This is the thread's content</p>",
"url": "https://app.heartbeat.chat/mycommunity/t/general/5dbcf5c9-5e7e-4285-9dab-6d3ce7f4dd1e",
"comments": [
{
"content": "<p>This is the comments's content</p>",
"children": [
{
"content": "<p>This is the comments's content</p>"
}
]
}
]
}