# Questionnaires API Provides access to the questionnaires that is part of a Hyperproof organization. Version: 1.0 ## Servers Hyperproof US ``` https://api.hyperproof.app/v1/questionnaires ``` Hyperproof Gov ``` https://api.hyperproofgov.app/v1/questionnaires ``` Hyperproof EU ``` https://api.hyperproof.eu/v1/questionnaires ``` ## Security ### oauth2 Type: oauth2 ## Download OpenAPI description [Questionnaires API](https://developer.hyperproof.app/_bundle/Hyperproof%20API/Questionnaires/questionnaires.openapi.yaml) ## Other ### Get Questionnaires - [GET /](https://developer.hyperproof.app/hyperproof-api/questionnaires/questionnaires.openapi/other/get-questionnaires.md): GET / #### Description Retrieves all questionnaires within an organization, including their titles, versions, and associated metadata. ### Send Questionnaire - [PUT /{questionnaireId}/send](https://developer.hyperproof.app/hyperproof-api/questionnaires/questionnaires.openapi/other/send-questionnaire.md): PUT /{questionnaireId}/send #### Description Sends a questionnaire to a specified recipient or set of recipients, initiating the response process and tracking delivery status. ### Get Questionnaire Invites Filtered - [PUT /invitations/filter](https://developer.hyperproof.app/hyperproof-api/questionnaires/questionnaires.openapi/other/get-questionnaireinvitations-filtered.md): PUT /invitations/filter #### Description Retrieves a list of questionnaire invitations that match the specified filter criteria, such as status, recipient, or questionnaire type. ### Send Questionnaire Reminder - [PUT /{questionnaireId}/invitations/{invitationId}/remind](https://developer.hyperproof.app/hyperproof-api/questionnaires/questionnaires.openapi/other/send-questionnaire-reminder.md): PUT /{questionnaireId}/invitations/{invitationId}/remind #### Description Sends a reminder notification for a specified questionnaire to prompt recipients to complete their responses. ### Get Questionnaire - [GET /{questionnaireId}](https://developer.hyperproof.app/hyperproof-api/questionnaires/questionnaires.openapi/other/get-questionnaire.md): GET /{questionnaireId} #### Description Retrieves details of a specific questionnaire in an organization by its ID, including its title, version, and associated metadata. ### Get Questionnaire Questions - [GET /{questionnaireId}/questions](https://developer.hyperproof.app/hyperproof-api/questionnaires/questionnaires.openapi/other/get-questionnaire-questions.md): GET /{questionnaireId}/questions #### Description Retrieves all questions from the latest version of a specified questionnaire, including their text, type, and configuration details.