Skip to content

Commit

Permalink
Merge pull request #397 from ishatyagiit/istyagi/AddVivaGoalsApiToGra…
Browse files Browse the repository at this point in the history
…phExplorer

Adding Viva Goals Apis to graph explorer
  • Loading branch information
andrueastman authored Nov 21, 2023
2 parents 4274685 + 33482ac commit b7999e3
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions sample-queries/sample-queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}

0 comments on commit b7999e3

Please sign in to comment.