6.1.9.6.4. タスク権限判定¶
タスク権限有無の判定結果リストを取得します。
6.1.9.6.4.1. HTTP リクエスト¶
GET /api/workflow/authz/task
6.1.9.6.4.2. レスポンスデータ¶
6.1.9.6.4.2.1. JSON¶
{
"data": {
"permissions": [
{
"authScope": "string",
"permitted": true
}
]
}
}
6.1.9.6.4.2.2. 詳細¶
| プロパティ名 | 論理名 | 型 | 説明 |
|---|---|---|---|
| permissions | 許可情報リスト | array<object> | |
| - authScope | 権限範囲 | string | 申請 apply 、処理 process 、 処理済み processed 、 確認 confirm |
| - permitted | 権限判定 | boolean | 権限あり true 、権限なし false |