We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a0fc2 commit 9b67a2fCopy full SHA for 9b67a2f
src/pages/endpoint/reports/autopilot-deployment/index.js
@@ -92,7 +92,13 @@ const Page = () => {
92
return (
93
<CippTablePage
94
title={pageTitle}
95
- apiUrl="/api/ListAutopilotDeployments"
+ apiUrl="/api/ListGraphRequest"
96
+ apiData={{
97
+ endpoint: "deviceManagement/autopilotEvents",
98
+ $orderBy: "enrollmentStartDateTime desc",
99
+ $top: 999,
100
+ }}
101
+ apiDataKey="Results"
102
actions={actions}
103
offCanvas={offCanvas}
104
simpleColumns={simpleColumns}
0 commit comments