GET /API/v1/Master/ChangeHistories/GetListBySeqNo/{startSeqNo}
指定したseqNo以降のマスタ変更履歴リストを取得します。 ## 概要 マスタデータの更新リストを取得します。取得対象は指定したシーケンス番号(***seqNo***) 以降のデータとなります。 ## 指定するパラメタについて ### シーケンス番号 シーケンス番号(***seqNo***)は、マスタ更新履歴作成時に昇順で連番が振られます
Request Information
URI Parameters
UriModel of ChangeHistories.GetListBySeqNo
| Name | Description | Type | Additional information |
|---|---|---|---|
| startSeqNo | startSeqNo |
String |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateTime | 作成日時 |
String |
Required Format : date-time |
| operation | 操作 |
String |
Required |
| partitionNo | パーティション番号 |
Integer |
Required |
| resourceId | リソースID |
String |
Required |
| resourceName | リソース名 |
String |
Required |
| seqNo | シーケンス番号 |
Integer |
Required |