form_comments {WufooR} | R Documentation |
Returns any comments made on this form's entries in the Entry Manager
Description
Returns any comments made on this form's entries in the Entry Manager
Usage
form_comments(
wufoo_name = auth_name(NULL),
formIdentifier = NULL,
entryId = NULL,
showRequestURL = FALSE,
pageStart = 0,
pageSize = 100,
debugConnection = 0L,
domain = "wufoo.com"
)
Arguments
wufoo_name |
- User's Name. Default: |
formIdentifier |
- this will give you information about just one form. A request without
the |
entryId |
- If set to a number, will only return comments for the specific entry |
showRequestURL |
- use only for DEBUG purposes |
pageStart |
- The comment that the request will start from |
pageSize |
- The number of comments returned in the request (Maximum of 100) |
debugConnection |
- samilar as above. Either "0L" (false; default) or "1L" |
domain |
- for whatever reason domain's ccTLD may change. With this parameter you can change
default |
Value
https://wufoo.github.io/docs/#form-comments
See Also
https://help.wufoo.com/articles/en_US/SurveyMonkeyArticleType/Entry-Manager
[Package WufooR version 1.0.1 Index]