crowdin-api-client-python
crowdin-api-client-python copied to clipboard
Add the `orderBy` parameter to list methods
The Crowdin API has been enhanced with a new orderBy parameter in a number of list methods. It allows sorting the results by a specific field in ascending or descending order.
The list of methods that support the new parameter:
- List projects
- List branches
- List directories
- List files
- List strings
- List Translation Approvals
- List Language Translations
- List String Translations
- List String Comments
- List Screenshots
- List Concepts
- List Glossaries
- List Terms
- List TMs
- List TM Segments
- List Tasks
- List User Tasks
- List Project Members
- List Labels
- List Groups (Enterprise only)
- List Users (Enterprise only)
- List Teams (Enterprise only)
References: