---
title: "GET /device/strategy/ios/digitalInputs/{ioName}/state"
method: GET
path: "/device/strategy/ios/digitalInputs/{ioName}/state"
tags: ["all", "ios"]
---

# GET /device/strategy/ios/digitalInputs/{ioName}/state

`GET /device/strategy/ios/digitalInputs/{ioName}/state`

Returns the specified digital input point's state (true = on, false = off)

## Path parameters

- `ioName` string, required

## Response `200`

OK

- DigitalPointStateObject
  - `value` boolean — State of a digital point (true = on, false = off)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/opto22/apis/pac.md) · [All operations](https://skmtc.net/opto22/apis/pac/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opto22/pac/versions/2288d966c8f4/schema)
