GET /API/v2/Trades/Histories/Get/{historyId}
取引内での操作履歴を取得します。 履歴ID(***historyId***)を指定して、取引内での操作履歴を取得します。 取引内での操作履歴に関する詳細については、[取引内での操作履歴について]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| historyId | 履歴ID |
String |
Required Max length: 36 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| historyId | 履歴ID |
String |
Required Max length: 36 |
| operationType |
Required |
||
| operatedByPartner |
Required |
||
| operatedByEmployee |
Required |
||
| notifyToPartners | 操作を通知するパートナー |
Collection, Null of notifyToPartners |
None. |
| inTrade |
Required |
||
| inPartner |
Object, Null |
None. |
|
| inReport |
Object, Null |
None. |
|
| inTask |
Object, Null |
None. |
|
| inProcess |
Object, Null |
None. |
|
| inMessage |
Object, Null |
None. |
|
| replyCount | 返信件数 |
Integer, Null |
None. |
| checkStatusId | 確認状況ID |
String, Null |
Max length: 36 |
| isChecked | 確認済みか |
Boolean, Null |
None. |
| operatedAt | 操作日時 |
String |
Required Format : date-time |