Hi team,
I’m developing an Android app that uploads assets from a device in the background.
A few weeks ago, I migrated from API v2 to v4 and would like to suggest several improvements to make API responses more flexible and useful:
-
Project Data — include the active/inactive state in the project response model.
-
GET Project List — add a filter parameter to return only active, inactive or all projects.
-
All LIST methods — support a sort query parameter to control the output order.
These changes would simplify integration logic and reduce the need for additional filtering on the client side.
Thank you for considering these suggestions.