API Documentation
  • Getting Started
  • Changelog
  • Authentication
  • Date Format
  • Response API
  • Core Resources
    • Journal
    • Habits
      • Status
      • Logs
      • Goal
        • Periodicity
    • Actions List
    • Notes
    • Moods
    • Areas
  • Enum
    • Action Status
    • Mood Value
    • Note Type
    • Unit Type
    • Log Method
    • Time Of Day
Powered by GitBook
On this page
  • Properties
  • Example

Was this helpful?

  1. Core Resources
  2. Habits

Goal

PreviousLogsNextPeriodicity

Last updated 3 years ago

Was this helpful?

Properties

This table describes all properties of a Goal object.

Name

Type

Required

Description

unit_type

required

value

Double

required

periodicity

required

Example

10 Kilometers per day
{
    "unit_type": "kM",
    "value": 10,
    "periodicity": "daily"
}
10 Kilometers per week
{
    "unit_type": "kM",
    "value": 10,
    "periodicity": "weekly"
}
10 Kilometers per month
{
    "unit_type": "kM",
    "value": 10,
    "periodicity": "monthly"
}
Unit Type
Periodicity