Web API Edition | ComponentOne
In This Topic
    List Children
    In This Topic

    List children report service gets a list of all the reports in a report document, or in a specified folder. Your client application sends an HTTP request to the service application for using the List Children API to get a list of all the children from the specified folder.

    List Children Service Request Schema

    To list the children of any specified folder through client from the specified path, you need to use GET method. Report folder path is specified in the request URL, as:

    GET: http://<host>[:port]/api/report/{provider}/{folderpath}?recursive

    Response is a Json string containing ICatalogItem objects.

    URL Parameters

    List children service URL primarily accepts two parameters reports folder path and recursive. You need to specify the folder path and set recursive to determine whether to return the entire tree of child items below the specified item. For more information on Report Services, see WebApiExplorer demo.