Settings
Settings endpoint can be used to access and modify users settings. The setting value depends on the setting id.
| financial_month_startday | integer |
| politically_correct_language | boolean |
| notification_due_email | boolean |
| notification_due_app | boolean |
| notification_budgets_email | boolean |
| notification_budgets_app | boolean |
| notification_saving_goals_email | boolean |
| notification_saving_goals_app | boolean |
| notification_hints_email | boolean |
| notification_hints_app | boolean |
| notification_news_email | boolean |
| notification_news_app | boolean |
| notification_reminder_email | boolean |
| notification_reminder_time | time |
| notification_weekly_reports_email | boolean |
| notification_reports_email | boolean |
| notification_weekly_reports_app | boolean |
| notification_monthly_reports_email | boolean |
| notification_monthly_reports_app | boolean |
| notification_miss_you_email | boolean |
| skip_steps | boolean |
Note: Make sure your app does not try to show settings it does not understand.
Resource representation
{
"id": "notification_due_email",
"value": true,
"modified": "2012-09-04T13:55:15Z"
}Properties
|
id readonly string
|
Setting id. |
|
value read, write string
|
Setting value. The type depends on the setting id. |
|
modified readonly string
|
Specifies when the setting was last modified. |
* denotes required field/parameter.