OData service: Difference between revisions

Jump to navigation Jump to search
Line 8: Line 8:
== Service document ==
== Service document ==


Lists all questionnaire templates available.
Lists all entities available.
 
Each <code>url</code> in the list is a relative data request url to get the questionnaire results.


=== URI ===
=== URI ===
Line 27: Line 25:
=== Example ===
=== Example ===


Request: <nowiki>https://inspections.resco.net/odata/questionnaires/v4/[organization]/ </nowiki>
Request: <nowiki>https://inspections.resco.net/odata/v4/[organization]/ </nowiki>


<small>(If you're trying this from a web browser, append <code>/?$format=json</code> to display the answer in the correct format.)</small>
<small>(If you're trying this from a web browser, append <code>/?$format=json</code> to display the answer in the correct format.)</small>

Navigation menu