Termbase
List Termbase Terms
Retrieves a list of all the terms of the termbase. Search types:
- normal: Use normal search to look for terms that match the text exactly as entered.
- linguistic: Use linguistic search to look for terms that are similar to the search term. Linguistic search is based on stemming and other language-dependent aspects.
- fuzzy: Use fuzzy search to look for terms that are similar to the search term. Fuzzy search is more fault-tolerant than linguistic search.
get/termbases/{termbaseId}/terms/{sourceLanguageCode}
Query parameters
topinteger
The number of items to include inside the page.
skipinteger
The number of items that are skipped to reach the desired page.
searchstring
The text to search for.
searchType'normal' | 'linguistic' | 'fuzzy'
The type of the search performed.
targetLanguageCodestring
The target language code used to list the terms.
Headers
Authorizationstring required
The bearer access token provided by Auth0.
X-LC-Tenantstring required
The identifier of the account where the request is executed.
Response
OK