GET https://api.surveyjs.io/private/Surveys/getSurveyInfo?accessKey={accessKey}&surveyId={surveyId}&ownerId={ownerId}
Returns survey metadata (name, post ID, date of creation, etc.) and the survey JSON schema.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accessKey |
Your private access key.
|
string |
Required
|
surveyId |
A survey ID.
|
globally unique identifier |
Required
|
ownerId |
(Optional) Your organization's ID.
|
string |
None.
|
Response Information
IHttpActionResult
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.