Jump to Content
docs.iotcreators.com
DocsAPI
docs.iotcreators.com
API

IoT Creators SCS API

  • Introduction to IoT Creators SCS API
  • How to use the API
  • API Principles

Manage Applications

  • Introduction
  • Register application URLput

Manage Subscriptions

  • Introduction
  • Create subscriptionpost
  • Get my subscriptionsget
  • Get subscriptionget
  • Delete subscriptiondel
  • Add devices to subscriptionpost
  • Delete devices from subscriptiondel
  • Get devices of subscriptionget

Manage Devices

  • Introduction
  • Get all devicesget
  • Get deviceget
  • Delete devicedel
  • Send downlink messageput
  • Send base64 downlink messageput
  • Send base64 eDRX downlink messageput

Download Server

  • Introduction
  • Add a new filepost
  • Get file object by idget
  • List all file objects for an accountget
  • Delete a file by iddel
  • Upload binary content of fileput
  • Download file binary content by idget
  • Download file metadata by idget
  • Download file binary content by hashnameget
  • Download file meta by hashnameget
Powered by 

Introduction

To manage devices and interact with them the following functions are provided by the SCS API:

  • Get all devices of the project
  • Get details of a device
  • Add a device to the project (not public)
  • Delete a device
  • Send a downlink message to a device
  • Send a eDRX downlink message to a device
  • Send a base64 encoded message to a device