Skip to main content

Get Office 365 Teams List

Select

SaaS
Customer Managed

Get Office 365 Teams List

Path Parameters
  • appId int32 required

    Commvault teams app id

Query Parameters
  • propertyLevel string

    Optional parameter. Set it to BasicProperties or AllProperties

  • pageNumber int32
  • pageSize int32
  • sort string
  • searchKey string
Responses

OK


Schema
  • totalRecords int64
  • teams object[]
GET /v4/office365/teams/:appid/teams    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
appId — path required
propertyLevel — query
pageNumber — query
pageSize — query
sort — query
searchKey — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Office365/Teams/:appId/Teams' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'