Skip to contents

Get comments for workspaces of current user

Usage

comments(
  created_after = NULL,
  thread_uuid = NULL,
  mention_uuid = NULL,
  workgroup_uuid = NULL,
  page = NULL,
  size = NULL,
  use_proxy = FALSE
)

Arguments

created_after

Date (and optionally time) to filter comments created since this date/time. If a time is not supplied, all comments made on this day will be included.

thread_uuid

UUID of thread to filter by

mention_uuid

UUID of user to filter comments where mentioned

workgroup_uuid

UUID of workgroup to filter by

page

Page number of responses to return (0..N).

size

Number of results to be returned per page.

use_proxy

Logical to indicate whether to use proxy

Value

Data frame

Examples

if (FALSE) { # \dontrun{
comments()
} # }