내 일지 목록 조회

Endpoints

GET /board/boards

QueryString

Search
Parameters
이름
명세
타입

Request Body Field

Search
이름
명세
타입

Response Body Field

Search
이름
명세
타입
고유 ID
number
일지 내용
string
카테고리
string
참조게시물 id
number
작성자id
number
영향받은 횟수
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" }, { "boardId": 4, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" }, { "boardId": 5, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" }, { "boardId": 6, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" }, { "boardId": 7, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" }, { "boardId": 8, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" }, { "boardId": 9, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" }, { "boardId": 10, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" }, { "boardId": 11, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "hashtags": [ "양보", "칭찬" ], "paperType": "letter" } ], "timestamp": "2024-04-06T19:35:39.310211" }
JSON
복사