| 種類 | コード | 説明 |
|---|---|---|
| CP_HIDDEN_TEXT | 001 | 自動入力テキスト設定 001: 文書の申請時間 002: 申請者による直接入力 |
| CP_HIDDEN_TEXT | 002 | 申請時の自動入力テキスト |
| CP_HIDDEN_TEXT | 003 | 申請者のメンバー名/組織を表示 |
| 属性 | タイプ | 説明 |
|---|---|---|
| attributeType | string | 属性の種類 |
| attributeId | string | 属性 ID |
| attributeName | string | 属性名 |
| attributeValue | object | 属性値 |
[ { "attributeType": "CP_HIDDEN_TEXT", "attributeId": "001", "attributeName": "自動入力テキスト設定", "attributeValue": { "items": [ { "itemId": "001", "itemName": "文書の申請時間" } ] } }, { "attributeType": "CP_HIDDEN_TEXT", "attributeId": "002", "attributeName": "申請時の自動入力テキスト", "attributeValue": { "value": "" } }, { "attributeType": "CP_HIDDEN_TEXT", "attributeId": "003", "attributeName": "申請者のメンバー名/組織を表示", "attributeValue": { "value": "N" } }]