---
title: "List teams the price group has been applied to."
method: GET
path: "/api/v1/price-groups/{id}/applied-teams"
tags: ["Price Groups"]
---

# List teams the price group has been applied to.

`GET /api/v1/price-groups/{id}/applied-teams`

Returns paginated teams within the price group's scope, each with counts of applied members and charge points. Required scope: `price-groups:read` </br>Organization authorization: `supported`

## Path parameters

- `id` integer, required

## Query parameters

- `teamOperatorIds` object
- `search` string
- `page` integer
- `perPage` integer

## Response `200`

Paginated teams the price group is applied to.

- OffsetBasedResponse1
  - `data` AppliedPriceGroupTeam[], required
    - `teamId` integer, required
    - `teamName` string, required
    - `totalChargePointCount` integer, required
    - `appliedChargePointCount` integer, required
    - `appliedCostCount` integer, required
    - `appliedRoamingCount` integer, required
    - `appliedMemberCount` integer, required
    - `totalMemberCount` integer, required
  - `meta` MontaPageMeta, required
    - `itemCount` integer, required
    - `currentPage` integer, required
    - `perPage` integer, required
    - `totalPageCount` integer, required
    - `totalItemCount` integer, required

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
