调用该接口根据意见反馈ID查询对应的意见反馈信息。
路径 | /feedback/getbytopicId |
版本号 | 1.0.1 |
协议 | HTTPS |
请求方法 | POST |
是否需要用户身份鉴权 | 是 |
超时时间 | 3000 |
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
feedbackTopicId | String | 是 | 意见反馈的ID。 |
返回数据
示例
请求示例
{
"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
格式
{}