有关此资源的方法列表,请参阅本页结尾。
资源表示
章节。
{
"id": integer,
"bundle_id": integer,
"type": enum,
"sort": integer,
"status": enum,
"last_modified": string,
"create_time": string,
"delete_time": string,
"is_deleted": boolean,
"delete_time": string,
"manuscript": string,
"visibility": boolean,
"permission": enum,
"template_config": nested object,
"publish_time": string,
"user": User,
}| Property name | Value | Description | Notes |
|---|---|---|---|
| id | integer | 章节id | Primary Key |
| bundle_id | integer | Bundle(book) ID | |
| type | enum | 章节类型 | Node.Type |
| sort | integer | 章节序号 | 封面章节为0 |
| status | enum | 章节状态 | Node.Status |
| create_time | string | 创建时间 | |
| last_modified | string | 最新更新时间 | |
| delete_time | string | 删除时间 | 没删除为null |
| is_deleted | boolean | 是否被删除 | |
| manuscript | string | 章节manuscript属性 | |
| visibility | boolean | 章节可见性 | 章节的可见性(visibility)表示是否可以在已出版的多章书籍中看到未出版的章节。 |
| permission | enum | 章节权限 | Node.Permission |
| template_config | nested object | 选择一个章节模版(I – V) | |
| publish_time | string | 章节最新的出版时间 | 未出版为null |
| user | nested object | 章节的创建人 | User.Profile |