Space Docs
Domain Model

Work Package

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
projectIdstringYesID of the associated project
namestringYesName
descriptionunknownYesDescription
statusenum(planned, in_progress, completed, canceled)YesStatus
assignedToTypeenum(internal, external)YesAssigned to type
vendorOrganizationIdunknownYesID of the associated vendor organization
purchaseOrderIdunknownYesID of the associated purchase order
nteAmountunknownYesNte amount
retainagePercentunknownYesRetainage percent
insuranceVerifiedAtunknownYesInsurance verified at
customerVisiblebooleanYesCustomer visible
sortOrderintegerYesSort order
workspaceIdstringYesID of the associated workspace

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
projectIdstringYesID of the associated project
namestringYesName
descriptionunknownNoDescription
statusenum(planned, in_progress, completed, canceled)Yes"planned"Status
assignedToTypeenum(internal, external)Yes"internal"Assigned to type
customerVisiblebooleanYesfalseCustomer visible
sortOrderintegerYes0Sort order
vendorOrganizationIdunknownNoID of the associated vendor organization
nteAmountunknownNoNte amount
retainagePercentunknownNoRetainage percent
insuranceVerifiedAtunknownNoInsurance verified at

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
namestringNoName
descriptionunknownNoDescription
statusenum(planned, in_progress, completed, canceled)NoStatus
assignedToTypeenum(internal, external)NoAssigned to type
customerVisiblebooleanNoCustomer visible
sortOrderintegerNoSort order
vendorOrganizationIdunknownNoID of the associated vendor organization
nteAmountunknownNoNte amount
retainagePercentunknownNoRetainage percent
insuranceVerifiedAtunknownNoInsurance verified at

On this page