Version: 202201
Get Theme List
GET/openapi/2022-01/themes
Retrieve a list of all themes.
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
stateinteger
Default value:
0Example:
0msgstring
Example:
请求成功data object
countstring
Example:
2themes object[]
idstring
Example:
4fe3e348-eefd-4f55-aa13-9f123a2c984bmerchant_theme_idstring
Example:
theme_version_idstring
Example:
1version
c_versionstring
Example:
1.0.0change_logstring
Example:
version_publish_timestring
Example:
1546963146merchant_theme_info
namestring
Example:
Nova-2023-mainlocalestring
Example:
en-USpresetstring
Example:
publishedstring
Example:
0is_auto_upgradestring
Example:
0updated_atstring
Example:
1714461023auto_save_timestring
Example:
1714461023theme_save_time
publish_time
{
"state": 0,
"msg": "请求成功",
"data": {
"count": "2",
"themes": [
{
"id": "4fe3e348-eefd-4f55-aa13-9f123a2c984b",
"merchant_theme_id": "",
"theme_version_id": "1",
"version": {},
"c_version": "1.0.0",
"change_log": "",
"version_publish_time": "1546963146",
"merchant_theme_info": {},
"name": "Nova-2023-main",
"locale": "en-US",
"preset": "",
"published": "0",
"is_auto_upgrade": "0",
"updated_at": "1714461023",
"auto_save_time": "1714461023",
"theme_save_time": {},
"publish_time": {}
}
]
}
}
{
"state": 0,
"msg": "请求成功",
"data": {
"count": "2",
"themes": [
{
"id": "4fe3e348-eefd-4f55-aa13-9f123a2c984b",
"merchant_theme_id": "",
"theme_version_id": "1",
"version": null,
"c_version": "1.0.0",
"change_log": "",
"version_publish_time": "1546963146",
"merchant_theme_info": null,
"name": "Nova-2023-main",
"locale": "en-US",
"preset": "",
"published": "0",
"is_auto_upgrade": "0",
"updated_at": "1714461023",
"auto_save_time": "1714461023",
"theme_save_time": null,
"publish_time": null
},
{
"id": "dbcd6d60-6884-4df5-b234-cd92870850ee",
"merchant_theme_id": "",
"theme_version_id": "1",
"version": null,
"c_version": "1.0.0",
"change_log": "",
"version_publish_time": "1546963146",
"merchant_theme_info": null,
"name": "Nova-2023-main",
"locale": "en-US",
"preset": "",
"published": "0",
"is_auto_upgrade": "0",
"updated_at": "1714457697",
"auto_save_time": "1714457697",
"theme_save_time": null,
"publish_time": null
}
]
}
}