Azure Devops calender API not working

Copper Contributor

Hello there,
I was trying to access Azure calendar API in Postman but getting 404 Not Found error.
I am making a GET request to the following URL by changing the fields according to my organisation.
https://extmgmt.dev.azure.com/{organisation}/_apis/ExtensionManagement/InstalledExtensions/ms-devlab...

Ex:-

https://extmgmt.dev.azure.com/xxx-xxx/_apis/ExtensionManagement/InstalledExtensions/ms-devlabs/team-...

https://extmgmt.dev.azure.com/xxx-xxx/_apis/ExtensionManagement/InstalledExtensions/ms-devlabs/team-...

https://extmgmt.dev.azure.com/xxx-xxx/_apis/ExtensionManagement/InstalledExtensions/ms-devlabs/team-...

https://extmgmt.dev.azure.com/xxx-xxx/_apis/ExtensionManagement/InstalledExtensions/ms-devlabs/team-...

The organisation name and team id is correct as per requirement. I have changed the last part of the url(month number & year) for many times but still its getting 404 Not Found.

 

Is there anything that i have to change or I am missing ?
Thank you

0 Replies