Skip to content

Devices with tag

GET
/users/id/getDevicesByTag

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

user id

Typestring
Required
formatJSON

Query Parameters

tag*

Tag to search for in fully qualified key:value format. Example device_type:truck. Partial searches with wildcards may be used, eg device_type:% or device_type:veh_%

Typestring
Required
fields

Optional array of device model fields to return. eg ["id","name"]

Typestring
formatJSON

Responses

Request was successful
application/json
JSON
[
{
}
]

Samples