calculatedmetrics
Retrieve a single calculated metric by id
A calculated metric response will always include these default items: id, name, description, rsid, owner, polarity, precision, type
Other attributes can be optionally requested through the 'expansion' field:
- modified: Date that the metric was last modified (ISO 8601)
- definition: Calculated metric definition as JSON object
- compatibility: Products that the metric is compatible with
- reportSuiteName: Also return the friendly Report Suite name for the RSID
- tags: Gives all existing tags associated with the calculated metric
For more information about calculated metrics go here
get/calculatedmetrics/{id}
Path parameters
idstring required
The calculated metric ID to retrieve
Query parameters
localestring
Locale
expansionstring[]
Comma-delimited list of additional calculated metric metadata fields to include on response.
Response
successful operation