Difference between revisions of "Testing OData feed URLs"

From OdataLink
Jump to navigation Jump to search
(Created page with "Before integrating with ODataLink, it is recommended to test the OData feed URLs to ensure they are correctly setup. [[Endpoints|Endpoints]...")
 
Line 1: Line 1:
Before [[Integrating with ODataLink|integrating with ODataLink]], it is recommended to test the [[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.


[[Endpoints|Endpoints]] must be allowed by specific [[Models|models]] in order to be available via an [[OData Feed URLs|OData feed url]]. 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.


= Steps =
= Steps =

Revision as of 01:13, 15 May 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.

  1. Click on Models on the menu in the left-hand side.
  2. Find the model you want to test and click Edit.
  3. Scroll to the bottom of the screen until you see the OData Feeds section.
  4. For each endpoint, click on the Preview button.
    A new window will be opened in your browser which should contain some data for the relevant data file.

Related Topics

Configuring models
Troubleshooting Guides