pl-api
    Preparing search index...

    Interface AdminGetMeasuresParams

    interface AdminGetMeasuresParams {
        instance_accounts?: { domain?: string };
        instance_followers?: { domain?: string };
        instance_follows?: { domain?: string };
        instance_media_attachments?: { domain?: string };
        instance_reports?: { domain?: string };
        instance_statuses?: { domain?: string };
        tag_accounts?: { id?: string };
        tag_servers?: { id?: string };
        tag_uses?: { id?: string };
    }
    Index

    Properties

    instance_accounts?: { domain?: string }

    Type declaration

    • Optionaldomain?: string

      String. When instance_accounts is one of the requested keys, you must provide a remote domain to obtain the measure of how many accounts have been discovered from that server within the given time period.

    instance_followers?: { domain?: string }

    Type declaration

    • Optionaldomain?: string

      String. When instance_followers is one of the requested keys, you must provide a remote domain to obtain the measure of how many follows were performed by accounts from that server on local accounts within the given time period.

    instance_follows?: { domain?: string }

    Type declaration

    • Optionaldomain?: string

      String. When instance_follows is one of the requested keys, you must provide a remote domain to obtain the measure of how many follows were performed on accounts from that server by local accounts within the given time period.

    instance_media_attachments?: { domain?: string }

    Type declaration

    • Optionaldomain?: string

      String. When instance_media_attachments is one of the requested keys, you must provide a remote domain to obtain the measure of how much space is used by media attachments from that server within the given time period.

    instance_reports?: { domain?: string }

    Type declaration

    • Optionaldomain?: string

      String. When instance_reports is one of the requested keys, you must provide a remote domain to obtain the measure of how many reports have been filed against accounts from that server within the given time period.

    instance_statuses?: { domain?: string }

    Type declaration

    • Optionaldomain?: string

      String. When instance_statuses is one of the requested keys, you must provide a remote domain to obtain the measure of how many statuses originate from that server within the given time period.

    tag_accounts?: { id?: string }

    Type declaration

    • Optionalid?: string

      String. When tag_accounts is one of the requested keys, you must provide a tag ID to obtain the measure of how many accounts used that hashtag in at least one status within the given time period.

    tag_servers?: { id?: string }

    Type declaration

    • Optionalid?: string

      String. When tag_servers is one of the requested keys, you must provide a tag ID to obtain the measure of how many servers used that hashtag in at least one status within the given time period.

    tag_uses?: { id?: string }

    Type declaration

    • Optionalid?: string

      String. When tag_uses is one of the requested keys, you must provide a tag ID to obtain the measure of how many statuses used that hashtag within the given time period.