| Name | Type | Description | Notes |
|---|---|---|---|
| assignedToGroup | String | Assigned to group | [optional] |
| assignedToGroupId | Integer | Assigned to group ID | [optional] |
| assignedToMe | Boolean | Tasks are assigned to me either by direct user id or a group that the user is a member of | [optional] |
| assignedToUser | String | Assigned to user | [optional] |
| assignedToUserId | Integer | Assigned to user ID | [optional] |
| createdBy | WorkflowUser | [optional] | |
| createdDtsBegin | String | Date/time that the workflow task was created | [optional] |
| createdDtsEnd | String | Date/time that the workflow task was created | [optional] |
| delayUntilDtsBegin | String | Date/time that the workflow task should delay until | [optional] |
| delayUntilDtsEnd | String | Date/time that the workflow task should delay until | [optional] |
| dueDtsBegin | String | Date/time that the workflow task is due | [optional] |
| dueDtsEnd | String | Date/time that the workflow task is due | [optional] |
| lastUpdateDtsBegin | String | Date/time that the workflow task was last updated | [optional] |
| lastUpdateDtsEnd | String | Date/time that the workflow task was last updated | [optional] |
| objectEmail | String | Object is associated with customer email | [optional] |
| objectType | ObjectTypeEnum | Object Type | [optional] |
| priority | PriorityEnum | Priority | [optional] |
| status | StatusEnum | Status of the workflow task | [optional] |
| tags | List<String> | Tasks that are tagged with the specified tags | [optional] |
| unassigned | Boolean | Tasks that are unassigned to a user or group | [optional] |
| Name | Value |
|---|---|
| ORDER | "order" |
| AUTO_ORDER | "auto order" |
| ITEM | "item" |
| CUSTOMER_PROFILE | "customer profile" |
| Name | Value |
|---|---|
| _1_LOW | "1 - low" |
| _2_MEDIUM | "2 - medium" |
| _3_HIGH | "3 - high" |
| _4_CRITICAL | "4 - critical" |
| Name | Value |
|---|---|
| OPEN | "open" |
| CLOSED | "closed" |
| DELAYED | "delayed" |
| AWAITING_CUSTOMER_FEEDBACK | "awaiting customer feedback" |