Comment on page
Goal
This table describes all properties of a Goal object.
Name | Type | Required | Description |
unit_type | required | | |
value | Double | required | |
periodicity | required | |
Daily Goal
Weekly Goal
Monthly Goal
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"
}
Last modified 2yr ago