get:
  tags:
    - All Resources
    - Tracks
    - TikTok
  summary: 'Get TikTok Top tracks analytics'
  operationId: tiktok_top.tracks_analytics
  description: |
    Returns the condensed list of metrics specific track had in the specific chart between start_date
    and end_date. Only returns the data for the time period where data was available. Each item in the
    list represents the position at the end of period_days.
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/tiktok_top_chart_id.yaml'
    - $ref: '../parameters/isrc_required.yaml'
    - $ref: '../parameters/start_date.yaml'
    - $ref: '../parameters/end_date.yaml'
    - $ref: '../parameters/tiktok_top_chart_tracks_analytic_metric_group_key_array.yaml'
  responses:
    200:
      $ref: '../responses/TikTokTopChartTrackAnalytics.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'