get:
  tags:
    - All Resources
    - Charts
  summary: 'Search for Charts'
  operationId: charts.search
  description: >-
    Resource route for getting a list of `Charts`
    with filtering based on provided parameters  
    
    Now this endpoint supports only `youtube` dsp.  Also `dsp` parameter is DEPRECATED, `rank` field is DEPRECATED
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/chart_group.yaml'
    - $ref: '../parameters/country_code.yaml'
    - $ref: '../parameters/charts_dsp_array.yaml'
    - $ref: '../parameters/limit.yaml'
    - $ref: '../parameters/offset.yaml'
    - $ref: '../parameters/sort_by_charts.yaml'
    - $ref: '../parameters/sort_order.yaml'
  responses:
    200:
      $ref: '../responses/ChartsResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'