REST Documentation wildcard use?

Hello,

is there a way to use wildcards (*,?) in the REST Documentation?

For example when using GET /items and I search for Type Number* i would like to see all items with type Number, Number:Dimensionless and so on
I already tried Number* and "Number*"but both i only get an empty response.

An other example would be that I want to get all items that have any tag, i tried this with * and "*", but both times i get an empty response as well

Thank You!

Hi, not completely sure, but I think that the method doesnt understand wildcards. So it seems that you need multiple requests in a loop.

If not, anyone other can correct me plz :slight_smile: