Difference between revisions of "Testing OData feed URLs"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Before [[Integrating with OdataLink|integrating with OdataLink]], it is recommended to test the [[OData Feed URLs|OData feed URLs]] to ensure they are correctly setup. | Before [[Integrating with OdataLink|integrating with OdataLink]], it is recommended to test the [[OData Feed URLs|OData feed URLs]] to ensure they are correctly setup. | ||
When testing the OData feeds, you can also [[Checking OData feed logs|check the OData feed logs]] to find any issues. | |||
[[Endpoints|Endpoints]] must be allowed by specific [[Models|models]] in order to be available via an [[OData Feed URLs|OData feed URLs]]. This is to ensure that [[Users|users]] cannot access data they should not see. | [[Endpoints|Endpoints]] must be allowed by specific [[Models|models]] in order to be available via an [[OData Feed URLs|OData feed URLs]]. This is to ensure that [[Users|users]] cannot access data they should not see. | ||
Line 15: | Line 17: | ||
[[Configuring models]] <br /> | [[Configuring models]] <br /> | ||
[[Troubleshooting Guides]] <br /> | [[Troubleshooting Guides]] <br /> | ||
[[Checking OData feed logs]] <br /> |
Latest revision as of 19:50, 3 February 2021
Before integrating with OdataLink, it is recommended to test the OData feed URLs to ensure they are correctly setup.
When testing the OData feeds, you can also check the OData feed logs to find any issues.
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.
Related Topics
Configuring models
Troubleshooting Guides
Checking OData feed logs