View thesaurus entry

get

/gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId}

Returns the thesaurus entry configuration for the specified thesaurus entry id. Returns metadata about the thesaurus entry (e.g. who created it and when). If zip extension is specified (add ".zip" at the end of the path), the thesaurus configuration is exported as a zip file.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

Thesaurus entry.
Body ()
Root Schema : ThesaurusEntry
Type: object
Represents the thesaurus entry in the ECR.
Show Source
Nested Schema : synonyms
Type: array
Show Source
Back to Top

Examples

The following example shows how to view a single record in the specified collection using the record ID:

curl -H "Authorization:Bearer <token>" -X GET http://host:port/gsadmin/v1/cloud/thesaurus/user_specified_id -o OUTPUT_FILE (JSON format)
curl -H "Authorization:Bearer <token>" -X GET http://host:port/gsadmin/v1/cloud/thesaurus/user_specified_id.zip -o OUTPUT_FILE (ZIP format)
Back to Top