接口功能介绍
本接口用于查询单个回调模板的信息。
接口约束
查询模板前确保存在该回调模板。
请求参数说明:
String类型的参数,传""等同于不传。
Integer类型的参数,传0等同于不传。
Boolean类型的参数,传false等同于不传。
URI
GET /v2/callbackTemplate/*
路径参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
TemplateId | 是 | String | 模板ID。 | 739943519892963328 |
Query参数
无
请求参数
请求头header参数
无
请求体body参数
无
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
statusCode | Integer | 响应状态码。 | 200 | |
error | String | 错误码,执行成功时,不返回该字段。 | VSS_0001 | |
message | String | 响应信息。 | 请求成功 | |
requestId | String | 请求ID。 | 362d4e78556b47129182d0881fade86b | |
returnObj | Object | 响应数据,执行失败时,不返回该字段。 | returnObj |
表 returnObj
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
TemplateId | String | 模板ID。 | 739943519892963328 | |
TemplateName | String | 模板名称。 | test | |
Description | String | 模板描述。 | 描述 | |
CallbackKey | String | 回调Key。 | xxx | |
DeviceStatusNotifyUrl | String | 设备状态回调URL。 | http://example.ctyun.cn/example | |
StreamStatusNotifyUrl | String | 流状态回调URL。 | http://example.ctyun.cn/example | |
RecordNotifyUrl | String | 录制回调URL。 | http://example.ctyun.cn/example | |
AiEventNotifyUrl | String | AI回调URL。 | http://example.ctyun.cn/example | |
CreateTime | String | 创建时间。 | 1691992586 | |
UpdateTime | String | 修改时间。 | 1691992586 | |
RequestId | String | 请求ID。 | 362d4e78556b47129182d0881fade86b |
枚举参数
无
请求示例
请求url
GET '/v2/callbackTemplate/739943519892963328'
请求头header
无
请求体body
无
响应示例
{"statusCode": 200,"message": "请求成功","requestId": "aac5a1a85bf94d6a904139e1dc1d19ab","returnObj": {"TemplateId": "739943519892963328","TemplateName": "设备状态回调模板","Description": "","CallbackKey": "123","DeviceStatusNotifyUrl": "http://example.ctyun.cn/example","StreamStatusNotifyUrl": "","RecordNotifyUrl": "","AiEventNotifyUrl": "","CreateTime": "1691992586","UpdateTime": "1691992586","RequestId": "aac5a1a85bf94d6a904139e1dc1d19ab"}}
状态码
请参考 状态码
错误码
请参考 错误码