Filter responses
GET https://api.videoask.com/forms/{{form_id}}/conversations?exclude_humans=true&limit=100&only_unread=false&only_without_tags=false&message_status=without_reply&score_gt=10&score_lt=25&tag={{tag_id}}&created_at_start_date=2022-12-01&created_at_end_date=2022-02-01&order_by=-latest_interaction
Request Params
Key | Datatype | Required | Description |
---|
exclude_humans | boolean | | Can be true or false |
limit | number | | |
only_unread | boolean | | Can be true or false |
only_without_tags | boolean | | Can be true or false |
message_status | string | | Can be without_reply or with_reply |
score_gt | number | | Score greater than |
score_lt | number | | Score less than |
tag | string | | |
created_at_start_date | string | | A date in YYYY-MM-DD format |
created_at_end_date | string | | A date in YYYY-MM-DD format |
order_by | string | | |
Key | Datatype | Required | Description |
---|
Authorization | string | | |
organization-id | string | | |