Есть два варианта:
1) Использовать компонент news.list и задать уже фильтр по нужным свойствам, вот ссылка на документацию по news.list:
[URL=https://dev.1c-bitrix.ru/user_help/components/content/articles_and_news/news_list.php]https://dev.1c-bitrix.ru/user_help/components/content/articles_and_news/news_list.php[/URL]
2) Получить данные напрямую с помощью CIBlockElement::GetList(), где уже также задать фильтр, вот ссылка на документацию по GetList:
[URL=https://dev.1c-bitrix.ru/api_help/iblock/classes/ciblockelement/getlist.php]https://dev.1c-bitrix.ru/api_help/iblock/classes/ciblockelement/getlist.php[/URL]
1) Использовать компонент news.list и задать уже фильтр по нужным свойствам, вот ссылка на документацию по news.list:
[URL=https://dev.1c-bitrix.ru/user_help/components/content/articles_and_news/news_list.php]https://dev.1c-bitrix.ru/user_help/components/content/articles_and_news/news_list.php[/URL]
2) Получить данные напрямую с помощью CIBlockElement::GetList(), где уже также задать фильтр, вот ссылка на документацию по GetList:
[URL=https://dev.1c-bitrix.ru/api_help/iblock/classes/ciblockelement/getlist.php]https://dev.1c-bitrix.ru/api_help/iblock/classes/ciblockelement/getlist.php[/URL]