Fetches all forms the authenticated user has access to, handling pagination automatically.
Arguments
- workspace_ids
Optional character vector of workspace IDs to restrict the results to.
- account
The name of the Tally account whose key to use, e.g.
"work"for a key stored inTALLY_API_KEY_WORK. The defaultNULLuses the account selected withtally_use_account(), or failing that the default account (TALLY_API_KEY).
Value
A tibble with one row per form and columns id, name,
status ("BLANK", "DRAFT", "PUBLISHED" or "DELETED"),
number_of_submissions, is_closed, workspace_id, created_at
and updated_at.
See also
tally_submissions() to import a form's data.