microsoft-band - 微软健康 API : Getting Account Creation Date

标签 microsoft-band

我正在尝试从 Cloud API 加载数据,但我不知道从何时开始我的请求。在设备 API 中有“createdDate”键,但它从未填充过。

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

最佳答案

当我查询 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"
}

关于microsoft-band - 微软健康 API : Getting Account Creation Date,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35499484/

相关文章:

c# - 尝试执行 Microsoft Band 示例代码时出错

iOS 后台蓝牙事件

c# - Band 应用程序调用了为不同线程编码的接口(interface)

android - microsoft band 如何从自定义磁贴读取心率或某些传感器数据并与移动应用程序通信?

ios - 在iOS上还原Microsoft Band连接

c# - 将内部枚举 'TileLayoutIndex' 转换为 int

c# - Microsoft Band 异常 : 0xA0D4000A

xcode - 在 iOS 上开发 Microsoft Band

microsoft-band - 从 Band 磁贴打开事件触发 Windows 应用商店后台任务

ios - 如何检索 Microsoft Band 1 上已有的应用程序磁贴列表