Learn R Programming

RColetum (version 0.2.2)

GetForms: Get info of all forms.

Description

Get the principals info of all forms.

Usage

GetForms(token, status = NULL, publicAnswers = NULL,
  answerTracking = NULL)

Value

A data frame.

Arguments

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".

Details

To get more details about the fields provided by the result, please visit the API documentation.

Examples

Run this code
# \donttest{
GetForms("cizio7xeohwgc8k4g4koo008kkoocwg")
GetForms("cizio7xeohwgc8k4g4koo008kkoocwg","enabled","true","true")
GetForms(token = "cizio7xeohwgc8k4g4koo008kkoocwg",
           status = "enabled",
           publicAnswers = "false",
           answerTracking = "true"
         )
# }

Run the code above in your browser using DataLab