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)

  • avelar
  • avelar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 7 months ago #188615 by avelar
Which API can I change the fields was created 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.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 7 months ago #188620 by tpartner
Replied by tpartner on topic Which API can I change the fields
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.
  • avelar
  • avelar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 7 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.

Lime-years ahead

Online-surveys for every purse and purpose