{"info":{"_postman_id":"d39219fc-6225-4abc-99a0-aebf3abc51a2","name":"Qwary API SDK","description":"<html><head></head><body><h1 id=\"api-reference\">API Reference</h1>\n<p>The Qwary API is <strong>REST-based</strong>. Our API has predictable resource oriented URLs, accepts request bodies and returns responses in <strong>JSON-encoded</strong> format. API uses standard HTTP response codes, authentication and verbs.</p>\n<p>You need to request an API SDK access. Click <a href=\"https://survey.qwary.com/form/S_wSzSPnasH9Wc_FT15X0J1BuEcPl5gI53F_DMZgaao=\">Here</a>. </p>\n<blockquote>\n<p>Our support team will reach out to you and share client credentials.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Reference","slug":"api-reference"}],"owner":"11427209","collectionId":"d39219fc-6225-4abc-99a0-aebf3abc51a2","publishedId":"Szmk1vbY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"4F566B","highlight":"697387"},"publishDate":"2020-05-24T02:13:32.000Z"},"item":[{"name":"Authentication","item":[{"name":"Create an access token","event":[{"listen":"test","script":{"id":"d85d17cd-fbae-4529-ba15-e537b5e869af","exec":["let jsonData = pm.response.json();","pm.environment.set(\"auth_token\", \"Bearer \"+ jsonData.access_token);"],"type":"text/javascript"}}],"id":"20763bec-c7fd-405f-9bfb-1edee1ff343e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"scope","type":"text","value":"","disabled":true},{"key":"audience","type":"text","value":"https://auth.qwary.com"},{"key":"grant_type","type":"text","value":"client_credentials"},{"key":"client_secret","type":"text","value":"{{client_secret}}"}]},"url":"https://auth.qwary.com/oauth/token","description":"<p>Creates an access token. Use generated token to interact with Qwary APIs.</p>\n","urlObject":{"protocol":"https","path":["oauth","token"],"host":["auth","qwary","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"20763bec-c7fd-405f-9bfb-1edee1ff343e"}],"id":"2d36ead1-a3da-4205-9da1-0872c395994d","description":"<p>The Qwary API uses API Keys to authenticate requests. </p>\n<p>Click <a href=\"https://survey.qwary.com/form/S_wSzSPnasH9Wc_FT15X0J1BuEcPl5gI53F_DMZgaao=\">Here</a> to request an API Credential for your account. </p>\n<blockquote>\n<p>Our support team will reach out to you and share client credentials.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"ebc2f46e-ab3f-42f5-bc69-ea26589dd366","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c5cb64f8-afea-4c64-a523-ea51580564c9","type":"text/javascript","exec":[""]}}],"_postman_id":"2d36ead1-a3da-4205-9da1-0872c395994d"},{"name":"Survey","item":[{"name":"Create a survey","event":[{"listen":"test","script":{"id":"0c0b31a6-a75f-4ec5-8523-79f46c7ca13f","exec":["let jsonData = pm.response.json();","pm.environment.set(\"surveyId\", jsonData.id);","pm.environment.set(\"pageId\", jsonData.pageId);"],"type":"text/javascript"}}],"id":"b9caceb5-7b2f-406b-b197-cb055b84a9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Employee Satisfaction survey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys","description":"<p>Create new empty survey.</p>\n","urlObject":{"protocol":"https","path":["surveys"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"976426cf-1e9e-4a06-afcc-054d08713c30","name":"Create Survey","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"first builder survey\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 18 May 2020 01:44:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"first builder survey\",\n    \"id\": \"dFBEBOCiLVs=\",\n    \"pageId\": \"MQku4Qt50IY=\"\n}"},{"id":"a39867d5-15fa-48df-a139-ab1625de920c","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Employee Satisfaction survey\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"WWW-Authenticate","value":"Bearer error=\"invalid_token\", error_description=\"An error occurred while attempting to decode the Jwt: Jwt expired at 2020-05-24T18:14:09Z\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 27 May 2020 00:46:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b9caceb5-7b2f-406b-b197-cb055b84a9ce"},{"name":"Get a survey","id":"b4c1cf17-fcfc-4254-8b8a-2ac29248942f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"first builder survey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}","description":"<p>Returns a survey information.</p>\n","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"0c1d1147-883f-4755-b118-d2efb4a99d69","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"first builder survey\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"WWW-Authenticate","value":"Bearer error=\"invalid_token\", error_description=\"An error occurred while attempting to decode the Jwt: Jwt expired at 2020-05-24T18:14:09Z\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 27 May 2020 00:44:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"56a783c9-0e94-443b-a31d-40a80aa8de9d","name":"Survey Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"first builder survey\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 May 2020 00:36:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1000,\n    \"error\": \"Invalid Survey!\",\n    \"message\": \"\",\n    \"path\": null,\n    \"timestamp\": \"2020-05-27T20:36:29.250-0400\"\n}"},{"id":"c654a2ce-fb64-4a84-b779-1e9a03fcabb6","name":"Get Survey","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"first builder survey\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 18 May 2020 01:45:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"first builder survey\",\n    \"id\": \"dFBEBOCiLVs=\",\n    \"pageId\": \"MQku4Qt50IY=\",\n    \"createdDate\": \"Sun May 17 21:44:42 EDT 2020\"\n}"}],"_postman_id":"b4c1cf17-fcfc-4254-8b8a-2ac29248942f"},{"name":"Get a surveys","id":"7136aa7b-0ea3-460d-a404-1cfb661c5cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.qwary.com/surveys?page=0&per_page=10","description":"<p>Returns list of all surveys.</p>\n","urlObject":{"protocol":"https","path":["surveys"],"host":["api","qwary","com"],"query":[{"key":"page","value":"0"},{"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"51a7ad17-3672-4bd1-beae-7e70b3e1b2c7","name":"Get all surveys","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.qwary.com/surveys?page=0&per_page=10","protocol":"https","host":["api","qwary","com"],"path":["surveys"],"query":[{"key":"page","value":"0"},{"key":"per_page","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Mar 2021 02:11:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"360-Degree Employee Evaluation Template\",\n        \"description\": \"Evaluate employee performance on a range of key performance metrics and provide useful feedback for career development.\",\n        \"id\": \"YuMbOF0gdNs=\",\n        \"pageId\": \"5844\",\n        \"createdDate\": \"Tue Jan 19 14:20:47 EST 2021\"\n    },\n    {\n        \"title\": \"Scrollbar issue test\",\n        \"id\": \"mJygPi1yzlQ=\",\n        \"pageId\": \"5820\",\n        \"createdDate\": \"Sun Jan 17 16:26:17 EST 2021\"\n    },\n    {\n        \"title\": \"Customer Satisfaction Template\",\n        \"description\": \"Measures how happy your customers are with their experiences on key dimensions and identify areas for improvement.\",\n        \"id\": \"aNQXdKfhYBA=\",\n        \"pageId\": \"5819\",\n        \"createdDate\": \"Sun Jan 17 16:24:40 EST 2021\"\n    },\n    {\n        \"title\": \"Video Demo Survey\",\n        \"id\": \"JNq7b11k1g4=\",\n        \"pageId\": \"5561\",\n        \"createdDate\": \"Sat Jan 02 09:47:40 EST 2021\"\n    },\n    {\n        \"title\": \"New\",\n        \"description\": \"Measures how happy your customers are with their experiences on key dimensions and identify areas for improvement.\",\n        \"id\": \"c4TfucFm0tI=\",\n        \"pageId\": \"5560\",\n        \"createdDate\": \"Sat Jan 02 09:32:30 EST 2021\"\n    },\n    {\n        \"title\": \"Contact Form\",\n        \"id\": \"SaGNBEcMhrk=\",\n        \"pageId\": \"5528\",\n        \"createdDate\": \"Thu Dec 31 11:22:03 EST 2020\"\n    },\n    {\n        \"title\": \"Calvin's Survey\",\n        \"id\": \"xvhs-iz_KAA=\",\n        \"pageId\": \"5419\",\n        \"createdDate\": \"Sun Dec 27 08:12:11 EST 2020\"\n    },\n    {\n        \"title\": \"Brand Perception Survey\",\n        \"description\": \"Breaks down perceptions across beliefs, emotions, and linguistic associations and measure perceptions of the brand on very specific characteristics.\",\n        \"id\": \"nuF23swFaYA=\",\n        \"pageId\": \"5302\",\n        \"createdDate\": \"Sun Dec 20 19:54:56 EST 2020\"\n    },\n    {\n        \"title\": \"Customer Satisfaction Template\",\n        \"description\": \"Measures how happy your customers are with their experiences on key dimensions and identify areas for improvement.\",\n        \"id\": \"OUrcahfOMvM=\",\n        \"pageId\": \"5298\",\n        \"createdDate\": \"Sun Dec 20 14:37:39 EST 2020\"\n    },\n    {\n        \"title\": \"Employee Satisfaction survey\",\n        \"id\": \"u5AfILGEdSs=\",\n        \"pageId\": \"5282\",\n        \"createdDate\": \"Sat Dec 19 10:11:47 EST 2020\"\n    },\n    {\n        \"title\": \"pabbly2\",\n        \"id\": \"FIal56thsvo=\",\n        \"pageId\": \"5261\",\n        \"createdDate\": \"Sat Dec 19 00:26:59 EST 2020\"\n    },\n    {\n        \"title\": \"pabbly\",\n        \"id\": \"tH19n2YxZts=\",\n        \"pageId\": \"5260\",\n        \"createdDate\": \"Sat Dec 19 00:11:13 EST 2020\"\n    },\n    {\n        \"title\": \"Test video\",\n        \"id\": \"Ai7U9d3yJMM=\",\n        \"pageId\": \"5160\",\n        \"createdDate\": \"Mon Dec 14 23:58:24 EST 2020\"\n    },\n    {\n        \"title\": \"Service Feedback Template\",\n        \"description\": \"Gather valuable information about a service you've been providing (not only for new services). Understand how the level of satisfaction customers feel when they utilize or pay for your services.\",\n        \"id\": \"C6JEX1_O7tM=\",\n        \"pageId\": \"5158\",\n        \"createdDate\": \"Mon Dec 14 23:55:11 EST 2020\"\n    },\n    {\n        \"title\": \"Customer Satisfaction Template\",\n        \"description\": \"Measures how happy your customers are with their experiences on key dimensions and identify areas for improvement.\",\n        \"id\": \"BXqiaIJ0dh0=\",\n        \"pageId\": \"5155\",\n        \"createdDate\": \"Mon Dec 14 23:50:42 EST 2020\"\n    },\n    {\n        \"title\": \"Customer Satisfaction Template\",\n        \"description\": \"Measures how happy your customers are with their experiences on key dimensions and identify areas for improvement.\",\n        \"id\": \"3Zplj54SDtg=\",\n        \"pageId\": \"5154\",\n        \"createdDate\": \"Mon Dec 14 23:49:35 EST 2020\"\n    },\n    {\n        \"title\": \"Customer Feedback Survey\",\n        \"id\": \"YWW4i9S1w-A=\",\n        \"pageId\": \"5141\",\n        \"createdDate\": \"Mon Dec 14 17:00:26 EST 2020\"\n    },\n    {\n        \"title\": \"Customer Satisfaction Template\",\n        \"description\": \"Measures how happy your customers are with their experiences on key dimensions and identify areas for improvement.\",\n        \"id\": \"SYpgfBMX2Io=\",\n        \"pageId\": \"5130\",\n        \"createdDate\": \"Sun Dec 13 12:55:33 EST 2020\"\n    },\n    {\n        \"title\": \"Customer Satisfaction Template\",\n        \"description\": \"Measures how happy your customers are with their experiences on key dimensions and identify areas for improvement.\",\n        \"id\": \"BGrBvyZobTc=\",\n        \"pageId\": \"5129\",\n        \"createdDate\": \"Sun Dec 13 11:23:48 EST 2020\"\n    },\n    {\n        \"title\": \"Relational NPS Template\",\n        \"description\": \"Help to obtain important information regarding the performance of your company. It accurately measures customer experience and other valuable information needed to grow your business.\",\n        \"id\": \"b8eFUnoRVRk=\",\n        \"pageId\": \"5123\",\n        \"createdDate\": \"Sat Dec 12 11:08:37 EST 2020\"\n    },\n    {\n        \"title\": \"Test\",\n        \"id\": \"qq8E_BU95IE=\",\n        \"pageId\": \"5119\",\n        \"createdDate\": \"Sat Dec 12 01:05:07 EST 2020\"\n    }\n]"}],"_postman_id":"7136aa7b-0ea3-460d-a404-1cfb661c5cf0"},{"name":"Replace a survey","id":"63961e52-0b74-4ccf-99bd-c3739b4f696c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"{{surveyId}}\",\n\t\"title\": \"Customer Feedback Survey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}","description":"<p>Replace existing survey.</p>\n","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"d59dfdc1-48ae-434b-a19d-443dae247c7e","name":"Replace Survey","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"{{surveyId}}\",\n\t\"title\": \"Modify builder survey\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 18 May 2020 01:47:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Modify builder survey\",\n    \"id\": \"dFBEBOCiLVs=\",\n    \"pageId\": \"MQku4Qt50IY=\",\n    \"createdDate\": \"Sun May 17 21:44:42 EDT 2020\"\n}"},{"id":"efc92830-8490-4e16-a527-9fe80e4c73f1","name":"401 Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"{{surveyId}}\",\n\t\"title\": \"Modify builder survey\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"WWW-Authenticate","value":"Bearer error=\"invalid_token\", error_description=\"An error occurred while attempting to decode the Jwt: Jwt expired at 2020-05-24T18:14:09Z\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 27 May 2020 00:47:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"63961e52-0b74-4ccf-99bd-c3739b4f696c"},{"name":"Delete a survey","id":"c94d36e4-cbb3-4555-9a9d-fd1f2975f79e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"first builder survey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}","description":"<p>Remove existing survey.</p>\n","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"4f7d8c90-204a-469b-b4ae-3ae0b0ff8ec3","name":"Delete a survey","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"first builder survey\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 May 2020 00:32:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"c94d36e4-cbb3-4555-9a9d-fd1f2975f79e"},{"name":"Get Survey Distribution Links","id":"c4890b94-f01a-4d89-aa28-344daa3ca9cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://api.qwary.com/surveys/{{surveyId}}/share/links","description":"<p>Retrieve Survey Web Links</p>\n","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","share","links"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"0a2aa22e-e9ab-46f8-a1dd-f589b804d1a4","name":"Get Survey Distribution Links","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://api.qwary.com/surveys/{{surveyId}}/share/links"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Jun 2021 20:23:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALBTG=gYxc1A/U5i5jli64R8bqo5CyUMWpSFguWw7UoHxPYA1keDjR5IV9CurNi+PJ9oFIt5Z5jNofyE4ynqSHnWZZOruOKYaxnse1fCBvjvHjmQywZdV8gozz62i5SrN0h3J5bCgOpD1mVz3xYwpiAzBuWg5/i8VjSshzDim3fY6AGfyVMaGNzAM=; Expires=Tue, 22 Jun 2021 20:23:14 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBTGCORS=gYxc1A/U5i5jli64R8bqo5CyUMWpSFguWw7UoHxPYA1keDjR5IV9CurNi+PJ9oFIt5Z5jNofyE4ynqSHnWZZOruOKYaxnse1fCBvjvHjmQywZdV8gozz62i5SrN0h3J5bCgOpD1mVz3xYwpiAzBuWg5/i8VjSshzDim3fY6AGfyVMaGNzAM=; Expires=Tue, 22 Jun 2021 20:23:14 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"surveyId\": \"7f8QWHwE6Q6j4c17nfftXA==\",\n    \"surveyLinks\": {\n        \"url\": \"https://survey.qwary.com/S_wSzSPnasH9Wc_FT15X0J1BuEcPl5gIKuPq_PqanEw=\"\n    }\n}"}],"_postman_id":"c4890b94-f01a-4d89-aa28-344daa3ca9cb"},{"name":"Update Survey Settings","event":[{"listen":"test","script":{"id":"ed92f154-0d58-4fce-8686-542a5366f995","exec":[""],"type":"text/javascript"}}],"id":"23c2beac-5011-44d3-ac39-437715933c5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"disableBranding\": true,\n    \"displayQuestionNumber\": true,\n    \"displayProgressBar\": true,\n    \"disableAlphanumericShortcuts\": true,\n    \"disablePartialSubmission\": true,\n    \"disableScroll\": true,\n    \"disableNavigation\": true,\n    \"enableNativeRecorder\": true,\n    \"state\": \"ACTIVE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/settings","description":"<p>API to turn off branding, scroll, navigation, enable native recorder and change survey state from DRAFT to ACTIVE.</p>\n<p>Survey state field is enum (ACTIVE, DRAFT, CLOSE)</p>\n","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","settings"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"c85aa4f9-5ac4-433a-8599-0f7fab154e97","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"disableBranding\": true,\n    \"displayQuestionNumber\": true,\n    \"displayProgressBar\": true,\n    \"disableAlphanumericShortcuts\": true,\n    \"disablePartialSubmission\": true,\n    \"disableScroll\": true,\n    \"disableNavigation\": true,\n    \"enableNativeRecorder\": true,\n    \"state\": \"ACTIVE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/settings"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 17 Jun 2021 01:42:04 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALBTG=0ibwJwdFYuCtS5IRDQatLpuKK1I/gU8Y6MRhkMev0liO6eR7f2zcJYmpdoS84v4nIJEdrX//8+/4UG8VLdQvhKM1F3OxlmS+Ho0rKbCeSMoWJp8Sz/CHBMwck7oga70nfUj7nUORRs51i+Rgvs7RsPw3sPFbLrNLBZP/2shSvJoliCRUxr8=; Expires=Thu, 24 Jun 2021 01:42:04 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBTGCORS=0ibwJwdFYuCtS5IRDQatLpuKK1I/gU8Y6MRhkMev0liO6eR7f2zcJYmpdoS84v4nIJEdrX//8+/4UG8VLdQvhKM1F3OxlmS+Ho0rKbCeSMoWJp8Sz/CHBMwck7oga70nfUj7nUORRs51i+Rgvs7RsPw3sPFbLrNLBZP/2shSvJoliCRUxr8=; Expires=Thu, 24 Jun 2021 01:42:04 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"23c2beac-5011-44d3-ac39-437715933c5e"}],"id":"7299f34b-1879-4651-910a-c6d605313356","description":"<p>These endpoints lets you create, delete and modify surveys via API. You can also retrieve individual as well as list of your surveys.</p>\n<p>A survey needs at least need one page and question in order to record a response.</p>\n","event":[{"listen":"prerequest","script":{"id":"dbddba3d-afdb-4f0c-9e6e-8254448be2e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"37196fcc-af52-4e72-9891-863b174ddb5e","type":"text/javascript","exec":[""]}}],"_postman_id":"7299f34b-1879-4651-910a-c6d605313356"},{"name":"Survey Question","item":[{"name":"Create","item":[{"name":"Create a multichoice question","event":[{"listen":"test","script":{"id":"aa5017b5-c5a9-48d9-a001-a29da5a72383","exec":["let jsonData = pm.response.json();","pm.environment.set(\"questionId\", jsonData.id);"],"type":"text/javascript"}}],"id":"2d1998a0-ffac-499c-968c-29ab4a74ab97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":1,\n\t\"title\":\"How challenging is your job?\",\n\t\"inputType\":\"radio\",\n\t\"family\":\"multichoice\",\n\t\"subFamily\":\"list\",\n\t\"pageId\": \"{{pageId}}\",\n\t\"answers\":[{\n\t\t\"title\":\"Extremely challenging\"\t\n\t},{\n\t\t\"title\":\"Very challenging\"\t\n\t},{\n\t\t\"title\":\"Challenging\"\t\n\t},{\n\t\t\"title\":\"Slightly challenging\"\t\n\t},{\n\t\t\"title\":\"Not at all challenging\"\t\n\t}],\n\t\"requiredMessage\" : \"Required!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/questions","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"e9b11fa6-0fa1-4a5e-a173-67ece8f5d1fb","name":"Create a multichoice question","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":1,\n\t\"title\":\"How challenging is your job?\",\n\t\"inputType\":\"radio\",\n\t\"family\":\"multichoice\",\n\t\"subFamily\":\"list\",\n\t\"pageId\": \"{{pageId}}\",\n\t\"answers\":[{\n\t\t\"title\":\"Extremely challenging\"\t\n\t},{\n\t\t\"title\":\"Very challenging\"\t\n\t},{\n\t\t\"title\":\"Challenging\"\t\n\t},{\n\t\t\"title\":\"Slightly challenging\"\t\n\t},{\n\t\t\"title\":\"Not at all challenging\"\t\n\t}],\n\t\"requiredMessage\" : \"Required!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.qwary.com/surveys/{{surveyId}}/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:37:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"Dj35c0udvzs=\",\n    \"orderNo\": 1,\n    \"title\": \"How challenging is your job?\",\n    \"inputType\": \"radio\",\n    \"family\": \"multichoice\",\n    \"subFamily\": \"list\",\n    \"answers\": [\n        {\n            \"id\": \"-eozqfAse0Q=\",\n            \"title\": \"Extremely challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"iMVZK6Mg-K0=\",\n            \"title\": \"Very challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"bSwFroXqsKs=\",\n            \"title\": \"Challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"xT-Qhp_zz9k=\",\n            \"title\": \"Slightly challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"LBgz-aLdp4k=\",\n            \"title\": \"Not at all challenging\",\n            \"displayOrder\": \"0\"\n        }\n    ],\n    \"pageId\": \"Swxjg6YD88o=\",\n    \"buttonText\": \"<strong>Ok</strong>\",\n    \"keyboardText\": \"or <strong>press ENTER</strong>\",\n    \"requiredMessage\": \"Required!\",\n    \"defaultTextValue\": \"Select all that apply\"\n}"}],"_postman_id":"2d1998a0-ffac-499c-968c-29ab4a74ab97"},{"name":"Create a dropdown question","id":"ecd7bda2-44ed-46d1-8d10-0b2b547fa3f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":2,\n\t\"title\":\"What's your age?\",\n\t\"inputType\":\"dropdown\",\n\t\"family\":\"multichoice\",\n\t\"subFamily\":\"dropdown\",\n\t\"pageId\": \"{{pageId}}\",\n\t\"answers\":[{\n\t\t\"title\":\"18 to 24\"\t\n\t},{\n\t\t\"title\":\"25 to 34\"\t\n\t},{\n\t\t\"title\":\"35 to 54\"\t\n\t},{\n\t\t\"title\":\"55 or older\"\t\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/questions","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"f3332813-97b3-4a26-bb21-7a014e0e3aeb","name":"Create a dropdown question","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":2,\n\t\"title\":\"What's your age?\",\n\t\"inputType\":\"dropdown\",\n\t\"family\":\"multichoice\",\n\t\"subFamily\":\"dropdown\",\n\t\"pageId\": \"{{pageId}}\",\n\t\"answers\":[{\n\t\t\"title\":\"18 to 24\"\t\n\t},{\n\t\t\"title\":\"25 to 34\"\t\n\t},{\n\t\t\"title\":\"35 to 54\"\t\n\t},{\n\t\t\"title\":\"55 or older\"\t\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"http://api.qwary.com/surveys/{{surveyId}}/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:40:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5qC4I_puzYQ=\",\n    \"orderNo\": 2,\n    \"title\": \"What's your age?\",\n    \"inputType\": \"dropdown\",\n    \"family\": \"multichoice\",\n    \"subFamily\": \"dropdown\",\n    \"answers\": [\n        {\n            \"id\": \"tVV42kY_Wag=\",\n            \"title\": \"18 to 24\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"NGi7m4MmoWQ=\",\n            \"title\": \"25 to 34\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"G1aEcgOg4D8=\",\n            \"title\": \"35 to 54\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"J4WaOnGSC0U=\",\n            \"title\": \"55 or older\",\n            \"displayOrder\": \"0\"\n        }\n    ],\n    \"pageId\": \"Swxjg6YD88o=\",\n    \"buttonText\": \"<strong>Ok</strong>\",\n    \"keyboardText\": \"or <strong>press ENTER</strong>\",\n    \"defaultTextValue\": \"Select all that apply\"\n}"}],"_postman_id":"ecd7bda2-44ed-46d1-8d10-0b2b547fa3f9"},{"name":"Create a star rating question","id":"c256c8ae-ae69-4595-887c-a8422919a615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":3,\n\t\"title\":\"How would you rate our customer service?\",\n\t\"inputType\":null,\n\t\"family\":\"rating\",\n\t\"subFamily\":\"star\",\n\t\"pageId\": \"{{pageId}}\",\n\t\"iconName\": \"star\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/questions","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"3a87fc33-cb35-4427-8c27-98824394ce63","name":"Create a star rating question","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":3,\n\t\"title\":\"How would you rate our customer service?\",\n\t\"inputType\":null,\n\t\"family\":\"rating\",\n\t\"subFamily\":\"star\",\n\t\"pageId\": \"Iml4GGDSj54=\",\n\t\"iconName\": \"star\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 May 2020 00:54:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"_9JIOFMD5Fg=\",\n    \"orderNo\": 3,\n    \"title\": \"How would you rate our customer service?\",\n    \"family\": \"rating\",\n    \"subFamily\": \"star\",\n    \"pageId\": \"Iml4GGDSj54=\",\n    \"buttonText\": \"<strong>Ok</strong>\",\n    \"keyboardText\": \"or <strong>press ENTER</strong>\",\n    \"iconName\": \"star\",\n    \"defaultTextValue\": \"Select all that apply\"\n}"}],"_postman_id":"c256c8ae-ae69-4595-887c-a8422919a615"},{"name":"Create a NPS question","id":"f8b8ec62-dd23-41ba-ac5e-5f68feb77ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":4,\n\t\"title\":\"How likely is it that you would recommend this company to a friend or colleague?\",\n\t\"inputType\":null,\n\t\"family\":\"rating\",\n\t\"subFamily\":\"npr\",\n\t\"pageId\": \"{{pageId}}\",\n\t\"requiredMessage\" : \"Required Question!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/questions","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"c55a5ac9-0f0f-4626-ab71-91eba6b50283","name":"Create a NPS question","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":4,\n\t\"title\":\"How likely is it that you would recommend this company to a friend or colleague?\",\n\t\"inputType\":null,\n\t\"family\":\"rating\",\n\t\"subFamily\":\"npr\",\n\t\"pageId\": \"Iml4GGDSj54=\",\n\t\"requiredMessage\" : \"Required Question!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 May 2020 00:55:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"k0aOWDdT9EY=\",\n    \"orderNo\": 4,\n    \"title\": \"How likely is it that you would recommend this company to a friend or colleague?\",\n    \"family\": \"rating\",\n    \"subFamily\": \"npr\",\n    \"pageId\": \"Iml4GGDSj54=\",\n    \"buttonText\": \"<strong>Ok</strong>\",\n    \"keyboardText\": \"or <strong>press ENTER</strong>\",\n    \"requiredMessage\": \"Required Question!\",\n    \"defaultTextValue\": \"Select all that apply\"\n}"}],"_postman_id":"f8b8ec62-dd23-41ba-ac5e-5f68feb77ff0"},{"name":"Create a slider question","id":"c295e0ab-4005-4221-8ea9-b14538362ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":5,\n\t\"title\":\"Overall, how would you rate the quality of your customer experience?\",\n\t\"inputType\":null,\n\t\"family\":\"rating\",\n\t\"subFamily\":\"slider\",\n\t\"pageId\": \"{{pageId}}\",\n\t\"minimumValue\": \"1\",\n\t\"middleValue\": 5,\n\t\"maximumValue\": 10,\n\t\"defaultValue\": 5,\n\t\"stepValue\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/questions","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"1b64311f-308f-4dcf-ad9b-eeb4b0d91a2c","name":"Create a slider question","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":5,\n\t\"title\":\"Overall, how would you rate the quality of your customer experience?\",\n\t\"inputType\":null,\n\t\"family\":\"rating\",\n\t\"subFamily\":\"slider\",\n\t\"pageId\": \"Iml4GGDSj54=\",\n\t\"minimumValue\": \"1\",\n\t\"middleValue\": 5,\n\t\"maximumValue\": 10,\n\t\"defaultValue\": 5,\n\t\"stepValue\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 May 2020 01:08:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"tMjOdvT2yJQ=\",\n    \"orderNo\": 5,\n    \"title\": \"Overall, how would you rate the quality of your customer experience?\",\n    \"family\": \"rating\",\n    \"subFamily\": \"slider\",\n    \"pageId\": \"Iml4GGDSj54=\",\n    \"buttonText\": \"<strong>Ok</strong>\",\n    \"keyboardText\": \"or <strong>press ENTER</strong>\",\n    \"minimumValue\": 1,\n    \"maximumValue\": 10,\n    \"middleValue\": 5,\n    \"defaultTextValue\": \"Select all that apply\",\n    \"stepValue\": 2,\n    \"defaultValue\": 5\n}"}],"_postman_id":"c295e0ab-4005-4221-8ea9-b14538362ea3"},{"name":"Create a text question","id":"2c65548f-148d-487e-9937-e8671bf9cdce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":6,\n\t\"title\":\"Text Question\",\n\t\"inputType\":null,\n\t\"family\":\"open_answer\",\n\t\"subFamily\":\"text\",\n\t\"pageId\": \"{{pageId}}\",\n\t\"requiredMessage\" : \"This is required message\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/questions","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"be195c6e-2149-4b42-92de-bdf3f4eddbf9","name":"Create a text question","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNo\":3,\n\t\"title\":\"Text Question\",\n\t\"inputType\":null,\n\t\"family\":\"open_answer\",\n\t\"subFamily\":\"text\",\n\t\"pageId\": \"Iml4GGDSj54=\",\n\t\"requiredMessage\" : \"This is required message\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 May 2020 00:46:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"XLaMVEKDVnU=\",\n    \"orderNo\": 3,\n    \"title\": \"Text Question\",\n    \"family\": \"open_answer\",\n    \"subFamily\": \"text\",\n    \"pageId\": \"Iml4GGDSj54=\",\n    \"buttonText\": \"<strong>Ok</strong>\",\n    \"keyboardText\": \"or <strong>press ENTER</strong>\",\n    \"requiredMessage\": \"This is required message\",\n    \"defaultTextValue\": \"Select all that apply\"\n}"}],"_postman_id":"2c65548f-148d-487e-9937-e8671bf9cdce"}],"id":"25c6c9c9-bacf-4bbd-99b3-366e66a2a8fc","_postman_id":"25c6c9c9-bacf-4bbd-99b3-366e66a2a8fc","description":""},{"name":"Modify","item":[{"name":"Replace Question","id":"26a27900-8aae-491f-9956-01b81d1e7df2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"kpuYZ9yRhHw=\",\n\t\"orderNo\":2,\n\t\"title\":\"How challenging is your job?\",\n\t\"inputType\":\"radio\",\n\t\"family\":\"multichoice\",\n\t\"subFamily\":\"list\",\n\t\"tooltip\":\"\",\n\t\"pageId\": \"Iml4GGDSj54=\",\n\t\"answers\":[{\n\t\t\"id\": \"eQ0m6UzHBt8=\",\n\t\t\"title\":\"Other\"\t\n\t}],\n\t\"requiredMessage\" : \"This is required message\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/questions/{{questionId}}","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions","{{questionId}}"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"89083cf3-f292-4256-a9a0-6c662b71e822","name":"Replace","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"kpuYZ9yRhHw=\",\n\t\"orderNo\":2,\n\t\"title\":\"How challenging is your job?\",\n\t\"inputType\":\"radio\",\n\t\"family\":\"multichoice\",\n\t\"subFamily\":\"list\",\n\t\"tooltip\":\"\",\n\t\"pageId\": \"Iml4GGDSj54=\",\n\t\"answers\":[{\n\t\t\"id\": \"eQ0m6UzHBt8=\",\n\t\t\"title\":\"Other\"\t\n\t}],\n\t\"requiredMessage\" : \"This is required message\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}/questions/{{questionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 May 2020 01:17:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"mM0rESddKwc=\",\n    \"orderNo\": 2,\n    \"title\": \"How challenging is your job?\",\n    \"answers\": [\n        {\n            \"id\": \"eQ0m6UzHBt8=\",\n            \"title\": \"Other\",\n            \"displayOrder\": \"0\",\n            \"requiredMessage\": \"require field\"\n        },\n        {\n            \"id\": \"WLI4jS8pZrc=\",\n            \"title\": \"Extremely challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"F3cThK9sTMk=\",\n            \"title\": \"Very challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"0B2feAF_Z44=\",\n            \"title\": \"Challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"rEeqMjd2l8g=\",\n            \"title\": \"Slightly challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"HW050Igpm4Y=\",\n            \"title\": \"Not at all challenging\",\n            \"displayOrder\": \"0\"\n        }\n    ],\n    \"gridRows\": [],\n    \"buttonText\": \"<strong>Ok</strong>\",\n    \"keyboardText\": \"or <strong>press ENTER</strong>\",\n    \"requiredMessage\": \"This is required message\",\n    \"defaultTextValue\": \"Select all that apply\",\n    \"createdDate\": \"Tue May 26 20:00:00 EDT 2020\",\n    \"updatedDate\": \"Wed May 27 21:17:06 EDT 2020\"\n}"}],"_postman_id":"26a27900-8aae-491f-9956-01b81d1e7df2"}],"id":"ee8343f9-bf61-4c23-acca-f6a38a35b819","_postman_id":"ee8343f9-bf61-4c23-acca-f6a38a35b819","description":""},{"name":"Get a question detail","id":"39a13326-b1f6-405b-953e-e9afc8dc2026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"}],"url":"https://api.qwary.com/surveys/{{surveyId}}/questions/{{questionId}}","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions","{{questionId}}"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"f8329130-7d72-4238-9abf-e2854dcd5247","name":"Get a question detail","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"}],"url":"http://api.qwary.com/surveys/{{surveyId}}/questions/{{questionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:38:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"zwzcOWHNm3c=\",\n    \"orderNo\": 1,\n    \"title\": \"How challenging is your job?\",\n    \"answers\": [\n        {\n            \"id\": \"bngDvOOqbyI=\",\n            \"title\": \"Extremely challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"hJRFQZQ2XOY=\",\n            \"title\": \"Very challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"hPBtUzMliDE=\",\n            \"title\": \"Challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"4Pr9qWVqfn0=\",\n            \"title\": \"Slightly challenging\",\n            \"displayOrder\": \"0\"\n        },\n        {\n            \"id\": \"nJTFtBraZFk=\",\n            \"title\": \"Not at all challenging\",\n            \"displayOrder\": \"0\"\n        }\n    ],\n    \"gridRows\": [],\n    \"buttonText\": \"<strong>Ok</strong>\",\n    \"keyboardText\": \"or <strong>press ENTER</strong>\",\n    \"requiredMessage\": \"Required!\",\n    \"defaultTextValue\": \"Select all that apply\",\n    \"createdDate\": \"Thu May 28 00:00:00 UTC 2020\",\n    \"updatedDate\": \"Thu May 28 00:00:00 UTC 2020\"\n}"}],"_postman_id":"39a13326-b1f6-405b-953e-e9afc8dc2026"},{"name":"Get survey question details","id":"a5638025-2442-4ad8-8968-c7f852093b6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"}],"url":"https://api.qwary.com/surveys/{{surveyId}}/questions","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"f1e5f4d5-ded6-44d9-a5fd-c3a1ee7b32cc","name":"Get survey question details","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"}],"url":"http://localhost:7002/surveys/{{surveyId}}/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 May 2020 02:24:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"questions\": [\n        {\n            \"id\": \"kpuYZ9yRhHw=\",\n            \"orderNo\": 5,\n            \"title\": \"How challenging is your job?\",\n            \"answers\": [\n                {\n                    \"id\": \"HgxjmYzHwmo=\",\n                    \"title\": \"Extremely challenging\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"lBD76nlVxJs=\",\n                    \"title\": \"Very challenging\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"VV3dLYVFoOk=\",\n                    \"title\": \"Challenging\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"SH9yWOPx89w=\",\n                    \"title\": \"Slightly challenging\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"pXkEwOR1GVw=\",\n                    \"title\": \"Not at all challenging\",\n                    \"displayOrder\": \"0\"\n                }\n            ],\n            \"gridRows\": [],\n            \"buttonText\": \"<strong>Ok</strong>\",\n            \"keyboardText\": \"or <strong>press ENTER</strong>\",\n            \"requiredMessage\": \"Required!\",\n            \"defaultTextValue\": \"Select all that apply\",\n            \"createdDate\": \"Tue May 26 20:00:00 EDT 2020\",\n            \"updatedDate\": \"Tue May 26 20:00:00 EDT 2020\"\n        },\n        {\n            \"id\": \"0t_LKG8dzs8=\",\n            \"orderNo\": 6,\n            \"title\": \"What's your age?\",\n            \"answers\": [\n                {\n                    \"id\": \"v-zpC-BP8Js=\",\n                    \"title\": \"18 to 24\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"P3Zoh3nYSGM=\",\n                    \"title\": \"25 to 34\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"Y4lMEXfix1g=\",\n                    \"title\": \"35 to 54\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"uearJIGL_8M=\",\n                    \"title\": \"55 or older\",\n                    \"displayOrder\": \"0\"\n                }\n            ],\n            \"gridRows\": [],\n            \"buttonText\": \"<strong>Ok</strong>\",\n            \"keyboardText\": \"or <strong>press ENTER</strong>\",\n            \"defaultTextValue\": \"Select all that apply\",\n            \"createdDate\": \"Tue May 26 20:00:00 EDT 2020\",\n            \"updatedDate\": \"Tue May 26 20:00:00 EDT 2020\"\n        },\n        {\n            \"id\": \"hX-uXhDxUUk=\",\n            \"orderNo\": 7,\n            \"title\": \"How would you rate our customer service?\",\n            \"answers\": [],\n            \"gridRows\": [],\n            \"buttonText\": \"<strong>Ok</strong>\",\n            \"keyboardText\": \"or <strong>press ENTER</strong>\",\n            \"iconName\": \"star\",\n            \"defaultTextValue\": \"Select all that apply\",\n            \"createdDate\": \"Tue May 26 20:00:00 EDT 2020\",\n            \"updatedDate\": \"Tue May 26 20:00:00 EDT 2020\"\n        },\n        {\n            \"id\": \"_hWSFKsdRc0=\",\n            \"orderNo\": 8,\n            \"title\": \"How likely is it that you would recommend this company to a friend or colleague?\",\n            \"answers\": [],\n            \"gridRows\": [],\n            \"buttonText\": \"<strong>Ok</strong>\",\n            \"keyboardText\": \"or <strong>press ENTER</strong>\",\n            \"requiredMessage\": \"Required Question!\",\n            \"defaultTextValue\": \"Select all that apply\",\n            \"createdDate\": \"Tue May 26 20:00:00 EDT 2020\",\n            \"updatedDate\": \"Tue May 26 20:00:00 EDT 2020\"\n        },\n        {\n            \"id\": \"0ezhmr_Djus=\",\n            \"orderNo\": 9,\n            \"title\": \"Overall, how would you rate the quality of your customer experience?\",\n            \"answers\": [],\n            \"gridRows\": [],\n            \"buttonText\": \"<strong>Ok</strong>\",\n            \"keyboardText\": \"or <strong>press ENTER</strong>\",\n            \"minimumValue\": 1,\n            \"maximumValue\": 10,\n            \"middleValue\": 5,\n            \"defaultTextValue\": \"Select all that apply\",\n            \"defaultValue\": 5,\n            \"createdDate\": \"Tue May 26 20:00:00 EDT 2020\",\n            \"updatedDate\": \"Tue May 26 20:00:00 EDT 2020\"\n        },\n        {\n            \"id\": \"CLK7kiSnkU0=\",\n            \"orderNo\": 10,\n            \"title\": \"Text Question\",\n            \"answers\": [],\n            \"gridRows\": [],\n            \"buttonText\": \"<strong>Ok</strong>\",\n            \"keyboardText\": \"or <strong>press ENTER</strong>\",\n            \"requiredMessage\": \"This is required message\",\n            \"defaultTextValue\": \"Select all that apply\",\n            \"createdDate\": \"Tue May 26 20:00:00 EDT 2020\",\n            \"updatedDate\": \"Tue May 26 20:00:00 EDT 2020\"\n        },\n        {\n            \"id\": \"LsXlP-IyQPE=\",\n            \"orderNo\": 22,\n            \"title\": \"How challenging is your job?\",\n            \"tooltip\": \"None\",\n            \"answers\": [\n                {\n                    \"id\": \"9G8THqs2N24=\",\n                    \"title\": \"Extremely challenging\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"FSry2yk-WWs=\",\n                    \"title\": \"Very challenging\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"8BpeTHtpj4E=\",\n                    \"title\": \"Challenging\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"lGA_z_JtEfg=\",\n                    \"title\": \"Slightly challenging\",\n                    \"displayOrder\": \"0\"\n                },\n                {\n                    \"id\": \"xRt8fANcvXk=\",\n                    \"title\": \"Not at all challenging\",\n                    \"displayOrder\": \"0\"\n                }\n            ],\n            \"gridRows\": [],\n            \"buttonText\": \"<strong>Ok</strong>\",\n            \"keyboardText\": \"or <strong>press ENTER</strong>\",\n            \"requiredMessage\": \"Required!\",\n            \"defaultTextValue\": \"Select all that apply\",\n            \"createdDate\": \"Tue May 26 20:00:00 EDT 2020\",\n            \"updatedDate\": \"Tue May 26 20:00:00 EDT 2020\"\n        }\n    ]\n}"}],"_postman_id":"a5638025-2442-4ad8-8968-c7f852093b6c"},{"name":"Delete question","id":"ca2de190-65c2-455d-a910-d2b293ab6283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://api.qwary.com/surveys/{{surveyId}}/questions/{{questionId}}","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","questions","{{questionId}}"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"6a55432e-7b02-4a38-86b2-ea99cebf8382","name":"Delete question","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"http://api.qwary.com/surveys/{{surveyId}}/questions/{{questionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:37:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"ca2de190-65c2-455d-a910-d2b293ab6283"}],"id":"44ed7e1a-0b4d-412a-8bdc-812f7aeaed6c","description":"<p>The following endpoints let you retrieve and add questions to a default survey page. Add question to a certain survery with POST endpoint including it's surveyId.</p>\n","event":[{"listen":"prerequest","script":{"id":"4342be4f-48fb-4106-becd-cb8cd7897812","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f9b593f7-04f8-4887-b48d-2553e9d023dc","type":"text/javascript","exec":[""]}}],"_postman_id":"44ed7e1a-0b4d-412a-8bdc-812f7aeaed6c"},{"name":"Campaign","item":[{"name":"Email","item":[{"name":"Create an email campaign","event":[{"listen":"test","script":{"id":"da2b1d4b-8370-4ad4-86ca-8347f45b0264","exec":["let jsonData = pm.response.json();","pm.environment.set(\"campaignId\", jsonData.id);"],"type":"text/javascript"}}],"id":"67f3eaa8-2e02-416c-a909-b02647d6089d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Api Email Campaign\",\n    \"type\": \"EMAIL\",\n    \"fromName\": \"John\",\n    \"subject\": \"Time to fill up your survey!\",\n    \"contacts\":[{\n    \t\"email\": \"manoj@qwary.com\",\n    \t\"firstName\": \"manoj\",\n    \t\"lastName\": \"rana\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/campaigns","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","campaigns"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"0154cf48-26f1-470f-8e0e-0a622fd7ce8d","name":"Create an email campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Api Email Campaign\",\n    \"type\": \"EMAIL\",\n    \"fromName\": \"John\",\n    \"subject\": \"Time to fill up your survey!\",\n    \"contacts\":[{\n    \t\"email\": \"manoj@qwary.com\",\n    \t\"firstName\": \"manoj\",\n    \t\"lastName\": \"rana\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7002/surveys/{{surveyId}}/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 May 2020 02:04:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"UdLkbcX86Oc=\",\n    \"title\": \"Api Email Campaign\",\n    \"type\": \"EMAIL\",\n    \"fromEmail\": \"noreply@qwarysurvey.com\",\n    \"fromName\": \"John\",\n    \"subject\": \"Time to fill up your survey!\",\n    \"status\": \"DRAFT\",\n    \"message\": \"<tablestyle=\\\"background:#f9f9f9;padding:25px34px;\\\"border=\\\"0\\\"align=\\\"center\\\"width=\\\"100%\\\"><tr><tdclass=\\\"top_image\\\"style=\\\"text-align:center;padding:0px0px20px0px;\\\"></td></tr><tr><td><tableclass=\\\"email-container\\\"border=\\\"0\\\"align=\\\"center\\\"width=\\\"100%\\\"style=\\\"color:#0e0d1d;background:#fff;font-family:Verdana,Geneva,sans-serif;max-width:635px;padding:15px30px;margin:0pxauto;border-top:2pxsolidrgb(14,13,29);border-right:1pxsolid#ebebeb;border-left:1pxsolid#ebebeb;border-bottom:1pxsolid#ebebeb;\\\"><tbody><tr><tdcolspan=\\\"3\\\"align=\\\"left\\\"valign=\\\"top\\\"style=\\\"font-size:13px\\\"><pclass=\\\"edit-content\\\"style=\\\"margin:10px0px;text-align:left;line-height:20px;\\\">We'reconductingasurveyandyourinputwouldbeappreciated.Clickthebuttonbelowtostartthesurvey.Thankyouforyourparticipation!</p></td></tr><tr><tdcolspan=\\\"5\\\"height=\\\"30\\\">&nbsp;</td></tr><tr><tdcolspan=\\\"3\\\"><tableclass=\\\"button-container\\\"border=\\\"0\\\"cellpadding=\\\"0\\\"cellspacing=\\\"0\\\"align=\\\"center\\\"style=\\\"background:rgb(14,13,29);border-radius:2px;color:rgb(255,255,255);font-size:14px;padding:10px15px;\\\"><tbody><tr><tdalign=\\\"center\\\"valign=\\\"center\\\"><astyle=\\\"color:inherit\\\"style=\\\"text-decoration:none\\\"class=\\\"personal-link\\\"target=\\\"_blank\\\">TakeSurvey</a></td></tr></tbody></table></td></tr><tr><tdcolspan=\\\"5\\\"height=\\\"30\\\">&nbsp;</td></tr><trvalign=\\\"top\\\"id=\\\"branding\\\"><tdvalign=\\\"top\\\"align=\\\"center\\\"colspan=\\\"3\\\"><pstyle=\\\"line-height:20px;margin-right:10px;margin-bottom:10px;margin-top:5px;font-size:10px;text-align:left;\\\">Thisemailhasbeensentfromanauto-notificationsystemthatcannotacceptincomingemail.Pleasedonotforwardthisemail.<aclass=\\\"unsubscribe\\\"style=\\\"text-decoration:none\\\"target=\\\"_blank\\\">Clickheretounsubscribe.</a></p><pstyle=\\\"padding-top:5px;line-height:20px;margin-bottom:10px;margin-right:10px;margin-top:5px;font-size:10px;text-align:left;\\\">\\ufffd2018.<ahref=\\\"https://www.qwary.com\\\">PoweredByqwary.com.</a>AllRightsReserved.</p></td></tr><tr><tdheight=\\\"20\\\"colspan=\\\"5\\\">&nbsp;</td></tr></tbody></table></td></tr></table>\",\n    \"reminderConfigured\": false,\n    \"thankYouConfigured\": false,\n    \"contacts\": [],\n    \"startTime\": \"2020-05-27T19:04:53.000-0400\",\n    \"createdDate\": \"2020-05-27T19:04:53.000-0400\",\n    \"updatedDate\": \"2020-05-27T19:04:53.000-0400\"\n}"},{"id":"e1d8b976-96e1-44a2-9453-16c29c8539b1","name":"Create an email campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Api Email Campaign\",\n    \"type\": \"EMAIL\",\n    \"fromName\": \"John\",\n    \"subject\": \"Time to fill up your survey!\",\n    \"contacts\":[{\n    \t\"email\": \"manoj@qwary.com\",\n    \t\"firstName\": \"manoj\",\n    \t\"lastName\": \"rana\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"http://api.qwary.com/surveys/{{surveyId}}/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:37:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9FZnoeHpHDg=\",\n    \"title\": \"Api Email Campaign\",\n    \"type\": \"EMAIL\",\n    \"fromEmail\": \"noreply@qwarysurvey.com\",\n    \"fromName\": \"John\",\n    \"subject\": \"Time to fill up your survey!\",\n    \"status\": \"DRAFT\",\n    \"message\": \"<tablestyle=\\\"background:#f9f9f9;padding:25px34px;\\\"border=\\\"0\\\"align=\\\"center\\\"width=\\\"100%\\\"><tr><tdclass=\\\"top_image\\\"style=\\\"text-align:center;padding:0px0px20px0px;\\\"></td></tr><tr><td><tableclass=\\\"email-container\\\"border=\\\"0\\\"align=\\\"center\\\"width=\\\"100%\\\"style=\\\"color:#0e0d1d;background:#fff;font-family:Verdana,Geneva,sans-serif;max-width:635px;padding:15px30px;margin:0pxauto;border-top:2pxsolidrgb(14,13,29);border-right:1pxsolid#ebebeb;border-left:1pxsolid#ebebeb;border-bottom:1pxsolid#ebebeb;\\\"><tbody><tr><tdcolspan=\\\"3\\\"align=\\\"left\\\"valign=\\\"top\\\"style=\\\"font-size:13px\\\"><pclass=\\\"edit-content\\\"style=\\\"margin:10px0px;text-align:left;line-height:20px;\\\">We'reconductingasurveyandyourinputwouldbeappreciated.Clickthebuttonbelowtostartthesurvey.Thankyouforyourparticipation!</p></td></tr><tr><tdcolspan=\\\"5\\\"height=\\\"30\\\">&nbsp;</td></tr><tr><tdcolspan=\\\"3\\\"><tableclass=\\\"button-container\\\"border=\\\"0\\\"cellpadding=\\\"0\\\"cellspacing=\\\"0\\\"align=\\\"center\\\"style=\\\"background:rgb(14,13,29);border-radius:2px;color:rgb(255,255,255);font-size:14px;padding:10px15px;\\\"><tbody><tr><tdalign=\\\"center\\\"valign=\\\"center\\\"><astyle=\\\"color:inherit\\\"style=\\\"text-decoration:none\\\"class=\\\"personal-link\\\"target=\\\"_blank\\\">TakeSurvey</a></td></tr></tbody></table></td></tr><tr><tdcolspan=\\\"5\\\"height=\\\"30\\\">&nbsp;</td></tr><trvalign=\\\"top\\\"id=\\\"branding\\\"><tdvalign=\\\"top\\\"align=\\\"center\\\"colspan=\\\"3\\\"><pstyle=\\\"line-height:20px;margin-right:10px;margin-bottom:10px;margin-top:5px;font-size:10px;text-align:left;\\\">Thisemailhasbeensentfromanauto-notificationsystemthatcannotacceptincomingemail.Pleasedonotforwardthisemail.<aclass=\\\"unsubscribe\\\"style=\\\"text-decoration:none\\\"target=\\\"_blank\\\">Clickheretounsubscribe.</a></p><pstyle=\\\"padding-top:5px;line-height:20px;margin-bottom:10px;margin-right:10px;margin-top:5px;font-size:10px;text-align:left;\\\">\\ufffd2018.<ahref=\\\"https://www.qwary.com\\\">PoweredByqwary.com.</a>AllRightsReserved.</p></td></tr><tr><tdheight=\\\"20\\\"colspan=\\\"5\\\">&nbsp;</td></tr></tbody></table></td></tr></table>\",\n    \"reminderConfigured\": false,\n    \"thankYouConfigured\": false,\n    \"contacts\": [],\n    \"startTime\": \"2020-05-28T04:37:05.000+0000\",\n    \"createdDate\": \"2020-05-28T04:37:05.000+0000\",\n    \"updatedDate\": \"2020-05-28T04:37:05.000+0000\"\n}"}],"_postman_id":"67f3eaa8-2e02-416c-a909-b02647d6089d"}],"id":"a35cb2af-8586-44f9-939e-d6b75f6e8583","_postman_id":"a35cb2af-8586-44f9-939e-d6b75f6e8583","description":""},{"name":"SMS","item":[{"name":"Create a messaging campaign","id":"05aae957-614b-47fa-b02b-a5aafa87e947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Api SMS Campaign\",\n    \"type\": \"SMS\",\n    \"message\": \"You are invited to participate in a survey. We value your opinion.\",\n    \"phoneNumber\": \"+18064251640\",\n    \"contacts\": [\n        {\n            \"phoneNumber\": \"+15714329076\",\n            \"firstName\": \"manoj\",\n            \"lastName\": \"rana\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/campaigns","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","campaigns"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"05aae957-614b-47fa-b02b-a5aafa87e947"},{"name":"Replace a messaging campaign","id":"ae52205c-eefb-48a6-8419-41f29f55c8a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"ACTIVE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/campaigns/{{campaignId}}","urlObject":{"protocol":"https","path":["campaigns","{{campaignId}}"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae52205c-eefb-48a6-8419-41f29f55c8a3"}],"id":"3e7bd7ad-7670-465b-be2a-0366ae9da46c","_postman_id":"3e7bd7ad-7670-465b-be2a-0366ae9da46c","description":""},{"name":"Get a campaign details","event":[{"listen":"test","script":{"id":"93e315db-3272-43d4-bed8-df6bfbd0a5b8","exec":[""],"type":"text/javascript"}}],"id":"79857028-9307-48cf-a2b9-0c6b16ee8272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://api.qwary.com/campaigns/{{campaignId}}","urlObject":{"protocol":"https","path":["campaigns","{{campaignId}}"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"f7f9130b-dacd-43bf-9c05-11a0d26fbb3e","name":"Get a campaign details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"http://api.qwary.com/campaigns/{{campaignId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:35:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ytcuDtmnLYM=\",\n    \"title\": \"Api Email Campaign\",\n    \"type\": \"EMAIL\",\n    \"fromEmail\": \"noreply@qwarysurvey.com\",\n    \"fromName\": \"John\",\n    \"subject\": \"Time to fill up your survey!\",\n    \"status\": \"DRAFT\",\n    \"message\": \"<tablestyle=\\\"background:#f9f9f9;padding:25px34px;\\\"border=\\\"0\\\"align=\\\"center\\\"width=\\\"100%\\\"><tr><tdclass=\\\"top_image\\\"style=\\\"text-align:center;padding:0px0px20px0px;\\\"></td></tr><tr><td><tableclass=\\\"email-container\\\"border=\\\"0\\\"align=\\\"center\\\"width=\\\"100%\\\"style=\\\"color:#0e0d1d;background:#fff;font-family:Verdana,Geneva,sans-serif;max-width:635px;padding:15px30px;margin:0pxauto;border-top:2pxsolidrgb(14,13,29);border-right:1pxsolid#ebebeb;border-left:1pxsolid#ebebeb;border-bottom:1pxsolid#ebebeb;\\\"><tbody><tr><tdcolspan=\\\"3\\\"align=\\\"left\\\"valign=\\\"top\\\"style=\\\"font-size:13px\\\"><pclass=\\\"edit-content\\\"style=\\\"margin:10px0px;text-align:left;line-height:20px;\\\">We'reconductingasurveyandyourinputwouldbeappreciated.Clickthebuttonbelowtostartthesurvey.Thankyouforyourparticipation!</p></td></tr><tr><tdcolspan=\\\"5\\\"height=\\\"30\\\">&nbsp;</td></tr><tr><tdcolspan=\\\"3\\\"><tableclass=\\\"button-container\\\"border=\\\"0\\\"cellpadding=\\\"0\\\"cellspacing=\\\"0\\\"align=\\\"center\\\"style=\\\"background:rgb(14,13,29);border-radius:2px;color:rgb(255,255,255);font-size:14px;padding:10px15px;\\\"><tbody><tr><tdalign=\\\"center\\\"valign=\\\"center\\\"><astyle=\\\"color:inherit\\\"style=\\\"text-decoration:none\\\"class=\\\"personal-link\\\"target=\\\"_blank\\\">TakeSurvey</a></td></tr></tbody></table></td></tr><tr><tdcolspan=\\\"5\\\"height=\\\"30\\\">&nbsp;</td></tr><trvalign=\\\"top\\\"id=\\\"branding\\\"><tdvalign=\\\"top\\\"align=\\\"center\\\"colspan=\\\"3\\\"><pstyle=\\\"line-height:20px;margin-right:10px;margin-bottom:10px;margin-top:5px;font-size:10px;text-align:left;\\\">Thisemailhasbeensentfromanauto-notificationsystemthatcannotacceptincomingemail.Pleasedonotforwardthisemail.<aclass=\\\"unsubscribe\\\"style=\\\"text-decoration:none\\\"target=\\\"_blank\\\">Clickheretounsubscribe.</a></p><pstyle=\\\"padding-top:5px;line-height:20px;margin-bottom:10px;margin-right:10px;margin-top:5px;font-size:10px;text-align:left;\\\">\\ufffd2018.<ahref=\\\"https://www.qwary.com\\\">PoweredByqwary.com.</a>AllRightsReserved.</p></td></tr><tr><tdheight=\\\"20\\\"colspan=\\\"5\\\">&nbsp;</td></tr></tbody></table></td></tr></table>\",\n    \"reminderConfigured\": false,\n    \"thankYouConfigured\": false,\n    \"contacts\": [],\n    \"startTime\": \"2020-05-27T19:06:17.000+0000\",\n    \"createdDate\": \"2020-05-27T19:06:17.000+0000\",\n    \"updatedDate\": \"2020-05-27T19:06:17.000+0000\"\n}"}],"_postman_id":"79857028-9307-48cf-a2b9-0c6b16ee8272"},{"name":"Get Survey Campaigns","event":[{"listen":"test","script":{"id":"3b4dade6-31b3-4a9d-8fc4-a678019072bd","exec":[""],"type":"text/javascript"}}],"id":"4d7d8fd9-94d6-48cd-be6a-e65220965b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://api.qwary.com/surveys/{{surveyId}}/campaigns","description":"<p>API to retrieve email/sms survey campaigns</p>\n","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","campaigns"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"f1079f11-3a84-4760-b28c-028af7fb4cf6","name":"Get a campaign details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"http://api.qwary.com/campaigns/{{campaignId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:35:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ytcuDtmnLYM=\",\n    \"title\": \"Api Email Campaign\",\n    \"type\": \"EMAIL\",\n    \"fromEmail\": \"noreply@qwarysurvey.com\",\n    \"fromName\": \"John\",\n    \"subject\": \"Time to fill up your survey!\",\n    \"status\": \"DRAFT\",\n    \"message\": \"<tablestyle=\\\"background:#f9f9f9;padding:25px34px;\\\"border=\\\"0\\\"align=\\\"center\\\"width=\\\"100%\\\"><tr><tdclass=\\\"top_image\\\"style=\\\"text-align:center;padding:0px0px20px0px;\\\"></td></tr><tr><td><tableclass=\\\"email-container\\\"border=\\\"0\\\"align=\\\"center\\\"width=\\\"100%\\\"style=\\\"color:#0e0d1d;background:#fff;font-family:Verdana,Geneva,sans-serif;max-width:635px;padding:15px30px;margin:0pxauto;border-top:2pxsolidrgb(14,13,29);border-right:1pxsolid#ebebeb;border-left:1pxsolid#ebebeb;border-bottom:1pxsolid#ebebeb;\\\"><tbody><tr><tdcolspan=\\\"3\\\"align=\\\"left\\\"valign=\\\"top\\\"style=\\\"font-size:13px\\\"><pclass=\\\"edit-content\\\"style=\\\"margin:10px0px;text-align:left;line-height:20px;\\\">We'reconductingasurveyandyourinputwouldbeappreciated.Clickthebuttonbelowtostartthesurvey.Thankyouforyourparticipation!</p></td></tr><tr><tdcolspan=\\\"5\\\"height=\\\"30\\\">&nbsp;</td></tr><tr><tdcolspan=\\\"3\\\"><tableclass=\\\"button-container\\\"border=\\\"0\\\"cellpadding=\\\"0\\\"cellspacing=\\\"0\\\"align=\\\"center\\\"style=\\\"background:rgb(14,13,29);border-radius:2px;color:rgb(255,255,255);font-size:14px;padding:10px15px;\\\"><tbody><tr><tdalign=\\\"center\\\"valign=\\\"center\\\"><astyle=\\\"color:inherit\\\"style=\\\"text-decoration:none\\\"class=\\\"personal-link\\\"target=\\\"_blank\\\">TakeSurvey</a></td></tr></tbody></table></td></tr><tr><tdcolspan=\\\"5\\\"height=\\\"30\\\">&nbsp;</td></tr><trvalign=\\\"top\\\"id=\\\"branding\\\"><tdvalign=\\\"top\\\"align=\\\"center\\\"colspan=\\\"3\\\"><pstyle=\\\"line-height:20px;margin-right:10px;margin-bottom:10px;margin-top:5px;font-size:10px;text-align:left;\\\">Thisemailhasbeensentfromanauto-notificationsystemthatcannotacceptincomingemail.Pleasedonotforwardthisemail.<aclass=\\\"unsubscribe\\\"style=\\\"text-decoration:none\\\"target=\\\"_blank\\\">Clickheretounsubscribe.</a></p><pstyle=\\\"padding-top:5px;line-height:20px;margin-bottom:10px;margin-right:10px;margin-top:5px;font-size:10px;text-align:left;\\\">\\ufffd2018.<ahref=\\\"https://www.qwary.com\\\">PoweredByqwary.com.</a>AllRightsReserved.</p></td></tr><tr><tdheight=\\\"20\\\"colspan=\\\"5\\\">&nbsp;</td></tr></tbody></table></td></tr></table>\",\n    \"reminderConfigured\": false,\n    \"thankYouConfigured\": false,\n    \"contacts\": [],\n    \"startTime\": \"2020-05-27T19:06:17.000+0000\",\n    \"createdDate\": \"2020-05-27T19:06:17.000+0000\",\n    \"updatedDate\": \"2020-05-27T19:06:17.000+0000\"\n}"},{"id":"d521c2cc-9972-4240-98fc-2728cbaab09d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://api.qwary.com/surveys/{{surveyId}}/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jun 2021 01:35:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALBTG=keRxZQP13lMk53qgCJIAQxhBf9+0FLuBsxiBVF+3Uj26nMu2EliGreGPp5u5KcdGNEkOZFysWNSyq4VyGTK1xEXmAnNPU2/IrKRUBMLa7QQHWAHTeDydAX3AezYMS2hHOAjFprqBaWIJ8rd/silc0SeocBiVkQ8jDTa1JnpaRLD743rUxJI=; Expires=Thu, 24 Jun 2021 01:35:39 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBTGCORS=keRxZQP13lMk53qgCJIAQxhBf9+0FLuBsxiBVF+3Uj26nMu2EliGreGPp5u5KcdGNEkOZFysWNSyq4VyGTK1xEXmAnNPU2/IrKRUBMLa7QQHWAHTeDydAX3AezYMS2hHOAjFprqBaWIJ8rd/silc0SeocBiVkQ8jDTa1JnpaRLD743rUxJI=; Expires=Thu, 24 Jun 2021 01:35:39 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"T2pt1e2-0EI=\",\n        \"title\": \"Email Invitation\",\n        \"type\": \"EMAIL\",\n        \"fromEmail\": \"feedback@qwary.com\",\n        \"fromName\": \"Manoj Rana\",\n        \"subject\": \"We want your feedback\",\n        \"status\": \"ACTIVE\",\n        \"message\": \"\\n<table style=\\\"background:#f9f9f9;\\\" border=\\\"0\\\" align=\\\"center\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n\\t\\t\\n\\t<tbody><tr>\\n\\t\\t<td>\\n\\t\\t <table class=\\\"email-container\\\" border=\\\"0\\\" align=\\\"center\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: initial; color: rgb(14, 13, 29); background: rgb(255, 255, 255); font-family: Roboto, sans-serif; border-width: 3px 1px 1px; border-style: solid; border-color: rgb(14, 13, 29) rgb(235, 235, 235) rgb(235, 235, 235); max-width: 700px; margin: 0px auto;\\\">\\n\\t\\t   <tbody>\\n\\t\\t      <tr class=\\\"header-row\\\">\\n\\t\\t      \\t \\t<td class=\\\"content-wrap header\\\" style=\\\"text-align : center ; padding: 20px 0px 20px 0px; font-size: 27px;line-height: 27px; border-bottom: 1px solid #ebebeb;color: rgb(14, 13, 29)\\\">Setting Test</td>\\n\\t\\t\\t  </tr>\\n\\t\\t      <tr>\\n\\t\\t      \\t<td>\\n\\t\\t      \\t\\t<table style=\\\"padding: 15px 15px; width: 100%;border-collapse: initial;\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"content-table\\\">\\n\\t\\t\\t      \\t\\t<tbody>\\n\\t\\t\\t\\t      \\t\\t<tr>\\n\\t\\t\\t\\t      \\t\\t\\t <td colspan=\\\"3\\\" align=\\\"left\\\" valign=\\\"top\\\" style=\\\"font-size:14px;padding: 10px 0px;\\\" class=\\\"content-wrapper\\\">\\n\\t\\t\\t\\t            \\t\\t<p class=\\\"edit-content content-wrap top-content\\\" style=\\\"text-align:left;line-height: 20px;margin: 0;direction:<ltr\\\">We are conducting a survey and would love to hear your feedback. Please let us know what you think below. Thank you for your participation.</p>\\n\\t\\t\\t\\t\\t         \\t</td>\\n\\t\\t\\t\\t      \\t\\t</tr>\\n\\t\\t\\t\\t      \\t\\t<tr>\\n\\t\\t\\t\\t\\t        \\t <td colspan=\\\"5\\\" height=\\\"15\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t    </tr>\\n\\t\\t\\t\\t\\t\\t    <tr>\\n\\t\\t\\t\\t\\t\\t         <td colspan=\\\"3\\\" class=\\\"survey-link\\\">\\n\\t\\t\\t\\t\\t\\t            <table class=\\\"button-container\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\" style=\\\"margin: 0 auto;border-collapse: initial;background: rgb(14, 13, 29); border-radius: 2px; color:#fff; font-size: 14px; padding: 10px 15px;\\\">\\n\\t\\t\\t\\t\\t\\t               <tbody>\\n\\t\\t\\t\\t\\t\\t                  <tr>\\n\\t\\t\\t\\t\\t\\t                     <td align=\\\"center\\\" valign=\\\"center\\\"><a style=\\\"color:inherit;text-decoration:none\\\" class=\\\"personal-link content-wrap\\\" target=\\\"_blank\\\" href=\\\"[SURVEY_LINK]\\\">Begin Survey</a>\\t\\t\\t\\t\\t\\t\\t                           </td>\\n\\t\\t\\t\\t\\t\\t                  </tr>\\n\\t\\t\\t\\t\\t\\t               </tbody>\\n\\t\\t\\t\\t\\t\\t            </table>\\n\\t\\t\\t\\t\\t\\t         </td>\\n\\t\\t\\t\\t\\t\\t    </tr>\\n\\t\\t\\t\\t\\t\\t    \\n\\t\\t\\t\\t\\t\\t    <tr>\\n\\t\\t\\t\\t\\t\\t         <td height=\\\"20\\\" colspan=\\\"5\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t    </tr>\\n\\t\\t\\t\\t\\t    </tbody>\\n\\t\\t\\t      \\t</table>\\n\\t\\t      \\t</td>\\n\\t\\t      </tr>\\n\\t\\t      <tr>\\n\\t\\t      \\t<td>\\n\\t\\t      \\t\\t<table style=\\\"width: 100%;border-collapse: initial;\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n\\t\\t      \\t\\t\\t<tbody>\\n\\t\\t      \\t\\t\\t\\t<tr>\\n\\t\\t      \\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-top-width:1px;border-top-style:solid;border-top-color:#e3e3e3;height:46px;background-color:#ffffff\\\" bgcolor=\\\"#ffffff\\\" height=\\\"46\\\">\\n\\t\\t\\t      \\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"padding:0 15px;border-collapse: initial;\\\" width=\\\"100%\\\">\\n\\t\\t\\t      \\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t      \\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t      \\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"f1\\\" dir=\\\"ltr\\\" valign=\\\"middle\\\" style=\\\"height:48px;font-size:14px;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;color: #2f373f;width:40%;text-align:left\\\" width=\\\"40%\\\" height=\\\"48\\\"><a class=\\\"unsubscribe\\\" style=\\\"color: #2f373f;direction:ltr\\\" href=\\\"[UNSUBSCRIBE]\\\">Unsubscribe</a>\\n\\t\\t\\t      \\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t      \\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t      \\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t      \\t\\t\\t\\t\\t</table>\\n\\t\\t      \\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t    \\n\\t\\t      \\t\\t\\t</tr></tbody>\\n\\t\\t      \\t\\t</table>\\n\\t\\t      \\t</td>\\n\\t\\t      </tr><tr>\\n\\t\\t   </tr></tbody>\\n\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</tbody></table>\\n\\t\\t\\t\\t\\t\\t            \",\n        \"reminderConfigured\": false,\n        \"thankYouConfigured\": false,\n        \"contacts\": [\n            {\n                \"id\": \"nyQorTdX91Y=\",\n                \"email\": \"manojdrana@gmail.com\",\n                \"firstName\": \"manoj\",\n                \"lastName\": \"rana\"\n            },\n            {\n                \"id\": \"irWi88-kk38=\",\n                \"email\": \"manoj@qwary.com\",\n                \"firstName\": \"manoj\",\n                \"lastName\": \"rana\"\n            }\n        ],\n        \"startTime\": \"2021-06-16T22:06:13.000+0000\",\n        \"createdDate\": \"2021-06-16T22:06:13.000+0000\",\n        \"updatedDate\": \"2021-06-16T22:06:13.000+0000\"\n    }\n]"}],"_postman_id":"4d7d8fd9-94d6-48cd-be6a-e65220965b2b"}],"id":"8d475412-f787-423e-8870-94a8af6b5518","description":"<p>The following endpoints let you create email and messaging campaigns.</p>\n","_postman_id":"8d475412-f787-423e-8870-94a8af6b5518"},{"name":"Responses","item":[{"name":"Create a response","id":"d82c05e5-b18c-45dd-a725-0f5f026ce880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": [\n        {\n            \"ip_address\": \"127.0.0.1\",\n            \"questions\": [\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"hX-uXhDxUUk=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"1\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"_hWSFKsdRc0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"3\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"0ezhmr_Djus=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"5\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"CLK7kiSnkU0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"Service was good.\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\"\n                        }\n                    ]\n                }\n            ]\n        },{\n            \"ip_address\": \"127.0.0.1\",\n            \"questions\": [\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"hX-uXhDxUUk=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"1\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"_hWSFKsdRc0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"3\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"0ezhmr_Djus=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"5\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"CLK7kiSnkU0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"Service was good.\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/responses","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","responses"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"3f1cd8d6-69ce-42b1-b6a9-d23207258959","name":"Create a response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": [\n        {\n            \"ip_address\": \"127.0.0.1\",\n            \"questions\": [\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"hX-uXhDxUUk=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"1\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"_hWSFKsdRc0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"3\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"0ezhmr_Djus=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"5\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"CLK7kiSnkU0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"Service was good.\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\"\n                        }\n                    ]\n                }\n            ]\n        },{\n            \"ip_address\": \"127.0.0.1\",\n            \"questions\": [\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"hX-uXhDxUUk=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"1\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"_hWSFKsdRc0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"3\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"0ezhmr_Djus=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"5\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"CLK7kiSnkU0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"Service was good.\"\n                        }\n                    ]\n                }, {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://api.qwary.com/surveys/{{surveyId}}/responses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:35:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": [\n        {\n            \"code\": 0,\n            \"id\": \"_CP2R5nqLZ4=\",\n            \"type\": \"ANONYMOUS\",\n            \"ip_address\": \"127.0.0.1\",\n            \"questions\": [\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"hX-uXhDxUUk=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"_hWSFKsdRc0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0ezhmr_Djus=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"CLK7kiSnkU0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"Service was good.\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"code\": 0,\n            \"id\": \"3vDYMYmGwFs=\",\n            \"type\": \"ANONYMOUS\",\n            \"ip_address\": \"127.0.0.1\",\n            \"questions\": [\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"hX-uXhDxUUk=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"_hWSFKsdRc0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0ezhmr_Djus=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"CLK7kiSnkU0=\",\n                    \"answers\": [\n                        {\n                            \"text\": \"Service was good.\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"d82c05e5-b18c-45dd-a725-0f5f026ce880"},{"name":"Get Responses","id":"9b831f35-a6ad-4a75-9cb8-626333f47adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://api.qwary.com/surveys/{{surveyId}}/responses","description":"<p>API Returns 10 responses per Page by default. Request more responses by passing page number field.</p>\n","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","responses"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"5b2ef4f4-b67e-442d-86c3-5af43441efda","name":"Get Responses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"http://api.qwary.com/surveys/{{surveyId}}/responses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:34:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": [\n        {\n            \"code\": 0,\n            \"id\": \"eA0A_2P0l8Q=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:26:00 UTC 2020\"\n        },\n        {\n            \"code\": 0,\n            \"id\": \"znd1TeXSpxo=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:26:32 UTC 2020\"\n        },\n        {\n            \"code\": 0,\n            \"id\": \"CBqj7PsyH8Q=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:26:32 UTC 2020\"\n        },\n        {\n            \"code\": 0,\n            \"id\": \"q9lhfM-Hm8w=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:26:55 UTC 2020\"\n        },\n        {\n            \"code\": 0,\n            \"id\": \"n78md0mHG74=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:26:56 UTC 2020\"\n        },\n        {\n            \"code\": 0,\n            \"id\": \"hKbdDMf8llk=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:26:58 UTC 2020\"\n        },\n        {\n            \"code\": 0,\n            \"id\": \"Pd4ISM8xmYg=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:26:58 UTC 2020\"\n        },\n        {\n            \"code\": 0,\n            \"id\": \"zJcgv_HZf5M=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:27:12 UTC 2020\"\n        },\n        {\n            \"code\": 0,\n            \"id\": \"Mlx4LmJXZLQ=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:27:12 UTC 2020\"\n        },\n        {\n            \"code\": 0,\n            \"id\": \"rDV3RmYWUbE=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:27:14 UTC 2020\"\n        }\n    ]\n}"}],"_postman_id":"9b831f35-a6ad-4a75-9cb8-626333f47adb"},{"name":"Get Response By Page","id":"70afc8b1-8690-4a3f-a365-50e8479183d7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://api.qwary.com/surveys/{{surveyId}}/responses?pageNumber=3","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","responses"],"host":["api","qwary","com"],"query":[{"key":"pageNumber","value":"3"}],"variable":[]}},"response":[{"id":"65a6cc2a-175f-4a46-966e-1f26411b0565","name":"Get Response By Page","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":{"raw":"http://api.qwary.com/surveys/{{surveyId}}/responses?pageNumber=3","protocol":"http","host":["api","qwary","com"],"path":["surveys","{{surveyId}}","responses"],"query":[{"key":"pageNumber","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 11:33:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": [\n        {\n            \"code\": 0,\n            \"id\": \"RDN9HttiYnU=\",\n            \"type\": \"ANONYMOUS\",\n            \"questions\": [\n                {\n                    \"id\": \"LsXlP-IyQPE=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"9G8THqs2N24=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"kpuYZ9yRhHw=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"HgxjmYzHwmo=\",\n                            \"text\": \"Extremely challenging\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0t_LKG8dzs8=\",\n                    \"answers\": [\n                        {\n                            \"id\": \"P3Zoh3nYSGM=\",\n                            \"text\": \"25 to 34\"\n                        }\n                    ]\n                }\n            ],\n            \"startTime\": \"Thu May 28 03:32:32 UTC 2020\"\n        }\n    ]\n}"}],"_postman_id":"70afc8b1-8690-4a3f-a365-50e8479183d7"}],"id":"431332b3-0048-4f68-a187-528bf9ddeb1b","description":"<p>The following endpoints let you ingest responses and view responses via API.</p>\n","_postman_id":"431332b3-0048-4f68-a187-528bf9ddeb1b"},{"name":"Contact","item":[{"name":"Send Survey To New Contact","event":[{"listen":"test","script":{"id":"ed92f154-0d58-4fce-8686-542a5366f995","exec":[""],"type":"text/javascript"}}],"id":"6b675c1c-2d9c-46b3-978e-ef59678a1d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\":\"manoj\",\n    \"lastName\": \"rana\",\n    \"email\": \"manoj@qwary.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/campaigns/{{campaignId}}/contacts","description":"<p>API to send new email/text surveys to new contact. Pass new contact information like first name, last name and email to track survey results by contact.</p>\n","urlObject":{"protocol":"https","path":["surveys","{{surveyId}}","campaigns","{{campaignId}}","contacts"],"host":["api","qwary","com"],"query":[],"variable":[]}},"response":[{"id":"af046c81-6dc4-4bdf-9750-067068bca737","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\":\"manoj\",\n    \"lastName\": \"rana\",\n    \"email\": \"manoj@qwary.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.qwary.com/surveys/{{surveyId}}/campaigns/{{campaignId}}/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jun 2021 01:09:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALBTG=hrkBatoThDd5FTftNGA/TZsN/vUge9FZHJwV7wpVeo2RiKTyHGrhZmNbhsGucs6sksYMDgB5cTDtUogPSbIJMosMrEHPek7x7Bn0OTzBLVRjs8uvdO9/BVjLG5gnlVZFJ8TsgjnPoNQFI04SBW/iAQdF2ONJh3c5fdK7Acu2slhD6sXZE54=; Expires=Thu, 24 Jun 2021 01:09:10 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBTGCORS=hrkBatoThDd5FTftNGA/TZsN/vUge9FZHJwV7wpVeo2RiKTyHGrhZmNbhsGucs6sksYMDgB5cTDtUogPSbIJMosMrEHPek7x7Bn0OTzBLVRjs8uvdO9/BVjLG5gnlVZFJ8TsgjnPoNQFI04SBW/iAQdF2ONJh3c5fdK7Acu2slhD6sXZE54=; Expires=Thu, 24 Jun 2021 01:09:10 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"manoj@qwary.com\",\n    \"firstName\": \"manoj\",\n    \"lastName\": \"rana\"\n}"}],"_postman_id":"6b675c1c-2d9c-46b3-978e-ef59678a1d44"}],"id":"6f45fa13-ca76-4ce7-89a6-faab43f2ca9f","_postman_id":"6f45fa13-ca76-4ce7-89a6-faab43f2ca9f","description":""}],"event":[{"listen":"prerequest","script":{"id":"c7403901-8daf-4137-8bf0-346cf5679d51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dbb5a201-2227-4c75-a895-8bd056fd1a07","type":"text/javascript","exec":[""]}}]}