List of Topics
組織のトピックに関する情報取得またはトピックの作成を行います。
- リソース
-
1/connect/topics1/connect/communities/communityId/topics - 適用開始バージョン
- 29.0
バージョン 28.0 では、/chatter/topics を使用します。
- Chatter が必要かどうか
- いいえ
- HTTP メソッド
- GET、POST、または HEAD
POST は、バージョン 36.0 以降で使用できます。
- GET の要求パラメータ
-
- GET のレスポンスボディ
- Topic Collection
- GET の例
- この例では、アルファベット順に並び替えられたトピックのリストを要求します。
1/connect/topics?sort=alphaAsc - POST のリクエストボディ
-
- ルート XML タグ
- <topic>
- JSON の例
-
1{ 2 "description" : "World Wide Web Consortium (W3C) is the main international standards organization for the Web." 3 "name" : "W3C"} - プロパティ
-
パラメータ名 型 説明 適用開始バージョン description String トピックのテキストによる説明 36.0 name String トピックの名前 36.0
- POST の要求パラメータ
-
パラメータ名 型 説明 適用開始バージョン description String トピックのテキストによる説明 36.0 name String トピックの名前 36.0 - POST のレスポンスボディ
- Topic