使用预定义的应用程序/模板生成内容
POST
https://enterprise-api.writer.com/cowrite/organization/{organizationId}/team/{teamId}/generate请求参数
Path 参数
organizationId
string
必需
teamId
string
必需
Header 参数
content-type
string
必需
示例值:
application/json
Body 参数text/plain
示例代码
返回响应
成功(200)
请求有误(400)
没有权限(401)
禁止访问(403)
记录不存在(404)
服务器错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
integer
必需
organizationId
integer
必需
teamId
integer
必需
documentId
string
必需
templateId
string
必需
body
string
必需
title
string
必需
deleted
boolean
必需
createdUserId
integer
必需
creationTime
string
必需
示例
成功示例
{
"id": 0,
"organizationId": 0,
"teamId": 0,
"documentId": "string",
"templateId": "string",
"body": "string",
"title": "string",
"deleted": true,
"createdUserId": 0,
"creationTime": "2024-02-01T06:08:07.362Z"
}
最后修改时间: 10 个月前