Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.96 KB

File metadata and controls

32 lines (27 loc) · 1.96 KB

com.ultracart.admin.v2.Model.WorkflowTasksRequest

Properties

Name Type Description Notes
AssignedToGroup string Assigned to group [optional]
AssignedToGroupId int Assigned to group ID [optional]
AssignedToMe bool 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 int 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 string Object Type [optional]
Priority string Priority [optional]
Status string Status of the workflow task [optional]
Tags List<string> Tasks that are tagged with the specified tags [optional]
Unassigned bool Tasks that are unassigned to a user or group [optional]

[Back to Model list] [Back to API list] [Back to README]