711 Results
Total Accept Solutions
Is there any RestAPI or Direct access to find Total number of Accept solution we had.Solved312Views
Sign in to react to this post3Comments
AbhishekIlindra - Yes, you can do this by metrics API call.
/restapi/vc/metrics/name/net_accepted_solutions
Here is the document for the other metrics. I hope this helps.
Sign in to react to this post
Custom was this helpful? component
Hi, Is it possible to create a custom was this helpful component? I want to style it different as well as change how it acts when you select no. If not possible can you change the "T...Solved294Views
Sign in to react to this post3Comments
darrenSP - You can easily update the confirmation message from a text editor.
Below is the text key used for show Thanks for your feedback message.
page.RatingEnumerationDisplay.feedback.success.title
Studio -> Text Editor -> Community Text
Lithium uses the text key for each string appearing in the community. You can search for the string you want to update from there.
https://community.lithium.com/t5/FAQs-email-templates-and-text/About-text-keys/ta-p/109029
https://community.lithium.com/t5/FAQs-email-templates-and-text/Find-text-keys/ta-p/109027
Regarding the custom component for this, there is no POST API call available for helpfulness, you can only perform GET action.
Sign in to react to this post
Get total posts in community
Hi All, I am in the mid of redesign the whole community. I am wondering what RESTAPI call i can use to get metric data of total posts in our community. I can n...Solved362Views
Sign in to react to this post4Comments
- nathan12 years agoExecutive
This is the page you're looking for:
For all posts, you want something like this:
Sign in to react to this post