unassignActivity: Unassign an activity from a device Side

Description Usage Arguments Value Examples

Description

With this endpoint you can unassign an activity from side of your active Device.

Usage

1
2
unassignActivity(activityId = NULL, deviceSide = NULL, token,
  as_df = TRUE)

Arguments

activityId

ID of an Activity, eg. 123.

deviceSide

Side of an active Device.

token

Token obtained with signIn.

as_df

If TRUE a data frame is returned, if FALSE a list is returned.

Value

A data frame or list with id, name, color, integration and deviceSide (NULL).

Examples

1
2
token <- "123456789"
unassignActivity(activityId = "57302", deviceSide = 8, token, as_df = TRUE)

Steensson/timeulaR documentation built on May 12, 2019, 5:39 a.m.