abuseipdb-client - v1.0.21
    Preparing search index...

    Interface ReportsOptions

    Reports endpoint optional parameters.

    interface ReportsOptions {
        maxAgeInDays?: number;
        page?: number;
        perPage?: number;
    }

    Hierarchy

    • TypeOf<typeof reportsOptionsSchema>
      • ReportsOptions
    Index

    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.