查询广播消息
GET
/im/v2/broadcast_notification/{broadcast_id}
请求参数
Path 参数
broadcast_id
string
必需
示例值:
11111
Header 参数
AppKey
string
必需
默认值:
{{AppKey}}
X-custom-traceid
string
可选
默认值:
{% mock 'uuid' %}
Nonce
string
必需
默认值:
{{Nonce}}
CurTime
string
必需
默认值:
{{CurTime}}
CheckSum
string
必需
默认值:
{{CheckSum}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.yunxinapi.com/im/v2/broadcast_notification/11111' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
content
string
必需
from_account_id
string
可选
offline_enabled
boolean
可选
ttl
integer
必需
target_os
string
可选
broadcast_id
string
广播消息的 ID。
create_time
number
必需
expire_time
number
必需
client_broadcast_id
string
必需
sender_id
string
必需
extension
string
可选
resend_flag
integer
必需
>= 0<= 1
示例
{
"code": 0,
"msg": "string",
"data": {
"content": "string",
"from_account_id": "string",
"offline_enabled": true,
"ttl": 0,
"target_os": "string",
"broadcast_id": "string",
"create_time": 0,
"expire_time": 0,
"client_broadcast_id": "string",
"sender_id": "string",
"extension": "string",
"resend_flag": 0
}
}
🟢200成功
🟢200请求参数错误
🟢200服务器错误
修改于 2024-02-26 02:30:48