Changes

Jump to: navigation, search

OData Connector

899 bytes added, 18:31, 10 April 2017
no edit summary
''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 currently supported versionsby most clients.''   ===Syntax=== 1. Search syntax i.e. criteria on report using “???”: the URL below returns OData records with firstname equal ‘steve’ only http://localhost/OData/V4/pub/113/Service.svc/report_Neo_records?$search=steve   2. Filter for dynamical search: the URL below returns OData records with firstname equal ‘steve’ only (eq stands for equal in OData protocol) http://localhost/OData/V4/pub/113/Service.svc/report_Neo_records?$filter=first_name +eq+steve   3. Ordering: the URL below orders by first name http://localhost/OData/V4/pub/113/Service.svc/report_Neo_records?$orderby=first_name+asc or http://localhost/OData/V4/pub/113/Service.svc/report_Neo_records?$orderby=first_name   4. $top and $skip, used mainly for pagination: The syntax below skips 3 records and return 2 records only (i.e. only 4th and 5th will return)  ?$top=2&$skip=3
Smartstaff, administrator
4,478
edits

Navigation menu