创建
开发中POST
{endpoint_url}/events请求参数
Path 参数
endpoint_url
string
必需
示例值:
{{endpoint_url}}
Header 参数
X-Shimo-Token
string
必需
用于接入方对本次请求鉴权
X-Shimo-Sdk-Event
string
必需
用于识别具体的事件类型
示例值:
DateMention
Body 参数application/json
kind
string
必需
type
string
必需
action
string
必需
createData
object
必需
id
string
提醒 ID
fileId
string
文件 ID
authorId
string
创建者用户 ID
content
string
提醒文字
remindUserIds
array[string]
提醒用户
remindAt
string
提醒时间
positionId
string
预留字段,暂无用途
示例
{
"kind": "mention",
"type": "date_mention",
"action": "create",
"createData": {
"id": "MlRFslp55Mrt19Iq", // 提醒 ID
"fileId": "ac4ce108419f103c", // 文件 ID
"authorId": "12", // 创建者用户 ID
"content": "<a>2022年1月19日 </a>", // 提醒文字
"remindUserIds": ["12"], // 提醒用户
"remindAt": "2021-12-07T15:00:00Z", // 提醒时间
"positionId": "12" // 预留字段,暂无用途
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 8 个月前