版本:202201
查询自定义页面列表
GET/openapi/2022-01/pages
分页获取所有自定义页面列表。
请求
Query参数
page int32
Page number
默认值:
1per_page int32
Limit per page
默认值:
50响应
- 200
200
- application/json
- 数据结构
- 示例
- Result
数据结构
- Array [
- ]
pageinteger
默认值:
0示例:
1per_pageinteger
默认值:
0示例:
50pages object[]
idinteger
默认值:
0示例:
15979store_idinteger
默认值:
0示例:
633130titlestring
示例:
Testcontentstring
示例:
<table border=\"1\" style=\"width: 100%;\">\n<tbody>\n<tr>\n<td style=\"width: 25%;\">1</td>\n<td style=\"width: 25%;\">2</td>\n<td style=\"width: 25%;\">3</td>\n<td style=\"width: 25%;\">4</td>\n</tr>\n<tr>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n</tr>\n<tr>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n</tr>\n</tbody>\n</table>statusinteger
默认值:
0示例:
1created_atstring
示例:
1714377813updated_atstring
示例:
1714377813independent_seoboolean
默认值:
true示例:
falseurlstring
示例:
/pages/test1meta_titlestring
示例:
Testmeta_keywordstring
示例:
meta_descriptionstring
示例:
\n\n\n1\n2\n3\n4\n\n\n\n\n\n\n\n\n\n\n\n\n\n\ncountinteger
默认值:
0示例:
2has_moreinteger
默认值:
0示例:
0{
"page": 1,
"per_page": 50,
"pages": [
{
"id": 15979,
"store_id": 633130,
"title": "Test",
"content": "<table border=\\\"1\\\" style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<td style=\\\"width: 25%;\\\">1</td>\\n<td style=\\\"width: 25%;\\\">2</td>\\n<td style=\\\"width: 25%;\\\">3</td>\\n<td style=\\\"width: 25%;\\\">4</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n</tr>\\n</tbody>\\n</table>",
"status": 1,
"created_at": "1714377813",
"updated_at": "1714377813",
"independent_seo": false,
"url": "/pages/test1",
"meta_title": "Test",
"meta_keyword": "",
"meta_description": "\\n\\n\\n1\\n2\\n3\\n4\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n"
}
],
"count": 2,
"has_more": 0
}
{
"page": 1,
"per_page": 50,
"pages": [
{
"id": 15979,
"store_id": 633130,
"title": "Test",
"content": "<table border=\\\"1\\\" style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<td style=\\\"width: 25%;\\\">1</td>\\n<td style=\\\"width: 25%;\\\">2</td>\\n<td style=\\\"width: 25%;\\\">3</td>\\n<td style=\\\"width: 25%;\\\">4</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n</tr>\\n</tbody>\\n</table>",
"status": 1,
"created_at": "1714377813",
"updated_at": "1714377813",
"independent_seo": false,
"url": "/pages/test1",
"meta_title": "Test",
"meta_keyword": "",
"meta_description": "\\n\\n\\n1\\n2\\n3\\n4\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n"
},
{
"id": 15978,
"store_id": 633130,
"title": "Test",
"content": "<table border=\"1\" style=\"width: 100%;\">\n<tbody>\n<tr>\n<td style=\"width: 25%;\">1</td>\n<td style=\"width: 25%;\">2</td>\n<td style=\"width: 25%;\">3</td>\n<td style=\"width: 25%;\">4</td>\n</tr>\n<tr>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n</tr>\n<tr>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n<td style=\"width: 25%;\"></td>\n</tr>\n</tbody>\n</table>",
"status": 1,
"created_at": "1714377411",
"updated_at": "1714377411",
"independent_seo": false,
"url": "/pages/test",
"meta_title": "Test",
"meta_keyword": "",
"meta_description": "\n1\n2\n3\n4\n"
}
],
"count": 2,
"has_more": 0
}