POST https://api.surveyjs.io/public/Survey/post

Post the survey result.

Request Information

URI Parameters

None.

Body Parameters

SurveyClientPostResult
NameDescriptionTypeAdditional information
PostId
The Post Id of your survey.
globally unique identifier
None.
SurveyResult
Your survey result as Json string.
string
None.
ClientId
Optional. The unique client id for a person running the survey.
string
None.
IsPartialCompleted
Optional. Valid if CliendId is not empty. True if a person doesn't complete the survey yet.
boolean
None.

Request Formats

application/json, text/json

{
  "PostId": "0cdfb2df-8a6d-4169-a017-8dc4b483446b",
  "SurveyResult": "sample string 2",
  "ClientId": "sample string 3",
  "IsPartialCompleted": true
}

application/xml, text/xml

<SurveyClientPostResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dxSurveyAPI.Controllers">
  <ClientId>sample string 3</ClientId>
  <IsPartialCompleted>true</IsPartialCompleted>
  <PostId>0cdfb2df-8a6d-4169-a017-8dc4b483446b</PostId>
  <SurveyResult>sample string 2</SurveyResult>
</SurveyClientPostResult>

application/x-www-form-urlencoded

Sample not available.

Response Information

Response Description:

IHttpActionResult

Parameters:

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample not available.

Your cookie settings

We use cookies on our site to make your browsing experience more convenient and personal. In some cases, they are essential to making the site work properly. By clicking "Accept All", you consent to the use of all cookies in accordance with our Terms of Use & Privacy Statement. However, you may visit "Cookie settings" to provide a controlled consent.

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.