pl-api
    Preparing search index...

    Interface AdminGetDimensionsParams

    interface AdminGetDimensionsParams {
        end_at?: string;
        instance_accounts?: { domain?: string };
        instance_languages?: { domain?: string };
        limit?: number;
        start_at?: string;
        tag_languages?: { id?: string };
        tag_servers?: { id?: string };
    }
    Index

    Properties

    end_at?: string

    String (ISO 8601 Datetime). The end date for the time period. If a time is provided, it will be ignored.

    instance_accounts?: { domain?: string }

    Type declaration

    • Optionaldomain?: string

      String. When instance_accounts is one of the requested keys, you must provide a domain to obtain information about popular accounts from that server.

    instance_languages?: { domain?: string }

    Type declaration

    • Optionaldomain?: string

      String. When instance_accounts is one of the requested keys, you must provide a domain to obtain information about popular languages from that server.

    limit?: number

    Integer. The maximum number of results to return for sources, servers, languages, tag or instance dimensions.

    start_at?: string

    String (ISO 8601 Datetime). The start date for the time period. If a time is provided, it will be ignored.

    tag_languages?: { id?: string }

    Type declaration

    • Optionalid?: string

      String. When tag_languages is one of the requested keys, you must provide a trending tag ID to obtain information about which languages are posting the tag.

    tag_servers?: { id?: string }

    Type declaration

    • Optionalid?: string

      String. When tag_servers is one of the requested keys, you must provide a trending tag ID to obtain information about which servers are posting the tag.