device-profile-controller
Get Device Profile names (getDeviceProfileNames)
Returns a set of unique device profile names owned by the tenant.
Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
get/api/deviceProfile/names
Query parameters
activeOnlyboolean
Flag indicating whether to retrieve exclusively the names of device profiles that are referenced by tenant's devices.
Response
OK
Example response
[
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "DEVICE"
}
}
]