get:
  tags:
    - All Resources
    - Streams
    - Tracks
  summary: 'Search for latest Juno Spotify streams info.'
  operationId: streams.search.juno_spotify.latest
  description: >-
    Resource route for getting latest Juno Spotify streams info.  

    Sort by values: 
      * streams_days_7
      * streams_days_8_14
      * streams_change_7_to_14_days
      * streams_change_7_to_14_days_lean_back
      * streams_change_7_to_14_days_lean_forward
      * streams_change_percent_7_to_14_days
      * streams_change_percent_7_to_14_days_lean_back
      * streams_change_percent_7_to_14_days_lean_forward
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/juno_spotify_streams_includes_array.yaml'
    - $ref: '../parameters/country_code_array_without_ww_required.yaml'
    - $ref: '../parameters/isrc_country_code_array.yaml'
    - $ref: '../parameters/streams_growth_percent_change.yaml'
    - $ref: '../parameters/min_product_sale_date.yaml'
    - $ref: '../parameters/max_product_sale_date.yaml'
    - $ref: '../parameters/sort_by_juno_spotify_streams_latest.yaml'
    - $ref: '../parameters/sort_order.yaml'
    - $ref: '../parameters/limit.yaml'
    - $ref: '../parameters/offset.yaml'
  responses:
    200:
      $ref: '../responses/LatestJunoSpotifyStreamsResultsResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'