1Password/connect

/items filtering restrictions (category)

mmesdag opened this issue · 1 comments

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

Hey @mmesdag! Thanks for filing this issue.

Currently, we support the following filtering schemes (this is exhaustive):

  • vaults (/v1/vaults) by name, and
  • items (/v1/vaults/{vaultUUID}/items) by title or tag

I'll ask our docs team to take a look and clarify this accordingly. Thanks for bringing it to our attention!