Version: 202201
Get Page List
GET/openapi/2022-01/pages
Retrieve a list of all pages with pagination.
Request
Query Parameters
page int32
Page number
Default value:
1per_page int32
Limit per page
Default value:
50Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
pageinteger
Default value:
0Example:
1per_pageinteger
Default value:
0Example:
50pages object[]
idinteger
Default value:
0Example:
15979store_idinteger
Default value:
0Example:
633130titlestring
Example:
Testcontentstring
Example:
<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
Default value:
0Example:
1created_atstring
Example:
1714377813updated_atstring
Example:
1714377813independent_seoboolean
Default value:
trueExample:
falseurlstring
Example:
/pages/test1meta_titlestring
Example:
Testmeta_keywordstring
Example:
meta_descriptionstring
Example:
\n\n\n1\n2\n3\n4\n\n\n\n\n\n\n\n\n\n\n\n\n\n\ncountinteger
Default value:
0Example:
2has_moreinteger
Default value:
0Example:
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
}