Retrieving Data
Search a specific termbase for a complete word
POST: api/entry/search
200 JSON
3
Search a specific termbase for a partial word
POST: api/entry/search
200 JSON
3
Search multiple termbase for a complete word
POST: api/entry/multisearch
200 JSON
45
Search multiple termbase for a partial word
POST: api/entry/multisearch
200 JSON
45
Search multiple termbase for an exact match
POST: api/entry/multisearch
200 JSON
45
Retrieve a random term from any termbase
POST: api/entry/random
200 JSON
3
Retrieve a random term from a specified termbase
POST: api/entry/random
200 JSON
3
Retrieve term of the day
GET: api/entry/term_of_the_day
200 JSON
2
Retrieve a term by UUID
GET: api/entry/index/uid/{uid}
200 JSON
3