- 数据
- 栏目列表_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
- 内容
- 用户
- 系统
- 其它
留言分页_MessageBoardPage
GET
/api/message-board/page
留言接口
请求参数
Query 参数
siteId
integer <int64>
可选
typeId
integer <int64>
类型ID
isRecommended
boolean
可选
true
false
isReplied
boolean
可选
true
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/message-board/page'
返回响应
🟢200成功
*/*
Body
totalPages
integer <int32>
可选
totalElements
integer <int64>
可选
size
integer <int32>
可选
content
array[object (MessageBoard_List) {24}]
可选
id
integer <int64>
留言ID
siteId
integer <int64>
站点ID
typeId
integer <int64>
类别ID
userId
integer <int64>
留言用户ID
replyUserId
integer <int64>
回复用户ID
title
string
留言标题
created
string <date-time>
创建日期
replyDate
string <date-time>
回复日期
contact
string
联系人
nickname
string
昵称
phone
string
电话号码
email
string
电子邮箱
address
string
联系地址
open
boolean
是否公开
ip
string
IP地址
replied
boolean
是否回复
recommended
boolean
是否推荐
status
integer <int32>
必需
text
string
留言内容
replyText
string
回复内容
type
object (MessageBoardType_List)
留言类型 实体类
site
object (Site_List)
站点实体类
user
object (User_List)
用户实体类
replyUser
object (User_List)
用户实体类
number
integer <int32>
可选
sort
array[object (SortObject) {5}]
可选
direction
string
可选
nullHandling
string
可选
ascending
boolean
可选
property
string
可选
ignoreCase
boolean
可选
first
boolean
可选
last
boolean
可选
numberOfElements
integer <int32>
可选
pageable
object (PageableObject_List)
可选
offset
integer <int64>
可选
sort
array[object (SortObject) {5}]
可选
pageSize
integer <int32>
可选
pageNumber
integer <int32>
可选
paged
boolean
可选
unpaged
boolean
可选
empty
boolean
可选
示例
{
"totalPages": 0,
"totalElements": 0,
"size": 0,
"content": [
{
"id": 0,
"siteId": 0,
"typeId": 0,
"userId": 0,
"replyUserId": 0,
"title": "string",
"created": "2019-08-24T14:15:22Z",
"replyDate": "2019-08-24T14:15:22Z",
"contact": "string",
"nickname": "string",
"phone": "string",
"email": "string",
"address": "string",
"open": true,
"ip": "string",
"replied": true,
"recommended": true,
"status": 0,
"text": "string",
"replyText": "string",
"type": {
"id": 0,
"siteId": 0,
"name": "string",
"description": "string",
"order": 0
},
"site": {
"id": 0,
"parentId": 0,
"orgId": 0,
"modelId": 0,
"name": "string",
"description": "string",
"protocol": "string",
"domain": "string",
"subDir": "string",
"theme": "string",
"mobileTheme": "string",
"pageSize": 0,
"logo": "string",
"seoTitle": "string",
"seoKeywords": "string",
"seoDescription": "string",
"staticFile": "string",
"mobileStaticFile": "string",
"editorSettings": "string",
"status": 0,
"depth": 0,
"order": 0,
"views": 0,
"selfViews": 0,
"todayViews": 0,
"yesterdayViews": 0,
"maxViews": 0,
"maxDate": "2019-08-24T14:15:22Z",
"mainsJson": "string",
"clobsJson": "string",
"customs": {
"property1": {},
"property2": {}
},
"watermark": {
"enabled": true,
"overlay": "string",
"position": 0,
"dissolve": 0,
"minWidth": 0,
"minHeight": 0
},
"html": {
"enabled": true,
"auto": true,
"listPages": 0,
"channel": "string",
"article": "string",
"enabledAndAuto": true
},
"messageBoard": {
"enabled": true,
"loginRequired": true
},
"editor": {
"property1": {},
"property2": {}
},
"copyFromId": 0,
"copyData": [
"string"
],
"hasChildren": true,
"parent": {},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"model": {
"id": 0,
"siteId": 0,
"name": "string",
"type": "string",
"scope": 0,
"order": 0,
"mains": "string",
"asides": "string",
"customs": "string"
},
"enabled": true,
"url": "string",
"filesPath": "string",
"api": "string",
"mobileStaticUrl": "string",
"dynamicUrl": "string",
"staticUrl": "string",
"normalStaticUrl": "string",
"dy": "string",
"names": [
"string"
],
"template": "string",
"staticBase": "string",
"paths": [
{}
],
"disabled": true,
"htmlEnabled": true,
"title": "string",
"targetBlank": true
},
"user": {
"id": 0,
"groupId": 0,
"orgId": 0,
"username": "string",
"email": "string",
"mobile": "string",
"alias": "string",
"nickname": "string",
"realName": "string",
"gender": 0,
"avatar": "string",
"passwordModified": "2019-08-24T14:15:22Z",
"rank": 0,
"type": 0,
"status": 0,
"group": {
"id": 0,
"name": "string",
"description": "string",
"allAccessPermission": true,
"type": 0,
"order": 0,
"accessPermissions": [
0
]
},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"roleList": [
{
"id": 0,
"siteId": 0,
"name": "string",
"description": "string",
"allPermission": true,
"allGrantPermission": true,
"globalPermission": true,
"allArticlePermission": true,
"allChannelPermission": true,
"dataScope": 0,
"allStatusPermission": true,
"rank": 0,
"type": 0,
"scope": 0,
"order": 0,
"permission": "string",
"grantPermission": "string",
"site": {
"id": 0,
"parentId": 0,
"orgId": 0,
"modelId": 0,
"name": "string",
"description": "string",
"protocol": "string",
"domain": "string",
"subDir": "string",
"theme": "string",
"mobileTheme": "string",
"pageSize": 0,
"logo": "string",
"seoTitle": "string",
"seoKeywords": "string",
"seoDescription": "string",
"staticFile": "string",
"mobileStaticFile": "string",
"editorSettings": "string",
"status": 0,
"depth": 0,
"order": 0,
"views": 0,
"selfViews": 0,
"todayViews": 0,
"yesterdayViews": 0,
"maxViews": 0,
"maxDate": "2019-08-24T14:15:22Z",
"mainsJson": "string",
"clobsJson": "string",
"customs": {
"property1": {},
"property2": {}
},
"watermark": {
"enabled": true,
"overlay": "string",
"position": 0,
"dissolve": 0,
"minWidth": 0,
"minHeight": 0
},
"html": {
"enabled": true,
"auto": true,
"listPages": 0,
"channel": "string",
"article": "string",
"enabledAndAuto": true
},
"messageBoard": {
"enabled": true,
"loginRequired": true
},
"editor": {
"property1": {},
"property2": {}
},
"copyFromId": 0,
"copyData": [
"string"
],
"hasChildren": true,
"parent": {},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"model": {
"id": 0,
"siteId": 0,
"name": "string",
"type": "string",
"scope": 0,
"order": 0,
"mains": "string",
"asides": "string",
"customs": "string"
},
"enabled": true,
"url": "string",
"filesPath": "string",
"api": "string",
"mobileStaticUrl": "string",
"dynamicUrl": "string",
"staticUrl": "string",
"normalStaticUrl": "string",
"dy": "string",
"names": [
"string"
],
"template": "string",
"staticBase": "string",
"paths": [
{}
],
"disabled": true,
"htmlEnabled": true,
"title": "string",
"targetBlank": true
},
"global": true
}
],
"orgList": [
{
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
}
],
"name": "string",
"location": "string",
"created": "2019-08-24T14:15:22Z",
"enabled": true,
"root": true,
"loginDate": "2019-08-24T14:15:22Z",
"loginCount": 0,
"loginIp": "string",
"largeAvatar": "string",
"mediumAvatar": "string",
"birthday": "2019-08-24T14:15:22Z",
"bio": "string",
"homepage": "string",
"smallAvatar": "string"
},
"replyUser": {
"id": 0,
"groupId": 0,
"orgId": 0,
"username": "string",
"email": "string",
"mobile": "string",
"alias": "string",
"nickname": "string",
"realName": "string",
"gender": 0,
"avatar": "string",
"passwordModified": "2019-08-24T14:15:22Z",
"rank": 0,
"type": 0,
"status": 0,
"group": {
"id": 0,
"name": "string",
"description": "string",
"allAccessPermission": true,
"type": 0,
"order": 0,
"accessPermissions": [
0
]
},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"roleList": [
{
"id": 0,
"siteId": 0,
"name": "string",
"description": "string",
"allPermission": true,
"allGrantPermission": true,
"globalPermission": true,
"allArticlePermission": true,
"allChannelPermission": true,
"dataScope": 0,
"allStatusPermission": true,
"rank": 0,
"type": 0,
"scope": 0,
"order": 0,
"permission": "string",
"grantPermission": "string",
"site": {
"id": 0,
"parentId": 0,
"orgId": 0,
"modelId": 0,
"name": "string",
"description": "string",
"protocol": "string",
"domain": "string",
"subDir": "string",
"theme": "string",
"mobileTheme": "string",
"pageSize": 0,
"logo": "string",
"seoTitle": "string",
"seoKeywords": "string",
"seoDescription": "string",
"staticFile": "string",
"mobileStaticFile": "string",
"editorSettings": "string",
"status": 0,
"depth": 0,
"order": 0,
"views": 0,
"selfViews": 0,
"todayViews": 0,
"yesterdayViews": 0,
"maxViews": 0,
"maxDate": "2019-08-24T14:15:22Z",
"mainsJson": "string",
"clobsJson": "string",
"customs": {
"property1": {},
"property2": {}
},
"watermark": {
"enabled": true,
"overlay": "string",
"position": 0,
"dissolve": 0,
"minWidth": 0,
"minHeight": 0
},
"html": {
"enabled": true,
"auto": true,
"listPages": 0,
"channel": "string",
"article": "string",
"enabledAndAuto": true
},
"messageBoard": {
"enabled": true,
"loginRequired": true
},
"editor": {
"property1": {},
"property2": {}
},
"copyFromId": 0,
"copyData": [
"string"
],
"hasChildren": true,
"parent": {},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"model": {
"id": 0,
"siteId": 0,
"name": "string",
"type": "string",
"scope": 0,
"order": 0,
"mains": "string",
"asides": "string",
"customs": "string"
},
"enabled": true,
"url": "string",
"filesPath": "string",
"api": "string",
"mobileStaticUrl": "string",
"dynamicUrl": "string",
"staticUrl": "string",
"normalStaticUrl": "string",
"dy": "string",
"names": [
"string"
],
"template": "string",
"staticBase": "string",
"paths": [
{}
],
"disabled": true,
"htmlEnabled": true,
"title": "string",
"targetBlank": true
},
"global": true
}
],
"orgList": [
{
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
}
],
"name": "string",
"location": "string",
"created": "2019-08-24T14:15:22Z",
"enabled": true,
"root": true,
"loginDate": "2019-08-24T14:15:22Z",
"loginCount": 0,
"loginIp": "string",
"largeAvatar": "string",
"mediumAvatar": "string",
"birthday": "2019-08-24T14:15:22Z",
"bio": "string",
"homepage": "string",
"smallAvatar": "string"
}
}
],
"number": 0,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"first": true,
"last": true,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"pageSize": 0,
"pageNumber": 0,
"paged": true,
"unpaged": true
},
"empty": true
}
修改于 2025-03-04 10:44:02