Manage settings
Change user settings routes#
Get if user is shown in birthday list#
Used to get the visibility of yourself in the "birthdays this month" view
URL: /api/v1/user/myself/settings/shareBirthday
Method: GET
Auth required: Yes
Success response#
Code: 200
Content example
Change if user is shown in birthday list#
Used to change the visibility of yourself in the "birthdays this month" view
URL: /api/v1/user/myself/settings/shareBirthday
Method: POST
Auth required: Yes
Data constraints
Data example
Success response#
Condition: setting_value is a boolean
Code: 200
Get notify user of new events#
Used to get status if DatePoll should notify user of new events
URL: /api/v1/user/myself/settings/notifyMeOfNewEvents
Method: GET
Auth required: Yes
Success response#
Code: 200
Content example
Change notify user of new events#
Used to set status if DatePoll should notify user of new events
URL: /api/v1/user/myself/settings/notifyMeOfNewEvents
Method: POST
Auth required: Yes
Data constraints
Data example
Success response#
Condition: setting_value is a boolean
Code: 200
Get show events in calendar (also for ICS export)#
Used to get if events should be shown in calendar and exported via ICS calendar
URL: /api/v1/user/myself/settings/showEventsInCalendar
Method: GET
Auth required: Yes
Success response#
Code: 200
Content example
Set show events in calendar (also for ICS export)#
Used to set if events should be shown in calendar and exported via ICS calendar
URL: /api/v1/user/myself/settings/showEventsInCalendar
Method: POST
Auth required: Yes
Data constraints
Data example
Success response#
Condition: setting_value is a boolean
Code: 200
Get show movies in calendar (also for ICS export)#
Used to get if movies should be shown in calendar and exported via ICS calendar
URL: /api/v1/user/myself/settings/showMoviesInCalendar
Method: GET
Auth required: Yes
Success response#
Code: 200
Content example
Set show movies in calendar (also for ICS export)#
Used to set if movies should be shown in calendar and exported via ICS calendar
URL: /api/v1/user/myself/settings/showMoviesInCalendar
Method: POST
Auth required: Yes
Data constraints
Data example
Success response#
Condition: setting_value is a boolean
Code: 200
Get show birthdays in calendar (also for ICS export)#
Used to get if birthdays should be shown in calendar and exported via ICS calendar
URL: /api/v1/user/myself/settings/showBirthdaysInCalendar
Method: GET
Auth required: Yes
Success response#
Code: 200
Content example
Set show birthdays in calendar (also for ICS export)#
Used to set if birthdays should be shown in calendar and exported via ICS calendar
URL: /api/v1/user/myself/settings/showBirthdaysInCalendar
Method: POST
Auth required: Yes
Data constraints
Data example
Success response#
Condition: setting_value is a boolean
Code: 200