GET https://api.surveyjs.io/private/Survey/isCompleted?resultId={resultId}&clientId={clientId}
Returns a string value that indicates whether a particular client has already compeleted a specific survey.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
resultId |
A survey results ID.
|
globally unique identifier |
Required
|
clientId |
A client ID used when posting the survey results.
|
string |
Required
|
Response Information
IHttpActionResult
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.