GET https://api.surveyjs.io/private/Surveys/getSurveyInfo?accessKey={accessKey}&surveyId={surveyId}&ownerId={ownerId}
Returns the survey info (Info): name, pustId, created date and so on as well as survey JSON (Json).
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accessKey |
Your user unique indentificator.
|
string |
Required
|
surveyId |
Survey unique indentificator.
|
globally unique identifier |
Required
|
ownerId |
Your user's organization unique indentificator.
|
string |
None.
|
Body Parameters:
None.
Response Information
Response Description:
{Info: [survey info - name, pustId, created date and so on], Json: [survey JSON]}
IHttpActionResult
Parameters:
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.