Archived Flag in API should allow request Archived/Non-Archived/Both
F
Francesco Mucio
Currently we have 3 cases:
- the Archived flag is not passed - This returns only non-archived elements
- archived=false - This returns only non-archived elements
- archived=true - This returns only archived elements
It would be nice to have the possibility to get both statuses with one call
Log In