-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
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.
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.
OCARIoT IoT Tracking Microservice API (Full documentation)
- POST children.physicalactivities
- GET children.physicalactivities
- GET children.physicalactivities.activity_id
- DELETE children.physicalactivities.activity_id
- POST children.weights
- GET children.weights
- GET children.weights.weight_id
- DELETE children.weights.weight_id
- POST children.bodyfats
- GET children.bodyfats
- GET children.bodyfats.bodyfat_id
- DELETE children.bodyfats.bodyfat_id