-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 독서 일기장 하나 조회
Bobae Kim edited this page Oct 12, 2021
·
4 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /diary/{diaryId} | 독서 일기장 하나 조회 |
{
"Content-Type": "application/json",
"accessToken" : "JWT 토큰"
}
{
"status": 200,
"data": {
"diary": {
"diaryId": 56,
"diaryTitle": "123",
"content": "213",
"createdAt": "2021-10-03",
"bookTitle": "제목4",
"bookAuthor": "저5",
"bookImage": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"nickname": "오준현",
"profileImage": "https://maru-s3.s3.ap-northeast-2.amazonaws.com/maru/49f0e662-eb2d-443c-8453-1c6372824ef8-memoji3.png"
},
"group": {
"discussionGroupId": 15,
"description": "이것은 이런 책이에요! 11",
"createdAt": "2020-05-01",
"remainingDay": 10,
"title": "제목4",
"image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"author": "저5",
"nickname": "규니니"
}
}
}