cityworks
    Preparing search index...

    Class Report

    Index

    Reports

    Reports

    • Get the custom pdf report from a CW 15.x instance

      Parameters

      • type: string
      • node_id: number
      • fileName: string

      Returns Promise<unknown>

      Returns Promise that represents a file stream of a pdf

    • Get the pdf "print" report for a specific CW node item

      Parameters

      • type: string

        The node type (case, workorder, inspection, request)

      • node_id: number | number[]

        CaseDataGroupId as defined in CaseDataGroup admin.

      • OptionalfileName: string

        The filename of the report.

      Returns Promise<unknown>

      Returns Promise that represents a file stream of a pdf