multy-stub/server/routers/coder/forum/topic.json

21 lines
627 B
JSON
Raw Normal View History

2023-08-01 13:14:02 +03:00
{
"success": true,
"body": {
"id": 1,
"categoryId": 1,
"title": "How to write an Interview Question post",
"commentCount": 2,
"viewCount": 0,
"tagsId": [1, 2],
"voteCount": 0,
"voteStatus": 0,
"content": "## Heading level 2\n#### Heading level 4\nI just love **bold text**.\nItalicized text is the _cat's meow_.\n- Revenue was off the chart.\n- Profits were higher than ever.\n",
"updationDate": 1648229493,
"creationDate": 1524865315,
"authorId": 1,
"isOwnPost": true
},
"errors": [],
"warnings": []
}