aspects
Get aspect
Retrieve the specified aspect by its id or name. You may also optionally specify a list of fields to include in the response.
get/aspects/{key}
Path parameters
keystring required
The id or name of the aspect to retrieve.
Query parameters
fieldsstring[]
Comma-delimited list of field names to include in the response.
Response
Success, returns the specified aspect.
Example response
{
"criticalRange": [
1,
7
],
"warningRange": [
1,
7
],
"infoRange": [
1,
7
],
"okRange": [
1,
7
]
}