ComponentOne Studio Web API Edition
Report Info

Report info service gets the information related to the report for the specified report path. Your client application sends an HTTP request to the service application for using Report info WebAPI.

Report Information Service Request Schema

To obtain the information related to a specific report using the report path, you need to use GET method. Report file path is specified in the request URL as:

GET: http://<host>[:port]/api/report/{reportpath}/$report

Response Messages

HTTP Status Code Reason
200 Json string contains IReportInfo type object.
404 The report path does not exist.

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback