GetForms | R Documentation |
Get the principals info of all forms.
GetForms(token, status = NULL, publicAnswers = NULL,
answerTracking = NULL)
token |
String access token. |
status |
Optional filter. That is the state of the form: accept "enabled" or "disabled". |
publicAnswers |
Optional filter. Indicates if the form is public or not, is possible to use "true" or "false". |
answerTracking |
Optional filter. Indicates if the form is saving the local of fill, is possible use "true" or "false". |
To get more details about the fields provided by the result, please visit the API documentation.
A data frame.
GetForms("cizio7xeohwgc8k4g4koo008kkoocwg")
GetForms("cizio7xeohwgc8k4g4koo008kkoocwg","enabled","true","true")
GetForms(token = "cizio7xeohwgc8k4g4koo008kkoocwg",
status = "enabled",
publicAnswers = "false",
answerTracking = "true"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.