limesurvey_api_call: limesurvey_api_call
Description
Perform a call to the `LimeSurvey` RPC API.
Usage
limesurvey_api_call(method, params = list(), ...)
Value
A list containing the de-serialized response.
Arguments
- method
Name of the API method to call.
A complete list of methods can be found here:
https://api.limesurvey.org/classes/remotecontrol_handle.html
- params
Parameters to pass to the API
- ...
Additional parameters passed from above