Endpoints
GET /board/{boardId}
{
"status": 200,
"data": {
"boardId": 1,
"content": "오늘은 쓰레기를 주웠어요",
"respectBoardId": null,
"authorId": 4,
"category": "짱",
"hearts": 4,
"hashtags": [
"태그1",
"태그2"
],
"paperType": "용지",
"reactions": [
{
"reactionType": "MOVING",
"count": 3
},
{
"reactionType": "ADMIRE",
"count": 1
}
],
"comments": [
{commentId,},{}
]
"createdAt": "2024-04-06T23:50:56.47779"
},
"timestamp": "2024-04-07T02:12:55.822159"
}
YAML
복사
QueryString
Search
Request Body Field
Search
Response Body Field
Search
{
"status": 200,
"data": {
"boardId": 1,
"content": "first diary...",
"respectBoardId": null,
"authorId": 1,
"category": "내가 다른 사람에게 받았어요",
"hearts": 0,
"hashtags": [
"양보",
"칭찬"
],
"paperType": "letter"
},
"timestamp": "2024-04-06T19:34:04.722324"
}
JSON
복사