Skip to content

Filters

By default, subscribed applications poll for all event messages on a topic despite the relevance of each individual message to that particular subscriber. Filters provide efficiency when polling for events by making available only a subset of those events to each consumer based on filter parameters.

Consumer Controlled Filtering

Consumer Controlled Filtering result in the consumer receiving a limited number of event messages which satisfies the filter criteria.

Filters can be viewed and applied by following the below steps:

  1. Go to Trimble Cloud Console.
  2. From the left menu click Home > Products.
  3. Search for the Events API Product.
  4. In the Version tab, select “Events-Consumers-Filter-1.0”. Filter Editing API endpoint will be displayed.
  5. Once you subscribed to the Product, you can use the API to (GET / PUT) retrieve or update filters by providing the token of the subscribed application.