Metric Only Reports

This category includes the following reports:

  • Two Metric Summary

  • Twelve Metric Summary

And the following report templates:

  • Two Metric Summary

  • Twelve Metric Summary

  • RPAS Two Metric Summary

  • RPAS Twelve Metric Summary

The REST service should return a JSON object with the following properties:

Property Type Required Description

items

Array

Y

An array of Metric Item objects to display on the tile. Up to twelve metric items may be returned; some reports will display fewer.

Example response payload for Two Metric Summary:

{
  "items": [{
      "name": "Metric 1",
      "value": 10000,
      "valueFormat": "S"
    }, {
      "name": "Metric 2",
      "value": 0.5,
      "valueFormat": "PC"
  }]
}