get_workspaces: Available workspaces

Description Usage Arguments

View source: R/workspaces.R

Description

A tibble containing details on workspaces

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
get_number_of_workspace(api = NULL, search = NULL)

get_workspaces(api = NULL, search = NULL, page = 1, page_size = 10)

create_workspace(workspace_name, api = NULL)

get_workspace(workspace_id, api = NULL)

update_workspace(
  workspace_id,
  api = NULL,
  workspace_name = NULL,
  add_members = NULL,
  remove_members = NULL
)

delete_workspace(workspace_id, api = NULL)

Arguments

api

Default NULL. Your private api key. If api is NULL, the environment variable Sys.getenv("typeform_api2") is used.

search

Returns items that contain the specified string.

page

The page of results to retrieve. Default 1 is the first page of results.

page_size

Number of results to retrieve per page. Default is 10. Maximum is 200.

workspace_name

The name workspace name

workspace_id

Retrieve typeforms for the specified workspace.

add_members

Email address

remove_members

Email address


rtypeform documentation built on Aug. 31, 2020, 5:09 p.m.