---
title: "Retrieve Tariff Period Groups by tariff id"
method: GET
path: "/api/v1/tariff-period-groups"
tags: ["Tariff Period Groups"]
---

# Retrieve Tariff Period Groups by tariff id

`GET /api/v1/tariff-period-groups`

Required scope: `tariff:read`

## Query parameters

- `tariffId` integer

## Response `200`

Tariff period group with provided tariff id

- TariffPeriodGroup[]
  - `id` integer — tariff period group id
  - `activeFrom` string, date, required — tariff period group active from date
  - `activeTo` string, date, required — tariff period group active to date
  - `description` string, required — tariff period group description
  - `tariffId` integer — tariff id

## 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)
