List all Variables
POST/variables/list
List all variables.
Request
- application/json
Body
limit integer
offset integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
success boolean
error string
errorcode integer
nodeparams object[]
variableId string
name string
variable string
ttldays integer
type string
Possible values: [float
, geo
]
desc string
currentCount integer
offset integer
totalCount integer
{
"success": true,
"error": "string",
"errorcode": 0,
"nodeparams": [
{
"variableId": "string",
"name": "string",
"variable": "string",
"ttldays": 0,
"type": "float",
"desc": "string"
}
],
"currentCount": 0,
"offset": 0,
"totalCount": 0
}
Loading...