同義語辞典名の照会

Prev Next

ドメインに設定されている同義語辞典名リストを照会します。

GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/synonym/names

リクエスト

リクエストパラメータ

パラメータ名 必須有無 タイプ 制約事項 説明
name Yes string 作成済みのドメイン名

レスポンス

フィールド名 タイプ 説明 備考
- Array 同義語辞典名リスト

レスポンスStatus

HTTP Status Desc
200 OK(照会完了)
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error

リクエスト例

GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/wiki/synonym/names

レスポンス例

[
  "syno"
]