masto
    Preparing search index...

    Interface ReportsResource

    interface ReportsResource {
        list: Method<
            Paginator<mastodon.v1.Admin.Report[], ListReportsParams>,
            ListReportsParams,
        >;
        $select(id: string): Reports$SelectResource;
    }
    Index

    Properties

    Methods

    Properties

    View all reports. Pagination may be done with HTTP Link header in the response.

    Parameters

    Array of AdminReport

    Methods