tagsAndMentions: Fetch tags & mentions of given activity

Description Usage Arguments Value Examples

Description

Tags and mentions are created with use of # and @ prefixes in notes of your time entries. Moreover if an activity is linked with integration, let’s say JIRA project, JIRA task IDs are visible as tags. With this endpoint you can fetch all tags and mentions valid in context of given activity. In this API version each tag / mention has ID only, while labels are NULL / NA.

Usage

1
tagsAndMentions(activityId = NULL, token, as_df = TRUE)

Arguments

activityId

ID of an Activity, eg. 123.

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 type (tag, mention or error), id and label.

Examples

1
2
token <- "123456789"
tagsAndMentions(activityId = "57302", token, as_df = TRUE)

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