設定の一覧
GET /settings
システムの設定の一覧を取得するには、/api/settingsに対してGETを送信します。
リクエスト:ヘッダー
Name
Value
Content-Type
application/json
Authorization
Basic <認証情報>
クエリ パラメータ
Name
Type
説明
デフォルト値
page
integer
ページ番号
1
items_per_page
integer
1ページあたりの表示数
10
レスポンス
{
"settings": [
{
"object_id": "31",
"name": "company_name",
"section_id": "5",
"section_tab_id": "0",
"type": "I",
"edition_type": "ROOT,ULT:VENDOR",
"position": "0",
"is_global": "Y",
"handler": "",
"parent_id": "0",
"description": "会社名",
"tooltip": null,
"object_type": "O",
"value": "CS-Cart.jp"
},
{
"object_id": "75",
"name": "theme_name",
"section_id": "0",
"section_tab_id": "0",
"type": "I",
"edition_type": "ROOT,ULT:VENDOR",
"position": "0",
"is_global": "Y",
"handler": "",
"parent_id": "0",
"description": null,
"tooltip": null,
"object_type": null,
"value": "bright_theme"
},
{
"object_id": "76",
"name": "show_menu_mouseover",
"section_id": "0",
"section_tab_id": "0",
"type": "C",
"edition_type": "ROOT,ULT:VENDOR",
"position": "0",
"is_global": "Y",
"handler": "",
"parent_id": "0",
"description": null,
"tooltip": null,
"object_type": null,
"value": "Y"
}
],
"params": {
"section_id": 0,
"section_tab_id": 0,
"items_per_page": "10",
"page": 1,
"total_items": 326
}
}{}最終更新