---
title: "Circuit Settings"
method: GET
path: "/api/sites/{siteId}/circuits/{circuitId}/settings"
tags: ["Site"]
---

# Circuit Settings

`GET /api/sites/{siteId}/circuits/{circuitId}/settings`

Get extended circuit settings for a site.

## Path parameters

- `siteId` string, required
- `circuitId` integer, required

## Response `200`

Get extended circuit settings

- EaseeCloudAPIExtendedCircuitSettingsDTO
  - `dynamicCircuitCurrentP1` number, double, nullable
  - `dynamicCircuitCurrentP2` number, double, nullable
  - `dynamicCircuitCurrentP3` number, double, nullable
  - `maxCircuitCurrentP1` number, double, nullable
  - `maxCircuitCurrentP2` number, double, nullable
  - `maxCircuitCurrentP3` number, double, nullable
  - `enableIdleCurrent` boolean, nullable
  - `offlineMaxCircuitCurrentP1` integer, nullable
  - `offlineMaxCircuitCurrentP2` integer, nullable
  - `offlineMaxCircuitCurrentP3` integer, nullable
  - `useDynamicMaster` boolean, nullable
  - `masterChargerId` string, nullable
  - `equalizerId` string, nullable
  - `allowOfflineMaxCircuitCurrent` boolean

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/revisions/46ccab4af8b1/schema)
