Subset of the API Listing
GET /api/a.apiSubSet
GET
/api/a.apiSubSet
Parameters
Query Parameters
api1
required
string
String parameter (passed via bracket notation)
api2
required
string
String parameter (passed via bracket notation)
...
required
string
String parameter (passed via bracket notation)
apiN
required
string
String parameter (passed via bracket notation)
scale
string
0,1023Input scaling range for embedded controllers. Format: min,max. Maps the first bracket argument from the integer range [min, max] to [0.0, 1.0]. Example: scale=0,1023 with arg 512 → 0.5.
precision
integer
2Round numeric output to N decimal places (0–15).
int
boolean
When true, return output as integer: value × 10^precision. Requires precision to be set. Useful for integer-only embedded boards.
Responses
200
Successful response
object
a.apiSubSet