Get Filters
Queries for a list of filters using a list of parameters. The size of the result set can be retrieved by using the Get Filter Count method.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by the id of the filter.
Filter by the resource type of the filter, e.g., Task.
Filter by the name of the filter.
Filter by the name that the parameter is a substring of.
Filter by the user id of the owner of the filter.
If set to true, each filter result will contain an itemCount property
with the number of items matched by the filter itself.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
filterId, resourceType, name, owner Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter.
asc, desc Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
Response
Request successful.
The id of the filter.
The resource type of the filter.
The name of the filter.
The user id of the owner of the filter.
The query of the filter as a JSON object.
The properties of a filter as a JSON object.
The number of items matched by the filter itself. Note: Only exists
if the query parameter
itemCount was set to true