Difference between revisions of "OData Feed URLs"

From OdataLink
Jump to navigation Jump to search
Line 1: Line 1:
ODataLink will expose your [[Data Files|data files]] data using [[OData]] compliant urls.
ODataLink will expose your [[Data Files|data files]] data using [[OData]] compliant URLs.


= Syntax =
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.
 
It also ensures that each [[Models|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|endpoints]] for a given [[Models|model]] and [[Data Files|data file]].
 
The syntax is as follows: <br />
''https::// servername / account code / model code / data file code ''
 
= Data URLs =
 
The data URLs exposes a single [[Endpoints|endpoints]] for a given [[Models|model]] and [[Data Files|data file]].


The syntax is as follows: <br />
The syntax is as follows: <br />
''https::// servername / account code / model code / data file code / endpoint''
''https::// servername / account code / model code / data file code / endpoint''
= URL parts =


; Account Code
; Account Code
Line 15: Line 34:
: These are the endpoints you chose to include for your [[Models|models]].
: These are the endpoints you chose to include for your [[Models|models]].


This syntax 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 the urls can be used.





Revision as of 19:07, 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