• Get report main file (the result) by giving the report's name

    Needs namespaces[namespaceId].reports-get-year-yearMonth-filename permission

    Type Parameters

    • Result extends keyof ResponseTypeMap = "text"

    Parameters

    • name: string

      Name of the report

    • Optional namespaces: string[]
    • Optional responseType: Result

      Wanted response type

    • ext: string = 'pdf'

      The extension of the result (renderer dependent)

    Returns Promise<ResponseTypeMap[Result]>

    The report's content

Generated using TypeDoc