-
Notifications
You must be signed in to change notification settings - Fork 1
Not Found Error
Jefferson Medeiros edited this page Nov 28, 2019
·
2 revisions
Description
Specified resource does not exist. Usually when the URI is incorrect or the resource is not found, or even no longer exists.
Pattern error
{
"code": 404,
"message": "{resource name} not found!",
"description": "{resource name} not found or already removed. A new operation for the same resource is not required."
}
The resource names currently used are:
- Body Fat
- Environment
- Physical Activity
- Sleep
- Weight
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