UrlMethodShort description
/surveysGETList user surveys.
/survey/{id}GETGet details of the survey.
/survey/{id}/answerCountGETGet the amount of answers in the survey. (OLD ENDPOINT)
/survey/{id}/answer/countGETGet the amount of answers in the survey
/survey/{id}/elementsGETList survey elements.
/survey/{id}/mergesGETList merged surveys.
/survey/{id}/languagesGETList survey languages.
/survey/{id}/previewGETGet survey preview image
/survey/{id}/answersGETList survey answers.
/survey/{id}/answerPUTCreate a new answer to the survey.
/survey/{id}/answer/externalPUTCreate an external answer to the survey.
/survey/{id}/answer/emailPUTAdd an email answer to to survey.
/survey/{id}/answer/email/invitePUTSend an email invitation to the survey.
/survey/{id}/answer/email/invite/batchPUTSend batch of email invitations to the survey.
/survey/{id}/answer/sms/invitePUTSend an SMS invitation to the survey.
/survey/{id}/answer/sms/invite/batchPUTSend batch of SMS invitations to the survey.
/survey/{id}/emailtaskPUTCreate a new email task to the survey
/emailtask/{id}/answersPUTLink survey answer to the email task.
/emailtask/{id}/activatePOSTActivate the email task.
/emailtask/{id}/templatesPUTCreate an email task template.
/answer/{id}GETGet details of the answer.
/answer/{id}/dataGETGet actual content for the answer.
/answer/{id}/dataPUTCreate content for the answer.
/answer/{id}/metaPUTAdd meta information to answer.
/answer/{id}/sendReminderPOSTSend a reminder email to the email address who gave the answer.
/answer/{id}/statePOSTChange the state of the answer.
/answer/{id}/element/{element}PUTCreate an answer for the survey element.
/answer/{id}/element/{element}/indexPUTCreate an answer for the survey element with options.
/shorturlGETList all user short urls.
/shorturlPUTCreate a new short url.
/shorturl/{id}GETGet details of the short url.
/shorturl/{id}POSTUpdate the short url.
/shorturl/{id}DELETEDelete the short url.