Retrieve single contact (with its answers and messages)
GET {{base_url}}/forms/{{form_id}}/contacts/{{contact_id}}?include_answers=true&include_messages=true
⚠️ This endpoint is subject to a rate limit of 50 requests per 5 minutes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_answers | boolean | Whether or not the answers should be returned | |
include_messages | boolean | Whether or not the conversation messages should be returned |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
organization-id | string |
RESPONSES
status: OK
{"contact_id":"988d67e0-1d24-4dcd-8456-6218cefb0c46","name":"Nicolas","email":"nicolas.grenie@typeform.com","phone_number":null,"thumbnail":"https://media.videoask.com/transcoded/99178ec1-309d-4bab-8580-28c7bcd1b55a/thumbnails/00001.jpg","status":"completed","created_at":"2020-04-29T18:44:07.533577Z","updated_at":"2020-04-29T18:48:32.964223Z","answers":[{"answer_id":"9cda46d3-9127-45d3-b68c-745274df27b2","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","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},{"answer_id":"aaecb1c5-2f70-4562-a4fb-387339524bf4","created_at":"2020-04-29T18:47:19.417654Z","poll_option_content":"Yes","poll_option_id":"96cb209e-7bf1-493d-a2bc-d69ab2163cc9","question_id":"c271f17e-8e92-46f3-a7b9-92d973f5ef05","type":"poll","is_public":false},{"answer_id":"e3b7f83d-d254-43cc-b389-f67b3124d340","created_at":"2020-04-29T18:48:22.731065Z","input_text":"I want to bring my high school friends, we met a long time ago, and since we were 15 we've been going on a trip every year.","question_id":"41dcc03b-74e2-405c-a752-5d0e7b0b67dd","type":"text","is_public":false}],"messages":[]}