Product: Quark Publishing Platform (QPP)
Summary:
In order to display the High charts using Rest Interface, we would need the Smart table document (.xml) and Freemarker template file (.ftl)
Solution:
1. Check-in both Smart table document and Freemarker Template file to QPP and get their Attribute IDs.
2. Run the below mentioned Rest request to render the high chart:
http://QPPserverIP:61400/rest/service/charts/(AttributeIDofSmartTabledoc)?templateuri=qpp://assets/(AttributeIDofFreemarkertemplate)&outputformat=image&loginname=Admin&loginpassword=Admin
Sample request is given below:
http://ServerName:61400/rest/service/charts/65?templateuri=qpp://assets/64&outputformat=image&loginname=Admin&loginpassword=Admin
Priyanka Bhotika
Comments