Search a list of thesauruses set for the domain.
GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/synonym
Request
Request parameters
Parameter name |
Requirement status |
Type |
Restrictions |
Explanation |
name |
Yes |
string |
|
Domain name created |
Response
Field name |
Type |
Explanation |
Remarks |
[].name |
string |
Thesaurus name |
|
[].language |
string |
Language set for the thesaurus |
|
[].version |
string |
Version set for the thesaurus |
|
[].description |
string |
Thesaurus description |
|
[].createdDate |
string |
Thesaurus creation time |
|
[].updatedDate |
string |
Thesaurus editing time |
|
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
Response example
[
{
"name": "syno",
"language": "korea",
"version": "0.1",
"description": "Wiki thesaurus",
"createdDate": "2020-12-09T10:00:59.268Z",
"updatedDate": "2020-12-09T10:00:59.268Z"
}
]