---
title: "Get PowerBank participation report"
method: GET
path: "/api/v1/charge-points/{chargePointId}/grid/participation-report"
tags: ["Charge Points"]
---

# Get PowerBank participation report

`GET /api/v1/charge-points/{chargePointId}/grid/participation-report`

Returns the PowerBank participation report for the charge point. Required scope: `charge-points:read` </br>Organization authorization: `supported`

## Path parameters

- `chargePointId` integer, required

## Query parameters

- `from` string, date-time, nullable

## Response `200`

Grid participation report

- ParticipationHistoryReport
  - `subtitle` string, required
  - `currency` CurrencyDto1, required
    - `id` integer, required
    - `identifier` string, required
    - `name` string, required
    - `decimals` integer, required
    - `name_localized` object, required
  - `records` ParticipationHistoryRecord[], nullable
    - `id` integer, required
    - `start_time` string, date-time, required
    - `kwh` number, double, required
    - `payout` number, double, required
    - `payout_label` string, required
  - `messages` ParticipationHistoryMessage[], nullable
    - `id` integer, required
    - `title` string, required
    - `body` string, required
    - `button_text` string, required
    - `start_time` string, date-time, required
    - `end_time` string, date-time, required
  - `registered_only_reason` string, nullable
  - `info_url` string, nullable
  - `total_kwh` number, double, required
  - `total_payout` number, double, required
  - `total_kwh_label` string, required
  - `total_payout_label` string, 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/revisions/517e18f11015/schema)
