WorkspaceNoteFields
Note fields for create/update. Anchor the note with location; optionally link an asset with assetKey + asset.
- locationType: stringrequired
Required. The location's primary-key value (its name / code). Files the note against that location row.
- assetType: string
The asset row's primary-key value, linking the note 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 note is assigned to.
- customType: object
Fields Form field values keyed by field — captured through the note's form template.
- propertyType: anything
Name
- descriptionType: string
Note body / details.
- dueType: string Format: date-time
Date Due date (ISO 8601).
- idType: integer
Note ID. Omit to create a new note; include to update an existing one.
- priorityType: string
Note priority.
- reporterType: string
Identifier of the user reporting the note.
- scheduledType: string Format: date-time
Date When the work is scheduled (ISO 8601).
- statusType: string
Note status.
- titleType: string
Note title.

