Name | URL | Description |
| The operation returns information about the last week's filled out surveys in all surveys on the user's account. |
Information about filled out surveys on the user account
URL
Optional parameters (POST)
Name | Description |
title | Survey title |
date_survey_open | The minimum start date for completing the survey. The date must be provided in the |
date_survey_open_upper | The maximum start date for completing the survey. The date must be provided in the |
external_key | Value provided to the survey as the |
sm_client_id | Value transferred to the survey if the integration with Sales Manago is enabled. Thanks to this, you can list all the filled out surveys for a given profile. |
limit | Limit per number of records |
offset | Offset for records |
Sample response
[
{
"id_response":123,
"id_survey":123,
"token":"2a5089",
"user_token":"ola1983",
"date_survey_open":"2012-12-06 12:00:00", "date_survey_answer":"2012-12-06 12:00:00"
}
]
Returned errors
None