Skip to content
Jefferson Medeiros edited this page Nov 29, 2019 · 6 revisions

OCARIoT IoT Tracking Microservice API

This is the service responsible for storing data related to physical activities, sleep, weight and body fat measurements, and environmental sensors on OCARIoT servers. This data can be manipulated through a custom RESTful API provided by the microservice and can also be shared asynchronously with the other OCARIoT services through the messaging channel.

Getting started

This documentation describes all possible responses for all routes available on this service, with different response types and errors separated by feature.

The Physical Activity POST route is a good start in exploring this document.

Query string support

GET ALL routes support the use of query strings, and use this middleware to transform them into a format recognized by MongoDB (database used in this microservice), MySQL, and other databases.

For more details go to the Query Strings section.

Clone this wiki locally