Newer Version Available
List of Topics
- Resource
-
1/connect/topics1/connect/communities/communityId/topics - Available since version
- 29.0
In version 28.0, use /chatter/topics.
- HTTP methods
- GET, POST, or HEAD
POST is available in version 36.0 and later.
- Request parameters for GET
-
- Response body for GET
- Topic Collection
- Example for GET
- This example requests a list of topics sorted
alphabetically:
1/connect/topics?sort=alphaAsc - Request body for POST
-
- Root XML tag
- <topic>
- JSON example
-
1{ 2"description":"World Wide Web Consortium (W3C) is the main international standards organization for the web.", 3"name":"W3C" 4} - Properties
-
Parameter Name Type Description Available Since description String Text description of the topic 36.0 name String Name of the topic 36.0
- Request parameters for POST
-
Parameter Name Type Description Available Since description String Text description of the topic 36.0 name String Name of the topic 36.0 - Response body for POST
- Topic