v1
latestSwagger 2.02026-07-14551955.6 KBall
tables
Read table elements
Examples
- Read all elements in a table named ftable: https://1.2.3.4/api/v1/device/strategy/tables/floats/ftable
- Read elements 5 and up in a table named ftable starting with index 5: https://1.2.3.4/api/v1/device/strategy/tables/floats/ftable?startIndex=5
- Read 3 consecutive elements in a table named ftable starting with the element at index 10: https://1.2.3.4/api/v1/device/strategy/tables/floats/ftable?startIndex=10&numElements=3
get/device/strategy/tables/floats/{tableName}
Path parameters
tableNamestring required
Name of float 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
number[] required