GenerateTradeActivityReport
Array of account IDs.
The ID of the Order Management System.
Start time for the report.
End time for the report.
curl -L \ --request POST \ --url 'GenerateTradeActivityReport' \ --header 'Content-Type: application/json' \ --data '{ "accountIdList": [ 0 ], "omsId": 0, "startTime": "0001-01-01T05:00:00Z", "endTime": "0001-01-01T05:00:00Z" }'
{ "RequestingUser": 1, "OMSId": 1, "reportFlavor": { "Options": [ "TradeActivity" ] }, "createTime": "2018-08-17T15:34:20Z", "initialRunTime": "2018-08-17T15:34:20Z", "intervalStartTime": "2019-04-10T04:00:00Z", "intervalEndTime": "2020-04-10T04:00:00Z", "RequestStatus": { "Options": [ "Submitted" ] }, "ReportFrequency": { "Options": [ "onDemand" ] }, "intervalDuration": 316224000000000, "RequestId": "Moy/IpfPA0SLUHNYt54q4w==", "lastInstanceId": null, "accountIds": [ 1 ] }