Search thesaurus version

Prev Next

Search the version of the thesaurus set for the domain.

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

Request

Request parameters

Parameter name Requirement status Type Restrictions Explanation
name Yes string Domain name created
synoName Yes string Thesaurus name created

Response

Field name Type Explanation Remarks
[].version string Version set for the thesaurus
[].description string Thesaurus description

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/syno/versions

Response example

[
  {
    "version": "0.4",
    "description": "Wiki thesaurus 0.4"
  },
  {
    "version": "0.3",
    "description": "Wiki thesaurus 0.3"
  },
  {
    "version": "0.2",
    "description": "Wiki thesaurus 0.2"
  },
  {
    "version": "0.1",
    "description": "Wiki thesaurus"
  }
]