Difference between revisions of "OData Feed URLs"

Jump to navigation Jump to search
431 bytes added ,  19:44, 3 February 2021
no edit summary
 
Line 2: Line 2:
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 three types of URLs:
* Service URL
* Service URL
* Meta Data Url
* Data URL
* Data URL


Line 20: Line 21:
'''Example''' <br />
'''Example''' <br />
''<nowiki>https://nodata.odatalink.com/test-account/test-model/test-data-file/</nowiki>''
''<nowiki>https://nodata.odatalink.com/test-account/test-model/test-data-file/</nowiki>''
= Meta Data URLs =
The meta data URLs are not used directly but exist to specify the meta data for the data urls. It catalogues all the objects and fields.
The syntax is as follows: <br />
''<nowiki>https::// servername / account code / model code / data file code / $metadata</nowiki>''
'''Example''' <br />
''<nowiki>https://nodata.odatalink.com/test-account/test-model/test-data-file/$metadata</nowiki>''




3,246

edits

Navigation menu