get_number_of_workspace {rtypeform}R Documentation

Available workspaces

Description

A tibble containing details on workspaces

Usage

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


[Package rtypeform version 2.1.0 Index]