| ac_get_tasks | R Documentation |
Retrieve a list of existing tasks
ac_get_tasks(
title = NULL,
reltype = NULL,
relid = NULL,
status = NULL,
note = NULL,
duedate = NULL,
d_tasktypeid = NULL,
userid = NULL,
due_after = NULL,
due_before = NULL,
duedate_range = NULL,
assignee_userid = NULL,
outcome_id = NULL
)
title |
character, The title to be assigned to the task. |
reltype |
character, The name of the relating object (see relationships table). |
relid |
integer, The id of the relational object for this task. |
status |
integer, Task status means complete or incomplete. 1 is complete and 0 is incomplete. |
note |
character, The content describing the task. |
duedate |
date, Due date of the task. |
d_tasktypeid |
integer, The type of the task based on the available Task Types in the account. |
userid |
integer, User ID this task belongs to. |
due_after |
character, Filter deal tasks that are due after a specific date. |
due_before |
character, Filter deal tasks that are due before a specific date. |
duedate_range |
character, Filter deal tasks that are due between specific date range. |
assignee_userid |
integer, The id of the user a task is assigned to. |
outcome_id |
integer The id of a task outcome that the task belongs to. |
tibble with tasks data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.