device-profile-controller
Get Device Profile (getDeviceProfileById)
Fetch the Device Profile object based on the provided Device Profile Id. The server checks that the device profile is owned by the same tenant.
Available for users with 'TENANT_ADMIN' authority.
get/api/deviceProfile/{deviceProfileId}
Path parameters
deviceProfileIdstring required
A string value representing the device profile id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Query parameters
inlineImagesboolean
Inline images as a data URL (Base64)
Response
OK