调用该接口根据意见反馈ID查询对应的意见反馈信息。

路径 /feedback/getbytopicId
版本号 1.0.1
协议 HTTPS
请求方法 POST
是否需要用户身份鉴权
超时时间 3000

请求参数

名称 类型 是否必选 示例值 描述
feedbackTopicId String 意见反馈的ID。

返回数据

名称 类型 示例值 描述
data JSON

意见反馈的内容。

appVersion String

App的版本号。

type Int

问题类型。设备相关问题的取值为:1表示设备问题、2表示配网问题、3表示其他问题。手机相关问题的取值为:101表示反馈故障、102表示功能建议、103表示其他问题。

productKey String

产品的Key,设备证书信息之一。创建产品时,生活物联网平台为该产品颁发的全局唯一标识。

content String

意见反馈的内容。

iotId String

设备ID,生活物联网平台为设备颁发的ID,设备的唯一标识符。

mobileModel String

手机型号。

contact String

联系方式。

devicename String

设备的名称。

gmtModified Long

记录最近修改时间。

topic String

意见反馈的主题。

gmtCreate Long

记录创建的时间。

productKey String

产品的Key,设备证书信息之一。创建产品时,生活物联网平台为该产品颁发的全局唯一标识。

id Long

系统生成的意见反馈记录ID。

devicename String

设备名称。

replyStatus Int

意见反馈的状态。0(表示未读);1(表示已读)。

feedBackReplyList JSON

意见反馈回复以及再次反馈记录列表。

id Long

回复以及再次反馈记录ID。

appVersion String

App版本号。

type Int

操作类型。1(表示继续反馈);2(表示回复)。

content String

回复内容或者再次反馈内容。

gmtCreate Long

回复或者再次反馈的时间。

topicid Long

意见反馈记录ID。

mobileSystem String

手机系统。

示例

请求示例

{
	"id": "1509086454180",
	"version": "1.0",
	"request":{
		"apiVer": "1.0.1",
		"iotToken": "token"
	},
	"params":{
		"feedbackTopicId": "value0"
	}
}

正常返回示例

JSON格式

{
"code":200,
"data":{
"appVersion":"1.0.0",
"gmtModified":15393000,
"gmtLastFeedback":15392738000,
"type":1,
"productKey":"test",
"content":"shssss",
"uid":"chl",
"gmtLastReply":15392738000,
"mobileModel":"ios",
"contact":"137",
"id":1,
"class":"com.aliyun.iotx.ilop.business.facade.dto.FeedBackDTO",
"feedbackStatus":0,
"mobileSystem":"ios",
"isolationId":"test",
"gmtCreate":15392738000,
"tags":"",
"lastFeedback":"test",
"iotId":"test",
"lastReply":"test",
"tenantId":"test",
"replyStatus":1,
"topic":"1",
"devicename":"test",
"feedBackReplyList":[
{
"uid":"208880",
"topicid":1,
"gmtModified":1539314402000,
"id":7,
"type":1,
"gmtCreate":1539314402000,
"class":"com.aliyun.iotx.ilop.business.facade.dto.FeedbackReplyDTO",
"content":"*********************************************test*************"
},
{
"uid":"208880",
"topicid":1,
"gmtModified":1539258042000,
"id":6,
"type":1,
"gmtCreate":1539258042000,
"class":"com.aliyun.iotx.ilop.business.facade.dto.FeedbackReplyDTO",
"content":"*********************************************test*************"
}
]
},
"message":"success",
"localizedMsg":null,
"class":"com.aliyun.iotx.common.base.service.IoTxResult"
}

异常返回示例

JSON格式

{}