Warning

This site is no longer being maintained. Visit the eDocs documentation portal for updated information.

Visit eDocs
Dismiss message

Get Synonym

Created by Óscar Menéndez · last update March 20, 2020

About this endpoint

Get a specific synonym

Request

Define the request using all the available params detailed in the box.

GET https://api.empathybroker.com/play/v1/INSTANCE_ID/synonyms/<id>


Response

Once the request is performed, the following data is retrieved in jsonformat.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
      "alternatives": [],
      "batched": false,
      "created_on": "2020-03-12T17:36:46.000Z",
      "enabled": true,
      "extra": {
        "user": "test@test.com"
      },
      "id": "5e6a732ecb5403000e6354e9",
      "lang": "en_GB",
      "synonyms": [
        "Tweed",
        "Boucle",
        "boucle",
        "tweed"
      ],
      "type": "basic",
      "updated_on": "2020-03-12T17:36:46.000Z"
}