Skip to content

unable to get sleep summary data using time_series('sleep')  #147

@t0560r91

Description

@t0560r91

When I make a API request using

auth_client.time_series('sleep', base_date=start_date, end_date=end_date)

, I do not get sleep summary data that contains

'summary': {'stages': {'deep': 84, 'light': 263, 'rem': 104, 'wake': 59},
'totalMinutesAsleep': 463,
'totalSleepRecords': 1,
'totalTimeInBed': 510}}

I was able to get the full sleep data including summary data using just auth_client.sleep() but not using auth_client.time_series('sleep')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions