Returns the details of store tasks such as task title, description, status, and updates.
Request Query Parameters
Parameter Name | Data Type | Description |
---|---|---|
type_value | Enum | Type of staff details to return. Supported values : ASSOCIATE, MANAGER. |
all | Enum | Type of task to return. Supported values : sms, email, call, none. |
assoc_id | Long | Unique ID of the associate to return the list of tasks assigned to that specific associate. |
customer_id | Long | Unique ID of the customer to get the list of tasks created for that specific customer. |
start_date | yyyy-mm-dd | Returns the list of tasks created between the dates set on start_date and end_date. If only start_date is mentioned then the list of tasks created on or after that specified date is returned. |
end_date | yyyy-mm-dd | Returns the list of tasks created between the dates set on start_date and end_date. If only end_date is passed, the list of tasks created on or before the specified date is returned. |
count | int | Limits the number of tasks to be returned. For example, if count=10 then the details of only 10 tasks are returned. |
format | Enum | Format of the response object. |