Retrieve form by ID

GET {{base_url}}/forms/{{form_id}}

Retrieves a form by the given form_id. Includes all its questions definitions for convenience.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
organization-idstring

RESPONSES

status: OK

{"form_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","title":"My VideoAsk","requires_contact_info":false,"hide_branding":false,"metadata":{"primary_color":"#522CBB","secondary_color":"#4CD982","locale":"en-US","show_form_title":true},"share_id":"fxxxxxxxx","share_url":"https://www.videoask.com/fxxxxxxxx","show_contact_name":false,"show_contact_email":false,"show_contact_phone_number":false,"show_consent":false,"requires_contact_name":false,"requires_contact_email":false,"requires_contact_phone_number":false,"requires_consent":false,"created_at":"2020-02-20T11:51:24.693974Z","updated_at":"2020-02-20T11:53:30.293714Z","respondents_count":42,"author_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","questions":[{"question_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","form_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","metadata":{"text":"What's the meaning of life?","darken_text_background":true},"type":"standard","allowed_answer_media_types":["text"],"created_at":"2020-02-20T11:51:24.955607Z","updated_at":"2020-02-20T18:00:11.468601Z","thumbnail":"https://media2.giphy.com/media/xGdvlOVSWaDvi/giphy-preview.gif?cid=c83daf250ec8b71744536fa47680b2cf219894c74518faac\u0026rid=giphy-preview.gif","transcode_status":"completed","media_type":"video","media_url":"https://media2.giphy.com/media/xGdvlOVSWaDvi/giphy.mp4?cid=c83daf250ec8b71744536fa47680b2cf219894c74518faac\u0026rid=giphy.mp4"}]}