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

6.1.9.11.2. 一覧表示パターンに紐づく案件プロパティ情報取得

一覧表示パターンに紐づく案件プロパティ情報を取得します。

6.1.9.11.2.1. HTTP リクエスト

GET /api/workflow/list-display-patterns/{patternId}/matter-properties

6.1.9.11.2.2. パスパラメータ

プロパティ名 論理名 説明
patternId 一覧表示パターンID  

6.1.9.11.2.3. レスポンスデータ

6.1.9.11.2.3.1. JSON

{
  "matterProperties": [
    {
      "align": "string",
      "calendar": true,
      "commaSeparated": true,
      "localeId": "string",
      "matterPropertyKey": "string",
      "matterPropertyName": "string",
      "matterPropertyType": "string",
      "searchRangeType": "string"
    }
  ]
}

6.1.9.11.2.3.2. 詳細

プロパティ名 論理名 説明
matterProperties 案件プロパティ情報 array<object>  
- calendar カレンダー表示フラグ boolean 表示する true 、表示しない false
- commaSeparated カンマ区切り表示フラグ boolean 表示する true 、表示しない false
- localeId ロケールID string  
- matterPropertyKey 案件プロパティキー string  
- matterPropertyName 案件プロパティ名 string  
- matterPropertyType 案件プロパティキー型種別 string 文字列 string 、数値 number
- searchRangeType 検索範囲種別 string 単一検索 single 、範囲検索 range

6.1.9.11.2.4. エラーコード

エラーコード エラーメッセージ 備考
5023 一覧表示パターンIDが未指定です。 patternId が未指定の場合
6234 一覧表示パターンに紐づく案件プロパティ情報の取得に失敗しました。 一覧表示パターンに紐づく案件プロパティ情報の取得処理に失敗した場合
8810 指定された一覧表示パターン情報が存在しません。 指定された一覧表示パターンIDに一致する情報が存在しない場合