동의어 사전 버전 조회
    • PDF

    동의어 사전 버전 조회

    • PDF

    Article Summary

    도메인에 설정된 동의어 사전의 버전을 조회합니다.

    GET https://cloudsearch.apigw.gov-ntruss.com/CloudSearch/real/v1/domain/{name}/synonym/{synoName}/versions
    

    요청

    요청 파라미터

    파라미터 명필수 여부타입제약사항설명
    nameYesstring생성되어져 있는 Domain 이름
    synoNameYesstring생성되어져 있는 동의어 사전 이름

    응답

    필드명타입설명비고
    [].versionstring동의어 사전에 설정된 버전
    [].descriptionstring동의어 사전 설명

    응답 Status

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

    예시

    요청 예시

    GET https://cloudsearch.apigw.gov-ntruss.com/CloudSearch/real/v1/domain/wiki/synonym/syno/versions
    

    응답 예시

    [
      {
        "version": "0.4",
        "description": "wiki 동의어 사전 0.4"
      },
      {
        "version": "0.3",
        "description": "wiki 동의어 사전 0.3"
      },
      {
        "version": "0.2",
        "description": "wiki 동의어 사전 0.2"
      },
      {
        "version": "0.1",
        "description": "wiki 동의어 사전"
      }
    ]
    

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

    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.