Skip to content

Add multi-value term filters and exportType to Export Glossary #257

Description

@andrii-bodnar

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:

  • exportTypeconcepts (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):

  • statusstatuses
  • partOfSpeechpartsOfSpeech
  • typetypes
  • gendergenders
  • authorIdauthorIds

References:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions