Find aspects
Find an aspect or aspects. You may query using field filters with asterisk (*) wildcards. You may also optionally specify sort, limit, offset, and a list of fields to include in the response. The global default limit will apply if no limit param is specified.
Query parameters
Comma-delimited list of field names to include in the response.
Specify the sort order using a field name, e.g. '...?sort=name'. Prepend the field name with a minus sign to specify descending order, e.g. '...?sort=-name'.
Maximum number of records to return in the response; also useful for pagination in the UI.
Offset for paginating the response.
Filter by aspect name; asterisk (*) wildcards ok.
Filter by aspect description; asterisk (*) wildcards ok.
Filter by aspect imageUrl; asterisk (*) wildcards ok.
Filter by aspect isPublished (true|false).
Filter by aspect rank.
Filter by aspect timeout; asterisk (*) wildcards ok.
Filter by aspect valueLabel; asterisk (*) wildcards ok.
Filter by aspect valueType (BOOLEAN|NUMERIC|PERCENT).
Filter by aspect status.
Comma-separated list of tags to include/exclude. Tag names are case-insensitive. For example, ?tags=FOO,BAR will only return aspects with tags FOO and BAR. Prefix each of the tag name with a negative sign to indicate that a aspect with that tag should be excluded. For example, ?tags=-BAZ,FOO will return only the aspects with tag name not equal to BAZ or FOO. A mix of tag names with and without minus signs, for example ?tags=BAZ,-FOO are not allowed. Aspects without tags are not included in the include result set.
Filter by time period when aspects were created.
Filter by time period when aspects were updated.
Response
Success, returns a list of aspects.
Example response
[
{
"criticalRange": [
1,
7
],
"warningRange": [
1,
7
],
"infoRange": [
1,
7
],
"okRange": [
1,
7
]
}
]