Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Set exit url from Remote api

More
8 years 4 months ago #154713 by adri1177
Hello,
I'm working with the remote api but i'm not able to set the end url for the survey through the api,
any help would be apreciated.
Thanks in advance
The topic has been locked.
More
8 years 4 months ago - 8 years 4 months ago #154723 by tpartner
That's language-specific so you will need to use the set_language_properties() method .

Something like:

Code:
$aSurveyLocaleData = array('surveyls_url'=>'https://example.com');
$sLanguage = 'en';
$myJSONRPCClient->set_language_properties($sSessionKey, $iSurveyID, $aSurveyLocaleData, $sLanguage);

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 8 years 4 months ago by tpartner.
The topic has been locked.
Moderators: holchtpartner

Lime-years ahead

Online-surveys for every purse and purpose