Forum Discussion

UmeshMurumkar's avatar
UmeshMurumkar
Copper Contributor
Apr 16, 2021

Planner delta now showing any values in the response

Hi All,

 

I am trying with the below queries and getting response (https://docs.microsoft.com/en-us/graph/api/planneruser-list-delta?view=graph-rest-beta&tabs=http

 

https://graph.microsoft.com/beta/users/%7Buserguid}/planner/all/delta

https://graph.microsoft.com/beta/me/planner/all/delta

 

Permissions : Tasks.Read, Tasks.ReadWrite, Group.Read.All, Group.ReadWrite.All

 

 

http call to generate access

method : post

uri : https://login.microsoft.com/tenantid/oauth2/v2.0/token

header :

"Content-Type""application/x-www-form-urlencoded"

 

body: client_id=@{appid}&scope=https%3A%2F%2Fgraph.microsoft.com%2F.default &client_secret={secret}&grant_type=password&username={useremail}&password={pwd}

 

--------------------------

 

http call output with bearer token 

 

"@odata.context""https://graph.microsoft.com/beta/$metadata#Collection(plannerDelta)",
"@odata.nextLink""https://graph.microsoft.com/beta/users/d5defb48-3885-41df-a132-5b5313cf7c5b/planner/all/delta?$skiptoken=XrinufQC2AObYCqP22BOfCi6mzb7AggX7m2LwIYktVBfHPTq9N67YmqOeiXD71v_Euzfvw0-uoaa2X39QN6MeZYH7g60io-EjFDjKXwTDy4.HegW51WBbFV-cCpgC9zuzn9dZ4UYpDPRvd9WK5NCBgg",
"value": []
 
"@odata.context""https://graph.microsoft.com/beta/$metadata#Collection(plannerDelta)",
"@odata.nextLink""https://graph.microsoft.com/beta/me/planner/all/delta?$skiptoken=XrinufQC2AObYCqP22BOfCi6mzb7AggX7m2LwIYktVBfHPTq9N67YmqOeiXD71v_Euzfvw0-uoaa2X39QN6MeZYH7g60io-EjFDjKXwTDy4.HegW51WBbFV-cCpgC9zuzn9dZ4UYpDPRvd9WK5NCBgg",
"value": []
 
I user Power automate with user access token and checked with graph explorer as well but ending up with same response.
 
Kindly suggest how to get the values.
No RepliesBe the first to reply

Resources