---
title: "GET /device/strategy/tables/strings/{tableName}/{index}"
method: GET
path: "/device/strategy/tables/strings/{tableName}/{index}"
tags: ["all", "tables"]
---

# GET /device/strategy/tables/strings/{tableName}/{index}

`GET /device/strategy/tables/strings/{tableName}/{index}`

Read specified table element

## Path parameters

- `tableName` string, required
- `index` integer, required

## Response `200`

OK

- StringValueObject
  - `value` string — The value of a string; string width (max length) for each string variable is defined in the strategy

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