Join the Power Platform Masterclass #2 starting April 23

Questionnaire OData service: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 39: Line 39:
=== Example ===
=== Example ===


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


Response:
Response:


<syntaxhighlight lang="json">{
<syntaxhighlight lang="json">{
   "@odata.context": "http://build.rescocrm.com/odata/questionnaires/v4/[organization]/$metadata",
   "@odata.context": "http://inspections.resco.net/odata/questionnaires/v4/[organization]/$metadata",
   "value": [
   "value": [
     {
     {
Line 103: Line 103:
=== Example ===
=== Example ===


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


Response:
Response:


<syntaxhighlight lang="json">{
<syntaxhighlight lang="json">{
   "@odata.context": "http://build.rescocrm.com/odata/questionnaires/v4/[organization]/$metadata#Template_Regular_Inspection",
   "@odata.context": "http://inspections.resco.net/odata/questionnaires/v4/[organization]/$metadata#Template_Regular_Inspection",
   "value": [
   "value": [
     {
     {
Line 185: Line 185:
=== Example ===
=== Example ===


Request: <nowiki> https://build.rescocrm.com/odata/questionnaires/v4/[organization]/$metadata </nowiki>
Request: <nowiki> https://inspections.resco.net/odata/questionnaires/v4/[organization]/$metadata </nowiki>


Response (shortened):
Response (shortened):

Navigation menu