Product Documentation

FairCom Edge IoT Database

Previous Topic

Next Topic

FairCom Edge REST API

FairCom Edge provides a REST API, which allows it to be used in applications that do not use Node-RED, ThingWorx, or MQTT.

Full documentation of this JSON-oriented HTTP-based API is presented in REST API Developer Guide.

Basic database CRUD (Create, Read, Update, Delete) operations are available via this modern API framework.

  • Create and Delete Tables
  • List Tables
  • Query Tables
  • Create and Delete Records
  • Create and Delete Indexes
  • Get Available Table Indexes

You will need to install and start the FairCom Edge Server, as described in Installing the FairCom Edge Server.

A complete tutorial demonstrating this API is available in the FairCom Database Engine REST API developer guide in the on-line documentation.

TOCIndex