/items filtering restrictions (category)
mmesdag opened this issue · 1 comments
mmesdag commented
When filtering on the item list endpoint is the only filterable field 'title'? I'd like to filter by 'category' but that returns Unsupported request filter
. Curious if this is a bug, or if the filtering is limited to a subset of fields on the item, and if so if that's documented anywhere
ag-adampike commented
Hey @mmesdag! Thanks for filing this issue.
Currently, we support the following filtering schemes (this is exhaustive):
- vaults (
/v1/vaults
) byname
, and - items (
/v1/vaults/{vaultUUID}/items
) bytitle
ortag
I'll ask our docs team to take a look and clarify this accordingly. Thanks for bringing it to our attention!