-
Notifications
You must be signed in to change notification settings - Fork 3
[GET] 개인 타이머 LIST 조회 (승혜)
snghx edited this page Aug 12, 2021
·
1 revision
메소드 경로 짧은 설명 GET /timerDay/list timerDay list 조회
{baseURL}/timerDay/list
성공
- tiemr Day list 존재
[
{
"timerDayid": "ex8",
"recordDay": "0000002400"
}
]
- timer Day list 없음
{
success: true,
message: '아직 기록된 timer record 없음'
}
실패
- token 만료
{
status : 401
success : false,
message : "token이 유효하지 않습니다."
}
- list select 오류
{
success: false,
message: 'timer list 오류'
}