Retrieve all forms
GET {{base_url}}/forms?limit=20&offset=0
Retrieves a list of JSON descriptions for all forms (videoasks) in your VideoAsk account. Forms are sorted by creation date in descending order.
Fields for pagination:
- offset
: to indicate from which answer we want to start the page
- limit
: to indicate the size of the page
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
offset | number | ||
title | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
organization-id | string |
RESPONSES
status: OK
{"count":1,"next":null,"previous":null,"results":[{"form_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","title":"My VideoAsk","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,"first_question":{"question_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","thumbnail":"https://media2.giphy.com/media/xGdvlOVSWaDvi/giphy-preview.gif?cid=c83daf250ec8b71744536fa47680b2cf219894c74518faac\u0026rid=giphy-preview.gif","last_answer":{"answer_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","thumbnail":null,"media_type":null}}}]}