---
title: "Team/org areas for improvement: missions ranked by how many members are struggling with them"
method: GET
path: "/api/v1/team-performance/areas-for-improvement"
tags: ["dashboard", "bff"]
---

# Team/org areas for improvement: missions ranked by how many members are struggling with them

`GET /api/v1/team-performance/areas-for-improvement`

## Query parameters

- `teamId` string
- `userIds` string[]
- `trackIds` string[]
- `missionIds` string[]
- `fromDate` string, date-time
- `toDate` string, date-time
- `limit` integer

## Response `201`

- object[]
  - `averageRecentScore` integer, required — Average recent score across the struggling members
  - `memberCount` integer, required — Number of members for whom this mission is a personal weak area
  - `missionReferenceId` string, required — Mission reference id
  - `targetScore` integer, required — Target score threshold for a weak area

---

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