Skip to content

검색 기록 조회

우다현 edited this page Aug 30, 2021 · 1 revision

검색 기록 조회

GET /search/log

Request

  • Headers
{
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWR4Ijo0OSwiaWF0IjoxNjI3NDU1MTY5LCJleHAiOjE2NTg5OTExNjksInN1YiI6InVzZXJJbmZvIn0.7-emcIqkU4Z2lB9umn7X1Rz925NNEIEIsPjJn0w4IMk"
}

Response

성공

{
    "success": true,
    "code": 1000,
    "message": "검색 기록 조회 성공",
    "result": [
        {
            "idx": 15,
            "userIdx": 1,
            "word": "아이패",
            "createdAt": "2021-08-30T20:14:01.000Z",
            "updatedAt": "2021-08-30T20:14:01.000Z",
            "status": "Y"
        },
        {
            "idx": 14,
            "userIdx": 1,
            "word": "페이스북",
            "createdAt": "2021-08-30T03:18:39.000Z",
            "updatedAt": "2021-08-30T03:18:39.000Z",
            "status": "Y"
        },
        {
            "idx": 13,
            "userIdx": 1,
            "word": "아이",
            "createdAt": "2021-08-23T21:57:46.000Z",
            "updatedAt": "2021-08-23T21:57:46.000Z",
            "status": "Y"
        },
        {
            "idx": 12,
            "userIdx": 1,
            "word": "FACEBOOK",
            "createdAt": "2021-08-23T21:53:56.000Z",
            "updatedAt": "2021-08-23T21:53:56.000Z",
            "status": "Y"
        },
        {
            "idx": 11,
            "userIdx": 1,
            "word": "",
            "createdAt": "2021-08-23T21:53:27.000Z",
            "updatedAt": "2021-08-23T21:53:27.000Z",
            "status": "Y"
        },
        {
            "idx": 10,
            "userIdx": 1,
            "word": "",
            "createdAt": "2021-08-23T20:22:59.000Z",
            "updatedAt": "2021-08-23T20:22:59.000Z",
            "status": "Y"
        },
        {
            "idx": 9,
            "userIdx": 1,
            "word": "페이스북",
            "createdAt": "2021-08-23T20:04:26.000Z",
            "updatedAt": "2021-08-23T20:04:26.000Z",
            "status": "Y"
        },
        {
            "idx": 8,
            "userIdx": 1,
            "word": "페이스북",
            "createdAt": "2021-08-23T20:02:10.000Z",
            "updatedAt": "2021-08-23T20:02:10.000Z",
            "status": "Y"
        },
        {
            "idx": 7,
            "userIdx": 1,
            "word": "아이패",
            "createdAt": "2021-08-23T20:00:48.000Z",
            "updatedAt": "2021-08-23T20:00:48.000Z",
            "status": "Y"
        },
        {
            "idx": 5,
            "userIdx": 1,
            "word": "아이패드",
            "createdAt": "2021-08-23T17:55:16.000Z",
            "updatedAt": "2021-08-23T17:55:16.000Z",
            "status": "Y"
        }
    ]
}

실패

  • 입력
{
    "success": false,
    "code": 2601,
    "message": "query를 입력해 주세요."
}
  • 중복
{
    "success": false,
    "code": 3007,
    "message": "로그인 되어 있지 않습니다."
}
{
    "success": false,
    "code": 3602,
    "message": "검색 기록이 존재하지 않습니다."
}
  • token
{
    "success": false,
    "code": 5001,
    "message": "토큰을 입력해 주세요."
}
{
    "success": false,
    "code": 5002,
    "message": "토큰 유효기간이 만료되었습니다."
}
{
    "success": false,
    "code": 5003,
    "message": "유효하지 않은 토큰입니다."
}
Clone this wiki locally