提供: Bright Pattern Documentation
• 日本語

Revision as of 10:10, 21 September 2026 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeeplTranslate extension)

< 前へ | 次へ >
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
移動先: 案内検索
• English


getTeams

利用可能なすべてのエージェントチームのリストを取得します

リクエスト

構文

getTeams(): Promise<OPERATIONRESULT<チーム[]>>

説明:

type Team = {

id: string

displayName: string

usersCount?: number

}

パラメータ

(なし)

リクエスト例

   getTeamsButton.onclick = () => {

adApi.getTeams()

}

戻り値

オブジェクト オブジェクトの値 データ型 オプションですか?

(Y/N)

戻り値の説明
チーム
id 文字列 N チームの一意のid
displayName 文字列 N チームの表示名
usersCount 数値 Y このチームに所属するユーザー数を表示します
< 前へ | 次へ >