Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 2.45 KB

WorkflowTasksRequest.md

File metadata and controls

72 lines (42 loc) · 2.45 KB

UltraCartRestApiV2.WorkflowTasksRequest

Properties

Name Type Description Notes
assigned_to_group String Assigned to group [optional]
assigned_to_group_id Number Assigned to group ID [optional]
assigned_to_me Boolean Tasks are assigned to me either by direct user id or a group that the user is a member of [optional]
assigned_to_user String Assigned to user [optional]
assigned_to_user_id Number Assigned to user ID [optional]
created_by WorkflowUser [optional]
created_dts_begin String Date/time that the workflow task was created [optional]
created_dts_end String Date/time that the workflow task was created [optional]
delay_until_dts_begin String Date/time that the workflow task should delay until [optional]
delay_until_dts_end String Date/time that the workflow task should delay until [optional]
due_dts_begin String Date/time that the workflow task is due [optional]
due_dts_end String Date/time that the workflow task is due [optional]
last_update_dts_begin String Date/time that the workflow task was last updated [optional]
last_update_dts_end String Date/time that the workflow task was last updated [optional]
object_email String Object is associated with customer email [optional]
object_type String Object Type [optional]
priority String Priority [optional]
status String Status of the workflow task [optional]
tags [String] Tasks that are tagged with the specified tags [optional]
unassigned Boolean Tasks that are unassigned to a user or group [optional]

Enum: ObjectTypeEnum

  • order (value: "order")

  • auto_order (value: "auto order")

  • item (value: "item")

  • customer_profile (value: "customer profile")

Enum: PriorityEnum

  • _1___low (value: "1 - low")

  • _2___medium (value: "2 - medium")

  • _3___high (value: "3 - high")

  • _4___critical (value: "4 - critical")

Enum: StatusEnum

  • open (value: "open")

  • closed (value: "closed")

  • delayed (value: "delayed")

  • awaiting_customer_feedback (value: "awaiting customer feedback")