Разобрался!
Кому будет нужно, вот пример:
<?php
$InformationSystem = & singleton('InformationSystem');
$external_propertys=array();
$property = array();
$property['show_item_type'] = array('putoff_date', 'putend_date', 'active', 'inactive');
$item_count = 100;
$IS_name = "СписокЭлИсПРОФКАЛЕНДАРЬ";
$InformationGroupId = false;
$InformationSystemId = 67;
$InformationSystem->ShowInformationSystem($InformationSystemId, $InformationGroupId, $IS_name, $item_count, 0, $external_propertys, $property);
?>