ac_get_tasks: Retrieve a list of existing tasks

View source: R/ac_get_tasks.R

ac_get_tasksR Documentation

Retrieve a list of existing tasks

Description

Retrieve a list of existing tasks

Usage

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
)

Arguments

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.

Value

tibble with tasks data


ractivecampaign documentation built on Nov. 5, 2025, 5:41 p.m.