Hi
Is there a Web API call that can access data in performance information custom screens? If so could someone point me in the direction of the documentation?
Thanks
Siobhan
Hello,
You will have to create your own stored procedure that accesses this information. Then use the web api's ExecuteLocalProcedure method to execute this stored procedure to pull the information in.
Jon
Thanks Jon x