diff --git a/sample-queries/sample-queries.json b/sample-queries/sample-queries.json index 3cb7751b..afcb0f9f 100644 --- a/sample-queries/sample-queries.json +++ b/sample-queries/sample-queries.json @@ -4001,6 +4001,46 @@ "tip": "This query requires the TeamworkTag.ReadWrite permission", "docLink": "https://learn.microsoft.com/en-us/graph/api/teamworktagmember-delete?view=graph-rest-beta", "skipTest": false + }, + { + "id": "62e117e6-ac63-465a-9868-d1b901f2e530", + "category": "Viva Goals", + "method": "GET", + "humanName": "get the properties of goalsExportJobs 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", + "skipTest": false + }, + { + "id": "f80fc68a-b297-4869-848a-1fbd088cd6be", + "category": "Viva Goals", + "method": "GET", + "humanName": "get a list of for 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", + "skipTest": false + }, + { + "id": "28e69a77-79ef-415b-8e59-14137a2424e4", + "category": "Viva Goals", + "method": "POST", + "humanName": "create a new goalsExportJob object in a Viva goals organization", + "requestUrl": "/beta/employeeExperience/goals/exportJobs", + "tip": "This query requires the Goals-Export.ReadWrite.All permission", + "docLink": "https://learn.microsoft.com/en-us/graph/api/goals-post-exportjobs?view=graph-rest-beta", + "skipTest": false + }, + { + "id": "6f02913d-5ac3-4d8c-b04c-5794789db5c2", + "category": "Viva Goals", + "method": "GET", + "humanName": "get the content of a successfully completed goalsExportJob resource", + "requestUrl": "/beta/employeeExperience/goals/exportJobs/{jobId}/content", + "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#example-6-get-the-content-of-a-successfully-completed-goalsexportjob-resource", + "skipTest": false } ] }