Microsoft Teams · Example Payload

Microsoft Teams Listchanneltabs Example

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Microsoft Teams Listchanneltabs Example is an example object payload from Microsoft Teams, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listChannelTabs",
  "method": "GET",
  "path": "/teams/{team-id}/channels/{channel-id}/tabs",
  "summary": "Microsoft Teams List Channel Tabs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ListChannelTabs200Example",
      "example": {
        "value": [
          {
            "id": "tab-001",
            "displayName": "Project Wiki"
          }
        ]
      }
    }
  ]
}