def online_registered_students(type, year, page: 1, per_page: 100)
        path = path_with_page_params '/yoksis/prospectives/students', page, per_page
        Connection.request path, params: { prospective: { type: type, year: year, registration_type: 'online' } }
      end