Last active
January 19, 2024 06:53
-
-
Save aspsptyd/9cb8f6c76388447c6ddb8e653f60bb6d to your computer and use it in GitHub Desktop.
Response Dashboard JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"code": 200, | |
"version_app": "v3.1", | |
"api_version": "20240115.1", | |
"profile_info": { | |
"nrp": "83293934", | |
"nama": "Asep Septiadi", | |
"no_telp": "0836288329399", | |
"license_user": "3332-9993-2222-3311", | |
"set_shift_user": "Shift 1" | |
}, | |
"device_pair": { | |
"name_of_device": "Charge 6", | |
"mac_address": "88:D9:00:KJ:99", | |
"last_sync": "2024-01-15 08:30" | |
}, | |
"code_confirmation": { | |
"cuti": "91701", | |
"clear_data": "91702", | |
"absen_ulang": "91703" | |
}, | |
"data_sleep": { | |
"todays": { | |
"date": "15 Januari 2024", | |
"status_ftw": false, | |
"waktu_ftw": "-", | |
"zona": "WITA", | |
"total_sleep": { | |
"jam": 6, | |
"menit": 55 | |
}, | |
"detail_sleep": { | |
"night": { | |
"jam": 3, | |
"menit": 00 | |
}, | |
"siang": { | |
"jam": 3, | |
"menit": 55 | |
} | |
} | |
}, | |
"pola_tidur": { | |
"pola": "7 Hari Terakhir", | |
"graph": { | |
"total_tidur": 29, | |
"rata_rata_tidur": 5, | |
"list_graph": [ | |
{ | |
"day": 1, | |
"date": "1 Jan", | |
"total_sleep": 3 | |
}, | |
{ | |
"day": 2, | |
"date": "2 Jan", | |
"total_sleep": 9 | |
}, | |
{ | |
"day": 3, | |
"date": "1 Jan", | |
"total_sleep": 4 | |
}, | |
{ | |
"day": 4, | |
"date": "4 Jan", | |
"total_sleep": 6 | |
}, | |
{ | |
"day": 5, | |
"date": "5 Jan", | |
"total_sleep": 7 | |
}, | |
{ | |
"day": 6, | |
"date": "6 Jan", | |
"total_sleep": 8 | |
}, | |
{ | |
"day": 7, | |
"date": "7 Jan", | |
"total_sleep": 10 | |
} | |
] | |
} | |
} | |
}, | |
"sleep_quality": [ | |
{ | |
"category": "Awake", | |
"percentage": 15, | |
"total_jam": 01, | |
"total_menit": 12 | |
}, | |
{ | |
"category": "REM", | |
"percentage": 25, | |
"total_jam": 02, | |
"total_menit": 00 | |
}, | |
{ | |
"category": "Light Sleep", | |
"percentage": 30, | |
"total_jam": 02, | |
"total_menit": 24 | |
}, | |
{ | |
"category": "Deep Sleep", | |
"percentage": 49, | |
"total_jam": 03, | |
"total_menit": 12 | |
} | |
], | |
"heart_rate": { | |
"min": 70, | |
"max": 86, | |
"avg": 89 | |
}, | |
"spo2": { | |
"min": 94, | |
"max": 87, | |
"avg": 80 | |
}, | |
"banner_dashboard": "https://dev4.goodeva.gss-login.com/banner/1.png" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment