get_forms: Fetch all available typeforms

Description Usage Arguments Value

View source: R/get_forms.R

Description

This function returns a two column data frame containing the typeform names and their associated ids.

Usage

1
2
3
4
5
6
7
8
9
get_number_of_forms(api = NULL, search = "", workspace_id = NULL)

get_forms(
  api = NULL,
  page = 1,
  page_size = 10,
  search = "",
  workspace_id = NULL
)

Arguments

api

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

search

Returns items that contain the specified string.

workspace_id

Retrieve typeforms for the specified workspace.

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.

Value

A list containing content and the response.


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