intra-mart Accel Platform IM-Workflow 仕様書 第37版 2024-04-01

6.1.9.12.4. モニタリング(案件処理概況)情報リスト取得

モニタリング(案件処理概況)情報リストを取得します。

6.1.9.12.4.1. HTTP リクエスト

GET /api/workflow/maintenance/monitoring-matter

6.1.9.12.4.2. レスポンスデータ

6.1.9.12.4.2.1. JSON

{
  "data": {
    "monitoringMatterDataList": [
      {
        "amountTime": "string",
        "averageTime": "string",
        "cplMatterCount": "string",
        "processStatus": "string"
      }
    ]
  }
}

6.1.9.12.4.2.2. 詳細

プロパティ名 論理名 説明
monitoringMatterDataList モニタリング(案件処理概況)情報リスト array<object>  
- amountTime 処理時間総計[分単位] string  
- averageTime 平均処理時間[分単位] string  
- cplMatterCount 完了案件件数 string  
- processStatus 処理ステータス string  

6.1.9.12.4.3. エラーコード

エラーコード エラーメッセージ 備考
6258 モニタリング(案件処理概況)の取得に失敗しました。 モニタリング(案件処理概況)の取得に失敗した場合