Restore a deleted form

POST {{base_url}}/forms/{{form_id}}/restore

folder_id is the folder where the form will be restored. It is required.

Set folder_id to null to restore the form to your organization's root folder.

⚠️ You can only restore forms that have been deleted within the last 30 days.

Request Body

{"folder_id"=>"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring
organization-idstring

RESPONSES

status: OK

{"are_answers_public":false,"are_messages_public":false,"author_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","created_at":"2022-08-18T17:32:05.584878Z","folder_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","form_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","hide_branding":false,"idle_deadline_time_in_minutes":60,"notifications":{"send_contact_message_emails":true},"organization_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","questions":[],"requires_consent":false,"requires_contact_email":false,"requires_contact_info":false,"requires_contact_name":false,"requires_contact_phone_number":false,"requires_contact_product_name":false,"respondents_count":0,"responses_share_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","responses_share_url":"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","share_id":"xxxxxxxxxx","share_url":"https://www.videoask.com/xxxxxxxxxx","show_consent":false,"show_contact_email":false,"show_contact_name":false,"show_contact_phone_number":false,"show_contact_product_name":false,"tag_share_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","tag_share_url":"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","title":"08/18/2022","updated_at":"2022-08-31T20:08:34.763778Z","is_password_protected":false,"drop_off_analysis":true}