Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Viva Goals Apis to graph explorer #397

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 status of export job",
"requestUrl": "/beta/employeeExperience/goals/exportJobs/{jobId}",
"tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission",
"docLink": "",
"skipTest": false
},
{
"id": "f80fc68a-b297-4869-848a-1fbd088cd6be",
"category": "Viva Goals",
"method": "GET",
"humanName": "search for export jobs",
"requestUrl": "/beta/employeeExperience/goals/exportJobs",
"tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission",
"docLink": "",
"skipTest": false
},
{
"id": "28e69a77-79ef-415b-8e59-14137a2424e4",
"category": "Viva Goals",
"method": "POST",
"humanName": "create a new export job",
"requestUrl": "/beta/employeeExperience/goals/exportJobs",
"tip": "This query requires the Goals-Export.ReadWrite.All permission",
"docLink": "",
"skipTest": false
},
{
"id": "6f02913d-5ac3-4d8c-b04c-5794789db5c2",
"category": "Viva Goals",
"method": "GET",
"humanName": "get the content of export job",
"requestUrl": "/beta/employeeExperience/goals/exportJobs/{jobId}/content",
"tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission",
"docLink": "",
"skipTest": false
}
]
}
Loading