Legacy Mailbox API 1.0 is deprecated

Legacy Mailbox API 1.0 was deprecated on November 20, 2019. Please use Mailbox API 2.0 going forward. If you have any questions or need help with the new API, please reach out.

Multiple Time Range Statistics (Happiness)

The multiple time range statistics object contains a summary of how happiness ratings changed between two time ranges.

Field Guide

Name Type Notes
okay Double Percentage change in the number of Okay ratings received
great Double Percentage change in the number of Great ratings received
okayCount Double TODO
happinessScore Double Percentage change in happiness score
notGoodCount Double TODO
notGood Double Percentage change in the number of Not Good ratings received
greatCount Double TODO

Example

{
  "okay": -5.589977992212631,
  "great": 5.615371593025223,
  "okayCount": -91.3265306122449,
  "happinessScore": 5.640765193837819,
  "notGoodCount": -89.76608187134502,
  "notGood": -0.02539360081259545,
  "greatCount": -87.94117647058823
}