管理画面 > 共通印刷物グループ登録
管理者
共通印刷物グループ登録
未選択
グループを選択してください
選択 ▼
含まれる印刷物(グループ選択後に表示)
グループ未選択
グループを選ぶと印刷物一覧が表示されます
共通印刷物グループ一覧
GET /common-print-groups で取得
cpg_001
安全標識セット
commonPrintGroupId: cpg_001
cpg_002
店舗案内セット
commonPrintGroupId: cpg_002
cpg_003
衛生管理セット
commonPrintGroupId: cpg_003
ユーザー画面 > 共通印刷物
ユーザー
共通印刷物
Brother APIは呼ばない — Bubble DBの thumbnailUrl で画像を直接表示
安全標識セット
店舗案内セット
衛生管理セット
立入禁止
立入禁止_01.png
表示: thumbnailUrl
土足厳禁
土足厳禁_01.png ← DL対象
表示: thumbnailUrl
安全第一
安全第一_01.png
表示: thumbnailUrl
ヘルメット着用
ヘルメット着用_01.png
表示: thumbnailUrl
API呼び出し
1グループ一覧取得
GET/common-print-groups
レスポンス
commonPrintGroupId
name
Response
{
"commonPrintGroups": [
{
"commonPrintGroupId": "cpg_001", // Common Print Group DB.commonPrintGroupId
"name": "安全標識セット" // グループ名
},
{
"commonPrintGroupId": "cpg_002",
"name": "店舗案内セット"
}
]
}
DB読み取り(Brother側)
Brother Common Print Group DB
| フィールド | 用途 |
|---|---|
| commonPrintGroupId | グループ識別キー |
| name | グループ名表示 |