Constructors

Methods

  • List all the social media account statistics, with optional filters.

    Type Parameters

    • T

    Parameters

    • Optional params: Record<string, any>

      Optional query parameters:

      • platform (string | string[]): Filter by platform(s)
      • start_date (string): Filter records created on or after this date (YYYY-MM-DD)
      • end_date (string): Filter records created on or before this date (YYYY-MM-DD)
      • user_id (string): Filter by user ID
      • title_promotion_schedule_id (string): Filter by TitlePromotionSchedule ID

    Returns AxiosPromise<default<T>>

    promise

  • Generate various reports for social media account statistics.

    Type Parameters

    • T

    Parameters

    • params: Record<string, any>

      Query parameters:

      • report_type (string): Required (e.g. average_followers, growth, platform_breakdown)
      • platform (string or string[]): Filter by platform(s)
      • start_date (string): Filter from date (YYYY-MM-DD)
      • end_date (string): Filter to date (YYYY-MM-DD)
      • user_id (string): Filter by user ID
      • title_promotion_schedule_id (string): Filter by schedule ID

    Returns AxiosPromise<default<T>>

    promise

Generated using TypeDoc