GET https://api.surveyjs.io/public/Survey/isCompleted?resultId={resultId}&clientId={clientId}
Returns true if a client compelete the survey.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
resultId |
A unique indentificator for survey result.
|
globally unique identifier |
Required
|
clientId |
You client indentificator. It can be e-mail or user login. You should use it in the Post survey result method.
|
string |
Required
|
Response Information
IHttpActionResult
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.