WorkspaceNoteFields
Work Request fields for create/update. Anchor the work request with location; optionally link an asset with assetKey + asset, and/or a department with department.
- locationType: stringrequired
Required. The location's primary-key value (its name / code). Files the work request against that location row.
- assetType: string
The asset row's primary-key value, linking the work request to that asset.
- assetType: string
Key The asset table slug the
assetvalue lives in (e.g.assets). Required whenassetis sent. - assigneeType: string
Identifier of the user the work request is assigned to.
- customType: object
Fields Form field values keyed by field — captured through the work request's form template.
- propertyType: anything
Name
- departmentType: string
The department's title (its human name). Links the work request to that department.
- descriptionType: string
Work Request body / details.
- dueType: string Format: date-time
Date Due date (ISO 8601).
- idType: integer
Work Request ID. Omit to create a new work request; include to update an existing one.
- priorityType: string
Work Request priority.
- reporterType: string
Identifier of the user reporting the work request.
- scheduledType: string Format: date-time
Date When the work is scheduled (ISO 8601).
- statusType: string
Work Request status.
- titleType: string
Work Request title.

