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

# GET /device/strategy/tables/int64s/{tableName}/_string

`GET /device/strategy/tables/int64s/{tableName}/_string`

"Read a range of table elements from the specified integer64 table"
 #### Examples ####
 * Read all elements in a table named i64table: https://1.2.3.4/api/v1/device/strategy/tables/int64s/i64table/_string
 * Read elements 5 and up in a table named i64table starting with index 5: https://1.2.3.4/api/v1/device/strategy/tables/int64s/i64table/_string?startIndex=5
 * Read 3 consecutive elements in a table named i64table starting with the element at index 10: https://1.2.3.4/api/v1/device/strategy/tables/int64s/i64table/_string?startIndex=10&numElements=3

## Path parameters

- `tableName` string, required

## Query parameters

- `startIndex` integer
- `numElements` integer

## Response `200`

OK

- string[]

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