I'm trying to filter the fields that I get back from the chromeOsDevices api when listing devices. I think this used to work.
GET {{baseUrl}}admin/directory/v1/customer/my_customer/devices/chromeos?maxResults=10&fields=nextPageToken,chromeosdevices(deviceId,serialNumber,macAddress,status,model,osVersion,activeTimeRanges,lastSync,lastEnrollmentTime,manufactureDate,autoUpdateExpiration,bootMode,recentUsers,UnitId,UnitPath)
But now, I always get ALL the fields back. The &fields=xxx "filter" doesn't work anymore.
Accoding to the documentation ()
"Query parameters that apply to all Directory API operations are documented at System Parameters."