Serverside data preperation to relieve clientside workload

Requirements: Basic Knowledge of Rest APIs and Microsoft Graph API

Graph API Query Parameters

With query parameters you can specify custom queries that the answer of the Graph API returns the values you need. Therefore, you specify the API Route you want to take and on this value you perform a serverside data preperation.

$Filter

Example: Get MEID Group Properties by MEID Group SID

GET https://graph.microsoft.com/v1.0/groups?$filter=startswith(securityIdentifier,'S-1-12-1-234774239-1265421194-1318151825-3905263908')

$Select

Example: Get Intune Primary User by Intune Device ID

GET https://graph.microsoft.com/beta/deviceManagement/managedDevices/<INTUNEDEVICEID>?$select=usersLoggedOn



Revision #5
Created 29 November 2022 18:25:11 by Luca Noah Caprez
Updated 30 May 2023 06:51:11 by Luca Noah Caprez