Gets the list of synonyms

get/admin/config/synonyms
Internal-Use Only

Gets the list of synonyms for synonym searching.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "self",
6 "href": "/svi-sand/admin/config/synonyms?start=0&limit=20",
7 "uri": "/svi-sand/admin/config/synonyms?start=0&limit=20",
8 "type": "application/vnd.sas.collection",
9 "itemType": "application/vnd.sas.sand.synonym"
10 },
11 {
12 "method": "GET",
13 "rel": "collection",
14 "href": "/svi-sand/admin/config/synonyms",
15 "uri": "/svi-sand/admin/config/synonyms",
16 "type": "application/vnd.sas.collection",
17 "itemType": "application/vnd.sas.sand.synonym"
18 },
19 {
20 "method": "POST",
21 "rel": "createSynonyms",
22 "href": "/svi-sand/admin/config/synonyms",
23 "uri": "/svi-sand/admin/config/synonyms",
24 "type": "application/vnd.sas.collection",
25 "itemType": "application/vnd.sas.sand.synonym"
26 },
27 {
28 "method": "DELETE",
29 "rel": "deleteSynonyms",
30 "href": "/svi-sand/admin/config/synonyms",
31 "uri": "/svi-sand/admin/config/synonyms"
32 }
33 ],
34 "name": "synonyms",
35 "accept": "application/vnd.sas.sand.synonym",
36 "start": 0,
37 "count": 7,
38 "items": [
39 {
40 "terms": "ant,spider=>insect"
41 },
42 {
43 "terms": "buffalo,cow,pig,sheep=>farm"
44 },
45 {
46 "terms": "cat,deer,dog,donkey,elephant,fox,gorilla,horse,hound,lion,monkey,moose,mouse,rabbit,racoon,rat,tiger=>mammal"
47 },
48 {
49 "terms": "shark,whale=>fish"
50 },
51 {
52 "terms": "frog,toad=>amphibian"
53 },
54 {
55 "terms": "dinosaur,dragon=>reptile"
56 },
57 {
58 "terms": "eagle,parrot,pheasant,puffin,quail,owl=>bird"
59 }
60 ],
61 "limit": 20,
62 "version": 2
63}

Query Parameters

NameTypeRequiredDescription
limit
integer
false

The maximum number of synonyms to include in each page.

Default:
20
start
integer
false

The index of the first synonym to include in the current page.

Default:
0

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema