Survey Import
Import a survey using the following POST request:
Request
POST https://<host>/v1/surveys HTTP/1.1
Accept: application/json
Content-Type: application/zip
Content-Length: <content_length>
Authorization: Bearer <access_token>
<zipped_xml_surey_definition>
Response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"projectId": "p967073756763"
}