Habits
This table describes all properties of a Habit object.
Name | Type | Required | Description |
id | String | required | |
name | String | required | |
is_archived | Boolean | required | |
start_date | Date | required | |
remind | String[] | optional | |
time_of_day | required | | |
time_of_day | required | | |
recurrence | String | required | |
created_date | Date | required | |
goal | optional | | |
goal_history_items | optional | | |
log_method | required | | |
priority | Double | required | |
status | optional | Only exist when fetching from Journal | |
progress | Object | optional | Only exist when the status is in_progress, completed |
get
https://api.habitify.me
/habits
List Habits
get
https://api.habitify.me
/habits/:habit_id
Get Habit
Last modified 2yr ago