调用GetNamespaceData查询Namespace里存的数据。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetNamespaceData |
系统规定参数。取值:GetNamespaceData。 |
AuthType | String | 是 | 101 |
数据空间划分和鉴权方式。
|
Namespace | String | 是 | cc6c29893f2be7d465db44ec7b5d593e |
Namespace唯一标识。 |
ProjectId | String | 是 | PIY3UB0T |
项目ID。 |
AccountId | String | 否 | 10000 |
用户ID。 |
AccountType | String | 否 | www.weibo.com |
用户ID类型。
说明 当AuthType=1或101,此项必填。
|
DeviceId | String | 否 | 1ac5e182e9634252a02d442a4d5d16fc |
设备ID。 |
DeviceIdType | String | 否 | uuid |
设备ID类型。取值范围:uuid/sn/vin/hardware_id。 说明 当
AuthType=2或101 时,此项必填。
|
RegionId | String | 否 | cn-shanghai |
地域ID。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | String | [{\"path\":\"/\",\"content\":\"Window\",\"children\":[{\"path\":\"/Window\",\"content\":\"SunroofSlideCtrl\",\"children\":[{\"path\":\"/Window/SunroofSlideCtrl\",\"content\":\"val\",\"children\":[{\"path\":\"/Window/SunroofSlideCtrl/val\",\"content\":\"3\"}]}]},{\"path\":\"/Window\",\"content\":\"SunroofTiltCtrl\",\"children\":[{\"path\":\"/Window/SunroofTiltCtrl\",\"content\":\"val\",\"children\":[{\"path\":\"/Window/SunroofTiltCtrl/val\",\"content\":\"1\"}]}]}]}] |
Namespace里的数据 |
RequestId | String | E94C9864-56FB-44AD-AC0C-A1CEFB332254 |
请求ID |
示例
请求示例
https://iovcc.cn-shanghai.aliyuncs.com?Action=GetNamespaceData
&AuthType=101
&Namespace=cc6c29893f2be7d465db44ec7b5d593e
&ProjectId=PIY3UB0T
&DeviceId=1ac5e182e9634252a02d442a4d5d16fc
&DeviceIdType=uuid
&UserId=10000
&UserIdType=www.weibo.com
&<公共请求参数>
正常返回示例
XML
格式
<GetNamespaceDataResponse>
<RequestId>49C0C0A1-2D02-466B-BC26-D73117062FAE</RequestId>
<Data>[{"path":"/","content":"Window","children":[{"path":"/Window","content":"SunroofSlideCtrl","children":[{"path":"/Window/SunroofSlideCtrl","content":"val","children":[{"path":"/Window/SunroofSlideCtrl/val","content":"3"}]}]},{"path":"/Window","content":"SunroofTiltCtrl","children":[{"path":"/Window/SunroofTiltCtrl","content":"val","children":[{"path":"/Window/SunroofTiltCtrl/val","content":"1"}]}]}]}]</Data>
</GetNamespaceDataResponse>
JSON
格式
{
"Data":"[{\"path\":\"/\",\"content\":\"Window\",\"children\":[{\"path\":\"/Window\",\"content\":\"SunroofSlideCtrl\",\"children\":[{\"path\":\"/Window/SunroofSlideCtrl\",\"content\":\"val\",\"children\":[{\"path\":\"/Window/SunroofSlideCtrl/val\",\"content\":\"3\"}]}]},{\"path\":\"/Window\",\"content\":\"SunroofTiltCtrl\",\"children\":[{\"path\":\"/Window/SunroofTiltCtrl\",\"content\":\"val\",\"children\":[{\"path\":\"/Window/SunroofTiltCtrl/val\",\"content\":\"1\"}]}]}]}]",
"RequestId":"49C0C0A1-2D02-466B-BC26-D73117062FAE"
}
错误码
访问错误中心查看更多错误码。