Notes

Properties

This table describes all properties of a Note object.
Name
Type
Required
Description
id
String
required
content
String
required
created_date
Date
required
habit_id
String
required
note_type
Number
required
Note Type
image_url
String
optional
Only different null if note_type is 2. See more: Note Type
get
https://api.habitify.me
/notes/:habit_id
List Notes
post
https://api.habitify.me
/notes/:habit_id
Add Text Note
post
https://api.habitify.me
/notes/addImageNote/:habit_id
Add Image Note
delete
https://api.habitify.me
/notes/:habit_id/:note_id
Delete Note
delete
https://api.habitify.me
/notes/:habit_id
Delete Notes