Hi @Reddy, Mahesh , I can able to get the values by using API: https://graph.microsoft.com/v1.0/teams/{ {TeamsId}}/channels?$Select=webUrl. Could you please check this
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
MS Graph Api for getting teams channel details not working with Selecting a specific property.
API: https://graph.microsoft.com/v1.0/teams/{{TeamsId}}/channels?$Select=webUrl
Response was null, but working without a select parameter.
Hi @Reddy, Mahesh , I can able to get the values by using API: https://graph.microsoft.com/v1.0/teams/{ {TeamsId}}/channels?$Select=webUrl. Could you please check this
Hi @Reddy, Mahesh ,
Could you please check this document and also would suggest you to use $filter for getting teams channel details.