Get Foldername from api
Get the Foldername in addition the to FolderID from /api/v3/agents
-
Matt Shephard commented
I also need the FolderName. Management basically wants an asset report grouped by CustomerName and sub-grouped by FolderName, but all I can get is this FolderID I can't do much with.
The data retrieval call for the devices list seems to have most everything I need in its response including folderName (https://app.atera.com/proxy/devices-view/get?&$orderby=AlertsPaused%20desc,CriticalAlertsCount%20desc,WarningAlertsCount%20desc,InformationAlertsCount%20desc&$top=20&$skip=0&$count=true), but Folders are nowhere in the API :(
Honestly, I'd even be ok with a simple GET that just returns the list of FolderID + FolderName key-value-pairs, so I at least have something I can at least cache for lookup, if the LoE for updating an existing endpoint is a concern.