List All Questionnaires

Read a list of Questionnaires.

Request

GET https://api.comeet.co/questionnaires

Response

 {
        "uid": "72.10E",
        "speicifc_type": "Pre screen questionnaire",
        "name": "Project Manager - Pre-screening",
        "enabled_for": "Selected location or positions",
        "show_as": "Full-page questionnaire",
        "questions": [
            {
                "title": "What is your highest level of education?",
                "explanation": ""
            },
            {
                "title": "Do you have any experience with project management software?",
                "explanation": "",
                "options": [
                    {
                        "title": "Yes"
                    },
                    {
                        "title": "No"
                    }
                ]
            },
            {
                "title": "Describe a successful project you have managed in the past.",
                "explanation": ""
            },
            {
                "title": "What challenges have you faced while managing projects?",
                "explanation": ""
            },
            {
                "title": "What strategies do you use to ensure a project is completed on time and within budget?",
                "explanation": ""
            },
        ]
    }
        ]
    },
  // URL or null if no more questionnaires available 
  "next_page":"https://api.comeet.co/..."
}