I try find way for post link to specific item in Vault, this especially needed for Organisation collections, for link to needed password item in tasks text (or instant messenger, etc), instead of describing “try to find needed password via XXX keyword”.
Is something like this possible in current Web vault version?
I see that when I open folders, they have separate urls with his id, so I can use url like
https://vault.bitwarden.com/#/vault?folderId=28c043ab-efef-41fc-9f2a-aaa901450xxx and same for Collections: https://vault.bitwarden.com/#/vault?collectionId=6b1e2bdc-71fa-45af-aa64-5ebb9af07xxx
In Bitwarden database each password item also have unique id, like 36902467-bcf9-4f31-b7c1-ab010095dxxx
.
So, in theory, something like https://vault.bitwarden.com/#/vault?itemId=36902467-bcf9-4f31-b7c1-ab010095dxxx must work, but not
Can items be accessible via web interface, using some specific argument in url? If not in current version, does this planned to implement in future versions? As I undestand, this is not so hard to implement, but will be very useful!