Skip to content

Commit 9b67a2f

Browse files
committed
Update API endpoint and data configuration for Autopilot Deployment report
1 parent 07a0fc2 commit 9b67a2f

File tree

1 file changed

+7
-1
lines changed
  • src/pages/endpoint/reports/autopilot-deployment

1 file changed

+7
-1
lines changed

src/pages/endpoint/reports/autopilot-deployment/index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,13 @@ const Page = () => {
9292
return (
9393
<CippTablePage
9494
title={pageTitle}
95-
apiUrl="/api/ListAutopilotDeployments"
95+
apiUrl="/api/ListGraphRequest"
96+
apiData={{
97+
endpoint: "deviceManagement/autopilotEvents",
98+
$orderBy: "enrollmentStartDateTime desc",
99+
$top: 999,
100+
}}
101+
apiDataKey="Results"
96102
actions={actions}
97103
offCanvas={offCanvas}
98104
simpleColumns={simpleColumns}

0 commit comments

Comments
 (0)