问卷/试卷服务
成长值服务
短信服务

获取某个关联对象下的评论精选列表

GET /api/tcc-open-platform/open-api/comment/objectFeatured/{objectId}
参数
类型 名称 说明 类型
Path objectId
必填
objectId integer (int64)
Query commentType
必填
commentType string
Query current
可选
当前页 integer (int64)
Query size
可选
每页条数 integer (int64)
消耗
  • application/json
生成
  • */*
响应
HTTP代码 说明 类型
200 OK RestData
201 Created 无内容
401 Unauthorized 无内容
403 Forbidden 无内容
404 Not Found 无内容

响应示例

{
	"code": 200,
	"data": {},
	"desc": ""
}