OData Feed URLs

From OdataLink
Revision as of 22:49, 14 May 2020 by Nic (talk | contribs)
Jump to navigation Jump to search

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

Configuring accounts
Configuring models
Configuring data files
Account
Models
Data Files
Endpoints