Hi.
I'm trying to read the "Notes" field of of an enrolled device in Intune. There is some text entered in the graphical interface.
But reading the record with a curl (the API call is made from an enrolled Mac), the output for "Notes" is always : "notes":null
I tried to read the documentation but I found nothing specific about notes, as other fields look like ok.
That is stopping me in 2 development projects.
Best regards.
Franck
This is the full output (test device) :
{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#deviceManagement/managedDevices/$entity","id":"c05767f9-74c6-4c6c-a69c-fc22aa344670","userId":"fc46c8fa-a00e-4345-b4a5-571b43bc32c5","deviceName":"Franck\u2019s iMac","managedDeviceOwnerType":"company","enrolledDateTime":"2021-08-18T17:48:46.3120415Z","lastSyncDateTime":"2021-08-18T17:50:06.4411055Z","operatingSystem":"macOS","complianceState":"compliant","jailBroken":"Unknown","managementAgent":"mdm","osVersion":"10.15.5 (19F101)","easActivated":true,"easDeviceId":null,"easActivationDateTime":"2021-08-18T17:49:01.087594Z","azureADRegistered":true,"deviceEnrollmentType":"userEnrollment","activationLockBypassCode":null,"emailAddress":null,"azureADDeviceId":"ff661ada-638a-40d1-b627-27b75efcc7d8","deviceRegistrationState":"registered","deviceCategoryDisplayName":"","isSupervised":false,"exchangeLastSuccessfulSyncDateTime":"0001-01-01T00:00:00Z","exchangeAccessState":"none","exchangeAccessStateReason":"none","remoteAssistanceSessionUrl":"","remoteAssistanceSessionErrorDetails":"","isEncrypted":false,"userPrincipalName":"asm.teacher01@agnosys.eu","model":"iMac","manufacturer":"Apple","imei":null,"complianceGracePeriodExpirationDateTime":"2021-08-18T17:48:50.3233Z","serialNumber":"C02GD7ADDHJN","phoneNumber":null,"androidSecurityPatchLevel":null,"userDisplayName":"ASM Teacher01","configurationManagerClientEnabledFeatures":null,"wiFiMacAddress":null,"deviceHealthAttestationState":null,"subscriberCarrier":"","meid":null,"totalStorageSpaceInBytes":48318382080,"freeStorageSpaceInBytes":27917287424,"managedDeviceName":"asm.teacher01_MacOS_8/18/2021_5:48 PM","partnerReportedThreatState":"unknown","iccid":"","udid":"","notes":null,"ethernetMacAddress":"000c29e789dc","physicalMemoryInBytes":0,"deviceActionResults":[]}

