Jump to Content
Connio
HomeGuidesAPI ReferenceChangelogDiscussions
v3

Log InConnio
API Reference
Log In
Octopus
All
Pages
Start typing to search…

Connio API Overview

  • Basics
  • Authentication
  • API Access
  • Pagination
  • Error Handling
  • Naming Your Entities

Admin Services API

  • Overview
  • Accounts
    • View my account detailsget
    • Modify my accountput
    • Create sub accountpost
    • List sub accountsget
    • View sub account detailsget
    • Modify sub accountput
    • Closing sub accountdel
  • Users
    • Invite new userpost
    • List usersget
    • View user detailsget
    • Modify userput
    • Delete userdel
    • Regenerate user keypost
    • View user keyget
  • Api Clients
    • Create api clientpost
    • List api clientsget
    • View api client detailsget
    • Modify api clientput
    • Delete api clientdel
    • Regenerate api client keypost
    • View api client keyget
  • Device Profiles
    • Create device profilepost
    • List device profilesget
    • View device profile detailsget
    • Modify device profileput
    • Delete device profiledel
  • Devices
    • Create devicepost
    • List devicesget
    • View device detailsget
    • View device logsget
    • Modify deviceput
    • Delete devicedel
    • Regenerate device keypost
    • View device keyget
  • App Profiles
    • Create app profilepost
    • List app profilesget
    • View app profile detailsget
    • Modify app profileput
    • Delete app profiledel
  • Apps
    • Create apppost
    • List appsget
    • View app detailsget
    • Modify appput
    • Delete appdel
  • Properties
    • Create propertypost
    • List propertiesget
    • View property detailsget
    • Modify propertyput
    • Delete propertydel
  • Methods
    • Create methodpost
    • List methodsget
    • View method detailsget
    • Modify methodput
    • Delete methoddel
    • Enable/Disable device methodput
  • Alerts
    • Create alertpost
    • List alertsget
    • View alert detailsget
    • Modify alertput
    • Delete alertdel

Data Services API

  • Overview
  • Writing Device Data
    • Writing device propertiespost
    • Single or Multiple data point(s) single propertypost
    • Multiple data points multiple propertiespost
    • Writing through MQTT endpoint
  • Sending Device Commands
  • Reading Device Data
    • Reading device propertiesget
    • Reading device state through State objectget
    • Reading historical dataget
    • Querying historical datapost
  • Calling Device Method
    • Calling methods through MQTT
  • Calling App Method
Powered by 
  1. Data Services API
  2. Writing Device Data

Writing through MQTT endpoint