Welcome to the LimeSurvey Community Forum

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

Which API can I change the fields (RESOLVIDO)

More
5 years 11 months ago #188615 by avelar
Type:
Date Start, expiration date.

Table: prefix_surveys
` startdate` data e hora padrão NULL,,
`expira` data e hora padrão NULL,

Tks,
The topic has been locked.
More
5 years 11 months ago #188620 by tpartner
set_survey_properties(string $sSessionKey, integer $iSurveyID, array $aSurveyData) - api.limesurvey.org/classes/remotecontrol...et_survey_properties

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: avelar
The topic has been locked.
More
5 years 11 months ago #188623 by avelar
$idSurvey = 156696;

$parametros = [
'startdate',
'expires'
];

$datainicio = '2019-09-06 08:00:00';
$datafechar = '2019-09-07 18:00:00';

$datesSurvey = $limeSurvey->get_survey_properties($idSurvey, null);

$datesSurvey = $datainicio;
$datesSurvey = $datafechar;

$datesSurvey = $limeSurvey->set_survey_properties($idSurvey, $datesSurvey);
$datesSurvey = $limeSurvey->get_survey_properties($idSurvey, null);
The following user(s) said Thank You: DenisChenu
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose