cityworks
    Preparing search index...

    Class InspectionAdmin

    Index

    Inspection Templates

    Inspection Templates

    • Get inspection templates

      Parameters

      • OptionalentityTypes: string[]

        The Entity Type(s) to return potential inspections for

      • OptionalcanCreate: boolean

        If true, only return templates the user can create, ignored if false or null, default is true

      • Optionaloptions: {
            IncludeInactive?: boolean;
            MaximumDateModified?: Date;
            MinimumDateModified?: Date;
            TemplateIds?: number[];
        }

        An object which can include: [IncludeInactive]: boolean, MaximumDateModified: Date, MinimumDateModified: Date, TemplateIds: Array

      Returns Promise<unknown>

      Returns Promise that represents a collection of all Inspections matching the provided parameters