Query items by metadata via REST API

I’m wondering (and so far have not found a way) whether it is possible to retrieve a list of items based on defined Metadata via the REST API?
Or do I need to iterate over all items, query the metadata and do client side filtering?

Dominik

I think you have to do the latter.

Thanks for confirming. I was afraid I would get that answer :frowning:
For third party applications a feature like that would definitely boost the value of metadata.

@Spaceman_Spiff just realized that HABApp actually has the functionality I was searching for :slight_smile:

1 Like

And self.get_items works with the local items cache, so it’s way faster than the http request. :slight_smile: