# Event Rules and Notifications Endpoints to viewing event rules for monitoring and retrieve notifications triggered by changes in monitored companies. ## List Company Events - [GET /monitoring/companies/{id}/events](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/globalmonitoring/globalmonitoring/event-rules-and-notifications/listcompanyevents.md): Endpoint to return a collection of for the given company, optionally filtered on the supplied search criteria. Event information will only be returned if the company exists in at least one of your . ## All EventRules - [GET /monitoring/eventRules](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/globalmonitoring/globalmonitoring/event-rules-and-notifications/alleventrules.md): Get all available notification event rules. Notification event rules allow you to control which events you wish to monitor for the contained within a given . This endpoint returns all available notification event rules, including those that are not currently enabled for the specified portfolio. To view only the notification event rules that are currently available for a portfolio you have please use the Endpoint Portfolio Event Rules. ## Filtered EventRules - [GET /monitoring/eventRules/{countryCode}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/globalmonitoring/globalmonitoring/event-rules-and-notifications/filteredeventrules.md): Get all available notification event rules for the given . Notification event rules allow you to control which events you wish to monitor for the contained within a given . ## All Notification Events - [GET /monitoring/notificationEvents](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/globalmonitoring/globalmonitoring/event-rules-and-notifications/allnotificationevents.md): Get all notification events generated for companies monitored in your portfolios, based on the notification rules enabled. The notification events returned will be filtered based upon the supplied search criteria.