Optional
templateId: numberThe ID of the template to retrieve
Returns Promise that represents the Inspection template matching the provided ID
Get inspection templates
Optional
entityTypes: string[]The Entity Type(s) to return potential inspections for
Optional
canCreate: booleanIf true, only return templates the user can create, ignored if false or null, default is true
Optional
options: {An object which can include: [IncludeInactive]: boolean, MaximumDateModified: Date, MinimumDateModified: Date, TemplateIds: Array
Returns Promise that represents a collection of all Inspections matching the provided parameters
Get inspection templates by IDs
Optional
templateIds: number[]The Entity Type(s) to return potential inspections for
Returns Promise that represents a collection of all Inspection templates matching the provided IDs
Get inspection template by ID