Filter methods
Use Ubidots field filters.
GET https://industrial.api.ubidots.com/api/v2.0/devices/?label__startswith=tempFilter methods
Filter method
Description
Usage
Arguments
Response
Using the where method
where methodconst tempDevices = await Ubidots.devices.where('label').startsWith('temp').get();Using the addRawParams method
addRawParams methodAccessing the filters
Filter in the API
Filter in the library
Filter in the API
Filter in the library
Filter in the API
Filter in the library
Filter in the API
Filter in the library
Filter in the API
Filter in the library
Filter in the API
Filter in the library
Filter in the API
Filter in the library
Last updated
Was this helpful?