KENDO Grid control – Sharperlight DataSource
Introduction
The post “KENDO Grid Control” explains the summarised information.
In this post, I will explain how Sharperlight Published Report (Query) behaves as API Endpoint.
Details
This function uses the Sharperlight Service Endpoint to get a dataset, which is used as parameters for the entire custom HTML
This is the URL for using Sharperlight Published Report as Sharperlight Service Endpoint.
“http(s)://{server name is here}/mdService1Rest/DataSource/?query={published report group}.{published report code}&usid={session id is here}&dfmt=json&dcat=UseNames”
When the request succeeds, the result dataset is stored in a global variable for later use.
(See the full code in the post “KENDO Grid Control“)

Afterword
This is how a Sharperlight Published Report can be used as a datasource via a service.
