Devices with tag
GET
/users/{id}/getDevicesByTag
Authorizations
ApiKeyAuth
API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.
TypeAPI Key (header: Authorization)
Example
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Parameters
Path Parameters
id*
user id
Typestring
Requiredformat
JSON
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
Requiredfields
Optional array of device model fields to return. eg ["id","name"]
Typestring
format
JSON
Responses
Request was successful
application/json
JSON
[
{
}
]