Space Docs
Domain Model

Inspection Result

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
pmScheduleIdstringYesID of the associated pm schedule
systemIdstringNoID of the associated system
assetIdstringNoID of the associated asset
resultenum(pass, fail, partial, not_inspected)YesResult
findingsstringNoFindings
recommendationsstringNoRecommendations
inspectedByUserIdstringNoID of the associated inspected by user
inspectedAtstring.date-timeNoInspected at
workspaceIdstringYesID of the associated workspace
visibilityModeunknownYesVisibility mode

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
pmScheduleIdstringYesID of the associated pm schedule
systemIdstringNoID of the associated system
assetIdstringNoID of the associated asset
resultenum(pass, fail, partial, not_inspected)YesResult
findingsstringNoFindings
recommendationsstringNoRecommendations
inspectedByUserIdstringNoID of the associated inspected by user
inspectedAtstring.date-timeNoInspected at
workspaceIdstringNoID of the associated workspace
visibilityModeunknownNoVisibility mode

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
systemIdstringNoID of the associated system
assetIdstringNoID of the associated asset
resultenum(pass, fail, partial, not_inspected)NoResult
findingsstringNoFindings
recommendationsstringNoRecommendations
inspectedByUserIdstringNoID of the associated inspected by user
inspectedAtstring.date-timeNoInspected at

On this page