Field Filters

This section explains the filter query parameters.

The Ubidots API v2.0 offers a powerful way to customize the GET requests with filters. Filters can be applied on many of the objects attributes. Given the different attribute types there are different types of filters that can be applied.

🚧

Attention

For all filters except for the exact match, the format of the filter is as follows:
attribute__filtertype, e.g. id__in or tags__contains.