---
title: "Retrieves monthly modalities rankings summary"
method: GET
path: "/api/company_analytic/v1/monthly_modalities_rankings"
tags: ["Analytics"]
---

# Retrieves monthly modalities rankings summary

`GET /api/company_analytic/v1/monthly_modalities_rankings`

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.

## Response `200`

returns the monthly modalities rankings by plans summary details

- object
  - `data` object[]
    - `key` string
    - `reference` string
    - `value` integer
    - `type` string

## Other responses

- `401` — returns unauthorized when api key is invalid
- `404` — returns not found when there is no data
- `422` — returns unprocessable entity on unexpected errors

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/revisions/bc65b4950c7e/schema)
