Difference between revisions of "OData Connector"

From SmartWiki
Jump to: navigation, search
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==OData Connector==
+
==Overview==
 +
To expose/enable OData, the report should be a [https://wiki.smartsimple.com/wiki/Report_Builder_(Neo) Neo Builder type].
  
OData (Open Data Protocol) is an OASIS standard that defines a set of best practices for building and consuming RESTful APIs.
+
==To enable a private endpoint==
 +
# Edit the Report 
 +
# On the Advanced tab, enable the OData Connector
  
The OData Connector feature within [[Reports]] is intended help simplify data sharing across disparate applications in enterprise, Cloud, and mobile devices.
+
[[Image:EditReport.PNG]]
  
If is an available configurable option under the [[Edit Report Page: Advanced Settings Tab| Reports Advanced tab]].
+
==To enable a public endpoint==
 +
# Edit the Report 
 +
# On the Advanced tab, enable both the OData Connector and External Access
  
When it is switched on the user is presented with a number of public and private links for OData versions 2, 3 and 4.  
+
[[Image:EditReport2.PNG]]
  
[[Image:OData1.png|border|700px]]
+
=See Also=
 
+
* [[Reports]]
 
+
* [https://wiki.smartsimple.com/wiki/Odata_Overview OData Overview]
 
 
'''NOTE: Smartsimple provide OData V4 services, which can be consumed by OData clients like Excel, MSSQL server,Safeforce, or used as API. However, SmartSimple also supports version 2 and 3 as these tend to be the supported versions.'''
 

Latest revision as of 16:28, 9 May 2018

Overview

To expose/enable OData, the report should be a Neo Builder type.

To enable a private endpoint

  1. Edit the Report 
  2. On the Advanced tab, enable the OData Connector

EditReport.PNG

To enable a public endpoint

  1. Edit the Report 
  2. On the Advanced tab, enable both the OData Connector and External Access

EditReport2.PNG

See Also