-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsession.json.example
More file actions
78 lines (78 loc) · 2.41 KB
/
session.json.example
File metadata and controls
78 lines (78 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"cookies": [
{
"name": "SPRING_SECURITY_REMEMBER_ME_COOKIE",
"value": "ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ=",
"domain": ".any.do",
"path": "/"
}
],
"user_info": {
"name": "",
"email": "email@domain.com",
"creationDate": 1400000000000,
"anonymous": false,
"id": "_aBcDFeHiJkLmNoPqRsTuV==",
"lastUpdateDate": 1700000000000,
"googleAvatarUrl": null,
"onBoardingPending": false,
"profilePicture": "",
"timezone": "Europe/Paris",
"verifiedPhoneNumber": null,
"completedCounter": 1234,
"sendIosLogs": 0,
"firstDayOfWeek": 1,
"webConfig": {
"dateFormat": 1,
"selectedImage": "21",
"selectedImageDark": "NONE",
"theme": 1,
"language": "en",
"timeFormat": 1,
"googleCalendarDisabledCalendars": "",
"addedFirstMyDayEntry": true,
"macStoreRateUsLastInvocationTimestamp": 0,
"isStickyMyDayVideoDismissed": false,
"isStickyBoardVideoDismissed": false,
"isStickyCardVideoDismissed": false,
"isStickyCopyInviteLinkDismissed": false,
"isStickyConnectWhatsAppTeamsDismissed": false,
"isCreateWorkspaceBannerDismissed": true,
"isScheduleOnboardingSessionDismissed": false,
"isOnboardingTourDismissed": false,
"hasSeenCustomFieldsTutorial": false,
"allMyTasksEntityType": "task",
"nextSevenDaysEntityType": "task",
"showMulticolumnOverdue": true,
"showMulticolumnChecked": true,
"multicolumnLayout": "default",
"personalAiFeaturesConsent": false,
"defaultView": "lastviewed",
"defaultViewLastViewed": "next7days",
"cardActivityChatOnly": false,
"showWeekend": false,
"fcmTokens": [],
"collapsedSidebarSections": {},
"isBoardAutomationsWelcomeScreenDismissed": false,
"dismissedSmartCards": []
},
"myDayConfig": {
"myDayResetHourOfDay": "0300"
},
"myDaySuggestionFilters": null,
"hasUnreadNotifications": false,
"appleRemindersDefaultList": null,
"fake": false,
"emails": [],
"phoneNumbers": [],
"currentUserSpaces": [],
"activeTimeTracker": null,
"isPremium": true,
"primarySubscription": "free",
"idSalt": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
},
"saved_at": "2025-08-01T01:00:00.123456",
"last_data_hash": null,
"last_pretty_hash": null,
"last_sync_timestamp": 1700000000000
}