Difference between revisions of "OData Feed URLs"

From OdataLink
Jump to navigation Jump to search
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
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.


There are two types of URLs:
There are two types of URLs:
Line 6: Line 6:
* Data URL
* Data URL


ODataLink's URLs ensures that each [[Account|account]] will have different URLs so as to protect your organisation's data.
OdataLink's URLs ensures that each [[Account|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.

Revision as of 18:24, 15 December 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

Example
https://nodata.odatalink.com/test-account/test-model/test-data-file/


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

Example
https://nodata.odatalink.com/test-account/test-model/test-data-file/accounts


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

Managing my account
Configuring models
Configuring data files
Integrating with OdataLink
Account
Models
Data Files
Endpoints