v1

latestOpenAPI 3.0.22026-07-26480119.6 KB
Analytics

Retrieves monthly modalities rankings summary

This endpoint offers a ranking of the most utilized modalities (e.g., Gym, Swimming, Yoga) for the month based on usage count. It helps stakeholders understand which types of physical activities are most popular among the beneficiaries to tailor wellness programs.

get/api/company_analytic/v1/monthly_modalities_rankings

Response

returns the monthly modalities rankings by plans summary details

Example response

{
  "data": [
    {
      "key": "Gym",
      "reference": "2025-09",
      "value": 2,
      "type": "dependent"
    }
  ]
}