REST API
Developer utilities — SQL console, virtual serial ports, and i18n translations.
See also: REST API documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /sql-console | Query | API Reference → |
| POST | /sql-console | Update | API Reference → |
| GET | /sql-console/list-tables | List Tables | API Reference → |
| GET | /translations | Get all translations | API Reference → |
| GET | /translations/{namespaces} | Get translations based on namespaces | API Reference → |
| POST | /translations/clear-cache | Clear the translation cache | API Reference → |
| GET | /translations/public/{namespaces} | Get translations for public namespaces | API Reference → |
| GET | /virtual-serial-ports | Query all Virtual Serial Ports | API Reference → |
| POST | /virtual-serial-ports | Create a virtual serial port | API Reference → |
| DELETE | /virtual-serial-ports/{xid} | Delete virtual serial port | API Reference → |
| GET | /virtual-serial-ports/{xid} | Get Virtual Serial Port by XID | API Reference → |
| PUT | /virtual-serial-ports/{xid} | Update virtual serial port | API Reference → |