get_responses {rtypeform} | R Documentation |
Download questionnaire results
Description
Download results for a particular typeform questionnaire.
Usage
get_responses(
form_id,
api = NULL,
page_size = 25,
since = NULL,
until = NULL,
after = NULL,
before = NULL,
completed = NULL,
query = NULL,
fields = NULL
)
Arguments
form_id |
The form id of the typeform you want the results for. |
api |
Default |
page_size |
Maximum number of responses. Default value is 25. Maximum value is 1000. |
since |
default |
until |
default |
after |
default |
before |
default |
completed |
default |
query |
Limit request to only responses that that include the specified term. |
fields |
Not implemented. Pull requests welcome |
Value
A list. The first value is meta information. Subsequent elements are questions..
See Also
https://developer.typeform.com/responses/reference/retrieve-responses/