- 数据
- 栏目列表_ChannelListGET
- 栏目对象_ChannelGET
- 栏目对象ByAlias_ChannelGET
- 文章列表_ArticleListGET
- 文章分页_ArticlePageGET
- 文章对象_ArticleGET
- 上一篇文章_ArticlePrevGET
- 下一篇文章_ArticleNextGET
- 全文检索文章分页_EsArticlePageGET
- 全文检索文章列表_EsArticleListGET
- 区块项列表_BlockItemListGET
- 字典列表_DictListGET
- 模型列表_ModelListGET
- 模型对象_ModelGET
- Tag列表_TagListGET
- Tag分页_TagPageGET
- 获取Tag对象GET
- 表单列表_FormListGET
- 表单分页_FormPageGET
- 获取表单对象GET
- 站点列表_SiteListGET
- 站点对象_SiteGET
- 投票列表_VoteListGET
- 投票分页_VotePageGET
- 投票对象_VoteGET
- 留言列表_MessageBoardListGET
- 留言分页_MessageBoardPageGET
- 获取留言对象GET
- 留言类型列表_MessageBoardTypeListGET
- 调查问卷列表_SurveyListGET
- 调查问卷分页_SurveyPageGET
- 调查问卷对象_SurveyGET
- 文章排行榜列表_LeaderBoardListGET
- 文章排行榜分页_LeaderBoardPageGET
- 内容
- 用户
- 系统
- 其它
文章分页_ArticlePage
GET
/api/article/page
文章接口
请求参数
Query 参数
siteId
integer <int64>
可选
channel
string
栏目别名
channelId
integer <int64>
栏目ID
tagId
integer <int64>
TagID
beginPublishDate
string <date-time>
可选
2008-08-01
2012-10-01 08:12:34
endPublishDate
string <date-time>
可选
2008-08-01
2012-10-01 08:12:34
isWithImage
boolean
可选
true
false
title
string
标题
text
string
正文
excludeId
string <int64 array>
可选
1,2,5
isIncludeSubChannel
boolean
可选
true
false
,默认true
isIncludeSubSite
boolean
可选
true
false
,默认false
isAllSite
boolean
可选
true
false
,默认false
page
integer <int32>
第几页
pageSize
integer <int32>
可选
示例代码
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://demo.ujcms.com/api/article/page'
返回响应
🟢200成功
*/*
Body
totalPages
integer <int32>
可选
totalElements
integer <int64>
可选
size
integer <int32>
可选
content
array[object (Article_List) {85}]
可选
id
integer <int64>
文章ID
srcId
integer <int64>
源文章ID
siteId
integer <int64>
站点ID
orgId
integer <int64>
组织ID
channelId
integer <int64>
栏目ID
userId
integer <int64>
创建用户ID
modifiedUserId
integer <int64>
修改用户ID
created
string <date-time>
创建日期
modified
string <date-time>
修改日期
publishDate
string <date-time>
发布日期
onlineDate
string <date-time>
上线日期
offlineDate
string <date-time>
下线日期
sticky
integer <int32>
置顶
stickyDate
string <date-time>
置顶时间
withImage
boolean
是否有图片
inputType
integer <int32>
必需
type
integer <int32>
必需
status
integer <int32>
必需
order
integer <int64>
排列顺序
taskId
string
任务ID
imageList
array[object (ArticleImage_List) {3}]
图片列表
fileList
array[object (ArticleFile_List) {3}]
文件列表
customs
object
自定义字段
src
object (Article_List)
文章实体类
site
object (Site_List)
站点实体类
channel
object (Channel_List)
栏目实体类
org
object (Org_List)
组织实体类
user
object (User_List)
用户实体类
modifiedUser
object (User_List)
用户实体类
blockItemList
array[object (BlockItem_List) {18}]
区块项列表
tags
array[object (Tag_List) {9}]
TAG列表
file
string
文件URL
正则匹配:
^(?!.*\.\.).*$
fileName
string
文件名称
description
string
可选
seoDescription
,如不存在,则从正文中截取。最长 255 个字符(一个中文占两个字符)。rejectReason
string
审核拒绝原因
source
string
来源
url
string
URL地址
articleTemplate
string
文章独立模板
正则匹配:
^(?!.*\.\.).*$
editorType
integer <int32>
正文编辑器类型
allowComment
boolean
是否允许评论
video
string
视频URL
正则匹配:
^(?!.*\.\.).*$
videoTime
string
可选
20:15
audio
string
音频URL
正则匹配:
^(?!.*\.\.).*$
audioDuration
integer <int32>
音频时长
videoDuration
integer <int32>
视频时长
audioOrig
string
源音频URL
正则匹配:
^(?!.*\.\.).*$
audioTime
string
可选
20:15
fileSize
string
可选
blocks
array[object (Block_List) {24}]
区块列表
videoOrig
string
源视频URL
正则匹配:
^(?!.*\.\.).*$
editable
boolean
是否可编辑
docName
string
文库名称
doc
string
文库URL
正则匹配:
^(?!.*\.\.).*$
baiduPush
boolean
是否推送到百度
fileLength
integer <int64>
文件长度
yearViews
integer <int64>
年浏览次数
quarterViews
integer <int32>
季浏览次数
monthViews
integer <int32>
月浏览次数
docOrig
string
源文库URL
正则匹配:
^(?!.*\.\.).*$
favorites
integer <int32>
收藏次数
dayViews
integer <int32>
日浏览次数
docLength
integer <int64>
文库长度
weekViews
integer <int32>
周浏览次数
articleStaticPath
string
文章独立静态路径
正则匹配:
^(?!.*\.\.)[\w-{}/]*$
editor
string
编辑
seoKeywords
string
SEO关键字
dynamicUrl
string
动态URL地址
views
integer <int64>
浏览次数
template
string
文章模板
processInstanceId
string
流程实例ID
alias
string
别名
正则匹配:
^[\w-]*$
seoDescription
string
SEO描述
fullTitle
string
完整标题
targetBlank
boolean
是否新窗口打开
image
string
图片URL
正则匹配:
^(?!.*\.\.).*$
title
string
标题
linkUrl
string
跳转链接
正则匹配:
^(http|/).*$
subtitle
string
副标题
normal
boolean
可选
link
boolean
是否是链接