Skip to main content
Version: 2.82.x.x LTS

Simple search request - some examples

To search for users whose attributes contain the search term "jim", use the following URL:

https://<hostname>:<port>/nevisidm/api/query/v1/users?q=jim

To search for any entity which attributes contain the search term "Default", use the following URL:

https://<hostname>:<port>/nevisidm/api/query/v1/all?q=Default

To search for units which attributes contain the search term "Department", use the following URL:

https://<hostname>:<port>/nevisidm/api/query/v1/unit?q=Department