Migration Guide
1. Version 1.0 to 2.0
1.1 Changes to the Report Structure
NoteiOS: Reports
Android: Reports
Add List
Variable name | Type | Description |
---|---|---|
Peculiarities | Enum | This field describes any peculiarities of the sleep session and can contain multiple labels. IN_PROGRESS |
missing_data_ratio | Float | Segments with Missing Analysis Results |
breathing_index | Float | Value to Determine Respiratory Instability Level |
breath_stages | [Int] | Respiratory Stability |
Remove List
Variable name | Type | Description |
---|---|---|
Validity | Enum | This field represents the validity of the analysis for the specific sleep session. IN_PROGRESS |
estimated_ahi | Float | Value for Assessing Respiratory Instability Level |
osa_stages | [Int] | Respiratory Stability |
Change List
1.x.x | 2.x.x | |
---|---|---|
Breathing Pattern | VERY_STABLE, | STABLE_BREATH, |
1.2 Changes to the Error Codes (Android)
Add List
Error | Code | Description |
---|---|---|
ERR_ANALYSE_UNAUTHORIZED | 31401 | Unauthorized |
ERR_REPORT_UNAUTHORIZED | 32401 | Unauthorized |
Remove List
Error | Code | Description |
---|---|---|
ERR_ANALYSE_UNPROCESSABLE | 31422 | The format of the sleep session id is not valid. |
ERR_REPORT_UNPROCESSABLE | 32422 | The format of the sleep session id is not valid. |
Updated about 2 months ago