Creating report Using Restapi
-
Hi I am try to create the Report(template) using restapi from angular 4.X . Please let me know if there is any api are there for creating report(template) in jsreport
-
See the docs for the CRUD API
Also try to run full jsreport studo, open F12 tools and watch the network when saving the template...
-
here i get only the api for getting the reports but i need api for creating the new report
-
hi @khalisaran our CRUD API docs does not go in details about every CRUD action but as Jan said you can inspect the network payload with your browser devtools, you will find that the request it is very easy to follow. we will improve the docs for the CRUD API but if you have the time and you figure it out the request shape for the CRUD actions don't hesitate to make a pull request and contribute to the project, every contribution helps us a lot.