BHall
8 years agoLeader
TKB article data - helpfulness rating and last updated - how to get it?
Has anyone had success using the API to get a couple key pieces of TKB data - helpfulness rating and last updated date, by article?
I know the data is somewhere, just curious on how to use the API to get it, since these two metrics do not seem to be part of LSI or advanced metrics.
-Brien
Here is an API call to get the last updated date of any TKB article.
SELECT current_revision.last_edit_time from messages where id = 'tkb_id'
For the helpfulness of any TKB article, let me know if below API helps.
http://community.lithium.com/community-name/restapi/vc / messages / id / [id] / reviews / helpfulness
Here is the documentation.
Give kudos if you find my posts helpful or mark solution if it answers your query
Tariq