==Accessing a Report with OData Service==
OData services support requests for data via HTTP GET request. Private and Public Endpoints listed above will enumerate exposes all collections of entities (Reports enabled by OData Connector).
Syntax below is an example to view OData records from a report named '''my_Neo_Report'''
http://mysmartsimpleurl/OData/V4/pub/424623/Service.svc/my_Neo_Report_records</pre>
The webpage output Output will display maximum of 1024 rows only..
==Syntax of OData Queries==