MENU
      자동 완성 설정 이력 조회

        자동 완성 설정 이력 조회


        기사 요약

        도메인에 설정된 자동 완성의 변경 이력을 조회합니다.
        자동 완성 설정 이력이 있을 때에만 데이터가 출력됩니다.

        GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/autocomplete/history
        HTTP

        요청

        요청 파라미터

        파라미터명필수 여부타입제약 사항설명
        nameYesstring생성되어져 있는 Domain 이름자동 완성 설정 이력을 조회하고자 하는 Domain 이름
        limitYesnumberMin:1 MAX:30Pagination Limit
        offsetYesnumberPagination Offset
        orderYesstringDESC, ASC결과 정렬 기준

        응답

        응답 바디

        필드명필수 여부타입설명비고
        [].asIsAutocompleteNoAutocompleteSearchSchema변경 전 자동 완성 설정
        [].toBeAutocompleteNoAutocompleteSearchSchema변경된 자동 완성 설정
        [].documentCountNonumber자동 완성 색인이 완료된 문서 수
        [].createdDateNostring자동 완성 설정 변경 시간

        응답 Status

        HTTP StatusDesc
        200OK(조회 완료)
        400Bad Request
        401Unauthorized
        403Forbidden
        404Not Found
        500Internal Server Error

        예시

        요청 예시

        GET /CloudSearch/real/v1/domain/eeee/autocomplete/history?limit=10&offset=0&order=DESC HTTP/1.1
        Host: cloudsearch.apigw.ntruss.com
        x-ncp-apigw-signature-v2: cDwtHuQeGmwWyNmwlN6XIGA66zge4iMXvfoDQNna05g=
        x-ncp-apigw-timestamp: 1545817618751
        x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
        HTTP

        응답 예시

        [
          {
            "asIsAutocomplete": {
              "sectionName": "",
              "indexName": "brand_name"
            },
            "toBeAutocomplete": {
              "sectionName": "name",
              "indexName": "brand_name"
            },
            "documentCount": 3,
            "createdDate": "2019-03-05T08:39:20.738Z"
          },
          {
            "asIsAutocomplete": {
              "sectionName": "",
              "indexName": "brand_name"
            },
            "toBeAutocomplete": {
              "sectionName": "",
              "indexName": "brand_name"
            },
            "documentCount": 3,
            "createdDate": "2019-03-05T08:38:38.379Z"
          },
          {
            "asIsAutocomplete": null,
            "toBeAutocomplete": {
              "sectionName": "",
              "indexName": "brand_name"
            },
            "documentCount": 3,
            "createdDate": "2019-03-05T08:37:08.046Z"
          }
        ]
        JSON

        이 문서가 도움이 되었습니까?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.