-
Notifications
You must be signed in to change notification settings - Fork 3
[GET] DAILYNOTE LIST 조회 (승혜)
snghx edited this page Aug 12, 2021
·
1 revision
메소드 경로 짧은 설명 GET /dailynote/list dailynote list 조회
{baseURL}/dailynote/list
성공
- dailynote list 존재
[
{
"index": 29,
"dailyid": "ex8",
"subject": "it",
"content": "test",
"date": "2021-08-11T15:00:00.000Z",
"check": 0
}
]
- dailynote list 없음
{
success : true,
message: "dailynote list가 존재하지 않습니다."
}
실패
- token 만료
{
status : 401
success : false,
message : "token이 유효하지 않습니다."
}