ZRM Docs
API ReferenceInspection Result

inspectionResult.create

Type: Mutation · Auth: Workspace-aware

Input

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
visibilityModeenum(global, workspace_local, shared)Yes"workspace_local"Visibility mode

Example

{
  "pmScheduleId": "550e8400-e29b-41d4-a716-446655440000",
  "systemId": "550e8400-e29b-41d4-a716-446655440000",
  "assetId": "550e8400-e29b-41d4-a716-446655440000",
  "result": "pass",
  "findings": "example",
  "recommendations": "example",
  "visibilityMode": "global"
}

On this page