---
title: "Get weekly schedule"
method: GET
path: "/api/chargers/{chargerId}/schedules/weekly"
tags: ["Weekly"]
---

# Get weekly schedule

`GET /api/chargers/{chargerId}/schedules/weekly`

Get the weekly schedule from the charger's scheduling state.

## Path parameters

- `chargerId` string, required

## Response `200`

- ChargeSchedulingAPIGetWeeklyScheduleResponse
  - `enabled` boolean — Whether the schedule is enabled.
  - `timezone` string — IANA time zone identifier for the schedule.
  - `periods` ChargeSchedulingAPIWeeklySchedulePeriod4[] — Collection of time periods during which charging is permitted.
    - `startDay` 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday'
    - `startTime` string, time — The time of day on which the schedule period begins.
    - `stopDay` 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday'
    - `stopTime` string, time — The time of day on which the schedule period ends.
    - `maximumAmps` integer — The maximum electrical current in amperes permitted by the schedule during this charging period.

## Other responses

- `204`
- `409` — Conflict
- `500` — Internal Server Error

---

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