crowdin-api-client-python icon indicating copy to clipboard operation
crowdin-api-client-python copied to clipboard

Add the `orderBy` parameter to list methods

Open andrii-bodnar opened this issue 1 year ago • 0 comments

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:

andrii-bodnar avatar Apr 04 '24 08:04 andrii-bodnar