Skip to main content
User
Artur Zbiejcik avatar
Written by Artur Zbiejcik
Updated yesterday

Name

URL

Description

/user/responses

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 YYYY-MM-DD format (e.g. 2011-11-20). After the parameter is provided, filled out surveys from that date and later days will be returned.

date_survey_open_upper

The maximum start date for completing the survey. The date must be provided in the YYYY-MM-DD format (e.g. 2011-11-20). After the parameter is provided, filled out surveys from that date and earlier days will be returned.

external_key

Value provided to the survey as the external_key parameter. This makes it possible to list all filled out surveys from a given source. More information regarding external_ey can be found here

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

Did this answer your question?