Method description

Get a specific synonym from an instance.

Security

The calling user must have the EB_ROOT, EB_ADMIN, EB_APP, SEARCH_ADMIN, SEARCH_MANAGER or SEARCH_ANALYST role for this instance or the global instance.

Parameters

None

Response codes

HTTP codeDescription
200OK. Response follows
401The user does not meet the security criteria
404Link not found


Response format

A 200 OK response will contain an object with the link data.

{
  "type": "catalog",
  "lang": "en",
  "enabled": true,
  "synonyms": [
    "yellow",
    "lemon",
    "banana"
  ],
  "extra": {
    "user": "username"
  },
  "batched": false,
  "id": "586c267572c547cdcb51be9c",
  "created_on": "2017-01-03T22:32:21"
  "updated_on": "2017-01-03T22:32:21"
}

Dependencies

service namepurpose
MongoDBsimple database storage