Get Dictionary
GET /api/writing/worldspell/dictionary/{project_id}
GET
/api/writing/worldspell/dictionary/{project_id}
Get all custom dictionary words for a project.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” project_id
required
Project Id
string
Responses
Section titled “ Responses ”Successful Response
CustomDictionaryResponse
Response listing custom dictionary words.
object
words
required
Words
Array<string>
total
required
Total
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context