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
|
Body Parameters:
None.
Response Information
Response Description:
Returns 'no' if a client doesn't run the survey. Returns 'partial' if a client started the survey, but doesn't complete it. Returns 'completed' if the survey was completed by the client.
IHttpActionResult
Parameters:
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.