Web API Core | ComponentOne
Services / Report Services / Report Service / Report Info
In This Topic
    Report Info
    In This Topic

    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

    Request URL: https://developer.mescius.com/componentone/demos/aspnet/5/c1webapi/latest/api/report/ReportsRoot/FlexCommonTasks/FlexCommonTasks.flxr/Simple%20List$report

    Response Messages

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