Try
Buy
v 2.2.2

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

Posts survey results to the SurveyJS Service.

Request Information

URI Parameters

None.

Body Parameters

SurveyClientPostResult
NameDescriptionTypeAdditional information
PostId
A survey's post ID.
globally unique identifier
None.
SurveyResult
A stringified JSON object with survey results.
string
None.
ClientId
(Optional) The ID of a client running the survey.
string
None.
IsPartialCompleted
(Optional) A Boolean value that equals true if the survey is not yet completed. Can be used only if CliendId is specified.
boolean
None.

Request Formats

application/json, text/json

{
  "PostId": "f393410b-ae01-4fe1-a544-b0728a69807e",
  "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>f393410b-ae01-4fe1-a544-b0728a69807e</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 to make your browsing experience more convenient and personal. Some cookies are essential, while others help us analyse traffic. Your personal data and cookies may be used for ad personalization. By clicking “Accept All”, you consent to the use of all cookies as described in our Terms of Use and Privacy Statement. You can manage your preferences in “Cookie settings.”

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.