Difference between revisions of "OData Feed URLs"
Line 2: | Line 2: | ||
There are two types of URLs: | There are two types of URLs: | ||
* | * Service URL | ||
* | * Data URL | ||
ODataLink's URLs ensures that each [[Accounts|account]] will have different URLs so as to protect your organisation's data. | ODataLink's URLs ensures that each [[Accounts|account]] will have different URLs so as to protect your organisation's data. | ||
It also ensures that each [[Models|model]] will have different URLs so as to control how they can be used. | It also ensures that each [[Models|model]] will have different URLs so as to control how they can be used. | ||
= Service URLs = | = Service URLs = |
Revision as of 19:08, 14 May 2020
ODataLink will expose your data files data using OData compliant URLs.
There are two types of URLs:
- Service URL
- Data URL
ODataLink's URLs ensures that each account will have different URLs so as to protect your organisation's data.
It also ensures that each model will have different URLs so as to control how they can be used.
Service URLs
The service URLs are the main will you will use directly and exposes all endpoints for a given model and data file.
The syntax is as follows:
https::// servername / account code / model code / data file code
Data URLs
The data URLs exposes a single endpoints for a given model and data file.
The syntax is as follows:
https::// servername / account code / model code / data file code / endpoint
URL parts
- Account Code
- This is the code generated for your account.
- Model Code
- These are the codes generated for your models.
- Data File Code
- These are the codes generated for your data files.
- Endpoint
- These are the endpoints you chose to include for your models.
Related Topics
Configuring accounts
Configuring models
Configuring data files
Accounts
Models
Data Files
Endpoints