Interface ReportsOptions

Reports endpoint optional parameters.

Hierarchy

  • TypeOf<typeof reportsOptionsSchema>
    • ReportsOptions

Properties

maxAgeInDays?: number = ...

Show latest reports based on n days. Accepted values between 1 and 365, defaults to 30 by the API.

page?: number = ...

Pagination number based on the perPage parameter. Minimum accepted value is 1, defaults to 1 by the API.

perPage?: number = ...

Amount of reports per page. Accepted values between 1 and 100, defaults to 25 by the API.

Generated using TypeDoc