A list of Saved Searches
GET {{baseUrl}}/saved-searches
Returns a list of saved searches.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. |
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
| filters
| string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
owner.id: eq |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"indices":["identities"],"query":"@accounts(disabled:true)","id":"0de46054-fe90-434a-b84e-c6b3359d0c64","owner":{"type":"IDENTITY","id":"2c91808568c529c60168cca6f90c1313"},"ownerId":"2c91808568c529c60168cca6f90c1313","public":false,"name":"Disabled accounts","description":"Disabled accounts","created":"2018-06-25T20:22:28.104Z","modified":"2018-06-25T20:22:28.104Z","columns":{"identity":[{"field":"displayName","header":"Display Name"},{"field":"e-mail","header":"Work Email"}]},"fields":["disabled"],"orderBy":{"identity":["lastName","firstName"],"role":["name"]},"sort":["displayName"],"filters":{"attributes.cloudAuthoritativeSource":{"type":"EXISTS","exclude":true},"accessCount":{"type":"RANGE","range":{"lower":{"value":"3"}}},"created":{"type":"RANGE","range":{"lower":{"value":"2019-12-01","inclusive":true},"upper":{"value":"2020-01-01"}}},"source.name":{"type":"TERMS","terms":["HR Employees","Corporate Active Directory"],"exclude":true},"protected":{"type":"TERMS","terms":["true"]}}},{"indices":["identities"],"query":"@accounts(disabled:true)","id":"0de46054-fe90-434a-b84e-c6b3359d0c64","owner":{"type":"IDENTITY","id":"2c91808568c529c60168cca6f90c1313"},"ownerId":"2c91808568c529c60168cca6f90c1313","public":false,"name":"Disabled accounts","description":"Disabled accounts","created":"2018-06-25T20:22:28.104Z","modified":"2018-06-25T20:22:28.104Z","columns":{"identity":[{"field":"displayName","header":"Display Name"},{"field":"e-mail","header":"Work Email"}]},"fields":["disabled"],"orderBy":{"identity":["lastName","firstName"],"role":["name"]},"sort":["displayName"],"filters":{"attributes.cloudAuthoritativeSource":{"type":"EXISTS","exclude":true},"accessCount":{"type":"RANGE","range":{"lower":{"value":"3"}}},"created":{"type":"RANGE","range":{"lower":{"value":"2019-12-01","inclusive":true},"upper":{"value":"2020-01-01"}}},"source.name":{"type":"TERMS","terms":["HR Employees","Corporate Active Directory"],"exclude":true},"protected":{"type":"TERMS","terms":["true"]}}}]