action = "/" + requestParams.getStringParameter( Parameter.ACTION, null ); //$NON-NLS-1$
}
final String fullPath = FilenameUtils.separatorsToUnix( solution + path + action );
ISubscriptionRepository subscriptionRepository = PentahoSystem.get( ISubscriptionRepository.class, userSession );
ISubscribeContent subscribeContent = subscriptionRepository.getContentByActionReference( fullPath ); //$NON-NLS-1$
List<ISchedule> schedules = subscribeContent.getSchedules();
String result = "[";
for ( ISchedule schedule : schedules ) {