The Crowdin API updates the Export Glossary (api.glossaries.exports.post) request with multi-value term filters and an export-type control in both Crowdin and Crowdin Enterprise. API client libraries should be updated accordingly.
New fields:
exportType — concepts (default, keeps every term of a matching concept) or terms (only terms matching the active filters).
statuses, partsOfSpeech, types, genders, authorIds — array filters that accept one or more values.
languageIds — filter terms by one or more language IDs (up to 50 values).
Deprecated (replaced by their plural array counterparts above, and cannot be combined with them):
status → statuses
partOfSpeech → partsOfSpeech
type → types
gender → genders
authorId → authorIds
References:
The Crowdin API updates the Export Glossary (
api.glossaries.exports.post) request with multi-value term filters and an export-type control in both Crowdin and Crowdin Enterprise. API client libraries should be updated accordingly.New fields:
exportType—concepts(default, keeps every term of a matching concept) orterms(only terms matching the active filters).statuses,partsOfSpeech,types,genders,authorIds— array filters that accept one or more values.languageIds— filter terms by one or more language IDs (up to 50 values).Deprecated (replaced by their plural array counterparts above, and cannot be combined with them):
status→statusespartOfSpeech→partsOfSpeechtype→typesgender→gendersauthorId→authorIdsReferences: