Skip to content

Not Found Error

JeffMedeiros edited this page Nov 29, 2019 · 1 revision

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:

  • Application
  • Child
  • Children Group
  • Educator
  • Family
  • Health Professional
  • Institution
  • Body Fat
  • Environment
  • Physical Activity
  • Sleep
  • Weight

OCARIoT users

Integration endpoints

auth

users

institutions

children

children.physicalactivities

children.logs

children.sleep

children.weights

children.bodyfats

educators

educators.children.groups

families

families.children

healthprofessionals

healthprofessionals.children.groups

applications

institutions.environments

fitbit

fitbit.subscriber

users.fitbit.auth

users.fitbit.sync

Error patterns

400 Validation Errors

Clone this wiki locally