Skip to main content

InspectionForm

The InspectionForm object represents a structured inspection form attached to a claim.

The InspectionForm object represents a structured inspection form attached to a claim — typically generated by an inspection workflow inside FileTrac. The API is read-only against these records and returns only their identifying metadata.

Inspection forms are returned only inside the InspectionForms list of GetClaimDetail. The list is null in GetClaimSummaries and GetUpdatedClaims.

The XML element name is ClaimExtractInspectionForms.

Properties

Property

Datatype

FileTrac UI Location

Description

FormID

int

System-generated ID unique to this inspection form.

FormName

string

Edit Claim → Loss Information / Home Inspection

The name of the form template used.

Behavior Notes

  • No AddInspectionForm method. Inspection forms are generated through FileTrac's inspection workflow. The API does not provide write access.

  • The form content itself is not exposed. The API returns the ID and name only — to read the populated form data, integrators must use FileTrac's inspection-specific exports.

Related Methods

  • GetClaimDetail — the only method returning populated inspection-form lists.

Did this answer your question?