Loading...
Retrieve Predefined Windows Components
Success
The Aliases of the predefined object
The Display Name of the predefined object
Component Name.
const response = await fetch('/api/VDI/Optimization/Predefined/WindowsComponent', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "aliases": "text", "displayName": "text", "component": "text" } ]