Get Tasks Metadata

Returns the list of tasks created which contains information such as the title of the task, notes, created date, expiry date, type (customer/associate).

You can also use filters to limit or customize the results. You can also use store/task to retrieve task details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
Allowed:
boolean

Returns tasks of all associates of the current store if assoc=true.

string
enum

Get tasks of a particular type. If action_type=none, then the tasks other than SMS, email, or call will be returned.

Allowed:
int64

Unique associate ID to get tasks of a specific associate.

string
enum

Get tasks created either by manager or cashier.

Allowed:
boolean

Returns the list of generic tasks - not to a specific associate or created for all associates

boolean

Pass true to return the list of all customer tasks assigned to associates.

int64

Returns the list of tasks having task ids greater than or equal to the value passed.

int64

Returns the list of tasks having task ids less than or equal to the value passed.

date

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.

date

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.

string

Limits the number of tasks to be displayed. For example, if batch_size=10 then the details of only 10 tasks are returned

boolean

Returns all the tasks of the current organization if all=true. If all=false, only the current store tasks are returned. Default value: true

int64

Unique ID of the associate to get the tasks assigned to a specific associate.

int64

Returns the tasks created for a specific customer

string
enum

Get tasks of a specific status.

Allowed:
Responses

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json