CoreApiResponse_WorkOrderDetail

  • code
    Type: number
  • data
    Type: object
    • activities
      Type: array object[]

      The craft lines this job breaks into.

    • activity
      Type: array object[]

      The audit log — who changed what, when.

    • checklists
      Type: array object[]
    • messages
      Type: array object[]
    • statuses
      Type: array object[] · WorkOrderStatus[]

      One entry of a workspace's work-order status vocabulary. Resolve a row's statusId against this list rather than hardcoding labels.

    • template
      Type: object

      The workspace's work-order form template.

    • timeEntries
      Type: array object[]
    • totalMinutes
      Type: number

      Sum of the logged time entries.

    • workOrder
      Type: object · WorkOrder

      A work order row. provider is native for work planned here or in the app; anything else is a read-only mirror of an external CMMS record.

  • message
    Type: string
  • success
    Type: boolean