랜덤 글 3개 조회

Endpoints

GET /board/random

QueryString

Search
Parameters
이름
명세
타입

Request Body Field

Search
이름
명세
타입

Response Body Field

Search
이름
명세
타입
고유 id
number
내용
string
참조 일지 id
number
작성자 id
number
카테고리
string
영향 받은 수
number
용지 타입
string
{ "status": 200, "data": [ { "boardId": 1, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" }, { "boardId": 2, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" }, { "boardId": 3, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" } ], "timestamp": "2024-04-06T19:37:33.7644" }
JSON
복사