GET /API/v2/Trades/Processes/Get/{processId}
取引内のプロセスを取得します。 プロセスID(***processId***)を指定して、取引内のプロセスを取得します。 取引内でのプロセスに関する詳細については、[取引内でのプロセスについて]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| processId | プロセスID |
String |
Required Max length: 62 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| processGroupCode | プロセスグループコード |
String |
Required Max length: 8 |
| processGroupName | プロセスグループ名 |
String |
Required Max length: 30 |
| processGroupNameEn | プロセスグループ名_英語表記 |
String, Null |
Max length: 30 |
| displayOrder | 表示順 |
Integer |
Required |
| processes | プロセス |
Collection, Null of processes |
None. |