GET /API/v2/Trades/Messages/GetDetails/{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. |
|
| message |
Required |
||
| checkStatusId | 確認状況ID |
String, Null |
Max length: 36 |
| isChecked | 確認済みか |
Boolean, Null |
None. |
| operatedAt | 操作日時 |
String |
Required Format : date-time |
| replyMessages | 返信メッセージ |
Collection, Null of replyMessages |
None. |