Status
Available Status
None
Represent status of habit don't have any data for this specific day.
none
{
"status": "none"
}In Progress
Represent status of habit have progressed in specific day, include the progress info.
in_progress
Properties
Name
Type
Required
Description
current_value
Double
required
target_value
Double
required
reference_date
Date
required
Completed
Represent the completed status
completed
Properties
Name
Type
Required
Description
current_value
Double
required
target_value
Double
required
reference_date
Date
required
Skipped
Represent the skipped status
skipped
Properties
Name
Type
Required
Description
current_value
Double
required
target_value
Double
required
reference_date
Date
required
Failed
Represent the failed status.
failed
Available Methods
Get Habit Status
GET https://api.habitify.me/status/:habit_id
Path Parameters
habit_id
string
Query Parameters
target_date
string
Date Format
Headers
Authorization
string
API Key
Update Habit Status
PUT https://api.habitify.me/status/:habit_id
Path Parameters
habit_id
string
Headers
Authorization
string
API Key
Request Body
status
string
Available options: completed, skipped, none
target_date
string
Date Format
Last updated
Was this helpful?