일지 단일 조회

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
Parameters
이름
명세
타입

Request Body Field

Search
이름
명세
타입

Response Body Field

Search
이름
명세
타입
고유 ID
number
일지 내용
string
카테고리
string
영향받은 건수
number
작성자 ID
number
참조 게시물 ID
number
용지 타입 (ex.letter)
string
{ "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
복사