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.
13,533 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.
3,852 questions
{count} votes

Accepted answer
  1. 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

    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.


Your answer

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