I was confused on this too, if you create a new template you have to manually link the data entity by editing the 'sample data' property on whatever html you are using for the template.
mikeymop
@mikeymop
Posts made by mikeymop
-
RE: Data entity
-
Access REST API from trial instances
I looked through the JSReport Docs and found the api documentation which provides sample urls such as
https://jsreport-host/api/report
.I am attempting to trial this software before purchasing. I created a free account and created the instance (example)
xxx.jsreportonline.net
. If I try to curl this instance directly it redirects me to the sign in page.So I created a share link, which adds an access token to the querystring. There are a few sharable public urls I have found.
https://xxx.jsreportonline.net/templates/B1eiW8mB28
https://xxx.jsreportonline.net/public-templates?access_token=[snipped]
I have tried a few permutations of these urls using the
/api/[template_name]
schema suggested in the api documentation however I dont recieve a response.Is it possible to test the jsreport REST api from a free account's instance?
Is jsreport intended solely to be self-hosted from a node process? Or can it be accessed from an instance hosted by jsreport?