BulkEntryInput
Payload for a new entry
Fields
add_to_avg_heart_rate
· Boolean
· Check and either add to pre-existing average heart rate entry or create a new one check_duplicates
· Boolean
· Check for duplicates, currently only supported if third_party_source is apple_health created_at
· String
· The time the entry was created description
· String
· The description of the entry ed_posthunger
· String
· ED Post Hunger ed_prehunger
· String
· ED Pre Hunger entries_in_average
· String
· If average of any type, value indicates amount of entries already included in average external_id
· String
· Third party external ID associated with this entry external_id_type
· String
· Third party associated with the external ID on this entry. Option currently supported is 'AppleHealth' image_string
· String
· The base64 encoded image string metric_stat
· String
· The statistic associated with the metric entry notify_provider
· Boolean
· If true, will trigger a notification to the provider based on the provider settings. If nil or false will trigger a notification to the provider if the poster is a patient. percieved_hungriness
· String
· The percieved hungriness reflection
· String
· The reflection on the entry subentries
· [SubentryInput]
· The list of subentries associated with this entry third_party_source
· String
· Options are apple_health, google_fit, or fitbit Used By
Definition
"""Payload for a new entry"""input BulkEntryInput { """ Check and either add to pre-existing average heart rate entry or create a new one """ add_to_avg_heart_rate: Boolean
""" The category of the entry """ category: String
""" Check for duplicates, currently only supported if third_party_source is apple_health """ check_duplicates: Boolean
""" The time the entry was created """ created_at: String
""" The description of the entry """ description: String
""" ED Post Hunger """ ed_posthunger: String
""" ED Pre Hunger """ ed_prehunger: String
""" The comma separated list of emotions """ emotions: String
""" If average of any type, value indicates amount of entries already included in average """ entries_in_average: String
""" Third party external ID associated with this entry """ external_id: String
""" Third party associated with the external ID on this entry. Option currently supported is 'AppleHealth' """ external_id_type: String
""" The image associated with the entry """ image: Upload
""" The base64 encoded image string """ image_string: String
""" The statistic associated with the metric entry """ metric_stat: String
""" If true, will trigger a notification to the provider based on the provider settings. If nil or false will trigger a notification to the provider if the poster is a patient. """ notify_provider: Boolean
""" The percieved hungriness """ percieved_hungriness: String
""" The reflection on the entry """ reflection: String
""" The list of subentries associated with this entry """ subentries: [SubentryInput]
""" Options are apple_health, google_fit, or fitbit """ third_party_source: String
""" One of MetricEntry, FoodEntry, WorkoutEntry, MirrorEntry, SleepEntry, NoteEntry, WaterIntakeEntry, PoopEntry, SymptomEntry """ type: String
""" The ID of the user that created the entry """ user_id: String}