}
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 ) {
if ( result.length() > 1 ) {
result += ",";