get:
  tags:
    - All Resources
    - Spotify
    - Tracks
    - Charts
  summary: 'Get info about a specific track entering the specific position range in the chart'
  operationId: spotify.tracks.charts.additions
  description: |
    Returns charts for the specific date only including charts that had tracks added to the specific position range since either the provided  previous_date or the previous last available date relative to the provided date.
    Exactly one of params 'track_id', 'isrc' must be specified.
  security:
    - bearerAuth: []
  parameters:
    - $ref: '../parameters/spotify_track_id_array.yaml'
    - $ref: '../parameters/isrc_array.yaml'
    - $ref: '../parameters/previous_chart_date.yaml'
    - $ref: '../parameters/chart_date.yaml'
    - $ref: '../parameters/spotify_track_state_includes_array.yaml'
    - $ref: '../parameters/chart_track_metrics_dimension.yaml'
    - $ref: '../parameters/spotify_chart_type_array.yaml'
    - $ref: '../parameters/spotify_chart_breakdown_array.yaml'
    - $ref: '../parameters/chart_country_code_array.yaml'
    - $ref: '../parameters/chart_min_rank.yaml'
    - $ref: '../parameters/chart_max_rank.yaml'
    - $ref: '../parameters/min_track_position.yaml'
    - $ref: '../parameters/max_track_position.yaml'
  responses:
    200:
      $ref: '../responses/SpotifyTrackChartsSearchResultsResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'