Interface ReportSchedulesApiListReportSchedulesRequest

Hierarchy

  • ReportSchedulesApiListReportSchedulesRequest

Properties

filterAuthorUuid?: string

Filter schedules by author UUID.

filterRecipients?: string

Filter schedules by a comma-separated list of recipients.

filterTitle?: string

Filter schedules by report title.

pageLimit?: number

The maximum number of schedules to return. The maximum value is 50.

pageOffset?: number

The offset from which to start returning schedules.

Generated using TypeDoc