-
Notifications
You must be signed in to change notification settings - Fork 1
GET child body fat by ID
JeffMedeiros edited this page Dec 2, 2019
·
3 revisions
Retrieves a body fat measurement data associated with a Child.
GET https://localhost:4001/v1/children/{child_id}/bodyfats/{bodyfat_id}
child_id: string (A 24-byte hex ID)
bodyfat_id: string (A 24-byte hex ID)
curl -X GET "https://localhost:4001/v1/children/5a62be07d6f33400146c9b61/bodyfats/5c5277b8004ce629c1eef323" -H "accept: application/json"
-
200
Successful requisition.{ "id": "5a62be07de34500146d9c544", "timestamp": "2019-06-20T14:40:00Z", "value": 20.7, "unit": "%", "child_id": "5a62be07de34500146d9c544" }
-
400
Validation errors -
404
Not Found Error
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