1

I try to use the Microsoft graph api with Postman app, When i execute this query :

query

the api works and return me the good response :

response

But when I try to execute the query to have my to do lists I have a 503 error : query error 503

Is anyone knows how to resolve it ?

Here's my authorized api :

authorized api

1 Answers1

0

Looks like "TaskReadWrite" permission has not been added successfully , as we can see, there is no status Shown on screenshot you provided, could you please retry and add the "TaskReadWrite" delegated permission.

reference docs - https://learn.microsoft.com/en-us/graph/api/todo-list-lists?view=graph-rest-1.0&tabs=http#permissions. enter image description here

vicky kumar
  • 563
  • 3
  • 11