Working with API - where to find more documentation?
-
Hi,
The API documentation page is very concise and it would be nice to get more information on the following topics:
- what entities are available for querying and CRUD via odata?
- what are the all available properties that can be provided in the
"template" : {...}
element? - what are all of the available properties that can be provided in the
"options" :{...}
element? - are there any other payload elements besides
"template"
,"data"
and"options"
?
Thank you
-
I apologie for the unclear docs. This is something we constantly work on.
what entities are available for querying and CRUD via odata?
The docs section.
https://jsreport.net/learn/api#querying-and-crudIn short... start jsreport and navigate to http://localhost:5488/odata/$metadata
what are the all available properties that can be provided in the "template" : {...} element?
what are all of the available properties that can be provided in the "options" :{...} element?The docs section
https://jsreport.net/learn/api#rendering-reportIn short. Open jsreport studio, click settings/api
are there any other payload elements besides "template", "data" and "options"?
No, only these 3 are used.