microsoft-band – Microsoft Health API:获取帐户创建日期

前端之家收集整理的这篇文章主要介绍了microsoft-band – Microsoft Health API:获取帐户创建日期前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试从Cloud API加载数据,但我不知道何时开始我的请求.在Device API中有“createdDate”键,但它从未填充.

有没有办法在不询问用户的情况下从API中查找此信息?

解决方法

@H_403_14@ 当我查询Profile API时,我看到“createdTime”在我的个人资料中正确显示.

请求:

GET https://api.microsofthealth.net/v1/me/Profile

响应:

{
    "firstName":"John","lastName":"","birthdate":"","postalCode":"","gender":"Male","height":19055,"weight":549575,"preferredLocale":"en-US","lastUpdateTime":"2016-06-04T00:07:58.950+00:00","createdTime":"2015-10-09T18:26:53.498+00:00"
}

猜你在找的Windows相关文章