get_all_pages_list: Get list of all pages (i.e., form, or subform) in a profile

Description Usage Arguments Value Author(s)

View source: R/page_records.R

Description

Retrieves a list of ALL pages in a profile, in chunks of 100 (limit). Returns a tibble with form id and form name.

Usage

1
get_all_pages_list(server_name, profile_id, access_token)

Arguments

server_name

String of the iFormBuilder server name

profile_id

Integer of the iFormBuilder profile ID

access_token

Access token produced by get_iform_access_token

Value

Tibble of two columns containing the page ID and page name: id <int>, name <chr>

Author(s)

Bill DeVoe, William.DeVoe@maine.gov


arestrom/iformr documentation built on Nov. 25, 2021, 11:21 p.m.