get:
  tags:
    - All Resources
    - Playlists
    - Public Playlists
  summary: 'Search for Playlist update history (public)'
  operationId: public.track_positions.dates
  description: >-
    Provide the information about when playlist was updated, synced or last sync try was  
    
    Sort by values: 
      * country_code
      * dsp_update_date_time
      * playlist_id
      * playlist_updated_at_date_time
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/playlist_id.yaml'
    - $ref: '../parameters/country_code_array.yaml'
    - $ref: '../parameters/sort_by_track_positions_playlists_dates.yaml'
    - $ref: '../parameters/sort_order_array.yaml'
  responses:
    200:
      $ref: '../responses/PlaylistPublicPositionsDatesResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'