Retrieve question answers
GET {{base_url}}/questions/{{question_id}}/answers?limit=20&offset=0
Get all the answers of a specific question.
Optional fields for pagination:
-
offsetto indicate from which answer we want to start the page -
limitto indicate the size of the page
⚠️ This endpoint is subject to a rate limit of 10 requests per hour. It is best practice to configure webhooks before receiving any answers, rather than fetching them after the fact using this endpoint.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
limit | number | ||
offset | number |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string | ||
organization-id | string |
RESPONSES
status: OK
[{"answer_id":"bf092658-ceca-4e02-82f8-96b384c7a3d3","contact_id":"a72c2058-e1d8-4b53-994f-0a33a00efb70","contact_email":"jp@typeform.com","contact_name":"Jean Paul","form_id":"546ecd02-43c2-4c31-96e7-1670c00052e5","form_author_id":"501b1ddf-9128-4a6e-abd7-60fe30b037ee","form_hide_branding":false,"form_share_id":"f00nen83a","created_at":"2020-04-29T19:00:48.423310Z","media_id":"c6deb287-6106-4893-8764-1fc1a5b98c14","media_url":"https://media.videoask.com/transcoded/c6deb287-6106-4893-8764-1fc1a5b98c14/video.mp4","media_type":"video","question_id":"a5966f4e-c0c3-4598-a5ce-24e05cb13a67","share_id":"ayo3cvqzdr7r8bskua5ckllxqmbwbzx1l1bp4b1m","share_url":"https://www.videoask.com/ayo3cvqzdr7r8bskua5ckllxqmbwbzx1l1bp4b1m","thumbnail":"https://media.videoask.com/transcoded/c6deb287-6106-4893-8764-1fc1a5b98c14/thumbnails/00001.jpg","transcode_status":"completed","transcription":"Hey, I want a little Tokyo. I'm so excited by doing all the video games. Let's go!","type":"video","is_public":false},{"answer_id":"9cda46d3-9127-45d3-b68c-745274df27b2","contact_id":"988d67e0-1d24-4dcd-8456-6218cefb0c46","contact_email":"nicolas.grenie@typeform.com","contact_name":"Nicolas","form_id":"546ecd02-43c2-4c31-96e7-1670c00052e5","form_author_id":"501b1ddf-9128-4a6e-abd7-60fe30b037ee","form_hide_branding":false,"form_share_id":"f00nen83a","created_at":"2020-04-29T18:47:12.386464Z","media_id":"99178ec1-309d-4bab-8580-28c7bcd1b55a","media_url":"https://media.videoask.com/transcoded/99178ec1-309d-4bab-8580-28c7bcd1b55a/video.mp4","media_type":"video","question_id":"a5966f4e-c0c3-4598-a5ce-24e05cb13a67","share_id":"awuktq6t1f024q3l5gh14y0x0iw8peif3jl8rumr","share_url":"https://www.videoask.com/awuktq6t1f024q3l5gh14y0x0iw8peif3jl8rumr","thumbnail":"https://media.videoask.com/transcoded/99178ec1-309d-4bab-8580-28c7bcd1b55a/thumbnails/00001.jpg","transcode_status":"completed","transcription":"I'm a biker and I will love to go to med. Elin's Grant likes a nice place to buy, can discover a lot of different places. That's my next adventure.","type":"video","is_public":false}]