Connio REST API v2 - Source Code
The Connio API provides administrator services such as accounts, device profiles, users, and historical data queries associated with Connio's IoT platform. The API has a REST architecture, and uses JSON for requests, and responses. Connio is a device and network agnostic Internet of Things platform designed to build intelligent systems in different industries.

- Summary
- SDKs (4)
- Articles (1)
- How To(0)
- Source Code(15)
- Libraries(0)
- Developers (0)
- Followers (0)
- Changelog (1)
Sample Source Code (15)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | Connio Asynchronous functions Python Sample Code | This Connio Python Sample Code implements several asynchronous calls associated with alarms, controller states, and relays. |
![]() | Connio Query tests Python Sample Code | This Connio Python Sample Code demonstrates several queries for an industrial setting. The snippet returns 4 different statistics for a given property. |
![]() | Connio Utility test Python Sample Code | This Connio Python Sample Code demonstrates several utility methods for industrial applications. |
![]() | Connio Dynamic simulation Python Sample Code | This Connio Python Sample Code provisions credentials, defines a broker_port, provisions the device, and starts a data read. |
![]() | Connio Preaggregate Python Sample Code | This Connio Python Sample Code implements a preaggregation session for Dalgakiran devices. |
![]() | Connio OEE test Python Sample Code | This Connio Sample Code is a POST request template for overall equipment effectiveness data. |
![]() | Connio Compressor simulation Python Sample Code | This Python Sample Code implements Connio in an industrial setting by retrieving machine specific values such as serial numbers, compressor states, and auxiliary pressures. |
![]() | Connio Basic usage Python Sample Code | This Connio Python Sample Code demonstrates how to access different Connio resources. The application retrieves master account details, creates sub accounts, lists users, creates a new device profile, and adds a property to the new device profile. |
![]() | Connio Device request Java Sample Code | This Connio Java Sample Code retrieves device information by specifying a set of tags such as timezone, status, and location. |
![]() | Connio Device profiles Java Sample Code | This Connio Java Sample Code is a test implementation capable of retrieving device profiles by including tags such as product name, and vendor. |
![]() | Connio Data request Java Sample Code | This Connio Java Sample Code demonstrates how to execute an asynchronous request which reads device data. |
![]() | Connio Alerts test Java Sample Code | This Connio Java Sample Code is an alert handler implementation which requires device information. |
![]() | Connio Fetch test Java Sample Code | This Connio Java Sample Code is a fetch implementation capable of handling asynchronous responses. |
![]() | Connio MQTT C Sample Code | This Connio C Sample Code demonstrates how to perform small footprint connections by using the MQTT protocol. |
![]() | Connio Endpoints C Sample Code | This Connio C Sample Code demonstrates how to connect devices to a specific endpoint, and create a datapoint session. |