{"info":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","description":"<html><head></head><body><h2 id=\"about\">About</h2>\n<p>The API provides access to automatically upload of respondents and retrieval of datasets from your organization's surveys in SurveyXact, as well as wide range of other information as can be done through the normal SurveyXact UI.</p>\n<p>The solution is based on a RESTful architecture (<a href=\"http://en.wikipedia.org/wiki/RESTful\">http://en.wikipedia.org/wiki/RESTful</a>)<br>and is accessed via HTTPS, which provides a number of benefits:</p>\n<ul>\n<li><p>HTTPS is a secure protocol with encrypted data transfer.</p>\n</li>\n<li><p>As the HTTPS port is open in most firewalls, this avoids problems concerning “permission” to contact our servers from the customer’s own IT environment.</p>\n</li>\n</ul>\n<p>The solution uses SurveyXact’s built-in access control to ensure that users gain access<br>to only their own data.<br>Retrieved data is the most recent available from SurveyXact without any form of<br>caching.</p>\n<h2 id=\"available-entities-in-the-api\">Available entities in the API</h2>\n<p>Information and attributes about the following entities can be retrieved:</p>\n<ul>\n<li><p>Surveys</p>\n</li>\n<li><p>Respondents</p>\n</li>\n<li><p>Organizations</p>\n</li>\n</ul>\n<p>Each result contains a number of attributes for the required entity as well as a<br>number of links that can be used to run through the model from a given point.<br>It is therefore easy to traverse the hierarchy and go from a respondent to a survey<br>to an organization etc.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>All requests must contain a valid username and password for a SurveyXact user<br>who has access to the requested action and data.<br>The user name and password must be transferred via Basic HTTP authentication (<a href=\"http://en.wikipedia.org/wiki/Basic_access_authentication\">http://en.wikipedia.org/wiki/Basic_access_authentication</a>).</p>\n<h2 id=\"limitations-of-use\">Limitations of use</h2>\n<p>The customer has unlimited access to retrieve information on all available entities<br>in SurveyXact.<br>However, datasets must not be downloaded very frequently. Once an hour is acceptable<br>but once a minute is too often.<br>The acceptable frequency is assessed individually, and it will become a problem if<br>SurveyXact becomes overloaded due to too frequent requests.</p>\n<h2 id=\"examples-and-test\">Examples and test</h2>\n<p>The documentation contain examples of requests and responses. For instance, an endpoint may contain the text MY_SURVEY_KEY which indicates that you should insert a survey external key in the request.</p>\n<h2 id=\"possible-error-codes\">Possible error codes</h2>\n<p>The most common error codes:</p>\n<h5 id=\"401--403-unauthorized--forbidden\">401 / 403 UNAUTHORIZED &amp; FORBIDDEN</h5>\n<p>All requests need to be authenticated with a valid user. You might also be missing access to the resource you are trying to request or your organization does not have REST API access. Please check you credentials or contact support.</p>\n<h5 id=\"500--400-bad_request--internal_server_error\">500 / 400 BAD_REQUEST &amp; INTERNAL_SERVER_ERROR</h5>\n<p>These errors most often occur when there are errors in the request e.g. the parameter values are wrong. Unfortunatly not all our endpoints have great error messages when this happens - so please check the request path and parameters and contact support if you are still having issues.</p>\n<h5 id=\"415-unsupported_media_type\">415 UNSUPPORTED_MEDIA_TYPE</h5>\n<p>This error is due to a wrong body format. Please check the format of your request body and try again.</p>\n<h5 id=\"502--503--504-bad_gateway-gateway_timeout--service_unavailable\">502 / 503 / 504 BAD_GATEWAY, GATEWAY_TIMEOUT &amp; SERVICE_UNAVAILABLE</h5>\n<p>Our systems are likely down. Please try again later.</p>\n<h2 id=\"questions\">Questions?</h2>\n<p>If you are having issues with an integration, please don't hesitate to contact us at <a href=\"https://mailto:surveyxactsupport@ramboll.com\">surveyxactsupport@ramboll.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1760772","collectionId":"1502a09c-e3a1-42d2-974c-29181a739ee6","publishedId":"S1a33ni6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"009DF0"},"publishDate":"2026-03-04T13:44:30.000Z"},"item":[{"name":"Survey","item":[{"name":"Survey endpoints","item":[{"name":"Get survey","id":"28e9b829-d963-47ed-bd04-1ff8503fdfbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}","description":"<p>Returns information about a single survey. The response contains the following:</p>\n<ul>\n<li><p>externalkey: Is the unique key identifying the survey. Can be used for self-creation of respondents if activated in the survey.</p>\n</li>\n<li><p>id: Is the unique number identifying the survey.</p>\n</li>\n<li><p>name: Is the name of the survey.</p>\n</li>\n<li><p>self: Is the endpoint to the survey itself.</p>\n</li>\n<li><p>respondents: Is the endpoint to get the respondents in the survey.</p>\n</li>\n<li><p>export-dataset: Is the endpoint for exporting the dataset of the survey.</p>\n</li>\n<li><p>export-labels: Is the endpoint for exporting the labels of the survey.</p>\n</li>\n<li><p>export-structure: Is the endpoint for exporting the structure of the survey.</p>\n</li>\n<li><p>export-variables: Is the endpoint for exporting the variables of the survey.</p>\n</li>\n<li><p>organization: Is the endpoint to get the organization the survey belongs to.</p>\n</li>\n<li><p>questionniare: Is the endpoint to the survey’s questionnaire in XML format.</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"9324b18a-24e6-466d-b62c-b5472af7a0e5","name":"Get survey","originalRequest":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 29 Sep 2020 19:21:01 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<survey>\n    <externalkey>ABCDEFGHIJKL</externalkey>\n    <id>{{survey_id}}</id>\n    <name>Demo</name>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}\" rel=\"self\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/respondents\" rel=\"respondents\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/dataset\" rel=\"export-dataset\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/labels\" rel=\"export-labels\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/structure\" rel=\"export-structure\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/variables\" rel=\"export-variables\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/organizations/42\" rel=\"organization\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/questionnaire\" rel=\"questionnaire\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/reports\" rel=\"reports\"\">\n</survey>"}],"_postman_id":"28e9b829-d963-47ed-bd04-1ff8503fdfbd"},{"name":"Get surveys","id":"724b6c95-9b35-46ab-b916-12a2fdc875b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/surveys","description":"<p>Returns information about all surveys in the supplied organization.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["organizations","{{organization_id}}","surveys"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"a4e98c12-fa0c-4b06-8424-fb189575fcff","name":"Get surveys","originalRequest":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 18:40:01 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<surveys>\n    <survey>\n        <externalkey>ABCDEFGH1234</externalkey>\n        <id>42</id>\n        <name>Demo 1</name>\n        <createts>2021-05-23 12:28:54</createts>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/42\" rel=\"self\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/42/respondents\" rel=\"respondents\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/42/export/dataset\" rel=\"export-dataset\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/42/export/labels\" rel=\"export-labels\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/42/export/structure\" rel=\"export-structure\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/42/export/variables\" rel=\"export-variables\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/43\" rel=\"organization\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/42/questionnaire\" rel=\"questionnaire\"/>\n    </survey>\n    <survey>\n        <externalkey>ABCDEFGH2345</externalkey>\n        <id>44</id>\n        <name>Demo 2</name>\n        <createts>2021-05-26 13:32:46</createts>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/44\" rel=\"self\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/44/respondents\" rel=\"respondents\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/44/export/dataset\" rel=\"export-dataset\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/44/export/labels\" rel=\"export-labels\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/44/export/structure\" rel=\"export-structure\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/44/export/variables\" rel=\"export-variables\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/45\" rel=\"organization\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/44/questionnaire\" rel=\"questionnaire\"/>\n    </survey>\n</surveys>"}],"_postman_id":"724b6c95-9b35-46ab-b916-12a2fdc875b1"},{"name":"Move survey","id":"c2cf6218-2375-4a6a-8a29-d413bb45e81d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/move/{{parent_organization_id}}","description":"<p>Moves a survey to the supplied organization.</p>\n","urlObject":{"path":["surveys","{{survey_id}}","move","{{parent_organization_id}}"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"d4354359-8c05-43d0-9dbd-f57fb2ecf0ff","name":"Move survey","originalRequest":{"method":"PUT","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/move/{{parent_organization_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 18:47:50 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"c2cf6218-2375-4a6a-8a29-d413bb45e81d"},{"name":"Toggle self creation","id":"36b3c685-4c5f-4d58-b370-01543040d4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/selfcreation?value=&emailConfirmation=true","description":"<p>Enable or disable self creation on a survey.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","selfcreation"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>Required. True enables self creation and false disables self creation.</p>\n","type":"text/plain"},"key":"value","value":""},{"description":{"content":"<p>Optional. Setting this to false means that a direct link is used for self creation and not emails</p>\n","type":"text/plain"},"key":"emailConfirmation","value":"true"}],"variable":[]}},"response":[{"id":"ca0ac8ae-1900-45f7-936a-9f7b07412ff7","name":"Enable self creation","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/selfcreation?value=true","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","selfcreation"],"query":[{"key":"value","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 18:50:13 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"},{"id":"eab0d6e0-eb8a-4753-ab9f-42a47b242a28","name":"Disable self creation","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/selfcreation?value=","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","selfcreation"],"query":[{"key":"value","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 18:50:58 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"36b3c685-4c5f-4d58-b370-01543040d4ac"},{"name":"Create survey","id":"40bebf62-9a1e-432e-b939-a9b1d5686cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"templateSurveyId","value":"","type":"text","description":"<p>Optional. No template is used if it is not provided</p>\n"},{"key":"surveyName","value":"","type":"text","description":"<p>Required. The name of the created survey</p>\n"}]},"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/survey","description":"<p>Creates a new survey in the supplied organization.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["organizations","{{organization_id}}","survey"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"6f07757d-0026-41e0-a52e-3c248515f520","name":"Create survey","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"templateSurveyId","value":"{{template_survey_id}}","type":"text"},{"key":"surveyName","value":"Test survey","type":"text"}]},"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/survey"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 18:52:01 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<survey>\n    <externalkey>ABCDEFGH1234</externalkey>\n    <id>42</id>\n    <name>Test survey</name>\n    <createts>2021-05-29 20:51:59</createts>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/42\" rel=\"self\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/42/respondents\" rel=\"respondents\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/42/export/dataset\" rel=\"export-dataset\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/42/export/labels\" rel=\"export-labels\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/42/export/structure\" rel=\"export-structure\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/42/export/variables\" rel=\"export-variables\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/organizations/43\" rel=\"organization\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/42/questionnaire\" rel=\"questionnaire\"/>\n</survey>"}],"_postman_id":"40bebf62-9a1e-432e-b939-a9b1d5686cd8"},{"name":"Delete survey","id":"d98ee352-7465-46a6-b0e1-8a849b8e3a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}","description":"<p>Deletes the supplied survey.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"f10d81fb-8faf-4ead-b055-1e7f3eb6edb4","name":"Delete survey","originalRequest":{"method":"DELETE","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:00:26 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"d98ee352-7465-46a6-b0e1-8a849b8e3a1e"}],"id":"ede063a8-1769-460e-bb2c-6d2e47f68dac","description":"<p>Consists of endpoints related to a survey.</p>\n","event":[{"listen":"prerequest","script":{"id":"9d7dafcd-a384-47a8-8484-2fcee384edcb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5b192140-2cd5-402a-88f3-df2b1ee81efe","type":"text/javascript","exec":[""]}}],"_postman_id":"ede063a8-1769-460e-bb2c-6d2e47f68dac","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}}},{"name":"Data export endpoints","item":[{"name":"Export questionnaire","id":"3637220d-68ef-476e-84d8-d5d21a32c44c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/questionnaire?lang=","description":"<p>The questionnaires – both foreground and background – can be retrieved in an<br />XML format.</p>\n<p>The texts in this exported XML file are generally in the survey’s default language. If<br />texts are required in another language in the survey, this can be specified by adding<br />the parameter “lang=xx” to the URL. xx is the 2-letter code for the language in<br />ISO-639-1 format (<a href=\"http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\">http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes</a>). If a<br />language is specified that is not in the survey, an error will occur.</p>\n<p><strong>About the response format:</strong></p>\n<p>The section contains a description of all variables in the questionnaire.<br />The questionnaire is divided into a section containing all<br />background information and a section containing all the questions.<br />All background information and all questions are contained in their own<br />section.<br />The questionnaire XML has the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-xml\">foregroundModifyTs=\"2022-07-07T22:09:48.283+02:00\"\nbackgroundModifyTs=\"2022-07-07T22:09:48.283+02:00\"\n&gt;\n\n\n…\n\n\n\n…\n\n\n\n</code></pre>\n<p>All variable tags have the following attributes:</p>\n<p>*   reference - identifies the variable with a (technical) numeric-based notation.\n*   name - identifies the variable by name. The name is the variable’s name as<br />    defined in the questionnaire.\n*   type – specifies which type of values the variable can assume.<br />    Possible types are:<br />    o double - can assume numeric values.<br />    o string - can assume text values.<br />    o single - assumes one specific value from a number of possible values.<br />    15/23<br />    o multiple - assumes one or more values from a number of possible<br />    values.<br />    Variables of the type double and string have the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>``` xml\n\nWhat is your name?\n\n\n```\n\n  \nThe tag is the question text from the questionnaire – unless it is changed in  \nthe analysis via an analysis label. The attribute lang specifies the language in  \nwhich the text is written.  \nVariables of the type single and multiple have the following structure:\n\n``` xml\n\nWhat is your gender?\n\nMale\n\n\nFemale\n\n\n\n```\n\n  \nFor every possible value, there is a section that describes the choices  \navailable.  \nThe tag has the following attributes:\n</code></pre><p>*   reference – uniquely identifies the choice with a (technical) numeric-based<br />    notation.\n*   value – a numeric value that is associated with the choice.\n*   id – identifies the choice. Choices have different IDs within each individual<br />    variable. Different variables can have choices with the same ID.<br />    The tag contains the choice’s name from the questionnaire. The attribute<br />    lang specifies the language of the text.\n*   foregroundModifyTs - The timestamp for when the foreground questionnaire was last modified. Using ISO 8601 date time format for Danish time.\n*   backgroundModifyTs - The timestamp for when the background questionnaire was last modified. Using ISO 8601 date time format for Danish time.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","questionnaire"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>Optional. Specifies the language of the texts in the exported questionnaire. For example use \"da\" for Danish or \"en\" for English. Defaults to the standard language of the questionnaire if the parameter is unspecified. </p>\n","type":"text/plain"},"key":"lang","value":""}],"variable":[]}},"response":[{"id":"d382a790-e3a6-4886-9f82-94cb8d0275b0","name":"Export a questionnaire in Danish","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/questionnaire?lang=da","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","questionnaire"],"query":[{"key":"lang","value":"da"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 29 Sep 2020 19:16:50 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<questionnaire id=\"42\">\n    <background>\n        <variable type=\"single\" name=\"curuser\" reference=\"{*1/1/1*}\">\n            <text lang=\"da\">Nuværende bruger</text>\n            <varChoice id=\"101\" value=\"1\" reference=\"{*1/1/1:101*}\">\n                <text lang=\"da\">Administrator der opretter ny respondent</text>\n            </varChoice>\n            <varChoice id=\"102\" value=\"2\" reference=\"{*1/1/1:102*}\">\n                <text lang=\"da\">Administrator der redigerer respondent</text>\n            </varChoice>\n            <varChoice id=\"103\" value=\"3\" reference=\"{*1/1/1:103*}\">\n                <text lang=\"da\">Respondent der opretter sig selv via link med e-mail bekræftelse</text>\n            </varChoice>\n            <varChoice id=\"104\" value=\"4\" reference=\"{*1/1/1:104*}\">\n                <text lang=\"da\">Respondent der opretter sig selv via link uden e-mail</text>\n            </varChoice>\n            <varChoice id=\"105\" value=\"5\" reference=\"{*1/1/1:105*}\">\n                <text lang=\"da\">Telefon-interviewer</text>\n            </varChoice>\n            <varChoice id=\"106\" value=\"6\" reference=\"{*1/1/1:106*}\">\n                <text lang=\"da\">Respondent der besvarer skema</text>\n            </varChoice>\n            <varChoice id=\"107\" value=\"7\" reference=\"{*1/1/1:107*}\">\n                <text lang=\"da\">Respondent der opretter sig selv via link med NemLogin bekræftelsen</text>\n            </varChoice>\n        </variable>\n        <variable type=\"single\" name=\"lang\" reference=\"{*1/1/3*}\">\n            <text lang=\"da\">Sprog</text>\n            <varChoice id=\"17340\" value=\"2\" reference=\"{*1/1/3:17340*}\">\n                <text lang=\"da\">Dansk</text>\n            </varChoice>\n            <varChoice id=\"12811\" value=\"3\" reference=\"{*1/1/3:12811*}\">\n                <text lang=\"da\">English</text>\n            </varChoice>\n        </variable>\n    </background>\n    <foreground>\n        <variable type=\"single\" name=\"s_1\" reference=\"{*1/2/81592621*}\">\n            <text lang=\"da\">Hvor tilfreds er du med kantinen?</text>\n            <varChoice id=\"81592623\" value=\"1\" reference=\"{*1/2/81592621:81592623*}\">\n                <text lang=\"da\">Meget utilfreds</text>\n            </varChoice>\n            <varChoice id=\"81592625\" value=\"2\" reference=\"{*1/2/81592621:81592625*}\">\n                <text lang=\"da\">Utilfreds</text>\n            </varChoice>\n            <varChoice id=\"81592626\" value=\"3\" reference=\"{*1/2/81592621:81592626*}\">\n                <text lang=\"da\">Hverken eller</text>\n            </varChoice>\n            <varChoice id=\"81592627\" value=\"4\" reference=\"{*1/2/81592621:81592627*}\">\n                <text lang=\"da\">Tilfreds</text>\n            </varChoice>\n            <varChoice id=\"81592628\" value=\"5\" reference=\"{*1/2/81592621:81592628*}\">\n                <text lang=\"da\">Meget tilfreds</text>\n            </varChoice>\n            <varChoice id=\"81592629\" value=\"6\" reference=\"{*1/2/81592621:81592629*}\">\n                <text lang=\"da\">Ved ikke</text>\n            </varChoice>\n        </variable>\n        <variable type=\"single\" name=\"s_2\" reference=\"{*1/2/1743808656*}\">\n            <text lang=\"da\">Hvor tilfreds er du med parkeringspladsen?</text>\n            <varChoice id=\"1743808657\" value=\"1\" reference=\"{*1/2/1743808656:1743808657*}\">\n                <text lang=\"da\">Meget utilfreds</text>\n            </varChoice>\n            <varChoice id=\"1743808658\" value=\"2\" reference=\"{*1/2/1743808656:1743808658*}\">\n                <text lang=\"da\">Utilfreds</text>\n            </varChoice>\n            <varChoice id=\"1743808659\" value=\"3\" reference=\"{*1/2/1743808656:1743808659*}\">\n                <text lang=\"da\">Hverken eller</text>\n            </varChoice>\n            <varChoice id=\"1743808660\" value=\"4\" reference=\"{*1/2/1743808656:1743808660*}\">\n                <text lang=\"da\">Tilfreds</text>\n            </varChoice>\n            <varChoice id=\"1743808661\" value=\"5\" reference=\"{*1/2/1743808656:1743808661*}\">\n                <text lang=\"da\">Meget tilfreds</text>\n            </varChoice>\n            <varChoice id=\"1743808662\" value=\"6\" reference=\"{*1/2/1743808656:1743808662*}\">\n                <text lang=\"da\">Ved ikke</text>\n            </varChoice>\n        </variable>\n    </foreground>\n</questionnaire>"},{"id":"6d23d389-3fb0-4e09-85aa-1e1d85919858","name":"Export a questionnaire in English","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/questionnaire?lang=en","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","questionnaire"],"query":[{"key":"lang","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 29 Sep 2020 19:16:50 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<questionnaire id=\"42\">\n    <background>\n        <variable type=\"single\" name=\"curuser\" reference=\"{*1/1/1*}\">\n            <text lang=\"en\">Current User</text>\n            <varChoice id=\"101\" value=\"1\" reference=\"{*1/1/1:101*}\">\n                <text lang=\"en\">Administrator creating new respondent</text>\n            </varChoice>\n            <varChoice id=\"102\" value=\"2\" reference=\"{*1/1/1:102*}\">\n                <text lang=\"en\">Administrator editing respondent</text>\n            </varChoice>\n            <varChoice id=\"103\" value=\"3\" reference=\"{*1/1/1:103*}\">\n                <text lang=\"en\">Respondent creating himself via link with e-mail confirmation</text>\n            </varChoice>\n            <varChoice id=\"104\" value=\"4\" reference=\"{*1/1/1:104*}\">\n                <text lang=\"en\">Respondent creating himself via direct link</text>\n            </varChoice>\n            <varChoice id=\"105\" value=\"5\" reference=\"{*1/1/1:105*}\">\n                <text lang=\"en\">Telephone Interviewer</text>\n            </varChoice>\n            <varChoice id=\"106\" value=\"6\" reference=\"{*1/1/1:106*}\">\n                <text lang=\"en\">Respondent answering questionnaire</text>\n            </varChoice>\n            <varChoice id=\"107\" value=\"7\" reference=\"{*1/1/1:107*}\">\n                <text lang=\"en\">Respondent creating himself via link with NemLogin confirmation</text>\n            </varChoice>\n        </variable>\n        <variable type=\"single\" name=\"lang\" reference=\"{*1/1/3*}\">\n            <text lang=\"en\">Language</text>\n            <varChoice id=\"17340\" value=\"2\" reference=\"{*1/1/3:17340*}\">\n                <text lang=\"en\">Danish</text>\n            </varChoice>\n            <varChoice id=\"12811\" value=\"3\" reference=\"{*1/1/3:12811*}\">\n                <text lang=\"en\">English</text>\n            </varChoice>\n        </variable>\n    </background>\n    <foreground>\n        <variable type=\"single\" name=\"s_1\" reference=\"{*1/2/81592621*}\">\n            <text lang=\"en\">How satisfied are you with the canteen?</text>\n            <varChoice id=\"81592623\" value=\"1\" reference=\"{*1/2/81592621:81592623*}\">\n                <text lang=\"en\">Very unsatisfied</text>\n            </varChoice>\n            <varChoice id=\"81592625\" value=\"2\" reference=\"{*1/2/81592621:81592625*}\">\n                <text lang=\"en\">Dissatisfied</text>\n            </varChoice>\n            <varChoice id=\"81592626\" value=\"3\" reference=\"{*1/2/81592621:81592626*}\">\n                <text lang=\"en\">Neither nor</text>\n            </varChoice>\n            <varChoice id=\"81592627\" value=\"4\" reference=\"{*1/2/81592621:81592627*}\">\n                <text lang=\"en\">Satisfied</text>\n            </varChoice>\n            <varChoice id=\"81592628\" value=\"5\" reference=\"{*1/2/81592621:81592628*}\">\n                <text lang=\"en\">Very satisfied</text>\n            </varChoice>\n            <varChoice id=\"81592629\" value=\"6\" reference=\"{*1/2/81592621:81592629*}\">\n                <text lang=\"en\">Do not know</text>\n            </varChoice>\n        </variable>\n        <variable type=\"single\" name=\"s_2\" reference=\"{*1/2/1743808656*}\">\n            <text lang=\"en\">How satisfied are you with the parking lot?</text>\n            <varChoice id=\"1743808657\" value=\"1\" reference=\"{*1/2/1743808656:1743808657*}\">\n                <text lang=\"en\">Very unsatisfied</text>\n            </varChoice>\n            <varChoice id=\"1743808658\" value=\"2\" reference=\"{*1/2/1743808656:1743808658*}\">\n                <text lang=\"en\">Dissatisfied</text>\n            </varChoice>\n            <varChoice id=\"1743808659\" value=\"3\" reference=\"{*1/2/1743808656:1743808659*}\">\n                <text lang=\"en\">Neither nor</text>\n            </varChoice>\n            <varChoice id=\"1743808660\" value=\"4\" reference=\"{*1/2/1743808656:1743808660*}\">\n                <text lang=\"en\">Satisfied</text>\n            </varChoice>\n            <varChoice id=\"1743808661\" value=\"5\" reference=\"{*1/2/1743808656:1743808661*}\">\n                <text lang=\"en\">Very satisfied</text>\n            </varChoice>\n            <varChoice id=\"1743808662\" value=\"6\" reference=\"{*1/2/1743808656:1743808662*}\">\n                <text lang=\"en\">Do not know</text>\n            </varChoice>\n        </variable>\n    </foreground>\n</questionnaire>"}],"_postman_id":"3637220d-68ef-476e-84d8-d5d21a32c44c"},{"name":"Export dataset","id":"3a24b82c-30fe-468f-a462-b5594b2d1cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/dataset?format=EU&lang=en","description":"<p>Fetch a CSV dataset of a survey.<br />We provide examples of requests and an example of complete output. Find them in the right sidebar example dropdown.</p>\n<h4 id=\"formatting-files\">Formatting files</h4>\n<p>The default format for the exported files is always INTL_EU. If another format is required,<br />this can be specified by adding the parameter \"format\".</p>\n<h4 id=\"choice-of-language\">Choice of language</h4>\n<p>The texts in the exported file are in the survey’s default language. If texts in another<br />language are required in the survey, this can be specified by adding the parameter<br />lang=xx to the URL. xx is the 2-letter code for the language in ISO-639-1<br />format (<a href=\"http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\">http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes</a>).</p>\n<p>Do not specify a language code for a language that is not in the survey.<br />SurveyXact will attempt to honor the request, but the result is undefined and may<br />contain a mix of the requested language, English, the survey’s default language as<br />well as marking all texts as being in the requested language even if they are not.</p>\n<h4 id=\"export-of-selected-variables-only\">Export of selected variables only</h4>\n<p>By default, all variables in the survey are exported. This includes foreground and<br />background variables as well as a number of system variables (e.g. time of completion.<br />If only a limited list of variables for export is required, this is possible by selecting<br />the visible variables shown in the analysis in the SurveyXact UI (Analysis -&gt; Variables).<br />If only selected variables should be included in a dataset, this can be specified by<br />adding the parameter selected=true to the URL.</p>\n<p><em>Note that if the format is specified as XML, the selected=true parameter will be__ignored. The XML format will always contain all available variables.</em></p>\n<h4 id=\"export-of-modifications-since-a-certain-date-and-time\">Export of modifications since a certain date and time</h4>\n<p>By default, all the answers in the dataset are exported. If the dataset is large, part<br />of the full dataset can be exported with only the respondents who are modified<br />since a known time.</p>\n<p>Using this parameter corresponds to applying a filter (e.g. \"[respondent/modified]<br />&lt;= datetime(”2011-08-22 16:42:42”))\" in the analysis, after which only the<br />respondents who have been modified since the specified date and time are visible.</p>\n<p>The parameter can be used to export all mentioned dataset formats.</p>\n<h4 id=\"export-of-xml-as-an-attached-file\">Export of XML as an attached file</h4>\n<p>If XML is selected as the export format, the returned data can be relatively extensive<br />– so extensive that most browsers have difficulty displaying it (they hang or<br />even crash) if the dataset is large enough.</p>\n<p>During development or system integration in relation to SurveyXact, manual verification<br />of the content may be necessary. Therefore it is possible to specify that the<br />XML export should be delivered to the client as an attached file (and thereby being<br />able to save it directly to a file) by adding the parameter asAttachment=true to<br />the URL.</p>\n<p><em>Note that this parameter affects only how an XML export of the dataset is delivered__to the client. The parameter is ignored if other formats are chosen or exporting anything__else than the dataset.</em></p>\n<h4 id=\"about-the-response-structure\">About the response structure</h4>\n<p>The XML format of the dataset closely resembles the descriptions of<br />and above, but it is not a 1:1 reproduction.<br />The dataset XML has the following overall structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-xml\">&lt;dataset analysisid=\"654\" surveyid=\"123\"&gt;\n&lt;variables&gt;\n&lt;variable&gt; … &lt;/variable&gt;\n&lt;variable&gt; … &lt;/variable&gt;\n&lt;/variables&gt;\n&lt;respondents&gt;\n&lt;respondent externKey=\"A1B2C3D4E5F6\" id=\"98765\"&gt;\n&lt;valueNnnnn&gt;\n…\n&lt;/respondent&gt;\n&lt;respondent externKey=\"B3C4D5E6F7G8\" id=\"78923\"&gt;\n&lt;valueNnnnn&gt;\n…\n&lt;/respondent&gt;\n…\n&lt;/respondents&gt;\n&lt;/dataset&gt;\n\n</code></pre>\n<p>The different tags contained within the tag contain the<br />same information as described in “Description of the XML Section ”,<br />with the following two additional types as well as the existing single, multiple,<br />string and double types:<br />o dateTime - can assume dates and times as values.<br />o unknown – variable type for advanced calculated variables that cannot<br />be mapped to either the single, multiple, string or double variable types.<br />Variables of the type dateTime have the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-xml\">type=\"dateTime\"&gt;\n&lt;text lang=\"en\"&gt;Created&lt;/text&gt;\n&lt;/variable&gt;\n\n</code></pre>\n<p>The type dateTime is automatically set by the system for variables containing a<br />time. As a question with the type dateTime cannot be created, the type is included<br />only in the overall dataset.<br />Variables of the type unknown have the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-xml\">type=\"unknown\"&gt;\n&lt;text lang=\"en\"&gt;List of IDs for lookup&lt;/text&gt;\n&lt;/variable&gt;\n\n</code></pre>\n<p>The type unknown is automatically set by the system for variables that uses an advanced<br />function from SurveyXact’s expression language, which does not have an<br />appropriate XML representation. For the same reason, only the description of the<br />variable is included in a tag, and not the definition itself.<br />Variables of the type unknown are listed only in the section, and are<br />not repeated under each individual respondent’s answer.<br />The tag contains a respondent section for each respondent in<br />the dataset.<br />Each respondent contains a number of tags as described in “Description<br />of the XML Section ”, with the following additional<br />type as well as the existing valueSingle, valueMultiple, valueText and value-<br />Double variables:<br />o valueDateTime – can assume dates and times as values<br />The valueDateTime variables have the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-xml\">&lt;valueDateTime name=\"respondent/modified\"&gt;2010-08-31T15:00:03&lt;/valueDateTime&gt;\n\n</code></pre>\n<ul>\n<li><p>name is the variable’s name as described in the variable section</p>\n</li>\n<li><p>The tag contains the timestamp value of the variable in ISO format (yyyy-<br />  MM-ddTHH:mm:ss), and is always specified in the Danish time zone (CET /<br />  CEST) for when the timestamp was registered.</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","export","dataset"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"disabled":true,"description":{"content":"<p>Optional. True or false. See description for further explanation.</p>\n","type":"text/plain"},"key":"selected","value":""},{"disabled":true,"description":{"content":"<p>Optional. Export of XML as an attached file when set to true.</p>\n","type":"text/plain"},"key":"asAttachment","value":""},{"disabled":true,"description":{"content":"<p>Optional. Specifying that only data modified since that date and/or time should be included. Possible patterns for the string are:</p>\n<ul>\n<li>yyyyMMdd_HHmmss - eg. 20130317_133742 for march 17th 2013 at 13:37:42 CET/CEST</li>\n<li>yyyyMMdd - eg. 20130527 for may 27th 2013 at 00:00:00 CET/CEST</li>\n</ul>\n<p>Note that modifiedSince is updated whenever a questionnaire is saved.</p>\n","type":"text/plain"},"key":"modifiedSince","value":""},{"disabled":true,"description":{"content":"<p>Optional. An URL encoded expression for filtering the dataset. For example:\n[respondent/created]%20%3E%20datetime(%222018-03-14%2014:00:00%22) will export all respondents created on the 14th of March 2018 or later.</p>\n<p>[respondent/closeTime]%20%3E%20datetime(%222018-03-14%2014:00:00%22) will export all respondents who responded after the 14th of March 2018.</p>\n","type":"text/plain"},"key":"expression","value":""},{"disabled":true,"description":{"content":"<p>Optional. Shorten variable names to a maximum of 8 characters when set to true, unlimited if false. Default is true. \nFor XML format this is always false, and full variable name is used regardless of the value of this parameter.  </p>\n","type":"text/plain"},"key":"shortVariableNames","value":""},{"description":{"content":"<p>Optional. The default format for the exported file is EU. Possible values are:</p>\n<ul>\n<li>EU : CSV format European: list separator=\";\" and decimal separator=\",\"</li>\n<li>US : CSV format US: list separator=\",\" and decimal separator=\".\"</li>\n<li>INTL_EU : CSV format European Unicode: list separator=\"tab\" and\ndecimal separator=\",\"</li>\n<li>INTL_US : CSV format US Unicode: list separator=\"tab\" and decimal\nseparator=\".\"</li>\n<li>XML: XML format (more about this format in the description above)</li>\n</ul>\n","type":"text/plain"},"key":"format","value":"EU"},{"description":{"content":"<p>Optional. The language of the exported dataset. Default is the default language of the survey</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"disabled":true,"description":{"content":"<p>Optional. True or false. Default is true. Decide if cpr is allowed to be a part of the exported dataset</p>\n","type":"text/plain"},"key":"allowCpr","value":""}],"variable":[]}},"response":[{"id":"107c2ba8-396a-40ea-8e84-f05c5c4a4a63","name":"Export a dataset in European CSV format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/dataset?format=EU","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","export","dataset"],"query":[{"key":"format","value":"EU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 30 May 2021 09:42:10 GMT"},{"key":"Content-Type","value":"text/csv; charset=iso-8859-1"},{"key":"Content-Length","value":"1787"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"content-disposition","value":"attachment;filename=dataset.csv"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"survey;responde;organiza;stat_1;stat_2;stat_3;stat_4;stat_5;stat_6;stat_7;stat_8;stat_9;stat_10;stat_11;stat_12;stat_13;stat_14;stat_15;stat_16;stat_17;stat_18;stat_19;stat_20;created;modified;closetim;starttim;difftime;response;numberof;importgr;distribu;email;digitald;digit_1;s_1;s_3;s_2;lang;b_1;statc_1;statc_2;statc_3;statc_4;statc_5;statc_6;statc_7;statc_8;statc_9;stat_21;statd_1;statd_2;statd_3;statd_4;statd_5;stats_1;stats_2;stats_3;stats_4;stats_5;stats_6;stat_22;stat_23;stat_24;stat_25;stato_1;stato_2;stato_3;stato_4;stato_5\r\n42;43;44;0;0;0;0;0;1;1;1;0;0;0;0;0;1;0;0;0;0;0;0;2021-05-23 12:31:38;2021-05-30 12:03:50;2021-05-23 12:32:54;2021-05-23 12:32:54;0,003;1;0;;;\"test1@example.com\";3;\"\";4;\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\";5;2;\"Test 1\";1;1;0;1;0;0;0;0;0;0;0;1;0;0;0;0;1;0;0;0;0;0;0;1;0;0;0;0;1;0\r\n42;43;44;1;0;0;0;0;1;0;1;0;0;0;0;0;1;0;0;0;0;0;0;2021-05-23 12:32:00;2021-05-30 12:04:04;;2021-05-23 12:33:23;;1;1;;;\"test2@example.com\";1;\"Return mail was received\";5;\"\";;2;\"Test 2\";0;0;0;1;0;0;0;0;0;0;0;0;1;0;0;0;1;0;0;0;0;0;1;0;0;0;0;1;0;0\r\n42;43;44;0;0;0;0;0;0;0;1;0;0;0;0;0;0;0;0;0;0;0;0;2021-05-23 12:32:39;2021-05-30 12:04:24;;;;0;0;;;\"test3@example.com\";3;\"\";;\"\";;2;\"Test 3\";0;0;0;1;0;0;0;0;0;0;0;1;0;0;0;0;0;0;0;0;1;1;0;0;0;1;0;0;0;0\r\n"},{"id":"6b115d69-0045-4aab-869b-b2c14774b11d","name":"Export a dataset in European Unicode CSV format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/dataset?format=INTL_EU","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","export","dataset"],"query":[{"key":"format","value":"INTL_EU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 30 May 2021 09:51:25 GMT"},{"key":"Content-Type","value":"text/csv; charset=UTF-16LE"},{"key":"Content-Length","value":"3576"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"content-disposition","value":"attachment;filename=dataset.csv"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"survey\tresponde\torganiza\tstat_1\tstat_2\tstat_3\tstat_4\tstat_5\tstat_6\tstat_7\tstat_8\tstat_9\tstat_10\tstat_11\tstat_12\tstat_13\tstat_14\tstat_15\tstat_16\tstat_17\tstat_18\tstat_19\tstat_20\tcreated\tmodified\tclosetim\tstarttim\tdifftime\tresponse\tnumberof\timportgr\tdistribu\temail\tdigitald\tdigit_1\ts_1\ts_3\ts_2\tlang\tb_1\tstatc_1\tstatc_2\tstatc_3\tstatc_4\tstatc_5\tstatc_6\tstatc_7\tstatc_8\tstatc_9\tstat_21\tstatd_1\tstatd_2\tstatd_3\tstatd_4\tstatd_5\tstats_1\tstats_2\tstats_3\tstats_4\tstats_5\tstats_6\tstat_22\tstat_23\tstat_24\tstat_25\tstato_1\tstato_2\tstato_3\tstato_4\tstato_5\r\n42\t43\t44\t0\t0\t0\t0\t0\t1\t1\t1\t0\t0\t0\t0\t0\t1\t0\t0\t0\t0\t0\t0\t2021-05-23 12:31:38\t2021-05-30 12:03:50\t2021-05-23 12:32:54\t2021-05-23 12:32:54\t0,003\t1\t0\t\t\t\"test1@example.com\"\t3\t\"\"\t4\t\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"\t5\t2\t\"Test 1\"\t1\t1\t0\t1\t0\t0\t0\t0\t0\t0\t0\t1\t0\t0\t0\t0\t1\t0\t0\t0\t0\t0\t0\t1\t0\t0\t0\t0\t1\t0\r\n42\t43\t44\t1\t0\t0\t0\t0\t1\t0\t1\t0\t0\t0\t0\t0\t1\t0\t0\t0\t0\t0\t0\t2021-05-23 12:32:00\t2021-05-30 12:04:04\t\t2021-05-23 12:33:23\t\t1\t1\t\t\t\"test2@example.com\"\t1\t\"Return mail was received\"\t5\t\"\"\t\t2\t\"Test 2\"\t0\t0\t0\t1\t0\t0\t0\t0\t0\t0\t0\t0\t1\t0\t0\t0\t1\t0\t0\t0\t0\t0\t1\t0\t0\t0\t0\t1\t0\t0\r\n42\t43\t44\t0\t0\t0\t0\t0\t0\t0\t1\t0\t0\t0\t0\t0\t0\t0\t0\t0\t0\t0\t0\t2021-05-23 12:32:39\t2021-05-30 12:04:24\t\t\t\t0\t0\t\t\t\"test3@example.com\"\t3\t\"\"\t\t\"\"\t\t2\t\"Test 3\"\t0\t0\t0\t1\t0\t0\t0\t0\t0\t0\t0\t1\t0\t0\t0\t0\t0\t0\t0\t0\t1\t1\t0\t0\t0\t1\t0\t0\t0\t0\r\n"},{"id":"2bae8309-9907-488a-80f9-138c41974f61","name":"Export a dataset in XML format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/dataset?format=XML","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","export","dataset"],"query":[{"key":"format","value":"XML"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 30 May 2021 09:43:49 GMT"},{"key":"Content-Type","value":"text/xml;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<dataset surveyid=\"42\" analysisid=\"43\">\n    <variables>\n        <variable type=\"single\" name=\"respondent/survey\" reference=\"{*2/3*}\">\n            <text lang=\"\">Survey</text>\n            <varChoice id=\"1301342\" value=\"1301342\" reference=\"{*2/3:1301342*}\">\n                <text lang=\"\">Demo 1</text>\n            </varChoice>\n        </variable>\n        <variable type=\"double\" name=\"respondent/respondentid\" reference=\"{*2/2*}\">\n            <text lang=\"\">Respondent ID</text>\n        </variable>\n        <variable type=\"single\" name=\"respondent/organization\" reference=\"{*2/1*}\">\n            <text lang=\"\">Organization</text>\n            <varChoice id=\"265341\" value=\"265341\" reference=\"{*2/1:265341*}\">\n                <text lang=\"\">REST</text>\n            </varChoice>\n        </variable>\n        <variable type=\"multiple\" name=\"respondent/statinternal\" reference=\"{*2/16*}\">\n            <text lang=\"\">Basic Status</text>\n            <varChoice id=\"1\" value=\"1\" reference=\"{*2/16:1*}\">\n                <text lang=\"\">E-mail sent</text>\n            </varChoice>\n            <varChoice id=\"2\" value=\"2\" reference=\"{*2/16:2*}\">\n                <text lang=\"\">Questionnaire printed</text>\n            </varChoice>\n            <varChoice id=\"3\" value=\"3\" reference=\"{*2/16:3*}\">\n                <text lang=\"\">Background data exported for mail merge</text>\n            </varChoice>\n            <varChoice id=\"4\" value=\"4\" reference=\"{*2/16:4*}\">\n                <text lang=\"\">Distributed by link</text>\n            </varChoice>\n            <varChoice id=\"5\" value=\"5\" reference=\"{*2/16:5*}\">\n                <text lang=\"\">Answers imported</text>\n            </varChoice>\n            <varChoice id=\"6\" value=\"6\" reference=\"{*2/16:6*}\">\n                <text lang=\"\">Some questions answered</text>\n            </varChoice>\n            <varChoice id=\"7\" value=\"7\" reference=\"{*2/16:7*}\">\n                <text lang=\"\">Last page shown to respondent</text>\n            </varChoice>\n            <varChoice id=\"8\" value=\"8\" reference=\"{*2/16:8*}\">\n                <text lang=\"\">Created by administrator</text>\n            </varChoice>\n            <varChoice id=\"9\" value=\"9\" reference=\"{*2/16:9*}\">\n                <text lang=\"\">Created by import</text>\n            </varChoice>\n            <varChoice id=\"10\" value=\"10\" reference=\"{*2/16:10*}\">\n                <text lang=\"\">Created by keyer</text>\n            </varChoice>\n            <varChoice id=\"11\" value=\"11\" reference=\"{*2/16:11*}\">\n                <text lang=\"\">Created by the respondent</text>\n            </varChoice>\n            <varChoice id=\"12\" value=\"12\" reference=\"{*2/16:12*}\">\n                <text lang=\"\">Created by web service</text>\n            </varChoice>\n            <varChoice id=\"13\" value=\"13\" reference=\"{*2/16:13*}\">\n                <text lang=\"\">Answers entered by the respondent</text>\n            </varChoice>\n            <varChoice id=\"14\" value=\"14\" reference=\"{*2/16:14*}\">\n                <text lang=\"\">Answers entered by administrator</text>\n            </varChoice>\n            <varChoice id=\"15\" value=\"15\" reference=\"{*2/16:15*}\">\n                <text lang=\"\">Answers entered through interview</text>\n            </varChoice>\n            <varChoice id=\"16\" value=\"16\" reference=\"{*2/16:16*}\">\n                <text lang=\"\">Answers collected by web service</text>\n            </varChoice>\n            <varChoice id=\"17\" value=\"17\" reference=\"{*2/16:17*}\">\n                <text lang=\"\">Respondent closed by interviewer</text>\n            </varChoice>\n            <varChoice id=\"18\" value=\"18\" reference=\"{*2/16:18*}\">\n                <text lang=\"\">Last page shown to interviewer</text>\n            </varChoice>\n            <varChoice id=\"19\" value=\"19\" reference=\"{*2/16:19*}\">\n                <text lang=\"\">Rejected through returnmail</text>\n            </varChoice>\n            <varChoice id=\"20\" value=\"20\" reference=\"{*2/16:20*}\">\n                <text lang=\"\">Created by import from sample group</text>\n            </varChoice>\n        </variable>\n        <variable type=\"dateTime\" name=\"respondent/created\" reference=\"{*2/10*}\">\n            <text lang=\"\">Created</text>\n        </variable>\n        <variable type=\"dateTime\" name=\"respondent/modified\" reference=\"{*2/11*}\">\n            <text lang=\"\">Modified</text>\n        </variable>\n        <variable type=\"dateTime\" name=\"respondent/closeTime\" reference=\"{*2/22*}\">\n            <text lang=\"\">Close time</text>\n        </variable>\n        <variable type=\"dateTime\" name=\"respondent/startTime\" reference=\"{*2/32*}\">\n            <text lang=\"\">Start time</text>\n        </variable>\n        <variable type=\"double\" name=\"respondent/diffTime\" reference=\"{*2/33*}\">\n            <text lang=\"\">Response duration (seconds)</text>\n        </variable>\n        <variable type=\"double\" name=\"respondent/responseCollectSessions\" reference=\"{*2/34*}\">\n            <text lang=\"\">Response sessions</text>\n        </variable>\n        <variable type=\"double\" name=\"respondent/numberOfReturnedmail\" reference=\"{*2/35*}\">\n            <text lang=\"\">Number of return mails</text>\n        </variable>\n        <variable type=\"double\" name=\"respondent/importgroup\" reference=\"{*2/41*}\">\n            <text lang=\"\">Import group</text>\n        </variable>\n        <variable type=\"single\" name=\"respondent/distributionschedule\" reference=\"{*2/40*}\">\n            <text lang=\"\">Schedule for data collection</text>\n        </variable>\n        <variable type=\"string\" name=\"respondent/email\" reference=\"{*2/42*}\">\n            <text lang=\"\">E-mail</text>\n        </variable>\n        <variable type=\"single\" name=\"respondent/digitalDistributionStatus\" reference=\"{*2/51*}\">\n            <text lang=\"\">Latest distribution status</text>\n            <varChoice id=\"1\" value=\"1\" reference=\"{*2/51:1*}\">\n                <text lang=\"\">Success</text>\n            </varChoice>\n            <varChoice id=\"2\" value=\"2\" reference=\"{*2/51:2*}\">\n                <text lang=\"\">Failed</text>\n            </varChoice>\n            <varChoice id=\"3\" value=\"3\" reference=\"{*2/51:3*}\">\n                <text lang=\"\">-</text>\n            </varChoice>\n            <varChoice id=\"4\" value=\"4\" reference=\"{*2/51:4*}\">\n                <text lang=\"\">In queue</text>\n            </varChoice>\n            <varChoice id=\"6\" value=\"6\" reference=\"{*2/51:6*}\">\n                <text lang=\"\">Opted Out</text>\n            </varChoice>\n            <varChoice id=\"5\" value=\"5\" reference=\"{*2/51:5*}\">\n                <text lang=\"\">Exempted</text>\n            </varChoice>\n        </variable>\n        <variable type=\"string\" name=\"respondent/digitalDistributionErrorMessage\" reference=\"{*2/52*}\">\n            <text lang=\"\">Latest distribution error message</text>\n        </variable>\n        <variable type=\"single\" name=\"questionnaire/s_1\" reference=\"{*1/2/81592621*}\">\n            <text lang=\"\">How satisfied are you with the canteen?</text>\n            <varChoice id=\"81592623\" value=\"1\" reference=\"{*1/2/81592621:81592623*}\">\n                <text lang=\"\">Very unsatisfied</text>\n            </varChoice>\n            <varChoice id=\"81592625\" value=\"2\" reference=\"{*1/2/81592621:81592625*}\">\n                <text lang=\"\">Dissatisfied</text>\n            </varChoice>\n            <varChoice id=\"81592626\" value=\"3\" reference=\"{*1/2/81592621:81592626*}\">\n                <text lang=\"\">Neither nor</text>\n            </varChoice>\n            <varChoice id=\"81592627\" value=\"4\" reference=\"{*1/2/81592621:81592627*}\">\n                <text lang=\"\">Satisfied</text>\n            </varChoice>\n            <varChoice id=\"81592628\" value=\"5\" reference=\"{*1/2/81592621:81592628*}\">\n                <text lang=\"\">Very satisfied</text>\n            </varChoice>\n            <varChoice id=\"81592629\" value=\"6\" reference=\"{*1/2/81592621:81592629*}\">\n                <text lang=\"\">Do not know</text>\n            </varChoice>\n        </variable>\n        <variable type=\"string\" name=\"questionnaire/s_3\" reference=\"{*1/2/1743816111*}\">\n            <text lang=\"\">Further comments</text>\n        </variable>\n        <variable type=\"single\" name=\"questionnaire/s_2\" reference=\"{*1/2/1743808656*}\">\n            <text lang=\"\">How satisfied are you with the parking lot?</text>\n            <varChoice id=\"1743808657\" value=\"1\" reference=\"{*1/2/1743808656:1743808657*}\">\n                <text lang=\"\">Very unsatisfied</text>\n            </varChoice>\n            <varChoice id=\"1743808658\" value=\"2\" reference=\"{*1/2/1743808656:1743808658*}\">\n                <text lang=\"\">Dissatisfied</text>\n            </varChoice>\n            <varChoice id=\"1743808659\" value=\"3\" reference=\"{*1/2/1743808656:1743808659*}\">\n                <text lang=\"\">Neither nor</text>\n            </varChoice>\n            <varChoice id=\"1743808660\" value=\"4\" reference=\"{*1/2/1743808656:1743808660*}\">\n                <text lang=\"\">Satisfied</text>\n            </varChoice>\n            <varChoice id=\"1743808661\" value=\"5\" reference=\"{*1/2/1743808656:1743808661*}\">\n                <text lang=\"\">Very satisfied</text>\n            </varChoice>\n            <varChoice id=\"1743808662\" value=\"6\" reference=\"{*1/2/1743808656:1743808662*}\">\n                <text lang=\"\">Do not know</text>\n            </varChoice>\n        </variable>\n        <variable type=\"single\" name=\"background/lang\" reference=\"{*1/1/3*}\">\n            <text lang=\"\">Language</text>\n            <varChoice id=\"17340\" value=\"2\" reference=\"{*1/1/3:17340*}\">\n                <text lang=\"\">Danish</text>\n            </varChoice>\n            <varChoice id=\"12811\" value=\"3\" reference=\"{*1/1/3:12811*}\">\n                <text lang=\"\">English</text>\n            </varChoice>\n        </variable>\n        <variable type=\"string\" name=\"background/b_1\" reference=\"{*1/1/1743843576*}\">\n            <text lang=\"\">Name</text>\n        </variable>\n        <variable type=\"multiple\" name=\"respondent/statcompletion\" reference=\"{*2/13*}\">\n            <text lang=\"\">Completion Status</text>\n            <varChoice id=\"1\" value=\"1\" reference=\"{*2/13:1*}\">\n                <text lang=\"\">Closed</text>\n            </varChoice>\n            <varChoice id=\"2\" value=\"2\" reference=\"{*2/13:2*}\">\n                <text lang=\"\">Complete</text>\n            </varChoice>\n            <varChoice id=\"3\" value=\"3\" reference=\"{*2/13:3*}\">\n                <text lang=\"\">Rejected through returnmail</text>\n            </varChoice>\n        </variable>\n        <variable type=\"multiple\" name=\"respondent/statcreation\" reference=\"{*2/15*}\">\n            <text lang=\"\">Creation Status</text>\n            <varChoice id=\"1\" value=\"1\" reference=\"{*2/15:1*}\">\n                <text lang=\"\">Created manually by administrator</text>\n            </varChoice>\n            <varChoice id=\"2\" value=\"2\" reference=\"{*2/15:2*}\">\n                <text lang=\"\">Imported by administrator</text>\n            </varChoice>\n            <varChoice id=\"3\" value=\"3\" reference=\"{*2/15:3*}\">\n                <text lang=\"\">Created by keyer</text>\n            </varChoice>\n            <varChoice id=\"4\" value=\"4\" reference=\"{*2/15:4*}\">\n                <text lang=\"\">Created by respondent through link</text>\n            </varChoice>\n            <varChoice id=\"5\" value=\"5\" reference=\"{*2/15:5*}\">\n                <text lang=\"\">Created through web service</text>\n            </varChoice>\n            <varChoice id=\"6\" value=\"6\" reference=\"{*2/15:6*}\">\n                <text lang=\"\">Creation type unknown</text>\n            </varChoice>\n            <varChoice id=\"7\" value=\"7\" reference=\"{*2/15:7*}\">\n                <text lang=\"\">Imported from sample group</text>\n            </varChoice>\n        </variable>\n        <variable type=\"multiple\" name=\"respondent/statdistribution\" reference=\"{*2/8*}\">\n            <text lang=\"\">Distribution Status</text>\n            <varChoice id=\"6\" value=\"6\" reference=\"{*2/8:6*}\">\n                <text lang=\"\">Mail merge</text>\n            </varChoice>\n            <varChoice id=\"1\" value=\"1\" reference=\"{*2/8:1*}\">\n                <text lang=\"\">None</text>\n            </varChoice>\n            <varChoice id=\"2\" value=\"2\" reference=\"{*2/8:2*}\">\n                <text lang=\"\">E-mail</text>\n            </varChoice>\n            <varChoice id=\"3\" value=\"3\" reference=\"{*2/8:3*}\">\n                <text lang=\"\">Paper</text>\n            </varChoice>\n            <varChoice id=\"4\" value=\"4\" reference=\"{*2/8:4*}\">\n                <text lang=\"\">Link</text>\n            </varChoice>\n        </variable>\n        <variable type=\"multiple\" name=\"respondent/statsource\" reference=\"{*2/14*}\">\n            <text lang=\"\">Answer Origin Status</text>\n            <varChoice id=\"1\" value=\"1\" reference=\"{*2/14:1*}\">\n                <text lang=\"\">Answers entered by the Respondent</text>\n            </varChoice>\n            <varChoice id=\"2\" value=\"2\" reference=\"{*2/14:2*}\">\n                <text lang=\"\">Answers entered by an administrator</text>\n            </varChoice>\n            <varChoice id=\"3\" value=\"3\" reference=\"{*2/14:3*}\">\n                <text lang=\"\">Answers collected by interview</text>\n            </varChoice>\n            <varChoice id=\"4\" value=\"4\" reference=\"{*2/14:4*}\">\n                <text lang=\"\">Answers imported</text>\n            </varChoice>\n            <varChoice id=\"5\" value=\"5\" reference=\"{*2/14:5*}\">\n                <text lang=\"\">Web Service</text>\n            </varChoice>\n            <varChoice id=\"6\" value=\"6\" reference=\"{*2/14:6*}\">\n                <text lang=\"\">Answer origin unknown</text>\n            </varChoice>\n        </variable>\n        <variable type=\"multiple\" name=\"respondent/statcollect\" reference=\"{*2/9*}\">\n            <text lang=\"\">Collection Status</text>\n            <varChoice id=\"1\" value=\"1\" reference=\"{*2/9:1*}\">\n                <text lang=\"\">None</text>\n            </varChoice>\n            <varChoice id=\"2\" value=\"2\" reference=\"{*2/9:2*}\">\n                <text lang=\"\">Partially Complete</text>\n            </varChoice>\n            <varChoice id=\"3\" value=\"3\" reference=\"{*2/9:3*}\">\n                <text lang=\"\">Completed</text>\n            </varChoice>\n            <varChoice id=\"4\" value=\"4\" reference=\"{*2/9:4*}\">\n                <text lang=\"\">Rejected</text>\n            </varChoice>\n        </variable>\n        <variable type=\"multiple\" name=\"respondent/statoverall\" reference=\"{*2/7*}\">\n            <text lang=\"\">Overall Status</text>\n            <varChoice id=\"1\" value=\"1\" reference=\"{*2/7:1*}\">\n                <text lang=\"\">New</text>\n            </varChoice>\n            <varChoice id=\"2\" value=\"2\" reference=\"{*2/7:2*}\">\n                <text lang=\"\">Distributed</text>\n            </varChoice>\n            <varChoice id=\"3\" value=\"3\" reference=\"{*2/7:3*}\">\n                <text lang=\"\">Partially Complete</text>\n            </varChoice>\n            <varChoice id=\"4\" value=\"4\" reference=\"{*2/7:4*}\">\n                <text lang=\"\">Complete</text>\n            </varChoice>\n            <varChoice id=\"5\" value=\"5\" reference=\"{*2/7:5*}\">\n                <text lang=\"\">Rejected</text>\n            </varChoice>\n        </variable>\n    </variables>\n    <respondents>\n        <respondent id=\"803958409\" externkey=\"JW4RND8RHHXR\">\n            <valueSingle name=\"respondent/survey\">\n                <choice id=\"1301342\" value=\"1301342\"/>\n            </valueSingle>\n            <valueDouble name=\"respondent/respondentid\">803958409</valueDouble>\n            <valueSingle name=\"respondent/organization\">\n                <choice id=\"265341\" value=\"265341\"/>\n            </valueSingle>\n            <valueMultiple name=\"respondent/statinternal\">\n                <choice id=\"8\" value=\"8\"/>\n            </valueMultiple>\n            <valueDateTime name=\"respondent/created\">2021-05-23T12:32:39</valueDateTime>\n            <valueDateTime name=\"respondent/modified\">2021-05-30T12:04:24</valueDateTime>\n            <valueDouble name=\"respondent/responseCollectSessions\">0</valueDouble>\n            <valueDouble name=\"respondent/numberOfReturnedmail\">0</valueDouble>\n            <valueText name=\"respondent/email\">test3@example.com</valueText>\n            <valueSingle name=\"respondent/digitalDistributionStatus\">\n                <choice id=\"3\" value=\"3\"/>\n            </valueSingle>\n            <valueText name=\"respondent/digitalDistributionErrorMessage\"></valueText>\n            <valueSingle name=\"background/lang\">\n                <choice id=\"17340\" value=\"2\"/>\n            </valueSingle>\n            <valueText name=\"background/b_1\">Test 3</valueText>\n            <valueMultiple name=\"respondent/statcompletion\"/>\n            <valueMultiple name=\"respondent/statcreation\">\n                <choice id=\"1\" value=\"1\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statdistribution\">\n                <choice id=\"1\" value=\"1\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statsource\">\n                <choice id=\"6\" value=\"6\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statcollect\">\n                <choice id=\"1\" value=\"1\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statoverall\">\n                <choice id=\"1\" value=\"1\"/>\n            </valueMultiple>\n        </respondent>\n        <respondent id=\"803958375\" externkey=\"PNY3NYF3FDRM\">\n            <valueSingle name=\"respondent/survey\">\n                <choice id=\"1301342\" value=\"1301342\"/>\n            </valueSingle>\n            <valueDouble name=\"respondent/respondentid\">803958375</valueDouble>\n            <valueSingle name=\"respondent/organization\">\n                <choice id=\"265341\" value=\"265341\"/>\n            </valueSingle>\n            <valueMultiple name=\"respondent/statinternal\">\n                <choice id=\"6\" value=\"6\"/>\n                <choice id=\"7\" value=\"7\"/>\n                <choice id=\"8\" value=\"8\"/>\n                <choice id=\"14\" value=\"14\"/>\n            </valueMultiple>\n            <valueDateTime name=\"respondent/created\">2021-05-23T12:31:38</valueDateTime>\n            <valueDateTime name=\"respondent/modified\">2021-05-30T12:03:50</valueDateTime>\n            <valueDateTime name=\"respondent/closeTime\">2021-05-23T12:32:54</valueDateTime>\n            <valueDateTime name=\"respondent/startTime\">2021-05-23T12:32:54</valueDateTime>\n            <valueDouble name=\"respondent/diffTime\">0.003</valueDouble>\n            <valueDouble name=\"respondent/responseCollectSessions\">1</valueDouble>\n            <valueDouble name=\"respondent/numberOfReturnedmail\">0</valueDouble>\n            <valueText name=\"respondent/email\">test1@example.com</valueText>\n            <valueSingle name=\"respondent/digitalDistributionStatus\">\n                <choice id=\"3\" value=\"3\"/>\n            </valueSingle>\n            <valueText name=\"respondent/digitalDistributionErrorMessage\"></valueText>\n            <valueSingle name=\"questionnaire/s_1\">\n                <choice id=\"81592627\" value=\"4\"/>\n            </valueSingle>\n            <valueText name=\"questionnaire/s_3\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</valueText>\n            <valueSingle name=\"questionnaire/s_2\">\n                <choice id=\"1743808661\" value=\"5\"/>\n            </valueSingle>\n            <valueSingle name=\"background/lang\">\n                <choice id=\"17340\" value=\"2\"/>\n            </valueSingle>\n            <valueText name=\"background/b_1\">Test 1</valueText>\n            <valueMultiple name=\"respondent/statcompletion\">\n                <choice id=\"1\" value=\"1\"/>\n                <choice id=\"2\" value=\"2\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statcreation\">\n                <choice id=\"1\" value=\"1\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statdistribution\">\n                <choice id=\"1\" value=\"1\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statsource\">\n                <choice id=\"2\" value=\"2\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statcollect\">\n                <choice id=\"3\" value=\"3\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statoverall\">\n                <choice id=\"4\" value=\"4\"/>\n            </valueMultiple>\n        </respondent>\n        <respondent id=\"803958389\" externkey=\"KMQ7QHFMFGZR\">\n            <valueSingle name=\"respondent/survey\">\n                <choice id=\"1301342\" value=\"1301342\"/>\n            </valueSingle>\n            <valueDouble name=\"respondent/respondentid\">803958389</valueDouble>\n            <valueSingle name=\"respondent/organization\">\n                <choice id=\"265341\" value=\"265341\"/>\n            </valueSingle>\n            <valueMultiple name=\"respondent/statinternal\">\n                <choice id=\"1\" value=\"1\"/>\n                <choice id=\"6\" value=\"6\"/>\n                <choice id=\"8\" value=\"8\"/>\n                <choice id=\"14\" value=\"14\"/>\n            </valueMultiple>\n            <valueDateTime name=\"respondent/created\">2021-05-23T12:32:00</valueDateTime>\n            <valueDateTime name=\"respondent/modified\">2021-05-30T12:04:04</valueDateTime>\n            <valueDateTime name=\"respondent/startTime\">2021-05-23T12:33:23</valueDateTime>\n            <valueDouble name=\"respondent/responseCollectSessions\">1</valueDouble>\n            <valueDouble name=\"respondent/numberOfReturnedmail\">1</valueDouble>\n            <valueText name=\"respondent/email\">test2@example.com</valueText>\n            <valueSingle name=\"respondent/digitalDistributionStatus\">\n                <choice id=\"1\" value=\"1\"/>\n            </valueSingle>\n            <valueText name=\"respondent/digitalDistributionErrorMessage\">Return mail was received</valueText>\n            <valueSingle name=\"questionnaire/s_1\">\n                <choice id=\"81592628\" value=\"5\"/>\n            </valueSingle>\n            <valueSingle name=\"background/lang\">\n                <choice id=\"17340\" value=\"2\"/>\n            </valueSingle>\n            <valueText name=\"background/b_1\">Test 2</valueText>\n            <valueMultiple name=\"respondent/statcompletion\"/>\n            <valueMultiple name=\"respondent/statcreation\">\n                <choice id=\"1\" value=\"1\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statdistribution\">\n                <choice id=\"2\" value=\"2\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statsource\">\n                <choice id=\"2\" value=\"2\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statcollect\">\n                <choice id=\"2\" value=\"2\"/>\n            </valueMultiple>\n            <valueMultiple name=\"respondent/statoverall\">\n                <choice id=\"3\" value=\"3\"/>\n            </valueMultiple>\n        </respondent>\n    </respondents>\n</dataset>"}],"_postman_id":"3a24b82c-30fe-468f-a462-b5594b2d1cac"},{"name":"Export labels","id":"d8abb9eb-f1c3-4388-8012-45160cb08430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/labels?shortVariableNames=","description":"<p>Contains all answer categories and their values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","export","labels"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"disabled":true,"description":{"content":"<p>See \"Export dataset\" for a description. Does not support XML.</p>\n","type":"text/plain"},"key":"format","value":""},{"disabled":true,"description":{"content":"<p>See \"Export dataset\" for a description.</p>\n","type":"text/plain"},"key":"lang","value":""},{"disabled":true,"description":{"content":"<p>See \"Export dataset\" for a description.</p>\n","type":"text/plain"},"key":"selected","value":""},{"description":{"content":"<p>See \"Export dataset\" for a description.</p>\n","type":"text/plain"},"key":"shortVariableNames","value":""}],"variable":[]}},"response":[{"id":"96c3363f-d865-4132-8e9f-3c88f853aa95","name":"Export labels in European CSV format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/labels?format=EU","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","export","labels"],"query":[{"key":"format","value":"EU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 29 Sep 2020 19:30:22 GMT"},{"key":"Content-Type","value":"text/csv; charset=iso-8859-1"},{"key":"Content-Length","value":"6560"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"content-disposition","value":"attachment;filename=labels.csv"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"\"survey\";42;\"42\"\r\n\"organiza\";43;\"43\"\r\n\"stat_1\";0;\"Not selected\"\r\n\"stat_1\";1;\"Selected\"\r\n\"stat_2\";0;\"Not selected\"\r\n\"stat_2\";1;\"Selected\"\r\n\"stat_3\";0;\"Not selected\"\r\n\"stat_3\";1;\"Selected\"\r\n\"stat_4\";0;\"Not selected\"\r\n\"stat_4\";1;\"Selected\"\r\n\"stat_5\";0;\"Not selected\"\r\n\"stat_5\";1;\"Selected\"\r\n\"stat_6\";0;\"Not selected\"\r\n\"stat_6\";1;\"Selected\"\r\n\"stat_7\";0;\"Not selected\"\r\n\"stat_7\";1;\"Selected\"\r\n\"stat_8\";0;\"Not selected\"\r\n\"stat_8\";1;\"Selected\"\r\n\"stat_9\";0;\"Not selected\"\r\n\"stat_9\";1;\"Selected\"\r\n\"stat_10\";0;\"Not selected\"\r\n\"stat_10\";1;\"Selected\"\r\n\"stat_11\";0;\"Not selected\"\r\n\"stat_11\";1;\"Selected\"\r\n\"stat_12\";0;\"Not selected\"\r\n\"stat_12\";1;\"Selected\"\r\n\"stat_13\";0;\"Not selected\"\r\n\"stat_13\";1;\"Selected\"\r\n\"stat_14\";0;\"Not selected\"\r\n\"stat_14\";1;\"Selected\"\r\n\"stat_15\";0;\"Not selected\"\r\n\"stat_15\";1;\"Selected\"\r\n\"stat_16\";0;\"Not selected\"\r\n\"stat_16\";1;\"Selected\"\r\n\"stat_17\";0;\"Not selected\"\r\n\"stat_17\";1;\"Selected\"\r\n\"stat_18\";0;\"Not selected\"\r\n\"stat_18\";1;\"Selected\"\r\n\"stat_19\";0;\"Not selected\"\r\n\"stat_19\";1;\"Selected\"\r\n\"stat_20\";0;\"Not selected\"\r\n\"stat_20\";1;\"Selected\"\r\n\"digitald\";1;\"1\"\r\n\"digitald\";2;\"2\"\r\n\"digitald\";3;\"3\"\r\n\"digitald\";4;\"4\"\r\n\"digitald\";6;\"6\"\r\n\"digitald\";5;\"5\"\r\n\"s_1\";1;\"1\"\r\n\"s_1\";2;\"2\"\r\n\"s_1\";3;\"3\"\r\n\"s_1\";4;\"4\"\r\n\"s_1\";5;\"5\"\r\n\"s_1\";6;\"6\"\r\n\"s_2\";1;\"1\"\r\n\"s_2\";2;\"2\"\r\n\"s_2\";3;\"3\"\r\n\"s_2\";4;\"4\"\r\n\"s_2\";5;\"5\"\r\n\"s_2\";6;\"6\"\r\n\"lang\";2;\"2\"\r\n\"lang\";3;\"3\"\r\n\"statc_1\";0;\"Not selected\"\r\n\"statc_1\";1;\"Selected\"\r\n\"statc_2\";0;\"Not selected\"\r\n\"statc_2\";1;\"Selected\"\r\n\"statc_3\";0;\"Not selected\"\r\n\"statc_3\";1;\"Selected\"\r\n\"statc_4\";0;\"Not selected\"\r\n\"statc_4\";1;\"Selected\"\r\n\"statc_5\";0;\"Not selected\"\r\n\"statc_5\";1;\"Selected\"\r\n\"statc_6\";0;\"Not selected\"\r\n\"statc_6\";1;\"Selected\"\r\n\"statc_7\";0;\"Not selected\"\r\n\"statc_7\";1;\"Selected\"\r\n\"statc_8\";0;\"Not selected\"\r\n\"statc_8\";1;\"Selected\"\r\n\"statc_9\";0;\"Not selected\"\r\n\"statc_9\";1;\"Selected\"\r\n\"stat_21\";0;\"Not selected\"\r\n\"stat_21\";1;\"Selected\"\r\n\"statd_1\";0;\"Not selected\"\r\n\"statd_1\";1;\"Selected\"\r\n\"statd_2\";0;\"Not selected\"\r\n\"statd_2\";1;\"Selected\"\r\n\"statd_3\";0;\"Not selected\"\r\n\"statd_3\";1;\"Selected\"\r\n\"statd_4\";0;\"Not selected\"\r\n\"statd_4\";1;\"Selected\"\r\n\"statd_5\";0;\"Not selected\"\r\n\"statd_5\";1;\"Selected\"\r\n\"stats_1\";0;\"Not selected\"\r\n\"stats_1\";1;\"Selected\"\r\n\"stats_2\";0;\"Not selected\"\r\n\"stats_2\";1;\"Selected\"\r\n\"stats_3\";0;\"Not selected\"\r\n\"stats_3\";1;\"Selected\"\r\n\"stats_4\";0;\"Not selected\"\r\n\"stats_4\";1;\"Selected\"\r\n\"stats_5\";0;\"Not selected\"\r\n\"stats_5\";1;\"Selected\"\r\n\"stats_6\";0;\"Not selected\"\r\n\"stats_6\";1;\"Selected\"\r\n\"stat_22\";0;\"Not selected\"\r\n\"stat_22\";1;\"Selected\"\r\n\"stat_23\";0;\"Not selected\"\r\n\"stat_23\";1;\"Selected\"\r\n\"stat_24\";0;\"Not selected\"\r\n\"stat_24\";1;\"Selected\"\r\n\"stat_25\";0;\"Not selected\"\r\n\"stat_25\";1;\"Selected\"\r\n\"stato_1\";0;\"Not selected\"\r\n\"stato_1\";1;\"Selected\"\r\n\"stato_2\";0;\"Not selected\"\r\n\"stato_2\";1;\"Selected\"\r\n\"stato_3\";0;\"Not selected\"\r\n\"stato_3\";1;\"Selected\"\r\n\"stato_4\";0;\"Not selected\"\r\n\"stato_4\";1;\"Selected\"\r\n\"stato_5\";0;\"Not selected\"\r\n\"stato_5\";1;\"Selected\""},{"id":"328cad72-760d-4684-93ca-16163dec880f","name":"Export labels in European Unicode CSV format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/labels?format=INTL_EU","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","export","labels"],"query":[{"key":"format","value":"INTL_EU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 30 May 2021 09:55:58 GMT"},{"key":"Content-Type","value":"text/csv; charset=UTF-16LE"},{"key":"Content-Length","value":"6022"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"content-disposition","value":"attachment;filename=labels.csv"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"\"survey\"\t42\t\"42\"\r\n\"organiza\"\t43\t\"43\"\r\n\"stat_1\"\t0\t\"Not selected\"\r\n\"stat_1\"\t1\t\"Selected\"\r\n\"stat_2\"\t0\t\"Not selected\"\r\n\"stat_2\"\t1\t\"Selected\"\r\n\"stat_3\"\t0\t\"Not selected\"\r\n\"stat_3\"\t1\t\"Selected\"\r\n\"stat_4\"\t0\t\"Not selected\"\r\n\"stat_4\"\t1\t\"Selected\"\r\n\"stat_5\"\t0\t\"Not selected\"\r\n\"stat_5\"\t1\t\"Selected\"\r\n\"stat_6\"\t0\t\"Not selected\"\r\n\"stat_6\"\t1\t\"Selected\"\r\n\"stat_7\"\t0\t\"Not selected\"\r\n\"stat_7\"\t1\t\"Selected\"\r\n\"stat_8\"\t0\t\"Not selected\"\r\n\"stat_8\"\t1\t\"Selected\"\r\n\"stat_9\"\t0\t\"Not selected\"\r\n\"stat_9\"\t1\t\"Selected\"\r\n\"stat_10\"\t0\t\"Not selected\"\r\n\"stat_10\"\t1\t\"Selected\"\r\n\"stat_11\"\t0\t\"Not selected\"\r\n\"stat_11\"\t1\t\"Selected\"\r\n\"stat_12\"\t0\t\"Not selected\"\r\n\"stat_12\"\t1\t\"Selected\"\r\n\"stat_13\"\t0\t\"Not selected\"\r\n\"stat_13\"\t1\t\"Selected\"\r\n\"stat_14\"\t0\t\"Not selected\"\r\n\"stat_14\"\t1\t\"Selected\"\r\n\"stat_15\"\t0\t\"Not selected\"\r\n\"stat_15\"\t1\t\"Selected\"\r\n\"stat_16\"\t0\t\"Not selected\"\r\n\"stat_16\"\t1\t\"Selected\"\r\n\"stat_17\"\t0\t\"Not selected\"\r\n\"stat_17\"\t1\t\"Selected\"\r\n\"stat_18\"\t0\t\"Not selected\"\r\n\"stat_18\"\t1\t\"Selected\"\r\n\"stat_19\"\t0\t\"Not selected\"\r\n\"stat_19\"\t1\t\"Selected\"\r\n\"stat_20\"\t0\t\"Not selected\"\r\n\"stat_20\"\t1\t\"Selected\"\r\n\"countryc\"\t45\t\"45\"\r\n\"countryc\"\t47\t\"47\"\r\n\"countryc\"\t49\t\"49\"\r\n\"countryc\"\t46\t\"46\"\r\n\"digitald\"\t1\t\"1\"\r\n\"digitald\"\t2\t\"2\"\r\n\"digitald\"\t3\t\"3\"\r\n\"digitald\"\t4\t\"4\"\r\n\"digitald\"\t6\t\"6\"\r\n\"digitald\"\t5\t\"5\"\r\n\"s_1\"\t1\t\"1\"\r\n\"s_1\"\t2\t\"2\"\r\n\"s_1\"\t3\t\"3\"\r\n\"s_1\"\t4\t\"4\"\r\n\"s_1\"\t5\t\"5\"\r\n\"s_1\"\t6\t\"6\"\r\n\"s_2\"\t1\t\"1\"\r\n\"s_2\"\t2\t\"2\"\r\n\"s_2\"\t3\t\"3\"\r\n\"s_2\"\t4\t\"4\"\r\n\"s_2\"\t5\t\"5\"\r\n\"s_2\"\t6\t\"6\"\r\n\"lang\"\t2\t\"2\"\r\n\"lang\"\t3\t\"3\"\r\n\"statc_1\"\t0\t\"Not selected\"\r\n\"statc_1\"\t1\t\"Selected\"\r\n\"statc_2\"\t0\t\"Not selected\"\r\n\"statc_2\"\t1\t\"Selected\"\r\n\"statc_3\"\t0\t\"Not selected\"\r\n\"statc_3\"\t1\t\"Selected\"\r\n\"statc_4\"\t0\t\"Not selected\"\r\n\"statc_4\"\t1\t\"Selected\"\r\n\"statc_5\"\t0\t\"Not selected\"\r\n\"statc_5\"\t1\t\"Selected\"\r\n\"statc_6\"\t0\t\"Not selected\"\r\n\"statc_6\"\t1\t\"Selected\"\r\n\"statc_7\"\t0\t\"Not selected\"\r\n\"statc_7\"\t1\t\"Selected\"\r\n\"statc_8\"\t0\t\"Not selected\"\r\n\"statc_8\"\t1\t\"Selected\"\r\n\"statc_9\"\t0\t\"Not selected\"\r\n\"statc_9\"\t1\t\"Selected\"\r\n\"stat_21\"\t0\t\"Not selected\"\r\n\"stat_21\"\t1\t\"Selected\"\r\n\"statd_1\"\t0\t\"Not selected\"\r\n\"statd_1\"\t1\t\"Selected\"\r\n\"statd_2\"\t0\t\"Not selected\"\r\n\"statd_2\"\t1\t\"Selected\"\r\n\"statd_3\"\t0\t\"Not selected\"\r\n\"statd_3\"\t1\t\"Selected\"\r\n\"statd_4\"\t0\t\"Not selected\"\r\n\"statd_4\"\t1\t\"Selected\"\r\n\"statd_5\"\t0\t\"Not selected\"\r\n\"statd_5\"\t1\t\"Selected\"\r\n\"stats_1\"\t0\t\"Not selected\"\r\n\"stats_1\"\t1\t\"Selected\"\r\n\"stats_2\"\t0\t\"Not selected\"\r\n\"stats_2\"\t1\t\"Selected\"\r\n\"stats_3\"\t0\t\"Not selected\"\r\n\"stats_3\"\t1\t\"Selected\"\r\n\"stats_4\"\t0\t\"Not selected\"\r\n\"stats_4\"\t1\t\"Selected\"\r\n\"stats_5\"\t0\t\"Not selected\"\r\n\"stats_5\"\t1\t\"Selected\"\r\n\"stats_6\"\t0\t\"Not selected\"\r\n\"stats_6\"\t1\t\"Selected\"\r\n\"stat_22\"\t0\t\"Not selected\"\r\n\"stat_22\"\t1\t\"Selected\"\r\n\"stat_23\"\t0\t\"Not selected\"\r\n\"stat_23\"\t1\t\"Selected\"\r\n\"stat_24\"\t0\t\"Not selected\"\r\n\"stat_24\"\t1\t\"Selected\"\r\n\"stat_25\"\t0\t\"Not selected\"\r\n\"stat_25\"\t1\t\"Selected\"\r\n\"stato_1\"\t0\t\"Not selected\"\r\n\"stato_1\"\t1\t\"Selected\"\r\n\"stato_2\"\t0\t\"Not selected\"\r\n\"stato_2\"\t1\t\"Selected\"\r\n\"stato_3\"\t0\t\"Not selected\"\r\n\"stato_3\"\t1\t\"Selected\"\r\n\"stato_4\"\t0\t\"Not selected\"\r\n\"stato_4\"\t1\t\"Selected\"\r\n\"stato_5\"\t0\t\"Not selected\"\r\n\"stato_5\"\t1\t\"Selected\"\r\n"}],"_postman_id":"d8abb9eb-f1c3-4388-8012-45160cb08430"},{"name":"Export structure","id":"a9b9d5dd-b09a-4a73-9525-46780a3ffd74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/structure?format=&lang=&selected=&shortVariableNames","description":"<p>Get the correlation between the variables and their choices. </p>\n<p>Contains variable names and their questions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","export","structure"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>See \"Export dataset\" for a description. Does not support XML.</p>\n","type":"text/plain"},"key":"format","value":""},{"description":{"content":"<p>See \"Export dataset\" for a description.</p>\n","type":"text/plain"},"key":"lang","value":""},{"description":{"content":"<p>See \"Export dataset\" for a description.</p>\n","type":"text/plain"},"key":"selected","value":""},{"description":{"content":"<p>See \"Export dataset\" for a description.</p>\n","type":"text/plain"},"key":"shortVariableNames","value":null}],"variable":[]}},"response":[{"id":"5bd7b726-4025-421d-a816-c7ca809aa46a","name":"Export structure in European CSV format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/structure?format=EU","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","export","structure"],"query":[{"key":"format","value":"EU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 29 Sep 2020 19:19:20 GMT"},{"key":"Content-Type","value":"text/csv; charset=iso-8859-1"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"content-disposition","value":"attachment;filename=structure.csv"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"questionName;variableName;questionType;subType;questionText;choiceValue;choiceText\r\nsurvey;survey;Closed;Single;\"survey\";;\r\nrespondentid;responde;Open;Double;\"respondentid\";;\r\norganization;organiza;Closed;Single;\"organization\";;\r\nstatinternal;stat_1;Closed;Multiple;\"statinternal\";1;\"1\";\r\nstatinternal;stat_2;Closed;Multiple;\"statinternal\";2;\"2\";\r\nstatinternal;stat_3;Closed;Multiple;\"statinternal\";3;\"3\";\r\nstatinternal;stat_4;Closed;Multiple;\"statinternal\";4;\"4\";\r\nstatinternal;stat_5;Closed;Multiple;\"statinternal\";5;\"5\";\r\nstatinternal;stat_6;Closed;Multiple;\"statinternal\";6;\"6\";\r\nstatinternal;stat_7;Closed;Multiple;\"statinternal\";7;\"7\";\r\nstatinternal;stat_8;Closed;Multiple;\"statinternal\";8;\"8\";\r\nstatinternal;stat_9;Closed;Multiple;\"statinternal\";9;\"9\";\r\nstatinternal;stat_10;Closed;Multiple;\"statinternal\";10;\"10\";\r\nstatinternal;stat_11;Closed;Multiple;\"statinternal\";11;\"11\";\r\nstatinternal;stat_12;Closed;Multiple;\"statinternal\";12;\"12\";\r\nstatinternal;stat_13;Closed;Multiple;\"statinternal\";13;\"13\";\r\nstatinternal;stat_14;Closed;Multiple;\"statinternal\";14;\"14\";\r\nstatinternal;stat_15;Closed;Multiple;\"statinternal\";15;\"15\";\r\nstatinternal;stat_16;Closed;Multiple;\"statinternal\";16;\"16\";\r\nstatinternal;stat_17;Closed;Multiple;\"statinternal\";17;\"17\";\r\nstatinternal;stat_18;Closed;Multiple;\"statinternal\";18;\"18\";\r\nstatinternal;stat_19;Closed;Multiple;\"statinternal\";19;\"19\";\r\nstatinternal;stat_20;Closed;Multiple;\"statinternal\";20;\"20\";\r\ncreated;created;Open;Date;\"created\";;\r\nmodified;modified;Open;Date;\"modified\";;\r\ncloseTime;closetim;Open;Date;\"closeTime\";;\r\nstartTime;starttim;Open;Date;\"startTime\";;\r\ndiffTime;difftime;Open;Double;\"diffTime\";;\r\nresponseCollectSessions;response;Open;Double;\"responseCollectSessions\";;\r\nnumberOfReturnedmail;numberof;Open;Double;\"numberOfReturnedmail\";;\r\nimportgroup;importgr;Open;Double;\"importgroup\";;\r\ndistributionschedule;distribu;Closed;Single;\"distributionschedule\";;\r\nemail;email;Open;String;\"email\";;\r\ndigitalDistributionStatus;digitald;Closed;Single;\"digitalDistributionStatus\";;\r\ndigitalDistributionErrorMessage;digit_1;Open;String;\"digitalDistributionErrorMessage\";;\r\ns_1;s_1;Closed;Single;\"s_1\";;\r\ns_3;s_3;Open;String;\"s_3\";;\r\ns_2;s_2;Closed;Single;\"s_2\";;\r\nlang;lang;Closed;Single;\"lang\";;\r\nstatcompletion;statc_1;Closed;Multiple;\"statcompletion\";1;\"1\";\r\nstatcompletion;statc_2;Closed;Multiple;\"statcompletion\";2;\"2\";\r\nstatcompletion;statc_3;Closed;Multiple;\"statcompletion\";3;\"3\";\r\nstatcreation;statc_4;Closed;Multiple;\"statcreation\";1;\"1\";\r\nstatcreation;statc_5;Closed;Multiple;\"statcreation\";2;\"2\";\r\nstatcreation;statc_6;Closed;Multiple;\"statcreation\";3;\"3\";\r\nstatcreation;statc_7;Closed;Multiple;\"statcreation\";4;\"4\";\r\nstatcreation;statc_8;Closed;Multiple;\"statcreation\";5;\"5\";\r\nstatcreation;statc_9;Closed;Multiple;\"statcreation\";6;\"6\";\r\nstatcreation;stat_21;Closed;Multiple;\"statcreation\";7;\"7\";\r\nstatdistribution;statd_1;Closed;Multiple;\"statdistribution\";6;\"6\";\r\nstatdistribution;statd_2;Closed;Multiple;\"statdistribution\";1;\"1\";\r\nstatdistribution;statd_3;Closed;Multiple;\"statdistribution\";2;\"2\";\r\nstatdistribution;statd_4;Closed;Multiple;\"statdistribution\";3;\"3\";\r\nstatdistribution;statd_5;Closed;Multiple;\"statdistribution\";4;\"4\";\r\nstatsource;stats_1;Closed;Multiple;\"statsource\";1;\"1\";\r\nstatsource;stats_2;Closed;Multiple;\"statsource\";2;\"2\";\r\nstatsource;stats_3;Closed;Multiple;\"statsource\";3;\"3\";\r\nstatsource;stats_4;Closed;Multiple;\"statsource\";4;\"4\";\r\nstatsource;stats_5;Closed;Multiple;\"statsource\";5;\"5\";\r\nstatsource;stats_6;Closed;Multiple;\"statsource\";6;\"6\";\r\nstatcollect;stat_22;Closed;Multiple;\"statcollect\";1;\"1\";\r\nstatcollect;stat_23;Closed;Multiple;\"statcollect\";2;\"2\";\r\nstatcollect;stat_24;Closed;Multiple;\"statcollect\";3;\"3\";\r\nstatcollect;stat_25;Closed;Multiple;\"statcollect\";4;\"4\";\r\nstatoverall;stato_1;Closed;Multiple;\"statoverall\";1;\"1\";\r\nstatoverall;stato_2;Closed;Multiple;\"statoverall\";2;\"2\";\r\nstatoverall;stato_3;Closed;Multiple;\"statoverall\";3;\"3\";\r\nstatoverall;stato_4;Closed;Multiple;\"statoverall\";4;\"4\";\r\nstatoverall;stato_5;Closed;Multiple;\"statoverall\";5;\"5\";"},{"id":"8fd98462-92c9-4949-9080-d709cb8e78b4","name":"Export structure in European Unicode CSV format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/structure?format=INTL_EU","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","export","structure"],"query":[{"key":"format","value":"INTL_EU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 30 May 2021 09:56:10 GMT"},{"key":"Content-Type","value":"text/csv; charset=UTF-16LE"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"content-disposition","value":"attachment;filename=structure.csv"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"questionName\tvariableName\tquestionType\tsubType\tquestionText\tchoiceValue\tchoiceText\r\nsurvey\tsurvey\tClosed\tSingle\t\"survey\"\t\t\r\nrespondentid\tresponde\tOpen\tDouble\t\"respondentid\"\t\t\r\norganization\torganiza\tClosed\tSingle\t\"organization\"\t\t\r\nstatinternal\tstat_1\tClosed\tMultiple\t\"statinternal\"\t1\t\"1\"\t\r\nstatinternal\tstat_2\tClosed\tMultiple\t\"statinternal\"\t2\t\"2\"\t\r\nstatinternal\tstat_3\tClosed\tMultiple\t\"statinternal\"\t3\t\"3\"\t\r\nstatinternal\tstat_4\tClosed\tMultiple\t\"statinternal\"\t4\t\"4\"\t\r\nstatinternal\tstat_5\tClosed\tMultiple\t\"statinternal\"\t5\t\"5\"\t\r\nstatinternal\tstat_6\tClosed\tMultiple\t\"statinternal\"\t6\t\"6\"\t\r\nstatinternal\tstat_7\tClosed\tMultiple\t\"statinternal\"\t7\t\"7\"\t\r\nstatinternal\tstat_8\tClosed\tMultiple\t\"statinternal\"\t8\t\"8\"\t\r\nstatinternal\tstat_9\tClosed\tMultiple\t\"statinternal\"\t9\t\"9\"\t\r\nstatinternal\tstat_10\tClosed\tMultiple\t\"statinternal\"\t10\t\"10\"\t\r\nstatinternal\tstat_11\tClosed\tMultiple\t\"statinternal\"\t11\t\"11\"\t\r\nstatinternal\tstat_12\tClosed\tMultiple\t\"statinternal\"\t12\t\"12\"\t\r\nstatinternal\tstat_13\tClosed\tMultiple\t\"statinternal\"\t13\t\"13\"\t\r\nstatinternal\tstat_14\tClosed\tMultiple\t\"statinternal\"\t14\t\"14\"\t\r\nstatinternal\tstat_15\tClosed\tMultiple\t\"statinternal\"\t15\t\"15\"\t\r\nstatinternal\tstat_16\tClosed\tMultiple\t\"statinternal\"\t16\t\"16\"\t\r\nstatinternal\tstat_17\tClosed\tMultiple\t\"statinternal\"\t17\t\"17\"\t\r\nstatinternal\tstat_18\tClosed\tMultiple\t\"statinternal\"\t18\t\"18\"\t\r\nstatinternal\tstat_19\tClosed\tMultiple\t\"statinternal\"\t19\t\"19\"\t\r\nstatinternal\tstat_20\tClosed\tMultiple\t\"statinternal\"\t20\t\"20\"\t\r\ncreated\tcreated\tOpen\tDate\t\"created\"\t\t\r\nmodified\tmodified\tOpen\tDate\t\"modified\"\t\t\r\ncloseTime\tclosetim\tOpen\tDate\t\"closeTime\"\t\t\r\nstartTime\tstarttim\tOpen\tDate\t\"startTime\"\t\t\r\ndiffTime\tdifftime\tOpen\tDouble\t\"diffTime\"\t\t\r\nresponseCollectSessions\tresponse\tOpen\tDouble\t\"responseCollectSessions\"\t\t\r\nnumberOfReturnedmail\tnumberof\tOpen\tDouble\t\"numberOfReturnedmail\"\t\t\r\nimportgroup\timportgr\tOpen\tDouble\t\"importgroup\"\t\t\r\ndistributionschedule\tdistribu\tClosed\tSingle\t\"distributionschedule\"\t\t\r\nemail\temail\tOpen\tString\t\"email\"\t\t\r\nphone\tphone\tOpen\tString\t\"phone\"\t\t\r\ncountryCode\tcountryc\tClosed\tSingle\t\"countryCode\"\t\t\r\ndigitalDistributionStatus\tdigitald\tClosed\tSingle\t\"digitalDistributionStatus\"\t\t\r\ndigitalDistributionErrorMessage\tdigit_1\tOpen\tString\t\"digitalDistributionErrorMessage\"\t\t\r\ns_1\ts_1\tClosed\tSingle\t\"s_1\"\t\t\r\ns_3\ts_3\tOpen\tString\t\"s_3\"\t\t\r\ns_2\ts_2\tClosed\tSingle\t\"s_2\"\t\t\r\nlang\tlang\tClosed\tSingle\t\"lang\"\t\t\r\nb_1\tb_1\tOpen\tString\t\"b_1\"\t\t\r\nstatcompletion\tstatc_1\tClosed\tMultiple\t\"statcompletion\"\t1\t\"1\"\t\r\nstatcompletion\tstatc_2\tClosed\tMultiple\t\"statcompletion\"\t2\t\"2\"\t\r\nstatcompletion\tstatc_3\tClosed\tMultiple\t\"statcompletion\"\t3\t\"3\"\t\r\nstatcreation\tstatc_4\tClosed\tMultiple\t\"statcreation\"\t1\t\"1\"\t\r\nstatcreation\tstatc_5\tClosed\tMultiple\t\"statcreation\"\t2\t\"2\"\t\r\nstatcreation\tstatc_6\tClosed\tMultiple\t\"statcreation\"\t3\t\"3\"\t\r\nstatcreation\tstatc_7\tClosed\tMultiple\t\"statcreation\"\t4\t\"4\"\t\r\nstatcreation\tstatc_8\tClosed\tMultiple\t\"statcreation\"\t5\t\"5\"\t\r\nstatcreation\tstatc_9\tClosed\tMultiple\t\"statcreation\"\t6\t\"6\"\t\r\nstatcreation\tstat_21\tClosed\tMultiple\t\"statcreation\"\t7\t\"7\"\t\r\nstatdistribution\tstatd_1\tClosed\tMultiple\t\"statdistribution\"\t6\t\"6\"\t\r\nstatdistribution\tstatd_2\tClosed\tMultiple\t\"statdistribution\"\t1\t\"1\"\t\r\nstatdistribution\tstatd_3\tClosed\tMultiple\t\"statdistribution\"\t2\t\"2\"\t\r\nstatdistribution\tstatd_4\tClosed\tMultiple\t\"statdistribution\"\t3\t\"3\"\t\r\nstatdistribution\tstatd_5\tClosed\tMultiple\t\"statdistribution\"\t4\t\"4\"\t\r\nstatsource\tstats_1\tClosed\tMultiple\t\"statsource\"\t1\t\"1\"\t\r\nstatsource\tstats_2\tClosed\tMultiple\t\"statsource\"\t2\t\"2\"\t\r\nstatsource\tstats_3\tClosed\tMultiple\t\"statsource\"\t3\t\"3\"\t\r\nstatsource\tstats_4\tClosed\tMultiple\t\"statsource\"\t4\t\"4\"\t\r\nstatsource\tstats_5\tClosed\tMultiple\t\"statsource\"\t5\t\"5\"\t\r\nstatsource\tstats_6\tClosed\tMultiple\t\"statsource\"\t6\t\"6\"\t\r\nstatcollect\tstat_22\tClosed\tMultiple\t\"statcollect\"\t1\t\"1\"\t\r\nstatcollect\tstat_23\tClosed\tMultiple\t\"statcollect\"\t2\t\"2\"\t\r\nstatcollect\tstat_24\tClosed\tMultiple\t\"statcollect\"\t3\t\"3\"\t\r\nstatcollect\tstat_25\tClosed\tMultiple\t\"statcollect\"\t4\t\"4\"\t\r\nstatoverall\tstato_1\tClosed\tMultiple\t\"statoverall\"\t1\t\"1\"\t\r\nstatoverall\tstato_2\tClosed\tMultiple\t\"statoverall\"\t2\t\"2\"\t\r\nstatoverall\tstato_3\tClosed\tMultiple\t\"statoverall\"\t3\t\"3\"\t\r\nstatoverall\tstato_4\tClosed\tMultiple\t\"statoverall\"\t4\t\"4\"\t\r\nstatoverall\tstato_5\tClosed\tMultiple\t\"statoverall\"\t5\t\"5\"\t\r\n"}],"_postman_id":"a9b9d5dd-b09a-4a73-9525-46780a3ffd74"},{"name":"Export variables","id":"7a488ed2-742b-4df5-aef8-13bbf7963c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/variables?format=&lang&selected&shortVariableNames=","description":"<p>A list of variable names and questions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","export","variables"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>See \"Export dataset\" for a description. Does not support XML.</p>\n","type":"text/plain"},"key":"format","value":""},{"description":{"content":"<p>See \"Export dataset\" for a description.</p>\n","type":"text/plain"},"key":"lang","value":null},{"description":{"content":"<p>See \"Export dataset\" for a description.</p>\n","type":"text/plain"},"key":"selected","value":null},{"description":{"content":"<p>It is defaulted to true because of legacy use, but preffered set to false</p>\n","type":"text/plain"},"key":"shortVariableNames","value":""}],"variable":[]}},"response":[{"id":"a71ae512-320d-41cb-811c-23db0338ee7c","name":"Export variables in European CSV format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/variables?format=EU","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","export","variables"],"query":[{"key":"format","value":"EU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 29 Sep 2020 19:20:10 GMT"},{"key":"Content-Type","value":"text/csv; charset=iso-8859-1"},{"key":"Content-Length","value":"6734"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"content-disposition","value":"attachment;filename=variables.csv"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"variableName;variableDescription\r\n\"survey\";\"survey\"\r\n\"responde\";\"respondentid\"\r\n\"organiza\";\"organization\"\r\n\"stat_1\";\"statinternal - 1\"\r\n\"stat_2\";\"statinternal - 2\"\r\n\"stat_3\";\"statinternal - 3\"\r\n\"stat_4\";\"statinternal - 4\"\r\n\"stat_5\";\"statinternal - 5\"\r\n\"stat_6\";\"statinternal - 6\"\r\n\"stat_7\";\"statinternal - 7\"\r\n\"stat_8\";\"statinternal - 8\"\r\n\"stat_9\";\"statinternal - 9\"\r\n\"stat_10\";\"statinternal - 10\"\r\n\"stat_11\";\"statinternal - 11\"\r\n\"stat_12\";\"statinternal - 12\"\r\n\"stat_13\";\"statinternal - 13\"\r\n\"stat_14\";\"statinternal - 14\"\r\n\"stat_15\";\"statinternal - 15\"\r\n\"stat_16\";\"statinternal - 16\"\r\n\"stat_17\";\"statinternal - 17\"\r\n\"stat_18\";\"statinternal - 18\"\r\n\"stat_19\";\"statinternal - 19\"\r\n\"stat_20\";\"statinternal - 20\"\r\n\"created\";\"created\"\r\n\"modified\";\"modified\"\r\n\"closetim\";\"closeTime\"\r\n\"starttim\";\"startTime\"\r\n\"difftime\";\"diffTime\"\r\n\"response\";\"responseCollectSessions\"\r\n\"numberof\";\"numberOfReturnedmail\"\r\n\"importgr\";\"importgroup\"\r\n\"distribu\";\"distributionschedule\"\r\n\"email\";\"email\"\r\n\"digitald\";\"digitalDistributionStatus\"\r\n\"digit_1\";\"digitalDistributionErrorMessage\"\r\n\"s_1\";\"s_1\"\r\n\"s_3\";\"s_3\"\r\n\"s_2\";\"s_2\"\r\n\"lang\";\"lang\"\r\n\"statc_1\";\"statcompletion - 1\"\r\n\"statc_2\";\"statcompletion - 2\"\r\n\"statc_3\";\"statcompletion - 3\"\r\n\"statc_4\";\"statcreation - 1\"\r\n\"statc_5\";\"statcreation - 2\"\r\n\"statc_6\";\"statcreation - 3\"\r\n\"statc_7\";\"statcreation - 4\"\r\n\"statc_8\";\"statcreation - 5\"\r\n\"statc_9\";\"statcreation - 6\"\r\n\"stat_21\";\"statcreation - 7\"\r\n\"statd_1\";\"statdistribution - 6\"\r\n\"statd_2\";\"statdistribution - 1\"\r\n\"statd_3\";\"statdistribution - 2\"\r\n\"statd_4\";\"statdistribution - 3\"\r\n\"statd_5\";\"statdistribution - 4\"\r\n\"stats_1\";\"statsource - 1\"\r\n\"stats_2\";\"statsource - 2\"\r\n\"stats_3\";\"statsource - 3\"\r\n\"stats_4\";\"statsource - 4\"\r\n\"stats_5\";\"statsource - 5\"\r\n\"stats_6\";\"statsource - 6\"\r\n\"stat_22\";\"statcollect - 1\"\r\n\"stat_23\";\"statcollect - 2\"\r\n\"stat_24\";\"statcollect - 3\"\r\n\"stat_25\";\"statcollect - 4\"\r\n\"stato_1\";\"statoverall - 1\"\r\n\"stato_2\";\"statoverall - 2\"\r\n\"stato_3\";\"statoverall - 3\"\r\n\"stato_4\";\"statoverall - 4\"\r\n\"stato_5\";\"statoverall - 5\""},{"id":"6510af6d-1130-434d-8d02-86de457c0832","name":"Export variables in European Unicode CSV format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/export/variables?format=INTL_EU","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","export","variables"],"query":[{"key":"format","value":"INTL_EU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 30 May 2021 09:56:20 GMT"},{"key":"Content-Type","value":"text/csv; charset=UTF-16LE"},{"key":"Content-Length","value":"4152"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"content-disposition","value":"attachment;filename=variables.csv"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"variableName\tvariableDescription\r\n\"survey\"\t\"survey\"\r\n\"responde\"\t\"respondentid\"\r\n\"organiza\"\t\"organization\"\r\n\"stat_1\"\t\"statinternal - 1\"\r\n\"stat_2\"\t\"statinternal - 2\"\r\n\"stat_3\"\t\"statinternal - 3\"\r\n\"stat_4\"\t\"statinternal - 4\"\r\n\"stat_5\"\t\"statinternal - 5\"\r\n\"stat_6\"\t\"statinternal - 6\"\r\n\"stat_7\"\t\"statinternal - 7\"\r\n\"stat_8\"\t\"statinternal - 8\"\r\n\"stat_9\"\t\"statinternal - 9\"\r\n\"stat_10\"\t\"statinternal - 10\"\r\n\"stat_11\"\t\"statinternal - 11\"\r\n\"stat_12\"\t\"statinternal - 12\"\r\n\"stat_13\"\t\"statinternal - 13\"\r\n\"stat_14\"\t\"statinternal - 14\"\r\n\"stat_15\"\t\"statinternal - 15\"\r\n\"stat_16\"\t\"statinternal - 16\"\r\n\"stat_17\"\t\"statinternal - 17\"\r\n\"stat_18\"\t\"statinternal - 18\"\r\n\"stat_19\"\t\"statinternal - 19\"\r\n\"stat_20\"\t\"statinternal - 20\"\r\n\"created\"\t\"created\"\r\n\"modified\"\t\"modified\"\r\n\"closetim\"\t\"closeTime\"\r\n\"starttim\"\t\"startTime\"\r\n\"difftime\"\t\"diffTime\"\r\n\"response\"\t\"responseCollectSessions\"\r\n\"numberof\"\t\"numberOfReturnedmail\"\r\n\"importgr\"\t\"importgroup\"\r\n\"distribu\"\t\"distributionschedule\"\r\n\"email\"\t\"email\"\r\n\"phone\"\t\"phone\"\r\n\"countryc\"\t\"countryCode\"\r\n\"digitald\"\t\"digitalDistributionStatus\"\r\n\"digit_1\"\t\"digitalDistributionErrorMessage\"\r\n\"s_1\"\t\"s_1\"\r\n\"s_3\"\t\"s_3\"\r\n\"s_2\"\t\"s_2\"\r\n\"lang\"\t\"lang\"\r\n\"b_1\"\t\"b_1\"\r\n\"statc_1\"\t\"statcompletion - 1\"\r\n\"statc_2\"\t\"statcompletion - 2\"\r\n\"statc_3\"\t\"statcompletion - 3\"\r\n\"statc_4\"\t\"statcreation - 1\"\r\n\"statc_5\"\t\"statcreation - 2\"\r\n\"statc_6\"\t\"statcreation - 3\"\r\n\"statc_7\"\t\"statcreation - 4\"\r\n\"statc_8\"\t\"statcreation - 5\"\r\n\"statc_9\"\t\"statcreation - 6\"\r\n\"stat_21\"\t\"statcreation - 7\"\r\n\"statd_1\"\t\"statdistribution - 6\"\r\n\"statd_2\"\t\"statdistribution - 1\"\r\n\"statd_3\"\t\"statdistribution - 2\"\r\n\"statd_4\"\t\"statdistribution - 3\"\r\n\"statd_5\"\t\"statdistribution - 4\"\r\n\"stats_1\"\t\"statsource - 1\"\r\n\"stats_2\"\t\"statsource - 2\"\r\n\"stats_3\"\t\"statsource - 3\"\r\n\"stats_4\"\t\"statsource - 4\"\r\n\"stats_5\"\t\"statsource - 5\"\r\n\"stats_6\"\t\"statsource - 6\"\r\n\"stat_22\"\t\"statcollect - 1\"\r\n\"stat_23\"\t\"statcollect - 2\"\r\n\"stat_24\"\t\"statcollect - 3\"\r\n\"stat_25\"\t\"statcollect - 4\"\r\n\"stato_1\"\t\"statoverall - 1\"\r\n\"stato_2\"\t\"statoverall - 2\"\r\n\"stato_3\"\t\"statoverall - 3\"\r\n\"stato_4\"\t\"statoverall - 4\"\r\n\"stato_5\"\t\"statoverall - 5\"\r\n"}],"_postman_id":"7a488ed2-742b-4df5-aef8-13bbf7963c82"}],"id":"80fbd41d-f49a-40d6-a6fc-0359499c6ada","event":[{"listen":"prerequest","script":{"id":"010fdbd0-16d0-4a72-a32e-8def38ec39bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b3d6f6c3-a351-4512-9cf6-636ed851547d","type":"text/javascript","exec":[""]}}],"_postman_id":"80fbd41d-f49a-40d6-a6fc-0359499c6ada","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}}},{"name":"Return mail endpoints","item":[{"name":"Export return mails","id":"f1df63d6-ce90-4c21-9291-317d542046b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/exportReturnMails?format=","description":"<p>Returns all return mails for a survey in the specified format.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","exportReturnMails"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>Optional. The default format for the exported file is EU. Possible values are:</p>\n<ul>\n<li>EU : CSV format European: list separator=\";\" and decimal separator=\",\"</li>\n<li>US : CSV format US: list separator=\",\" and decimal separator=\".\"</li>\n<li>INTL_EU : CSV format European Unicode: list separator=\"tab\" and\ndecimal separator=\",\"</li>\n<li>INTL_US : CSV format US Unicode: list separator=\"tab\" and decimal\nseparator=\".\"</li>\n<li>XLS : Excel XML</li>\n</ul>\n","type":"text/plain"},"key":"format","value":""}],"variable":[]}},"response":[{"id":"c2fd7042-c226-4248-8847-d8189753b44f","name":"Export return mails in European CSV format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/exportReturnMails?format=EU","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","exportReturnMails"],"query":[{"key":"format","value":"EU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 30 May 2021 09:37:03 GMT"},{"key":"Content-Type","value":"text/csv; charset=iso-8859-1"},{"key":"Content-Length","value":"170"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"content-disposition","value":"attachment;filename=returnedMails1622367423298.csv"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Respondent-id;E-mail;Emne;Meddelelsestekst;Dato for modtagelse;\r\n803958389;mabc@ramboll.com;RE: Demo subject;Demo response;2021-05-24 03:08:08;\r\n"}],"_postman_id":"f1df63d6-ce90-4c21-9291-317d542046b7"},{"name":"Delete return mails","id":"f6c0d001-5825-4fb7-8afb-4a389941ca3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/deleteReturnMails","description":"<p>Deletes all returned emails in the supplied survey.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","deleteReturnMails"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"6c718a1c-68a5-4e55-850c-56fc2a53f379","name":"Delete return mails","originalRequest":{"method":"DELETE","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/deleteReturnMails"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 30 May 2021 09:38:42 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"f6c0d001-5825-4fb7-8afb-4a389941ca3e"}],"id":"3c509084-4f79-44c0-ab8a-66d73b9cdd89","_postman_id":"3c509084-4f79-44c0-ab8a-66d73b9cdd89","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}}},{"name":"Report endpoints","item":[{"name":"Get reports","id":"8c0dbf06-015b-4f6c-9d07-98dc018daaaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/reports","description":"<p>Returns basic information about all reports in the supplied survey.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","reports"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"430f6160-49d0-4d7b-ad2d-31c0c932a6c2","name":"Get reports","originalRequest":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/reports"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 04 Jan 2023 11:47:56 GMT"},{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"Content-Type","value":"application/xml"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"425"},{"key":"Server","value":"Jetty(9.4.28.v20200408)"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<reports>\n    <report>\n        <name>Example 1</name>\n        <id>XXXX</id>\n        <link href=\"https://rest.survey-xact.dk/rest/reports/XXXX\" rel=\"self\"/>\n    </report>\n    <report>\n        <name>Example 2</name>\n        <id>ZZZZ</id>\n        <link href=\"https://rest.survey-xact.dk/rest/reports/ZZZZ\" rel=\"self\"/>\n    </report>\n    <report>\n        <name>Example 3</name>\n        <id>YYYY</id>\n        <link href=\"https://rest.survey-xact.dk/rest/reports/YYYY\" rel=\"self\"/>\n    </report>\n</reports>"}],"_postman_id":"8c0dbf06-015b-4f6c-9d07-98dc018daaaa"}],"id":"d751e69b-545e-4b81-b2ac-afcecefd49e4","_postman_id":"d751e69b-545e-4b81-b2ac-afcecefd49e4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}}}],"id":"92a9a586-060e-43f4-b48f-cefe1c001def","_postman_id":"92a9a586-060e-43f4-b48f-cefe1c001def","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}}},{"name":"Respondent","item":[{"name":"Get respondent","id":"abe7266c-677f-463d-8e01-3347caa97521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}","description":"<p>Returns information about a single respondent. The response contains the following:</p>\n<ul>\n<li>id: Is the unique number identifying the respondent.</li>\n<li>externalkey: Is the unique key identifying the respondent.</li>\n<li>collectstatus: Is the current collection status of the respondent.</li>\n<li>collecturl: Is the link to start the collection of answers for the respondent.</li>\n<li>createts: Is the date when the respondent was created.</li>\n<li>closets: Is the date when the respondent finished answering the questionnaire.</li>\n<li>starts: Is the date when the respondent started answering the questionnaire.</li>\n<li>modifyts: Is the date when the respondent was modified. Note that this is updated if the questionnaire is saved.</li>\n<li>sessioncount: Is the number of collection sessions that the respondent used when answering the questionnaire.</li>\n<li>collect: Is the link to start the collection of answers for the respondent.</li>\n<li>self: Is the endpoint to the respondent itself.</li>\n<li>survey: Is the endpoint to get the survey the respondent belongs to.</li>\n<li>answer: Is the endpoint to get the answers for the respondent.</li>\n<li>send distribution mail: Is the endpoint to send a distribution mail to the respondent.</li>\n<li>send reminder mail: Is the endpoint to send a reminder mail to the respondent.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["respondents","{{respondent_id}}"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"9abd854b-6373-4cd9-9b5a-6ffec9d150b5","name":"Get respondent","originalRequest":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:03:40 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondent>\n    <id>42</id>\n    <externalkey>{{respondent_id}}</externalkey>\n    <collectstatus>no answers</collectstatus>\n    <collecturl>{{xact_url}}/answer?key={{respondent_id}}</collecturl>\n    <createts>2021-05-13 02:28:37</createts>\n    <closets></closets>\n    <startts></startts>\n    <modifyts>2021-05-13 02:28:37</modifyts>\n    <sessioncount>0</sessioncount>\n    <link href=\"{{xact_url}}/answer?key={{respondent_id}}\" rel=\"collect\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}\" rel=\"self\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/43\" rel=\"survey\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/answer\" rel=\"answer\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/sendmail/DistributionByMail\" rel=\"send distribution mail\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/sendmail/ReminderEmail\" rel=\"send reminder mail\"/>\n</respondent>"}],"_postman_id":"abe7266c-677f-463d-8e01-3347caa97521"},{"name":"Get respondents","id":"2f383ff8-5302-4ca4-88dc-e7dbefff7bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/respondents","description":"<p>Returns information about all respondents in the supplied survey.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","respondents"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"a4d099c0-057e-4843-a740-3fffee6df869","name":"Get respondents","originalRequest":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/respondents"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:07:41 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondents>\n    <respondent>\n        <id>42</id>\n        <externalkey>ABCDEFGH1234</externalkey>\n        <collectstatus>no answers</collectstatus>\n        <collecturl>{{xact_url}}/answer?key=ABCDEFGH1234</collecturl>\n        <createts>2021-05-13 02:28:02</createts>\n        <closets></closets>\n        <startts></startts>\n        <modifyts>2021-05-13 02:28:02</modifyts>\n        <sessioncount>0</sessioncount>\n        <link href=\"{{xact_url}}/answer?key=ABCDEFGH1234\" rel=\"collect\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234\" rel=\"self\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/44\" rel=\"survey\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/answer\" rel=\"answer\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/DistributionByMail\" rel=\"send distribution mail\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/ReminderEmail\" rel=\"send reminder mail\"/>\n    </respondent>\n    <respondent>\n        <id>43</id>\n        <externalkey>ABCDEFGH2345</externalkey>\n        <collectstatus>no answers</collectstatus>\n        <collecturl>{{xact_url}}/answer?key=ABCDEFGH2345</collecturl>\n        <createts>2021-05-13 02:28:37</createts>\n        <closets></closets>\n        <startts></startts>\n        <modifyts>2021-05-13 02:28:37</modifyts>\n        <sessioncount>0</sessioncount>\n        <link href=\"{{xact_url}}/answer?key=ABCDEFGH2345\" rel=\"collect\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH2345\" rel=\"self\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/surveys/45\" rel=\"survey\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH2345/answer\" rel=\"answer\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH2345/sendmail/DistributionByMail\" rel=\"send distribution mail\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH2345/sendmail/ReminderEmail\" rel=\"send reminder mail\"/>\n    </respondent>\n</respondents>"}],"_postman_id":"2f383ff8-5302-4ca4-88dc-e7dbefff7bb3"},{"name":"Find respondents by value","id":"206c229c-a3ae-4f7d-a0a2-b26b83c2201f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondents?type=&value=","description":"<p>Returns information about respondents in a survey from a phone number or an email.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","findRespondents"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>Required. Can either be MOBILE or EMAIL.</p>\n","type":"text/plain"},"key":"type","value":""},{"description":{"content":"<p>Required. This is the value to search for. It is either a phone number or an email address, depending on the specified type. The email format is specified here: <a href=\"http://www.ietf.org/rfc/rfc0821.txt\">http://www.ietf.org/rfc/rfc0821.txt</a></p>\n","type":"text/plain"},"key":"value","value":""}],"variable":[]}},"response":[{"id":"b8219657-00fc-46c0-9820-0eb22d238a2f","name":"Find respondents by email","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondents?type=EMAIL&value=foo@example.com","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","findRespondents"],"query":[{"key":"type","value":"EMAIL"},{"key":"value","value":"foo@example.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:12:03 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"280"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondents>\n    <respondent>\n        <createtime>2020-09-15 10:30:48</createtime>\n        <starttime>2020-09-15 10:31:12</starttime>\n        <closetime>2020-09-15 10:31:12</closetime>\n        <respondentid>42</respondentid>\n        <type>EMAIL</type>\n        <value>foo@example.com</value>\n    </respondent>\n</respondents>"},{"id":"5846fb66-ecd9-47d8-a8d5-2134f74f36c5","name":"Find respondents by mobile","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondents?type=MOBILE&value=12345678","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","findRespondents"],"query":[{"key":"type","value":"MOBILE"},{"key":"value","value":"12345678"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:09:30 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"231"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondents>\n    <respondent>\n        <createtime>2020-09-15 10:30:48</createtime>\n        <starttime>2020-09-15 10:31:12</starttime>\n        <closetime>2020-09-15 10:31:12</closetime>\n        <respondentid>42</respondentid>\n        <type>MOBILE</type>\n        <value>12345678</value>\n    </respondent>\n</respondents>"},{"id":"90abbc49-ace5-42f6-a84e-165f3d7e1b38","name":"Find zero respondents","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondents?type=EMAIL&value=bar@example.com","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","findRespondents"],"query":[{"key":"type","value":"EMAIL"},{"key":"value","value":"bar@example.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 02 Jun 2021 11:57:01 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"set-cookie","value":"JSESSIONID=web13_xact3eij1c83ly0jf1n9jbbnqgczp562364.web13_xact3; Path=/; Secure; HttpOnly"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondents/>"}],"_postman_id":"206c229c-a3ae-4f7d-a0a2-b26b83c2201f"},{"name":"Find respondents by value within a time period","id":"1668dc95-9b81-4e55-b3e7-80e7ef5bd284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondentsWithin?type=&value=&time=&hours=","description":"<p>Returns information about respondents in a survey from a phone number or an email. The respondents are filtered by a time period specified in hours.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","findRespondentsWithin"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>Required. Can either be MOBILE or EMAIL.</p>\n","type":"text/plain"},"key":"type","value":""},{"description":{"content":"<p>Required. This is the value to search for. It is either a phone number or an email address, depending on the specified type. The email format is specified here: <a href=\"http://www.ietf.org/rfc/rfc0821.txt\">http://www.ietf.org/rfc/rfc0821.txt</a></p>\n","type":"text/plain"},"key":"value","value":""},{"description":{"content":"<p>Required. The time variable to filter by. Possible values are \"CREATED\" (when the respondent was created), \"CLOSETIME\" or \"STARTTIME\"  (when the respondent started or finished the survey) </p>\n","type":"text/plain"},"key":"time","value":""},{"description":{"content":"<p>Required. The number of hours before the time variable value.\nFor example, if \"hours\" is 6, the time variable  is \"CREATED\" and the respondent is created 5 hours ago, the respondent will be returned. If the respondent is created more than 6 hours ago, the respondent will not be returned.</p>\n","type":"text/plain"},"key":"hours","value":""}],"variable":[]}},"response":[{"id":"0aa56a3e-ee7b-4c6c-88a4-d9e894bae172","name":"Find respondents by email created less than 2 hours ago","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondentsWithin?type=EMAIL&value=foo@example.com&time=CREATED&hours=2","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","findRespondentsWithin"],"query":[{"key":"type","value":"EMAIL"},{"key":"value","value":"foo@example.com"},{"key":"time","value":"CREATED"},{"key":"hours","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:40:53 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"280"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondents>\n    <respondent>\n        <createtime>2020-09-15 10:30:48</createtime>\n        <starttime>2020-09-15 10:31:12</starttime>\n        <closetime>2020-09-15 10:31:12</closetime>\n        <respondentid>42</respondentid>\n        <type>EMAIL</type>\n        <value>foo@example.com</value>\n    </respondent>\n</respondents>"},{"id":"75df9e72-7517-4f07-acc5-9722e26fa847","name":"Find respondents by mobile created less than 2 hours ago","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondentsWithin?type=MOBILE&value=12345678&time=CREATED&hours=2","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","findRespondentsWithin"],"query":[{"key":"type","value":"MOBILE"},{"key":"value","value":"12345678"},{"key":"time","value":"CREATED"},{"key":"hours","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:38:27 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"231"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondents>\n    <respondent>\n        <createtime>2020-09-15 10:30:48</createtime>\n        <starttime>2020-09-15 10:31:12</starttime>\n        <closetime>2020-09-15 10:31:12</closetime>\n        <respondentid>42</respondentid>\n        <type>MOBILE</type>\n        <value>12345678</value>\n    </respondent>\n</respondents>"},{"id":"3932c1af-cd8e-4b09-847d-715c13c4d052","name":"Find zero respondents","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondentsWithin?type=EMAIL&value=bar@example&time=CREATE&hours=2","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","findRespondentsWithin"],"query":[{"key":"type","value":"EMAIL"},{"key":"value","value":"bar@example"},{"key":"time","value":"CREATE"},{"key":"hours","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 02 Jun 2021 11:58:08 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"set-cookie","value":"JSESSIONID=web10_xact47eyyj9wy2b8uaua1wte93iwg62490.web10_xact4; Path=/; Secure; HttpOnly"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondents/>"}],"_postman_id":"1668dc95-9b81-4e55-b3e7-80e7ef5bd284"},{"name":"Find respondent by custom key","id":"5471bab8-ef8f-4eb2-9c06-2c9d8ae073aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondentByCustomKey?customKey=35e6894b-b060-4319-a4da-9ca5505a25d1","description":"<p>Returns information about a unique respondent from a custom key. The key is assumed to be unique, e.g. a universally unique identifier (UUID). Returns a 404 NOT FOUND if no respondent with the supplied custom key is found. Returns a 409 CONFLICT if somehow the respondent is not unique in the survey.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","findRespondentByCustomKey"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>Required. A unique identifier for a respondent. Can contain literals, numbers, dashes and underline. It should be at most 64 characters long.</p>\n","type":"text/plain"},"key":"customKey","value":"86d87047-d897-45d6-b634-73851e012fef"}],"variable":[]}},"response":[{"id":"98f767ac-add6-4a12-9961-9d8eaf65ddaf","name":"Find a respondent with a given custom key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/findRespondentByCustomKey?customKey=57127382-ac4b-4a1a-8ac9-5226e836fd00","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","findRespondentByCustomKey"],"query":[{"key":"customKey","value":"1fb9eb58-6b5f-46c1-9006-6d90bff9a6aa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:46:15 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondent>\n    <id>42</id>\n    <externalkey>ABCDEFGH1234</externalkey>\n    <collectstatus>no answers</collectstatus>\n    <collecturl>{{xact_url}}/answer?key=ABCDEFGH1234</collecturl>\n    <createts>2021-05-20 23:41:01</createts>\n    <closets/>\n    <startts/>\n    <modifyts>2021-05-20 23:41:01</modifyts>\n    <sessioncount>0</sessioncount>\n    <link href=\"{{xact_url}}/answer?key=ABCDEFGH1234\" rel=\"collect\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234\" rel=\"self\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}\" rel=\"survey\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/answer\" rel=\"answer\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/DistributionByMail\" rel=\"send distribution mail\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/ReminderEmail\" rel=\"send reminder mail\"/>\n</respondent>"}],"_postman_id":"5471bab8-ef8f-4eb2-9c06-2c9d8ae073aa"},{"name":"Number of respondent answers in a given time period","id":"dfe565e4-0ffb-49f5-9ab6-c80617187394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/analysis/{{analysis_id}}/getCompletedRespondentsCount?startTime=2025-05-16 08:00:00&endTime=2025-05-16 10:00:00","description":"<p>Returns the number respondents that have answered the survey in a given time period. Be aware that only completed answers are counted.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["analysis","{{analysis_id}}","getCompletedRespondentsCount"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>Required. The format is yyyy-mm-dd hh:mm:ss and should be URL encode</p>\n","type":"text/plain"},"key":"startTime","value":"2025-05-16 08:00:00"},{"description":{"content":"<p>Required. The format is yyyy-mm-dd hh:mm:ss and should be URL encode</p>\n","type":"text/plain"},"key":"endTime","value":"2025-05-16 10:00:00"}],"variable":[]}},"response":[{"id":"afe257e5-d625-4097-93d0-b09ee610e7da","name":"Number of respondent answers in a given time period","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rest.survey-xact.dk/rest/analysis/{{analysis_id}}/getCompletedRespondentsCount?startTime=2018-06-22%2013:34:00&endTime=2020-10-30%2018:38:00","host":["https://rest.survey-xact.dk/rest"],"path":["analysis","{{analysis_id}}","getCompletedRespondentsCount"],"query":[{"key":"startTime","value":"2018-06-22%2013:34:00"},{"key":"endTime","value":"2020-10-30%2018:38:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:50:22 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"3"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"3.0"}],"_postman_id":"dfe565e4-0ffb-49f5-9ab6-c80617187394"},{"name":"Get respondent answers","id":"7642bfde-5497-41a8-b025-112f5d9bc801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/answer","description":"<p>This endpoint is used to get answers for a respondent. Include either a respondent key or respondent id in the path.\nThe lang parameter determines the language of the answers.</p>\n<p>Individual respondent’s answers do not contain information on the questionnaire’s\nstructure as in the dataset but contain all the background information and all the\nanswers submitted.</p>\n<p><strong>About the response structure</strong></p>\n<p>The <code>&lt;respondentanswer&gt;</code> section contains the answers for all the variables for an\nindividual respondent.\nThe respondentanswer XML has the following overall structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-XML\">&lt;respondentanswer key=\"A1B2C3D4E5F6\"&gt;\n&lt;link rel=\"respondent\"\nhref=\"https://rest.survey-xact.dk/rest/respondents/A1B2C3D4E5F6\"/&gt;\n&lt;background&gt;\n&lt;valueNnnnn&gt;\n…\n&lt;/background&gt;\n&lt;answer&gt;\n&lt;valueNnnnn&gt;\n…\n&lt;/answer&gt;\n&lt;/respondentanswer&gt;\n</code></pre>\n<p>The respondentanswer tag has the attribute key, which is the respondent’s unique\nexternal key in SurveyXact, as well as a link to itself where further information and\nrelations can be found.\nIn addition, the respondent has a number of <code>&lt;valueNnnnn&gt;</code> sections. Each one describes\nthe value of an individual variable. The different types of variables have different\nstructures.\nThe following types of <code>&lt;valueNnnnn&gt;</code> tags exist:\no valueSingle – assumes one specific value from a number of possible values.\no valueMultiple – assumes one or more values from a number of possible values.\no valueText – can assume text values.\no valueDouble – can assume numeric values.\nThe valueSingle variable has the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-XML\">&lt;valueSingle name=\"s_4\"&gt;\n&lt;choice value=\"1\" id=\"2323\"/&gt;\n&lt;/valueSingle&gt;\n- name is the variable’s name as described in the variable section\n- the &lt;choice&gt; tag identifies the choice selected. value and id are the values\ndescribed in the variable section in the &lt;varChoice&gt; tag above.\nThe valueMultiple variable has the following structure:\n&lt;valueMultiple name=\"s_5\"&gt;\n&lt;choice value=\"1\" id=\"2324\"/&gt;\n&lt;choice value=\"2\" id=\"2325\"/&gt;\n17/23\n…\n&lt;/valueMultiple&gt;\n</code></pre>\n<ul>\n<li>name is the variable’s name as described in the variable section.</li>\n<li>the <code>&lt;choice&gt;</code> tags identify the choices selected. value and id are the values\ndescribed in the variable section in the <code>&lt;varChoice&gt;</code> tag.\nNote that there can be from 0 to n <code>&lt;choice&gt;</code> tags depending on how many\nselected choices the respondent has chosen.\nThe valueText variable has the following structure:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-XML\">&lt;valueText name=\"s_6\"&gt;Hello world&lt;/valueText&gt;\n</code></pre>\n<ul>\n<li>name is the variable’s name as described in the variable section</li>\n<li>The tag contains the text value of the variable.\nThe valueDouble variable has the following structure:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-XML\">&lt;valueDouble name=\"s_2\"&gt;2.4&lt;/valueDouble&gt;\n</code></pre>\n<ul>\n<li>name is the variable’s name as described in the variable section</li>\n<li>The tag contains the numeric value of the variable with \".\" as decimal mark\nand without thousands separator.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["respondents","{{respondent_id}}","answer"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"521d513e-e20f-42fd-bd81-c2ea0d3a9b67","name":"Get respondent answers","originalRequest":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/answer"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:56:28 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"473"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondentanswer key=\"ABCDEFGH1234\">\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234\" rel=\"respondent\"/>\n    <background>\n        <valueSingle name=\"curuser\">\n            <choice id=\"102\" value=\"2\"/>\n        </valueSingle>\n        <valueSingle name=\"lang\">\n            <choice id=\"17340\" value=\"2\"/>\n        </valueSingle>\n    </background>\n    <answer>\n        <valueSingle name=\"s_1\">\n            <choice id=\"81592627\" value=\"4\"/>\n        </valueSingle>\n        <valueText name=\"s_3\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</valueText>\n        <valueSingle name=\"s_2\">\n            <choice id=\"1743808661\" value=\"5\"/>\n        </valueSingle>\n    </answer>\n</respondentanswer>"}],"_postman_id":"7642bfde-5497-41a8-b025-112f5d9bc801"},{"name":"Update respondent answers","id":"d6dc267a-f506-49f1-a959-03dbd2e2eb0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Example. Populates the variable named email. Remember to use lower case letters.</p>\n","key":"email","type":"text","value":""},{"description":"<p>Example. Populates the variable named b_1. Remember to use lower case letters.</p>\n","key":"b_1","type":"text","value":""},{"description":"<p>Example. Populates the variable named s_1. Remember to use lower case letters.</p>\n","key":"s_1","type":"text","value":""}]},"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/answer","description":"<p>This endpoint is used to update answers for a respondent.</p>\n<p>The answers should be sent as form encoded key-value pairs in the body of the request.</p>\n<p>You can add both background and foreground values for update in the same request.</p>\n<p>Used variable names can be a maximum of 8 characters. Longer variablenames are shortened typically by a cutoff on the variable name after 8 characters.</p>\n<p>Example:<br />\"destination\" is shortened to \"destinat\".</p>\n<p>This is done for legacy reasons.</p>\n<p>If you wish to update a variable with dates or times, they are expected in timestamps of Epoch time (ms).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["respondents","{{respondent_id}}","answer"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"disabled":true,"key":"email","value":null}],"variable":[]}},"response":[{"id":"2e8056c9-ccdb-4166-9a09-20908de0dfc1","name":"Update respondent answers","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Example. Populates the variable named email.","key":"email","type":"text","value":""},{"description":"Example. Populates the variable named b_1.","key":"b_1","type":"text","value":""},{"description":"Example. Populates the variable named s_1.","key":"s_1","type":"text","value":""}]},"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/answer"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 20:01:47 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondent>\n    <id>42</id>\n    <externalkey>ABCDEFGH1234</externalkey>\n    <collectstatus>no answers</collectstatus>\n    <collecturl>{{xact_url}}/answer?key=ABCDEFGH1234</collecturl>\n    <createts>2021-05-23 16:37:03</createts>\n    <closets></closets>\n    <startts></startts>\n    <modifyts>2021-05-23 16:45:39</modifyts>\n    <sessioncount>0</sessioncount>\n    <link href=\"{{xact_url}}/answer?key=ABCDEFGH1234\" rel=\"collect\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234\" rel=\"self\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/43\" rel=\"survey\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/answer\" rel=\"answer\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/DistributionByMail\" rel=\"send distribution mail\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/ReminderEmail\" rel=\"send reminder mail\"/>\n</respondent>"}],"_postman_id":"d6dc267a-f506-49f1-a959-03dbd2e2eb0c"},{"name":"Update respondent answers Copy","id":"0f9ea616-727e-4a62-8231-2d9e88d3433f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Example. Populates the variable named email. Remember to use lower case letters.</p>\n","key":"email","type":"text","value":""},{"description":"<p>Example. Populates the variable named b_1. Remember to use lower case letters.</p>\n","key":"b_1","type":"text","value":""},{"description":"<p>Example. Populates the variable named s_1. Remember to use lower case letters.</p>\n","key":"s_1","type":"text","value":""}]},"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/answer","description":"<p>This endpoint is used to update answers for a respondent.</p>\n<p>The answers should be sent as form encoded key-value pairs in the body of the request.</p>\n<p>You can add both background and foreground values for update in the same request.</p>\n<p>Used variable names can be a maximum of 8 characters. Longer variablenames are shortened typically by a cutoff on the variable name after 8 characters.</p>\n<p>Example:<br />\"destination\" is shortened to \"destinat\".</p>\n<p>This is done for legacy reasons.</p>\n<p>If you wish to update a variable with dates or times, they are expected in timestamps of Epoch time (ms).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["respondents","{{respondent_id}}","answer"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"disabled":true,"key":"email","value":null}],"variable":[]}},"response":[{"id":"61c0c933-dab7-41d6-9f26-2396c274b91e","name":"Update respondent answers","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Example. Populates the variable named email.","key":"email","type":"text","value":""},{"description":"Example. Populates the variable named b_1.","key":"b_1","type":"text","value":""},{"description":"Example. Populates the variable named s_1.","key":"s_1","type":"text","value":""}]},"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/answer"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 20:01:47 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<respondent>\n    <id>42</id>\n    <externalkey>ABCDEFGH1234</externalkey>\n    <collectstatus>no answers</collectstatus>\n    <collecturl>{{xact_url}}/answer?key=ABCDEFGH1234</collecturl>\n    <createts>2021-05-23 16:37:03</createts>\n    <closets></closets>\n    <startts></startts>\n    <modifyts>2021-05-23 16:45:39</modifyts>\n    <sessioncount>0</sessioncount>\n    <link href=\"{{xact_url}}/answer?key=ABCDEFGH1234\" rel=\"collect\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234\" rel=\"self\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/43\" rel=\"survey\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/answer\" rel=\"answer\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/DistributionByMail\" rel=\"send distribution mail\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/ReminderEmail\" rel=\"send reminder mail\"/>\n</respondent>"}],"_postman_id":"0f9ea616-727e-4a62-8231-2d9e88d3433f"},{"name":"Create respondent","event":[{"listen":"prerequest","script":{"id":"a912432f-d13e-43ef-8571-d60271b00ab3","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"2ccb8561-c67a-470e-bb8e-5baa8a0d96d3","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1a6ed025-3d04-4c15-948c-692f1c8b65ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Example. Populates the variable named email.</p>\n","key":"email","type":"text","value":"example@example.com"},{"description":"<p>Example. Populates the variable named b_1.</p>\n","key":"bv1","type":"text","value":"123456"},{"key":"s_1","value":"","description":"<p>Example. Populates the variable named s_1.</p>\n","type":"text","disabled":true}]},"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/respondents","description":"<p>Creates a respondent and optionally sends out a distribution email and schedules reminders. The body form contains variable keys and values. Be aware that keys are truncated to 8 characters and possible renamed in order to avoid collisions. Consult the structural description by exporting the variables or look in your survey here <a href=\"https://www.survey-xact.dk/servlet/com.pls.morpheus.web.pages.respondent.CoreRespondentImportForm?surveyid=MY_SURVEY_ID&amp;scope=2\">https://www.survey-xact.dk/servlet/com.pls.morpheus.web.pages.respondent.CoreRespondentImportForm?surveyid=MY_SURVEY_ID&amp;scope=2</a></p>\n<p>Include an optional timestamp parameters in the request to send out distribution and<br />reminder emails. Include an optional channel parameter in the request to define which channel to send distribution and reminder mails on. The channel defaults to Email.</p>\n<p>The send mail links from the response must be accessed via POST.<br />A single respondent cannot be included in a scheduled reminder job.</p>\n<p>Please be aware, that the endpoint does not support parallel creation of respondents.<br />Only create one respondent at a time and await a 200 OK each time.</p>\n<p>If you are using the custom key parameter, you should be aware that information about respondents and their answers are accessible using the custom key. Therefore, we strongly advise you to use a secure universally unique identifier (UUID) for this value.</p>\n<p>If you are creating a date or time variable it must be supplied as a timestamp in Epoch time (ms).</p>\n","urlObject":{"path":["surveys","{{survey_id}}","respondents"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"disabled":true,"description":{"content":"<p>Optional. Timestamp in Epoch time in seconds for the distribution email.\nIf the value is 1, the distribution will be sent out instantly.</p>\n","type":"text/plain"},"key":"distributionTs","value":"0"},{"disabled":true,"description":{"content":"<p>Optional. Timestamp in Epoch time in seconds for the first reminder email. If the value is present, distributionTs must be set. The timestamp must be after distribution.</p>\n","type":"text/plain"},"key":"reminder1Ts","value":""},{"disabled":true,"description":{"content":"<p>Optional. Timestamp in Epoch time in seconds for the second reminder email. If the value is present, distributionTs and reminder1Ts must be set. The timestamp must be after the first reminder.</p>\n","type":"text/plain"},"key":"reminder2Ts","value":""},{"disabled":true,"description":{"content":"<p>Optional. Channel on which the distribution- and remindermessages should be distributed. Value can be Email, SMS, Eboks, Eboksbusiness.</p>\n","type":"text/plain"},"key":"channel","value":""},{"disabled":true,"description":{"content":"<p>Optional. A unique identifier for a respondent. Can contain literals, numbers, dashes and underline. It should be at most 64 characters long. If a respondent with the custom key already exists a 409 CONFLICT error code will be returned. We strongly advise you to use a universally unique identifier (UUID) for this value. </p>\n","type":"text/plain"},"key":"customKey","value":""}],"variable":[]}},"response":[{"id":"d64a6d66-68ec-4589-b9ff-0cae3453ee86","name":"Create a respondent with instant distribution and two reminders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Example. Populates the variable named email.","key":"email","type":"text","value":"foo@example.com"},{"description":"Example. Populates the variable named b_1.","key":"b_1","type":"text","value":"Test name"},{"key":"s_1","value":"2","description":"Example. Populates the variable named s_1.","type":"text"}]},"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/respondents?distributionTs=1&reminder1Ts=156395401200&reminder2Ts=156663241200","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","respondents"],"query":[{"key":"distributionTs","value":"1"},{"key":"reminder1Ts","value":"156395401200"},{"key":"reminder2Ts","value":"156663241200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 19:46:05 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<respondent>\n    <id>42</id>\n    <externalkey>ABCDEFGH1234</externalkey>\n    <collectstatus>no answers</collectstatus>\n    <collecturl>{{xact_url}}/answer?key=ABCDEFGH1234</collecturl>\n    <createts>2019-06-24 16:26:25</createts>\n    <closets></closets>\n    <startts></startts>\n    <modifyts>2019-06-24 16:26:25</modifyts>\n    <sessioncount>0</sessioncount>\n    <link href=\"{{xact_url}}/answer?key=ABCDEFGH1234\" rel=\"collect\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234\" rel=\"self\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}\" rel=\"survey\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/answer\" rel=\"answer\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/DistributionByMail\" rel=\"send distribution mail\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/respondents/ABCDEFGH1234/sendmail/ReminderEmail\" rel=\"send reminder mail\"/>\n</respondent>"}],"_postman_id":"1a6ed025-3d04-4c15-948c-692f1c8b65ae"},{"name":"Distribute to respondent","id":"3d7254c7-ec26-4c1b-940b-4a92bebd5fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/sendmail/{{distribution_type}}","description":"<p>Sends an email or an sms or a digitalpost to a respondent depending on the supplied email, sms or digitalpost type. The following email, sms and digitalpost types are supported:</p>\n<ul>\n<li>distributionEmail: Sends a distribution email.</li>\n<li>reminderEmail: Sends a reminder email.</li>\n<li>informationEmail: Sends an information email.</li>\n<li>distributionSms: Sends a distribution sms.</li>\n<li>reminderSms: Sends a distribution sms.</li>\n<li>informationSms: Sends an information sms.</li>\n<li>distributionDigitalPostCitizen: Sends a digital post distribution message.</li>\n<li>reminderDigitalPostCitizen: Sends a digital post reminder message.</li>\n<li>informationDigitalPostCitizen: Sends a digital post information message.</li>\n<li>distributionDigitalPostCompany: Sends a digital post distribution message.</li>\n<li>reminderDigitalPostCompany: Sends a digital post reminder message.</li>\n<li>informationDigitalPostCompany: Sends a digital post information message.</li>\n</ul>\n<p>Remember to activate the corresponding distribution channel in the survey the respondent belongs to.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["respondents","{{respondent_id}}","sendmail","{{distribution_type}}"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"c874e159-58a3-4489-8427-560cc8511908","name":"Send distribution mail","originalRequest":{"method":"POST","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/sendmail/DistributionByMail"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 20:17:22 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"},{"id":"73fa6b4b-58d0-4bb8-8cc0-7138739477fc","name":"Send reminder mail","originalRequest":{"method":"POST","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/sendmail/ReminderEmail"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 20:17:22 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"},{"id":"28349253-b24a-4209-8bb2-06f8e181dc8a","name":"Send information mail","originalRequest":{"method":"POST","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/sendmail/InformationEmail"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 25 Oct 2021 14:31:53 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"},{"id":"c7c6d1ee-c0f4-42c7-91a6-ed1ce0254fa0","name":"Send distribution sms","originalRequest":{"method":"POST","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/sendmail/DistributionBySms"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 25 Oct 2021 14:41:12 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"},{"id":"62057668-7aa2-48c2-938e-7082a0e03f04","name":"Send reminder sms","originalRequest":{"method":"POST","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/sendmail/reminderSms"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 25 Oct 2021 14:42:23 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"},{"id":"c38e1c5c-756d-439b-99dd-9ed1e299862b","name":"Send information sms","originalRequest":{"method":"POST","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}/sendmail/informationSms"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 25 Oct 2021 14:43:23 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"3d7254c7-ec26-4c1b-940b-4a92bebd5fa4"},{"name":"Anonymize respondents","id":"72e3de95-be98-4bb9-856f-787e52d8462b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Required. An expression filter that is applied to each respondent in the survey. If it evaluates to true, the respondent will be blanked on the submitted variables. E.g., [respondent/created] &gt; datetime(”2011-08-22 00:00:00”) will blank all respondents created after 2011-08-22.</p>\n","key":"filter","type":"text","value":""},{"description":"<p>Required. A comma separated list of surveys variables to blank.\nE.g., [respondent/email], [respondent/cpr] will blank the email and cpr variables.</p>\n","key":"variables","type":"text","value":""}]},"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/anonymize","description":"<p>Anonymize a survey by blanking individual variables for several respondents.</p>\n<p>If everything went okay the server will respond with 202 accepted - Your anonymization\nis queued. This means the server has started processing the request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","anonymize"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"474a137b-a816-46d6-bdfa-c2bab7b55d30","name":"Anonymize emails on all respondents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"filter","type":"text","value":"true"},{"key":"variables","type":"text","value":"[respondent/email]"}]},"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/anonymize"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 20:21:40 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"29"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Your anonymization is queued "}],"_postman_id":"72e3de95-be98-4bb9-856f-787e52d8462b"},{"name":"Anonymize open variables on respondents","id":"3add1557-db8a-4ca6-a006-9055acf5f032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filter","value":"","description":"<p>Required. An expression filter that is applied to each respondent in the survey. If it evaluates to true, the respondent will be blanked on the open variables defined in the request. E.g., [respondent/created] &gt; datetime(”2011-08-22 00:00:00”) will blank all respondents created after 2011-08-22.</p>\n","type":"text"}]},"url":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/anonymizeOpenVariables?background=&questionnaire=","description":"<p>Anonymize a survey by blanking open variables for several respondents. </p>\n<p>If everything went okay the server will respond with 202 accepted - Your anonymization\nis queued. This means the server has started processing the request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["surveys","{{survey_id}}","anonymizeOpenVariables"],"host":["https://rest.survey-xact.dk/rest"],"query":[{"description":{"content":"<p>Optional. A boolean value that anonymizes all open background variables and distribution channels if set to 'true'.</p>\n","type":"text/plain"},"key":"background","value":""},{"description":{"content":"<p>Optional. A boolean value that snonymizes all open questionnaire variables if set to 'true'.</p>\n","type":"text/plain"},"key":"questionnaire","value":""}],"variable":[]}},"response":[{"id":"0689441a-5993-434f-91ce-fd07d02dbdc3","name":"Anonymize open variables on all respondents","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filter","value":"true","description":"Required. An expression filter that is applied to each respondent in the survey. If it evaluates to true, the respondent will be blanked on the open variables defined in the request. E.g., [respondent/created] > datetime(”2011-08-22 00:00:00”) will blank all respondents created after 2011-08-22.","type":"text"}]},"url":{"raw":"https://rest.survey-xact.dk/rest/surveys/{{survey_id}}/anonymizeOpenVariables?background=true&questionnaire=true","host":["https://rest.survey-xact.dk/rest"],"path":["surveys","{{survey_id}}","anonymizeOpenVariables"],"query":[{"key":"background","value":"true","description":"Optional. A boolean value that anonymizes all open background variables and distribution channels if set to 'true'."},{"key":"questionnaire","value":"true","description":"Optional. A boolean value that snonymizes all open questionnaire variables if set to 'true'."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 19 Jul 2021 12:48:07 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"28"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"set-cookie","value":"JSESSIONID=web13_xact311suoi0ozujwk1soysttgmc5yh4.web13_xact3; Path=/; Secure; HttpOnly"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Your anonymization is queued"}],"_postman_id":"3add1557-db8a-4ca6-a006-9055acf5f032"},{"name":"Delete respondent","id":"9cad6ceb-b26f-4234-a3eb-f1d2c14b76ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}","description":"<p>Deletess the supplied respondent synchronously.</p>\n<p>If you have a lot of respondents that need to be deleted, consider using the mass/delete target below.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["respondents","{{respondent_id}}"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"02b45185-4792-4d13-bd87-ac5ac6385d1c","name":"Delete respondent","originalRequest":{"method":"DELETE","header":[],"url":"https://rest.survey-xact.dk/rest/respondents/{{respondent_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 20:24:07 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"9cad6ceb-b26f-4234-a3eb-f1d2c14b76ce"},{"name":"Mass delete respondents","id":"1bae612a-385a-4f45-9279-558ce31d51ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"QRFCS61J9PCK\",\"G78YSP1P9136\"]","options":{"raw":{"language":"json"}}},"url":"https://rest.survey-xact.dk/rest/respondents/mass/delete","description":"<p>Use this endpoint if you have a long list of respondents and you need to delete them in one call. Supply a list of respondents keys in JSON format, all from the same survey. After a succesful request all respondents are put in a queue and deleted soon.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["respondents","mass","delete"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"672fa616-c75b-426c-9936-4f935cbc3b6c","name":"Delete respondents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"keys\": [\"LP1VPRUN9J1J\",\"SQ1CF4S21695\"]}","options":{"raw":{"language":"json"}}},"url":"https://rest.survey-xact.dk/respondents/mass/delete"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 20:24:07 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"1bae612a-385a-4f45-9279-558ce31d51ab"}],"id":"8d23734a-d424-43dc-b201-ce7c1e76ed09","_postman_id":"8d23734a-d424-43dc-b201-ce7c1e76ed09","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}}},{"name":"Organization","item":[{"name":"Get organization","id":"92a594f1-a5ca-4867-9565-d7f2e7b62761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}","description":"<p>Returns information about a single organization. The response contains the following:</p>\n<ul>\n<li>id: Is the unique number identifying the organization.</li>\n<li>name: Is the name of the organization.</li>\n<li>self: Is the endpoint to the organization itself.</li>\n<li>surveys: Is the endpoint to get the surveys in the organization.</li>\n<li>parent: Is the endpoint to get the parent organization. Note that the parent may not be available as it it depends on the user’s permissions in SurveyXact.</li>\n<li>organizations: Is the endpoint to get the direct sub organizations in the organization.</li>\n<li>children: Is the endpoint to get the direct sub organizations in the organization.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["organizations","{{organization_id}}"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"15db6dfe-1084-4920-9c02-0f7297bb8374","name":"Get organization","originalRequest":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 29 Sep 2020 19:21:43 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"460"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<organization>\n    <id>{{organization_id}}</id>\n    <name>Demo organization</name>\n    <link href=\"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}\" rel=\"self\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/surveys\" rel=\"surveys\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/organizations/42\" rel=\"parent\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/organizations\" rel=\"organizations\"/>\n    <link href=\"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/children\" rel=\"children\"/>\n</organization>"}],"_postman_id":"92a594f1-a5ca-4867-9565-d7f2e7b62761"},{"name":"Get organizations","id":"139fd9c2-32ee-46cd-850b-1fc1f53e6e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/organizations","description":"<p>Returns information about all direct sub organizations in the supplied organization.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["organizations","{{organization_id}}","organizations"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"8e320a93-42c5-49f3-8d3f-965c521cb345","name":"Get organizations","originalRequest":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/organizations"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 29 May 2021 20:41:02 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"595"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"0"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<organizations>\n    <organization>\n        <id>Demo organization 1</id>\n        <name>Test</name>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/42\" rel=\"self\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/42/surveys\" rel=\"surveys\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}\" rel=\"parent\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/42/organizations\" rel=\"organizations\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/42/children\" rel=\"children\"/>\n    </organization>\n    <organization>\n        <id>43</id>\n        <name>Demo organization 2</name>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/43\" rel=\"self\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/43/surveys\" rel=\"surveys\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}\" rel=\"parent\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/43/organizations\" rel=\"organizations\"/>\n        <link href=\"https://rest.survey-xact.dk/rest/organizations/43/children\" rel=\"children\"/>\n    </organization>\n</organizations>"}],"_postman_id":"139fd9c2-32ee-46cd-850b-1fc1f53e6e69"},{"name":"Move organization","id":"4c74119c-a378-47c5-bde8-e5b6f1ed35e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/move/{{parent_organization_id}}","description":"<p>Moves an organization to the supplied organization.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["organizations","{{organization_id}}","move","{{parent_organization_id}}"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"7c22fe80-19aa-496a-a6bc-83876445a825","name":"Move organization","originalRequest":{"method":"PUT","header":[],"url":"https://rest.survey-xact.dk/rest/organizations/{{organization_id}}/move/{{parent_organization_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 30 May 2021 08:42:54 GMT"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=3"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"cache-control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"4c74119c-a378-47c5-bde8-e5b6f1ed35e4"}],"id":"54d1d959-e22b-491b-8156-32bbbc222094","event":[{"listen":"prerequest","script":{"id":"b9c205b2-e273-4d88-a57c-ff121c6a287b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"03157eab-856b-40e9-98a7-75c05d383573","type":"text/javascript","exec":[""]}}],"_postman_id":"54d1d959-e22b-491b-8156-32bbbc222094","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}}},{"name":"Report","item":[{"name":"Get Report","id":"c03b0572-513e-470e-9866-e709c83d8201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/reports/{{report_id}}","description":"<p>Returns information about a single report. The response contains the following:</p>\n<p>name: Is the name of the report.<br />id: Is the unique key identifying the report.<br />reportLink: Is the reports link used to share the report.<br />hasPublicAccess: Tells whether or not the reportlink is accessible to all/the public or if it's only accessible to people invited by email.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["reports","{{report_id}}"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"d969b870-658c-4cf8-9fcd-cf79af8f59f1","name":"Get Report","originalRequest":{"method":"GET","header":[],"url":"https://rest.survey-xact.dk/rest/reports/{{report_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 04 Jan 2023 11:19:45 GMT"},{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"Content-Type","value":"application/xml"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"261"},{"key":"Server","value":"Jetty(9.4.28.v20200408)"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<report>\n    <name>REPORT_NAME</name>\n    <id>REPORT_ID</id>\n    <reportLink>https://www.survey-xact.dk/report/shared/REPORT_EXTERNAL_KEY</reportLink>\n    <hasPublicAccess>true</hasPublicAccess>\n</report>"}],"_postman_id":"c03b0572-513e-470e-9866-e709c83d8201"},{"name":"Share report","id":"80226119-e2a5-44f6-83e4-2bcd5c90b5bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","description":"<p>Optional. A string value of the email, this is required if type is limited.</p>\n","type":"text"},{"key":"expiration_date","value":"","description":"<p>Required. A string value in the form yyyy-mm-dd, or the string unlimited.</p>\n","type":"text"},{"key":"type","value":"","description":"<p>Required. public or limited, if it is limited email is also required.</p>\n","type":"text"}]},"url":"https://rest.survey-xact.dk/rest/reports/{{report_id}}/share","description":"<p>Publishes the report with the given report id. The response contains the following:</p>\n<ul>\n<li>id: is the publication id.</li>\n<li>externalkey: is the publication key.</li>\n<li>reportId: is the given report id of the request.</li>\n<li>expirationDate: is the given expiration date of the request.</li>\n<li>type: is the given type of the request.</li>\n<li>email: is the given email of the request.</li>\n</ul>\n<p>If the publication needs to be \"deleted\" just make a request where the date is in the past, for the given type and evt. email.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"path":["reports","{{report_id}}","share"],"host":["https://rest.survey-xact.dk/rest"],"query":[],"variable":[]}},"response":[{"id":"ce246e21-07f4-4c17-898e-e4f8f91e4d16","name":"Share report","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@test.com","description":"Optional. A string value, of the email, is required if the type is limited.","type":"text"},{"key":"expiration_date","value":"2024-12-31","description":"Required. A string value in the form yyyy-mm-dd,or the string unlimited.","type":"text"},{"key":"type","value":"limited","description":"Required. either public or limited, if limited the email is required.","type":"text"}]},"url":"https://rest.survey-xact.dk/rest/reports/{{report_id}}/share"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 03 Jan 2023 13:40:04 GMT"},{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, max-age=0, no-store, must-revalidate"},{"key":"Content-Type","value":"application/xml"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"329"},{"key":"Server","value":"Jetty(9.4.28.v20200408)"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<publication>\n    <id>MY_PUBLICATION_ID</id>\n    <reportLink>https://www.survey-xact.dk/report/shared/REPORT_EXTERNAL_KEY</reportLink>\n    <reportId>MY_REPORT_ID</reportId>\n    <expirationDate>2024-12-31</expirationDate>\n    <type>limited</type>\n    <email>test@test.com</email>\n</publication>"}],"_postman_id":"80226119-e2a5-44f6-83e4-2bcd5c90b5bc"}],"id":"0ba9c345-ada1-473e-bfd6-f53e3f24bda2","_postman_id":"0ba9c345-ada1-473e-bfd6-f53e3f24bda2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}}},{"name":"New Request","id":"6205e56f-7fe4-4580-baa0-5b0de0746ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"1502a09c-e3a1-42d2-974c-29181a739ee6","id":"1502a09c-e3a1-42d2-974c-29181a739ee6","name":"SurveyXact REST API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"6205e56f-7fe4-4580-baa0-5b0de0746ef9"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]}},"event":[{"listen":"prerequest","script":{"id":"0e332b6e-40b9-49e7-a21f-cc5e2a194905","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"9c769db0-97c6-4afd-9040-3e128a5801e4","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://rest.survey-xact.dk/rest"}]}