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 Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
9,174 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,543 questions
{count} votes

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.