Skip to content

Commit

Permalink
Merge pull request #407 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Merge dev to master
  • Loading branch information
andrueastman authored Nov 22, 2023
2 parents dd5032f + ca8500f commit a041f2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sample-queries/sample-queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -4027,10 +4027,13 @@
"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",
"skipTest": false
},
{
"id": "62e117e6-ac63-465a-9868-d1b901f2e530",
"category": "Viva Goals",
"method": "GET",
"humanName": "get the properties of goalsExportJobs in a Viva goals organization",
"humanName": "get the properties of a goalsExportJob in a Viva goals organization",
"requestUrl": "/beta/employeeExperience/goals/exportJobs/{jobId}",
"tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission",
"docLink": "https://learn.microsoft.com/en-us/graph/api/goalsexportjob-get?view=graph-rest-beta",
Expand All @@ -4040,7 +4043,7 @@
"id": "f80fc68a-b297-4869-848a-1fbd088cd6be",
"category": "Viva Goals",
"method": "GET",
"humanName": "get a list of for goalsExportJobs in a Viva goals organization",
"humanName": "get a list of goalsExportJobs in a Viva goals organization",
"requestUrl": "/beta/employeeExperience/goals/exportJobs",
"tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission",
"docLink": "https://learn.microsoft.com/en-us/graph/api/goals-list-exportjobs?view=graph-rest-beta",
Expand Down

0 comments on commit a041f2b

Please sign in to comment.