我正在尝试从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" }