TaskSaveDataOptions
Options for saving a task's data.
Extends¶
Properties¶
| Property | Type | Description |
|---|---|---|
expand? |
string |
- |
folderId? |
number |
Numeric folder ID. |
folderKey? |
string |
Folder key (GUID-formatted string). |
folderPath? |
string |
Slash-delimited folder path, e.g. 'Shared/Finance'. |
select? |
string |
- |
type? |
TaskType |
Task type. Routes the save to the type-specific endpoint (Form and App tasks are saved via their own endpoints). Looked up automatically when omitted. |