Difference between revisions of "Testing OData feed URLs"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
To test the [[OData Feed URLs|OData feed URLs]], follow these steps. | To test the [[OData Feed URLs|OData feed URLs]], follow these steps. | ||
# Click on ''' | # Click on '''OData Feeds''' on the menu in the left-hand side. | ||
# Find the [[Models|model]] you want to test and click ''' | # Find the [[Models|model]] and [[Data Files|data file]] you want to test and click '''Preview'''. | ||
# | # On the preview screen, select the [[Endpoint]] you want to preview and click '''Preview'''. | ||
#: The website will connect with your [[Data Files|data file]] and return the data. | |||
#: | |||
= Related Topics = | = Related Topics = | ||
[[Configuring models]] <br /> | [[Configuring models]] <br /> | ||
[[Troubleshooting Guides]] <br /> | [[Troubleshooting Guides]] <br /> |
Revision as of 22:25, 25 June 2020
Before integrating with ODataLink, it is recommended to test the OData feed URLs to ensure they are correctly setup.
Endpoints must be allowed by specific models in order to be available via an OData feed URLs. This is to ensure that users cannot access data they should not see.
Steps
To test the OData feed URLs, follow these steps.
- Click on OData Feeds on the menu in the left-hand side.
- Find the model and data file you want to test and click Preview.
- On the preview screen, select the Endpoint you want to preview and click Preview.
- The website will connect with your data file and return the data.