List saved queries
Get all saved queries for the current user
Authorizations
Authorization: Bearer $JWT_TOKEN
Headers
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x > 0
Query Parameters
This query parameter is used for determining the number of objects to skip in pagination.
x > 0
This query parameter is used for setting an upper limit of objects returned in paginated responses.
x > 0
Sortable columns are user_id, name, query, id, created_at, updated_at, deleted_at.
Filter results by column string value. Valid filter predicates are eq
, ~eq
, neq
.
Filter results by column string value. Valid filter predicates are eq
, ~eq
, neq
.
Filter results by column string value. Valid filter predicates are eq
, ~eq
, neq
.
The contains predicate checks a property against the values in a given comma separated list.
in
checks if the property matches an element in the given comma separated list.in:Contains,GetChangesAll,MemberOf
nin
checks if the property does not match an element in the given comma separated list.nin:LocalToComputer,MemberOfLocalGroup