Search a list of thesaurus names set for the domain.
GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/synonym/names
Request
Request parameters
| Parameter name |
Requirement status |
Type |
Restrictions |
Explanation |
| name |
Yes |
string |
|
Domain name created |
Response
| Field name |
Type |
Explanation |
Remarks |
| - |
Array |
List of thesaurus names |
|
Response statuses
| HTTP status |
Desc |
| 200 |
OK (Successfully searched) |
| 400 |
Bad Request |
| 401 |
Unauthorized |
| 403 |
Forbidden |
| 404 |
Not Found |
| 500 |
Internal Server Error |
Example
Request example
GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/wiki/synonym/names
Response example
[
"syno"
]