---
title: "GET /lighting/getLightingProgram/{id}"
method: GET
path: "/lighting/getLightingProgram/{id}"
tags: ["LightingService"]
---

# GET /lighting/getLightingProgram/{id}

`GET /lighting/getLightingProgram/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- GetLightingProgramResponse
  - `lighting_program` LightingProgram
    - `id` string
    - `lighting_area_id` string
    - `name` string
    - `enabled` boolean
    - `on_at` LightingTime
      - `fixed_time` FixedTime
        - `time` Time
          - `hour` integer
          - `minute` integer
          - `second` integer
      - `sun_position_based_time` SunPositionBasedTime
        - `sun_position` 'BEFORE_RISE' | 'AFTER_RISE' | 'BEFORE_SET' | 'AFTER_SET', enum
        - `offset_seconds` integer
    - `off_at` LightingTime
      - `fixed_time` FixedTime
        - `time` Time
          - `hour` integer
          - `minute` integer
          - `second` integer
      - `sun_position_based_time` SunPositionBasedTime
        - `sun_position` 'BEFORE_RISE' | 'AFTER_RISE' | 'BEFORE_SET' | 'AFTER_SET', enum
        - `offset_seconds` integer
    - `days_of_week` string[]
    - `lighting_zone_ids` LightingZoneIds
      - `ids` string[]
      - `dimming_settings` LightingZoneDimmingSetting[] — Custom program dimming levels to use. Default settings are created when a zone dimming setting is not provided.
        - `lighting_zone_id` string
        - `dimming_percent` integer
    - `lighting_zone_group_ids` LightingZoneGroupIds
      - `ids` string[]
      - `dimming_settings` LightingZoneDimmingSetting[] — Custom program dimming levels to use. Default settings are created when a zone dimming setting is not provided.
        - `lighting_zone_id` string
        - `dimming_percent` integer
    - `lighting_scene_ids` LightingSceneIds
      - `ids` string[]

---

[API](https://skmtc.net/rach/apis/smart-lighting-controller.md) · [All operations](https://skmtc.net/rach/apis/smart-lighting-controller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rach/smart-lighting-controller/versions/69b8d9fdbca4/schema)
