umami-api-js
    Preparing search index...

    Interface Timestamps

    The Reports endpoints use startDate instead of startAt, and endDate instead of endAt

    interface Timestamps {
        endDate: number | Date;
        startDate: number | Date;
    }
    Index

    Properties

    Properties

    endDate: number | Date

    Timestamp of end date

    startDate: number | Date

    Timestamp of starting date