• Get report detail by giving the report's name

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

    Parameters

    • name: string

      Name of the report

    • Optional namespaces: string[]
    • Optional responseType: "arraybuffer" | "blob" | "json" | "text" | "stream"

      Wanted response type. If provided with anything but json you will have to cast in your type to avoid auto-completion issues.

    Returns Promise<ReportResult>

    The detail's content

Generated using TypeDoc