Is it possible to retrieve the devices that have a profile installed / not installed via API? We need to collect their DeviceIDs in order to perform actions on them afterwards.
In the console, we can correctly filter the devices.
However, we cannot find any endpoint like /profile/{referenceId}/* that provides this information.
We have also tried using the /devices and /devices/search endpoints with the filter field, but we have not been able to make it work. This test returned KO (copy/paste the console filter and codifiy it):
Is it possible to obtain this information?
Thanks!