Examples
How to use UJL
Devices
Get all devices in the account
Get the first device in the account
Get the first 1000 devices in the account
Get lastActivity
field from devices
lastActivity
field from devicesGet lastActivity
and variablesCount
fields from devices
lastActivity
and variablesCount
fields from devicesGet lastActivity
and variablesCount
fields from a specific device using its label
lastActivity
and variablesCount
fields from a specific device using its labelGet a device by label or id
Get a set of devices based on their type
Variables
Get all variables in the account
Get the first variable in the account:
Get the first 100 variables in the account:
Get lastActivity
field from variables
lastActivity
field from variablesGet lastActivity
and label
fields from all variables
lastActivity
and label
fields from all variablesGet lastActivity
and label
fields from a specific variable
lastActivity
and label
fields from a specific variableGet a variable by id:
Get a set of variables based on their label:
Send data
First, you need to get the device object and then, the variables to which you want to send the data:
Send a value
Send a value with timestamp
Send a value with timestamp and context
Get all users in the account
Get all organizations in the account
Get all devices asigned to an organization
Get all dashboards in the account
Last updated