Quick reference mapping daily tasks to the steps and permissions you need.
- Open project → Objects → select object
- Open Data tab, set time filter
- Browse or export
Requires: basic project access + DATA_ANALYST
- Open object with an assigned data table
- Click Add data, fill required columns (at minimum: primary time + values)
- Save
Requires: DATA_SOURCE
For bulk inserts, use the JSON-RPC API (insertData / insertMultipleObjectData).
- Find the row in the data view
- Edit in-place or delete
Requires: DATA_MANAGER
- Objects → navigate to the parent → Add object (or edit existing)
- Fill the columns defined by the object structure
- Optionally assign a data table and set privacy
Requires: OBJECT_MANAGER
Private objects are only visible if your role has explicit access to that object, or you have PRIVATE_OBJECTS_ENTRUSTED permission on the project.
- Go to Groups → select group
- Add/remove users or devices, set their role permissions
Requires: USER_MODERATOR on the role (or ROLE_MODERATOR on the project)
- Profile → API Keys → Create
- Optionally restrict permissions below your current level
- Copy the key — it won't be shown again
- Profile → Devices → Create
- Assign the device to one or more roles (profiles/groups)
- Create API keys for the device
Requires: DEVICE_MODERATOR on at least one role
See Creating Tables. Requires: ARCHITECT on the project.
- Create an API key (see above)
- Send requests to
https://<host>/iot-api/www/api/v0/<instance>/<project>
- Full method reference: Postman