IainMacdonald Posted March 4, 2023 Share Posted March 4, 2023 Apologies cant see anything in the docs or forums on this already. https://pwdstate/help/manuals/api/searching-for-passwords.html?q=generic+fields Is there a way with the API to search using "generic fields" that I have renamed in say a template? i.e. api/searchpasswords https://pwstate/api/searchpasswords/xx?apikey=xxx&GenericField1=EU - This works 👍 https://pwstate/api/searchpasswords/xx?apikey=xx&Licence=EU - However this doesn't work 👎 The mapping on the JSON for context is here: "GenericFieldInfo": [ { "GenericFieldID": "GenericField1", "DisplayName": "Licence", "Value": "EU" }, Link to comment Share on other sites More sharing options...
support Posted March 6, 2023 Share Posted March 6, 2023 Hi Ian, As we perform direct queries of SQL Server here, you need to query the specific Generic Field names, as specified in the DB i.e. GenericField1, GenericField2, etc. Regards Click Studios Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now