Skip to content

Commit

Permalink
Merge pull request #404 from vanshisingh/vanshisingh/addingscanguidan…
Browse files Browse the repository at this point in the history
…ceapis

Adding Scan Guidance APIs to Graph Explorer Sample Queries Section
  • Loading branch information
andrueastman authored Nov 21, 2023
2 parents b7999e3 + 9e6315f commit 400cbd8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sample-queries/sample-queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -4003,6 +4003,30 @@
"skipTest": false
},
{
"id": "3f59edb4-8a39-4a76-9069-8c8b362216f3",
"category": "Scan Guidance",
"method": "GET",
"humanName": "get drive item delta",
"requestUrl": "/v1.0/sites/root/drives/{drive-id}/root/delta",
"docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-1.0&tabs=http",
"skipTest": false
},
{
"id": "ceeb5acc-da35-4d5c-9e23-267da5fc4ac5",
"category": "Scan Guidance",
"method": "GET",
"humanName": "get drive item delta (beta)",
"requestUrl": "/beta/sites/root/drives/{drive-id}/root/delta",
"docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-beta&tabs=http",
"skipTest": false
},
{
"id": "d6960241-5edb-4e3c-a7c7-ee844d01445d",
"category": "Scan Guidance",
"method": "GET",
"humanName": "get list item delta",
"requestUrl": "/beta/sites/root/lists/{list-id}/items/delta",
"docLink": "https://learn.microsoft.com/en-us/graph/api/listitem-delta?view=graph-rest-beta&tabs=http",
"id": "62e117e6-ac63-465a-9868-d1b901f2e530",
"category": "Viva Goals",
"method": "GET",
Expand Down

0 comments on commit 400cbd8

Please sign in to comment.