| ActivityService | R Documentation |
ActivityService
ActivityService
R6Class object.
getPublicActivityCount(kind,limit)method
tercenApi::HttpClientService -> ActivityService
new()ActivityService$new(baseRestUri, client)
findByUserAndDate()ActivityService$findByUserAndDate( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
findByTeamAndDate()ActivityService$findByTeamAndDate( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
findByProjectAndDate()ActivityService$findByProjectAndDate( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
getPublicActivityCount()ActivityService$getPublicActivityCount(kind, limit)
clone()The objects of this class are cloneable with this method.
ActivityService$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.