GET /API/v2/Organizations/ReportTemplates/GetDiff/{reportId}/{reportTemplateId}
現在保存されている帳票と帳票テンプレートの差分を取得します。 帳票ID(***reportId***)と帳票テンプレートID(***reportTemplateId***)を指定して、現在保存されている帳票と帳票テンプレートの差分を取得します。 比較元を現在保存されている帳票、比較先を帳票テンプレートとして、差分の取得を行います。 差分は、帳票の差分モデル(***CompareResult***)として返却します。 帳票テンプレートに関する詳細については、[帳票テンプレートについて]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportId | 帳票ID |
String |
Required Max length: 30 |
| reportTemplateId | 帳票テンプレートID |
String |
Required Max length: 36 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| differenceType | 差分種別 |
String |
Required |
| columnName | 帳票の項目名 |
String |
Required |
| path | 帳票のJSONパス |
String |
Required |
| pathDisplayName | 帳票のJSONパスの表示名 |
String |
Required |
| pathDisplayNameEn | 帳票のJSONパスの表示名_英語表記 |
String |
Required |
| sourceValue | 比較元の値 |
String, Null |
None. |
| targetValue | 比較先の値 |
String, Null |
None. |
| ancestors | 祖先情報 |
Collection, Null of ancestors |
None. |