List saved queries
Get all saved queries for the current user
Query parameters
The number of items to skip in a paginated response.
This query parameter is used for determining the number of objects to skip in pagination.
The limit of results requested by the client.
This query parameter is used for setting an upper limit of objects returned in paginated responses.
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.
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.
Response
OK
Changes
Changed in 4 of the 66 revisions of this API.66
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameternamerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterqueryrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteruser_idrequest-parameter-pattern-added
- ▲
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameternamerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterqueryrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteruser_idrequest-parameter-pattern-removed
- ○
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameternamerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterqueryrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteruser_idrequest-parameter-pattern-added
- ▲
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameternamerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterqueryrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteruser_idrequest-parameter-pattern-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○