選択可能なデバイスと言語の一覧を取得します。
システム管理者以上
DELETE baser/api/admin/baser-core/sites/get_selectable_devices_and_lang/{mainSiteId}/{currentSiteId}.json
パラメーター名 | 型 | 必須 | 内容 |
---|---|---|---|
mainSiteId | 数値 | ● | メインサイトID |
currentSiteId | 数値 | 現在サイトID |
{
"devices": {
"指定しない",
"mobile": "ケータイ",
"smartphone": "スマートフォン"
},
"langs": {
"指定しない",
"english": "英語",
"chinese": "中国語",
"spanish": "スペイン"
}
}