GetForms: Get info of all forms.

View source: R/GetForms.R

GetFormsR Documentation

Get info of all forms.

Description

Get the principals info of all forms.

Usage

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

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.

Value

A data frame.

Examples


GetForms("cizio7xeohwgc8k4g4koo008kkoocwg")
GetForms("cizio7xeohwgc8k4g4koo008kkoocwg","enabled","true","true")
GetForms(token = "cizio7xeohwgc8k4g4koo008kkoocwg",
           status = "enabled",
           publicAnswers = "false",
           answerTracking = "true"
         )


HuenderBr/RColetum documentation built on April 19, 2024, 9:30 p.m.