Forum Discussion
If you're making calls against the Community, Board, or Blog class, you can get the info you want. However, you have to use very specific methods (within the various classes) to get the information that you mention (Tags, Number of Replies, etc). Once you grab that information, you can store it and parse it however you like with your company's Search tool(s).
When we talk about what can actually be yielded through our API using the "Search" method, this is what you can get:
* Subject / title of post - <subject>
* Time-stamp - <post_time>
* URL to post (for hyperlink) – view_href attribute on <message>
* Author – <author>
* URL to author profile – view_href attribute on <author>
* Message Body – <body> (requires passing an additional parameter to the request - restapi.format_detail=full_list_element)
Thanks Jake!
This is very helpful, and thanks forthe tip on the additional parameter for the message body.
I got these examples from Damian, just in case others would like to see some examples.
Top tags
<Community Domain>/<Community ID>/restapi/vc/tagging/tags/top/tags
Top tags related to a predefined tag in a category
<Community Domain>/<Community ID>/restapi/vc/categories/id/<Category ID>/tagging/for/tags/text/<Tag>/tags/related/top/tags
Top tags related to a predefined tag in a board
<Community Domain>/<Community ID>/restapi/vc/boards/id/<boardID>/tagging/for/tags/text/<Tag>/tags/related/top/tags
Related Content
- 2 years ago
- 4 years ago