get_number_of_forms {rtypeform} | R Documentation |
Fetch all available typeforms
Description
This function returns a two column data frame containing the typeform names and their associated ids.
Usage
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 |
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.
[Package rtypeform version 2.1.0 Index]