Add project state and sorting options to API v4 list endpoints

,

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:

  1. Project Data — include the active/inactive state in the project response model.

  2. GET Project List — add a filter parameter to return only active, inactive or all projects.

  3. 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.

Hi @krlrzv thank you for the detailed write up! Your last point is being worked on (sorted list params) and I will make tickets for the other 2 to make sure it gets reported.

1 Like