1. Schemas
ePoll API Documentation V1
  • Export answer sheet
    • GetExportAnswerSheetData
      GET
    • PostExportAnswerSheetData
      POST
  • Export all answers
    • GetExportAllAnswersData
      GET
    • PostExportAllAnswersData
      POST
  • Export form data
    • GetExportFormData
      GET
    • PostExportFormData
      POST
  • Schemas
    • Schemas
      • getAnswerSheetDataExample
      • getFormQuestionsExample
  1. Schemas

getFormQuestionsExample

{
    "status": 200,
    "message": "ok",
    "form_id": 30977,
    "form_name": "تست",
    "description": "",
    "confirmation_message": true,
    "max_vote": 0,
    "thank_message": true,
    "disqualify_message": true,
    "confirmation_redirect_to": true,
    "render_mode": "oneQuestion",
    "submit_text": "string",
    "begin_date": "string",
    "end_date": "string",
    "fields": [
        null
    ]
}
Built with