POST

Change state of survey ids included in request payload as an array of integers. Please find all possible survey states here.

URL : /v1.0/Survey/ChangeState/{surveySate}

Method : POST

Auth required : YES

Example

POST /v1.0/Survey/ChangeState/{surveySate} HTTP/1.1
Host: <API_ENDPOINT>
Authorization: Bearer <API_TOKEN_HERE>
Content-Type: application/json
Cache-Control: no-cache
 
[100, 101, 102]

Success Response

Code: 200 OK

Error Response

Code: 401 Unauthorized

{
  "Message": "Authorization has been denied for this request."
}