-
Notifications
You must be signed in to change notification settings - Fork 0
최근 키워드
Haely edited this page Nov 12, 2020
·
4 revisions
[GET] ~/search/recent
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json | |
token | {token} | 토큰 |
토큰 있을 때(회원용), 토큰 'guest'일 때(비회원용)
{
"status": 200,
"success": true,
"message": "최근 검색어 조회 성공",
"data": [
"새벽",
"새벽",
"제품 서비스",
"제품 서",
"제품"
]
}
{
"status": 200,
"success": true,
"message": "최근 검색어 조회 성공",
"data": []
}
{
"status": 400,
"success": false,
"message": "curatorIdx 값이 없습니다"
}
{
"status": 400,
"success": false,
"message": "토큰이 없습니다"
}
{
"status": 401,
"success": false,
"message": "유효하지 않은 토큰입니다"
}
{
"status": 401,
"success": false,
"message": "만료된 토큰입니다"
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
메인(Main)
-
검색(Search)
-
작성(Post)
-
큐레이터(Curator)
-
조회(Detail)
-
내 서재(My)
-
유저(Users)