Skip to main content
GET
/
api
/
device
/
tag
/
find
查询标签列表
curl --request GET \
  --url https://api.example.com/api/device/tag/find \
  --header 'Authentication: <authentication>'
{}

Headers

Authentication
string
default:{{token_1}}
required

Query Parameters

byType
boolean

按类型分组(true-返回分组结构,false-返回平铺列表)

Response

200 - application/json

返回结果根据byType参数不同有两种结构

{key}
any[]