页面
页面属性
页面属性 data
ID
页面id
是
[int]
post_date
创建时间(local)
是
[datetime]
post_date_gmt
创建时间(GMT)
是
[datetime]
post_modified
更新时间(local)
是
[datetime]
post_modified_gmt
更新时间(GMT)
是
[datetime]
title
页面标题
是
[string]
content
页面内容
是
[string]
status
页面状态
是
[string]
slug
页面slug
是
[string]
seo_title
页面SEO标题
是
[string]
seo_description
页面SEO描述
是
[string]
public_url
标题链接
是
[string]
base_url
主链接
是
[string]
path
路径
是
[string]
update_date_gmt
更新时间GMT
是
[datetime]
template
模板类型
是
[string]
列表参数 links
first
第一页
是
[string]
last
最后一页
是
[string]
prev
上一页
是
[string]
next
下一页
是
[string]
列表参数 meta
current_page
当前页码
是
[int]
from
当前页起始条数号
是
[number]]
last_page
尾页页码
是
[number]
path
分页基本url
是
[string]
per_page
每页显示条数
是
[number]
to
当前页结束条数号
是
[number]
total
数据总数
是
[number]
获取页面列表
GET
/openapi/2025-04/pages
权限要求:read_content
Headers
Authorization
String
Authorization
Accept
String
Accept
获取单个页面详情
GET
/openapi/2025-04/pages/{id}
权限要求:read_content
Headers
Authorization
String
Authorization
Accept
String
Accept
Request Body
id
[int]
请求id
更新页面信息
PUT
/openapi/2025-04/pages/{id}
权限要求:read_content
Headers
Authorization
String
Authorization
Accept
String
Accept
Request Body
id
int
页面id
title
String
标题
status
String
状态
content
String
内容
seo_title
String
SEO标题
seo_description
String
SEO描述
slug
String
每个页面的SLUG必须唯一
template
String
模板类型
删除页面
DELETE
/openapi/2025-04/pages/{id}
权限要求:write_content
Headers
Authorization
String
Authorization
Accept
String
Accept
Request Body
id
int
页面id
创建页面
POST
/openapi/2025-04/pages
权限要求:write_content
Headers
Authorization
String
Authorization
Accept
String
Accept
Request Body
title
String
标题
content
String
内容
status
String
状态
template
String
模板类型
Last updated