/spellcheck/ignoreTokens/{lang} - Get IgnoreTokens for a Language

Retrieves the list of words the Spell Checker should ignore, according to the language passed as a parameter.

End-point

GET

/spellcheck/ignoreTokens/{lang}

Path parameters

Field

Description

lang

Language code for the list of ignored words in the repository as a string

Note: This is a hard-coded value. Supported ISO 639 codes are for English (en), French (fr), German (de), and Japanese (ja).

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

FieldTypeDescription

result

SpellCheckIgnoreToken […]

List of the words that the Spell Checker feature ignores, according to the specified language, passed as a parameter