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

getAnswerSheetDataExample

{
    "status": 200,
    "message": "Ok",
    "count": 500,
    "total": 2578,
    "data": [
        null
    ]
}
Built with