nuxsmin / sysPass

Systems Password Manager
https://syspass.org
GNU General Public License v3.0
958 stars 207 forks source link

Access to custom fields using API #1880

Open tomaszharazin opened 1 year ago

tomaszharazin commented 1 year ago

sysPass Version 3.2

Describe the question I believe there's a bit of confusion regarding access to customFields using API.

It has been mentioned by the owner that passing a param: customFields to the request will reveal mentioned fields in a response: https://github.com/nuxsmin/sysPass/issues/1817

There was an implementation of that feature in 2020: https://github.com/nuxsmin/sysPass/commit/3bcf2e0b4d4406fe9a51cba940df01010dd18fe3

But in the current state of code I cannot find any reference to customFields that are related with API not with web part of Syspass.

My question is: is there any possibility of accessing customFields using api in version 3.1 or 3.2. If yes, what's the exact steps to achieve that.

Thanks!