diff --git a/src/sections/reports.ts b/src/sections/reports.ts index 6f974ad7..5950c75f 100644 --- a/src/sections/reports.ts +++ b/src/sections/reports.ts @@ -317,7 +317,7 @@ export class Reports { const [response, meta] = await this.httpClient.request('POST', { resource: Resource.Reports, version: REPORTS_API_VERSION, - action: 'GetReportScheduleList', + action: 'GetReportScheduleCount', parameters: { 'ReportTypeList.Type': parameters.ReportTypeList, },