Comment on page

Journal

Available Methods

get
https://api.habitify.me
/journal
List Habits

target_date:

All the response habits are running on target_date.
The format of target_date is Date Format.

status:

The status of habit filtering. See more: Status
Constants:
  • in_progress
    • The status of the habit is in_progress
  • completed
    • The status of the habit is completed
  • failed
    • The status of the habit is failed
  • skipped
    • The status of the habit is skipped

order_by:

The condition to sort the habits by condition.
Constants:
  • priority
    • To order the habits by priority.
  • reminder_time
    • To order the habits by reminder time.
  • status
    • The order the habits by status. By default: none, in_progress, failed, skipped, completed

time_of_day:

The time of day of the habit
Constants:
  • morning:
    • The time of day of the habit is morning.
  • afternoon:
    • The time of day of the habit is afternoon.
  • evening:
    • The time of day of the habit is evening.
  • any_time:
    • The time of day of the habit is all day.

area_id:

The area contains the habits.
area_idand time_of_day is mutually exclusive.