Share via

MS Graph Api Select not working

Reddy, Mahesh 21 Reputation points
2021-02-16T12:23:02.157+00:00

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.

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

Microsoft Security | Microsoft Graph

Answer accepted by question author

Jagadeesh-MSFT 331 Reputation points
2021-03-10T09:49:23.16+00:00

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

76200-image.png

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jagadeesh-MSFT 331 Reputation points
    2021-02-22T09:22:57.23+00:00

    Hi @Reddy, Mahesh ,

    Could you please check this document and also would suggest you to use $filter for getting teams channel details.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.