GET https://api.surveyjs.io/private/Survey/getSurveyAndIsCompleted?surveyId={surveyId}&clientId={clientId}
Returns an object that contains a survey JSON schema and a string value indicating whether the survey has already been completed by a particular client.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
surveyId |
A survey 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.