You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in below api i want also First name and Last name data . so what param i need to add ?
i have try to adding sField = "First name" but not getting data.
The text was updated successfully, but these errors were encountered:
dipenpatel235
changed the title
Not getting Tocken control data on export responces api call
Not getting First name and Last name data responce on export responces api call
Aug 10, 2018
Hello..
in below api i want also First name and Last name data . so what param i need to add ?
i have try to adding sField = "First name" but not getting data.
raw_data <- call_limer(method = "export_responses",
params = list(iSurveyID = 12345,
sDocumentType = "csv",
sLanguageCode = "en",
sCompletionStatus = "complete",
sHeadingType = "code",
sResponseType = "long"))
base64_to_df(raw_data)
Thanks
Dipen Dalsaniya
The text was updated successfully, but these errors were encountered: