v1
latestSwagger 2.02026-07-14551955.6 KBall
tables
"Read a range of table elements from the specified integer32 table"
Examples
- Read all elements in a table named itable: https://1.2.3.4/api/v1/device/strategy/tables/int32s/itable
- Read elements 5 and up in a table named itable starting with index 5: https://1.2.3.4/api/v1/device/strategy/tables/int32s/itable?startIndex=5
- Read 3 consecutive elements in a table named itable starting with the element at index 10: https://1.2.3.4/api/v1/device/strategy/tables/int32s/itable?startIndex=10&numElements=3
get/device/strategy/tables/int32s/{tableName}
Path parameters
tableNamestring required
Name of integer32 table to read; starting index and number of elements may be specified (defaults to all elements)
Query parameters
startIndexinteger
Index of first element to read (default is 0)
numElementsinteger
Number of elements to read (default is number of elements in the table minus startIndex)
Response
OK
integer[] required