Jump to content

API searching for Generic Fields


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...