v1
latestSwagger 2.02026-07-14551955.6 KBall
tables
"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
- 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?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?startIndex=10&numElements=3
get/device/strategy/tables/int64s/{tableName}
Path parameters
tableNamestring required
Name of the integer64 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