In CorporateActionsStandardReportTemplates, how do i enter QueryStartDate as "All Historical Events"

I am trying to add the following in my CorporateActions report. However, i am unable to determine on how to use All historical & Future events. I tried like below in my JSON request but failed. Please help. i am unable to find this in Data Guide - Rest API reference too.

-- Below is a partial request

"Condition": {

"ReportDateRangeType": "Range",

"QueryStartDate": "AllHistoricalEvents",

"QueryEndDate": "AllFutureEvents",

1694420814676.png


Best Answer

  • @lim.yongyik

    Thank you for reaching out to us.

    I think if you don't specify the "PreviousDays" and "QueryStartDate" fields, it will use "All Historical Events" by default. If you don't specify the "NextDays" and "QueryEndDate" fields, it will use "All Future Events" by default.

    "Condition": {
          "ReportDateRangeType": "Range",    
    ....

Answers