NG Reports (Scheduled)

List Custom Report Schedules

List custom report schedules with filters and pagination.

get/ng-reports/scheduled/custom

Query parameters

pageinteger

Page number, min = 1

limitinteger

Page Size, min = 1, max = 500

frequencyXiqScheduleFrequency[]

The frequency of the scheduled report (e.g., DAILY, WEEKLY, MONTHLY)

keywordstring

The keyword to search in the report name

Response

OK

pageinteger required

The current page number

countinteger required

The element count of the current page

total_pagesinteger required

The total page number based on request page size

total_countinteger required

The total element count

Changes

Changed in 1 of the 6 revisions of this API.1

    • for the query request parameter limit, the max was increased from 100.00 to 500.00

      request-parameter-max-increased

Of the 6 revisions, 1 has no diff computed.