• Get report debug file by giving the report's name

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

    Type Parameters

    • Result extends keyof ResponseTypeMap = "json"

    Parameters

    • name: string

      Name of the report

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

      Wanted response type

    Returns Promise<ResponseTypeMap[Result]>

    The debug's content

Generated using TypeDoc