Skip to content

停止订阅

接口地址:/v2/quecrule/{version}/openapi/subscribe/stop

请求方式:POST

请求数据类型:application/json

响应数据类型:*/*

接口描述:

停止订阅

请求参数:

参数名称参数说明请求类型是否必须数据类型schema
subscribeId订阅IDquerytrueinteger(int64)
version当前版本,可用值:r1pathtruestring

响应状态:

状态码说明schema
200OKActionResultOfobject
201Created
401Unauthorized
403Forbidden
404Not Found
16011The subscription rule does not exist
16021The subscription rule is not started
50000service exception
50005param check error
70060Permission Denied
91004token incorrect
91005doesn't have permission

响应参数:

参数名称参数说明类型schema
code返回码integer(int32)integer(int32)
data对象object
msg提示信息string
pageNum当前页数integer(int32)integer(int32)
pageSize每页数量integer(int32)integer(int32)
pages总页数integer(int32)integer(int32)
total总数integer(int32)integer(int32)

响应示例:

javascript
{
	"code": 0,
	"data": {},
	"msg": "",
	"pageNum": 0,
	"pageSize": 0,
	"pages": 0,
	"total": 0
}