{"info":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","description":"<html><head></head><body><p><strong>The Checkbox API is a REST-based JSON API that utilizes OAuth and JWT. The documentation on this page is organized by API Endpoint and code examples are provided in some of the top programming languages.</strong></p>\n<p>To use our API you will need an active Checkbox 8 Online account OR Checkbox 8 On-Premises installation. The API documentation provided is valid for both On-Premises and Checkbox Online customers.</p>\n<h3>API Endpoints for Checkbox Online</h3>\n\n<p>Checkbox Online customers will use their account name where instructed while server customers can leave the parameter blank. Each different region for Checkbox Online has it's own API URL. Please refer to the table below for your region's URL. The API is only available for Checkbox Online customers with a professional plan or higher. There are no \"hard-limits\" on the amount of API requests you can make, however mis-use of the API can cause the API to be disabled.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Application URL</th>\n<th>Region</th>\n<th>API URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://app.checkbox.com\">https://app.checkbox.com</a></td>\n<td>United States</td>\n<td><a href=\"https://api.checkbox.com/v1\">https://api.checkbox.com/v1</a></td>\n</tr>\n<tr>\n<td><a href=\"https://app.checkbox.ca\">https://app.checkbox.ca</a></td>\n<td>Canada</td>\n<td><a href=\"https://api.checkbox.ca/v1\">https://api.checkbox.ca/v1</a></td>\n</tr>\n<tr>\n<td><a href=\"https://app.ckbxeu.com\">https://app.ckbxeu.com</a></td>\n<td>Europe</td>\n<td><a href=\"https://api.ckbxeu.com/v1\">https://api.ckbxeu.com/v1</a></td>\n</tr>\n<tr>\n<td><a href=\"https://app.checkboxau.com\">https://app.checkboxau.com</a></td>\n<td>Australia</td>\n<td><a href=\"https://api.checkboxau.com/v1\">https://api.checkboxau.com/v1</a></td>\n</tr>\n<tr>\n<td><a href=\"https://app.checkboxuk.com\">https://app.checkboxuk.com</a></td>\n<td>United Kingdom</td>\n<td><a href=\"https://api.checkboxuk.com/v1\">https://api.checkboxuk.com/v1</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>To access the API you will want to use {{API_URL}}/{{Sub_Domain}}/{{Endpoint}}</p>\n<p>It is very important to include the version number in the URL of your requests. Without the version number the request will return an error that your subdomain is invalid.</p>\n<h3>API Endpoints for Checkbox On-Premise/Server/OEM</h3>\n\n<p>On-premise customers have no limits on API usage.</p>\n<p>The correct URL to use is:<br><strong>{{YOUR_API_URL}}/v1/{{ENDPOINT}</strong></p>\n<p>(replace {{YOUR_API_URL}}) with the URL specified for your API site during installation, including http or https)</p>\n<h3>Important Note for Developers</h3>\n\n<p>Both the Checkbox Admin App and the Checkbox Take Survey App utilize these exact API calls. Therefore, if these applications work but your API calls do not, it is likely an issue with your code.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3565672","collectionId":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","publishedId":"RWaHxUgU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-09-11T15:40:45.000Z"},"item":[{"name":"Authentication","item":[{"name":"Authenticate","id":"865f947d-31b0-45ff-83fd-8ec8659b9026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{Username}}","type":"text"},{"key":"password","value":"{{Password}}","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"client_id","value":"ExternalApi","type":"text","uuid":"64509a5b-484b-457b-9463-1098efb9d195"}]},"url":"{{URL}}/{{ACCOUNT_NAME}}/oauth2/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","oauth2","token"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"25d3435a-d6ae-4774-a26d-d3fdfd11b08d","name":"Authenticate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{Username}}","type":"text"},{"key":"password","value":"{{Password}}","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"client_id","value":"ExternalApi","type":"text","uuid":"45d6b5f1-fdb9-4374-95f9-9fcf66a447a2"}]},"url":"{{URL}}/{{ACCOUNT_NAME}}/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"510","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 19:04:35 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/7.5","description":"A name for the server"},{"key":"X-Powered-By","value":"ASP.NET","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 43199,\n    \"user_name\": \"admin\",\n    \"roles\": \"System Administrator\",\n    \"account_name\": \"apiaccount\",\n    \"hosts\": \"localhost\"\n}"}],"_postman_id":"865f947d-31b0-45ff-83fd-8ec8659b9026"}],"id":"2f19d57d-e3ec-4879-8f3d-a82846332877","description":"<p>In order to utilize the API you will need to first retrieve an json web token from the API. This can be done using the {ACCOUNT_NAME}/oauth2/token endpoint passing in your username and password. An example request can be found on the right hand side.</p>\n<p>Once the request has been verified you will receive an authentication token that you will pass in the authentication header in subsequent requests. This token will expire if not used and you may need to request a new one.</p>\n<h2 id=\"enable-api-access-in-your-checkbox-account\">Enable API Access in Your Checkbox Account</h2>\n<p>Before you can use the API, you need to enable external API access in your account:</p>\n<ol>\n<li><p>Log in to your Checkbox account</p>\n</li>\n<li><p>Navigate to <strong>Account settings</strong> → <strong>System preferences</strong> → <strong>Authentication settings</strong></p>\n</li>\n<li><p><strong>Enable the checkbox</strong> for external API access</p>\n</li>\n<li><p>Save your settings</p>\n</li>\n</ol>\n<p>⚠️ <strong>Important:</strong> This step must be completed before attempting API authentication, or your requests will fail.</p>\n","event":[{"listen":"prerequest","script":{"id":"4352b838-eee1-4e28-bf65-188047552bf2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9d4a751c-51bb-46eb-8a0e-6292c0876660","type":"text/javascript","exec":[""]}}],"_postman_id":"2f19d57d-e3ec-4879-8f3d-a82846332877","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Roles","item":[{"name":"Get System Roles","id":"6250a782-a084-49a8-befe-e235d8aa269a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/roles","description":"<p>This endpoint returns all the roles available to users. These roles can then be added to a contact / user to grant them ability to complete different actions in Checkbox. More detailed information on what each role can do can be found in our end user documentation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","roles"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"9fccf960-5938-4ee5-ab5e-6040a1a5791f","name":"Get System Roles","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"139","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 13:53:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\"System Administrator\",\"Contact Administrator\",\"Survey Administrator\",\"Respondent\",\"Report Viewer\",\"Report Administrator\",\"Survey Editor\"]"}],"_postman_id":"6250a782-a084-49a8-befe-e235d8aa269a"}],"id":"a527dec8-1d90-494f-93c2-b4e0aaca1fd0","description":"<p>Roles in Checkbox control what a contact / user has access to do, not what they can access. Assign roles to give users the ability to complete certain actions in Checkbox. To grant them access to content in Checkbox you will need to grant them specific access to that content using the access lists. Access list methods can be found under each individual resources method list. </p>\n","_postman_id":"a527dec8-1d90-494f-93c2-b4e0aaca1fd0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"License Limits","item":[{"name":"Get License Limits","id":"9c39dc81-44f9-46a3-b729-ee4fee8ebe8f","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/licensing/limits","description":"<p>This endpoint can be utilized to retrieve the full list of limits on your account.</p>\n<p>Potential limits are : </p>\n<p>[[Table including potential license limits]]</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","licensing","limits"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a8e1bef7-4b38-4c40-8cc2-a60cfc4df019","name":"Get License Limits","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/licensing/limits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"101","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 09 Aug 2018 18:25:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[{\"limit_type\":\"EmailLimit\",\"status\":\"LimitNotReached\",\"current_value\":\"59877\",\"base_value\":\"60000\"}]"}],"_postman_id":"9c39dc81-44f9-46a3-b729-ee4fee8ebe8f"},{"name":"Get License Limit","id":"1c668363-cc15-4945-adc7-47a068bf8594","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/licensing/limits/{{limitType}}","description":"<p>This endpoint can be utilized to retrieve information about a specific license limit. This can be used to monitor a specific limit like emails so that you do not attempt to send out more email invitations then you have available. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","licensing","limits","{{limitType}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0cd4b8ab-f99d-49d6-91d1-25cef9f7464b","name":"Get License Limit","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/licensing/limits/emaillimit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"99","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 09 Aug 2018 18:26:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"limit_type\":\"EmailLimit\",\"status\":\"LimitNotReached\",\"current_value\":\"59877\",\"base_value\":\"60000\"}"}],"_postman_id":"1c668363-cc15-4945-adc7-47a068bf8594"},{"name":"Get License Details","id":"c840298c-f48b-4d8c-90f4-76d52dd91532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/licensing","description":"<p>This endpoint can be utilized to get licensing details.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","licensing"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4bc19d68-ad27-46b8-a44a-d0099acf2556","name":"Get License Details","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/licensing"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"serial\": \"12345678-9478-4250-89AD-123456789120\",\r\n    \"license_type\": \"Checkbox7\",\r\n    \"licensed_user_limit\": \"50\",\r\n    \"allow_email_invitations\": true,\r\n    \"allow_multilingual_surveys\": true,\r\n    \"allow_native_spss_export\": true,\r\n    \"licensed_users\": [\r\n        {\r\n            \"id\": \"admin\",\r\n            \"external_id\": \"b9a076d4-9bdc-4937-96ff-6cb1afca3370\",\r\n            \"email\": \"admin@1.com\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c840298c-f48b-4d8c-90f4-76d52dd91532"}],"id":"268deb29-7d1c-4529-aebe-1dc8ada0687c","description":"<p>Checkbox Hosted and On Premise accounts are bound to limits based on their license type. This endpoint can be utilized to poll those limits for their current status. </p>\n<p>Potenital limits for Checkbox Hosted and On Premises customers may differ. For instance Checkbox Hosted customers have limits on number of emails they can send while on premises editions have unlimited emails. </p>\n","event":[{"listen":"prerequest","script":{"id":"6a666a1b-6478-4c5f-be3d-2d5ab48a1ea4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e90b1f52-7af5-44d2-8b8f-d47a8af0cf56","type":"text/javascript","exec":[""]}}],"_postman_id":"268deb29-7d1c-4529-aebe-1dc8ada0687c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Contacts","item":[{"name":"Contacts","item":[{"name":"Get Contacts","id":"f115854a-d83b-444d-955c-c9a8fc063e5c","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts?search_text={string}&sort_ascending={bool}&page_size={int}&page_num={int}","description":"<p>This endpoint will return a paged, filtered list of contacts that the authenticated user has access to. System administrators by default have access to all contacts, any lower role will only have access to contacts that are part of groups that they have access to. To grant a user access to all contacts you can grant them access to the \"Contact List\" which is the complete list of contacts in the Checkbox account. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Used for searching by name</p>\n","type":"text/plain"},"key":"search_text","value":"{string}"},{"description":{"content":"<p>Sort list by ascending order, default true</p>\n","type":"text/plain"},"key":"sort_ascending","value":"{bool}"},{"description":{"content":"<p>Number of contacts per page returned</p>\n","type":"text/plain"},"key":"page_size","value":"{int}"},{"description":{"content":"<p>Page number to be returned</p>\n","type":"text/plain"},"key":"page_num","value":"{int}"}],"variable":[]}},"response":[{"id":"adab9009-5664-4948-98a5-d2beb565adc0","name":"Get Contacts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/contacts?search_text={string}&sort_ascending={bool}&page_size={int}&page_num={int}","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","contacts"],"query":[{"key":"search_text","value":"{string}","description":"Used for searching by name"},{"key":"sort_ascending","value":"{bool}","description":"Sort list by ascending order, default true"},{"key":"page_size","value":"{int}","description":"Number of contacts per page returned"},{"key":"page_num","value":"{int}","description":"Page number to be returned"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2451","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 20:10:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_count\": 2,\n    \"items\": [\n        {\n            \"id\": \"user12\",\n            \"email\": \"w@bb.com\",\n            \"status\": \"Active\"\n        },\n        {\n            \"id\": \"user11\",\n            \"email\": \"w@bb.com\",\n            \"status\": \"Active\"\n        }\n    ],\n    \"paging_info\": {\n        \"page_size\": 0,\n        \"page_num\": 1\n    },\n    \"has_next\": false,\n    \"has_previous\": false\n}"}],"_postman_id":"f115854a-d83b-444d-955c-c9a8fc063e5c"},{"name":"Get Contact","id":"3a928146-0d37-4467-940d-74197ec9dfa1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/useradministrator","description":"<p>This endpoint will return the contact data for a single contact specified by its contact ID. This method will only return data for the contact if the authenticated user has access to the contact being requested. </p>\n<p>This will return group memberships, role data, and profile property data for the contact requested. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","useradministrator"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"300f806c-86b1-4b51-8398-c48468d79234","name":"Get Contact","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"529","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 18:25:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{  \r\n   \"id\":\"UserAdministrator\",\r\n   \"email\":\"checkbox@checkbox.com\",\r\n   \"status\":\"Active\",\r\n   \"groups\":[  \r\n      {  \r\n         \"id\":\"1046\",\r\n         \"name\":\"Invitation Test Group\",\r\n         \"description\":\"\",\r\n         \"member_count\":1,\r\n         \"source\":{  \r\n            \"source_id\":\"checkbox-membership-provider\",\r\n            \"source_type\":\"Checkbox\"\r\n         }\r\n      },\r\n      {  \r\n         \"id\":\"1090\",\r\n         \"name\":\"Test group\",\r\n         \"description\":null,\r\n         \"member_count\":2,\r\n         \"source\":{  \r\n            \"source_id\":\"checkbox-membership-provider\",\r\n            \"source_type\":\"Checkbox\"\r\n         }\r\n      }\r\n   ],\r\n   \"roles\":[  \r\n      \"Contact Administrator\"\r\n   ],\r\n   \"profile_properties\":[  \r\n      {  \r\n         \"property_id\":1,\r\n         \"property_name\":\"FirstName\",\r\n         \"value\":null\r\n      },\r\n      {  \r\n         \"property_id\":2,\r\n         \"property_name\":\"LastName\",\r\n         \"value\":null\r\n      },\r\n      {  \r\n         \"property_id\":3,\r\n         \"property_name\":\"ApplicationLanguage\",\r\n         \"value\":null\r\n      },\r\n      {  \r\n         \"property_id\":8,\r\n         \"property_name\":\"SSN\",\r\n         \"value\":null\r\n      },\r\n      {  \r\n         \"property_id\":11,\r\n         \"property_name\":\"PhoneNumber\",\r\n         \"value\":null\r\n      },\r\n      {  \r\n         \"property_id\":17,\r\n         \"property_name\":\"Country\",\r\n         \"value\":null\r\n      }\r\n   ]\r\n}"}],"_postman_id":"3a928146-0d37-4467-940d-74197ec9dfa1"},{"name":"Create Contact","id":"e287dc97-1dea-4574-bbc0-f2d5a0bf0f6d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"id\":\"newuser1\",\r\n   \"email\":\"newuser@email.com\",\r\n   \"password\":\"pa$$w0rd\",\r\n   \"groups\":[  \r\n      \"1004\",\r\n      \"1019\"\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts","description":"<p>This endpoint will create a contact with the id, email, and password specified. It will also add the contact to the specified group IDs.</p>\n<p>The password field is optional. If no password is provided the system will auto generate one.</p>\n<p>Group ID list is optional for users with access to the \"Contact List\". Any user without access to the \"Contact List\" must provide a group ID for a group they have access to or the contact will not be created.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f0e3f34d-b31d-45e5-b3e0-dbdec87987c0","name":"Create Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"id\":\"newuser1\",\r\n   \"email\":\"newuser@email.com\",\r\n   \"password\":\"pa$$w0rd\",\r\n   \"groups\":[  \r\n      \"1004\",\r\n      \"1019\"\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"62","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 19:02:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"newuser\",\"email\":\"newuser@email.com\",\"status\":\"Active\"}"}],"_postman_id":"e287dc97-1dea-4574-bbc0-f2d5a0bf0f6d"},{"name":"Edit Contact","id":"445606e2-e9b4-45ad-90ae-adee327b94ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"id\":\"test22\",\r\n   \"email\":\"newuser2@email.com\",\r\n   \"password\":\"pa$$w0rd\",\r\n   \"status\":\"Active\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}","description":"<p>This endpoint can be utilized to edit a contacts id, email or password. It can also be used to enable or disable the contacts account. </p>\n<p>Contact profile property data can be edited using the edit contact profile data endpoint documented below.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","{{contactId}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f234be96-bac8-4464-9f86-256695e67c1e","name":"Edit Contact","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"id\":\"test22\",\r\n   \"email\":\"newuser2@email.com\",\r\n   \"password\":\"pa$$w0rd\",\r\n   \"status\":\"Active\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"62","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 18:43:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"test22\",\"email\":\"newuser2@email.com\",\"status\":\"Active\"}"}],"_postman_id":"445606e2-e9b4-45ad-90ae-adee327b94ce"},{"name":"Delete Contact","id":"8fcabd6b-8c89-4c92-8b06-2fb199b4959a","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser","description":"<p>This endpoint will alllow you to delete a contact. Please be aware that deleting a contact through the API will not request confirmation and cannot be undone. </p>\n<p>Deleting a contact will hard delete data that cannot be restored. Make sure that the contact you are deleting is the corect contact and that you are sure you want to delete them. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"e119932d-714d-46ae-9e07-5a6cd18f4022","name":"Delete Contact","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Mon, 06 Aug 2018 13:42:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8fcabd6b-8c89-4c92-8b06-2fb199b4959a"},{"name":"Get Opted-Out Surveys","id":"d41cf053-37ca-44f0-a454-a7b968b2ad8c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/opt-out-surveys","description":"<p>This endpoint will retrieve a list of surveys that the contact has opted out of taking. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser","opt-out-surveys"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"af96c115-450b-4f8d-8de6-8d4a15f913e5","name":"Get Opted-Out Surveys","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/johndoe/opt-out-surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"399","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 09 Aug 2018 18:51:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"survey_id\": 1144,\n        \"survey_name\": \"Score Survey\",\n        \"status\": \"BlockedSender\",\n        \"comment\": \"Don't want to take it\"\n    },\n    {\n        \"survey_id\": 1150,\n        \"survey_name\": \"Customer satisfaction survey\",\n        \"status\": \"BlockedSurvey\",\n        \"comment\": \"\"\n    },\n    {\n        \"survey_id\": 1185,\n        \"survey_name\": \"Satisfaction survey Copy 3\",\n        \"status\": \"MarkedAsSpam\",\n        \"comment\": \"Please stop spamming me !\"\n    }\n]"}],"_postman_id":"d41cf053-37ca-44f0-a454-a7b968b2ad8c"}],"id":"a0da05c0-8101-494a-b83a-7fe63de328be","_postman_id":"a0da05c0-8101-494a-b83a-7fe63de328be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Contact Group Memberships","item":[{"name":"Get Group Memberships","id":"5abe880c-0111-4a77-a704-251b30c822d4","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/group-memberships","description":"<p>This endpoint will allow you to retrieve the groups that a contact is a member of. This will return all groups the contact is a member of wether or not you have access to those groups. </p>\n<p>You can only retrieve this data if you have access to the contact. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser","group-memberships"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"da124b3d-f051-4906-bd10-2c3164a87e4a","name":"Get Contact Group Memberships","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}/group-memberships"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"322","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 13:45:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1004\",\n        \"name\": \"My Group 1004\",\n        \"description\": \"My added group 1004\",\n        \"member_count\": 2,\n        \"source\": {\n            \"source_id\": \"checkbox-membership-provider\",\n            \"source_type\": \"Checkbox\"\n        }\n    },\n    {\n        \"id\": \"1019\",\n        \"name\": \"My Group 1019\",\n        \"description\": \"My added group 1019\",\n        \"member_count\": 2,\n        \"source\": {\n            \"source_id\": \"checkbox-membership-provider\",\n            \"source_type\": \"Checkbox\"\n        }\n    }\n]"}],"_postman_id":"5abe880c-0111-4a77-a704-251b30c822d4"},{"name":"Add Contact to Group","id":"5c68ad69-6e24-4b6c-a31d-d765212b90b6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"1019"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/group-memberships","description":"<p>This endpoint will allow you to add a contact to a group. This method will only work if you have access to the contact and the group that you are attempting to add the contact to. </p>\n<p>The group ID should be passed into the body as a string as shown in the example request. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser","group-memberships"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ab1c934d-7774-4c5e-8f97-7e406a449a0f","name":"Add Contact to Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"1019"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}/group-memberships"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Mon, 06 Aug 2018 13:59:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5c68ad69-6e24-4b6c-a31d-d765212b90b6"},{"name":"Remove Contact from Group","id":"b2432739-2799-45ae-8349-dd9ffb8bf18c","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/group-memberships/1019","description":"<p>This endpoint will allow you to remove a contact from a group. In order to do this you will need both permissions over the contact and the group that you are attempting to remove the contact from. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser","group-memberships","1019"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a4e268d3-f6a6-498e-8027-7153057c47c4","name":"Remove Contact from Group","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}/group-memberships/{{groupId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Mon, 06 Aug 2018 14:04:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2432739-2799-45ae-8349-dd9ffb8bf18c"}],"id":"d7a8e504-d42d-4d47-bf96-2e573ca1e2e9","_postman_id":"d7a8e504-d42d-4d47-bf96-2e573ca1e2e9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Contact Roles","item":[{"name":"Get Contact Roles","id":"d3e4e1ca-7a00-48c4-b4eb-5056715d803b","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/roles","description":"<p>This endpoint will retrieve the list of roles that a contact has applied to them. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser","roles"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fdbc0b0f-5202-483a-b207-cf50b9af1c5b","name":"Get Contact Roles","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"30","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 14:09:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\"Respondent\",\"Report Viewer\"]"}],"_postman_id":"d3e4e1ca-7a00-48c4-b4eb-5056715d803b"},{"name":"Add Role to Contact","id":"c3095d0a-7d1a-4138-83a3-3961b2e265e6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"Survey Administrator\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/roles","description":"<p>This endpoint will allow you to add a role to a contact. Roles can only be added one at a time using the role name as a string in the body of the request. </p>\n<p>Only a system administrator can add the system administrator role to a user. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser","roles"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"534ff843-929a-447c-82d4-f40cea246668","name":"Add Role to Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"Survey Administrator\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}/roles"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Mon, 06 Aug 2018 14:12:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3095d0a-7d1a-4138-83a3-3961b2e265e6"},{"name":"Edit Contact Roles","id":"650256fd-f57b-4df5-8fe1-2289147055b4","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\"Respondent\"]"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/roles","description":"<p>This endpoint will allow you to overwrite a contact roles with a new set of roles. This will remove all existing roles from a user and overwrite them with the new list of roles. You should utilize this method to remove roles from a user. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser","roles"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"069bad1f-3e1f-4864-8c88-62c09dc84102","name":"Edit Contact Roles","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\"Respondent\"]"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"14","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 14:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\"Respondent\"]"}],"_postman_id":"650256fd-f57b-4df5-8fe1-2289147055b4"}],"id":"430ed9ad-fdbd-407c-881a-489235460f9f","_postman_id":"430ed9ad-fdbd-407c-881a-489235460f9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Contact Profile Properties","item":[{"name":"Get Contact Profile","id":"7f46aa27-fc36-4ced-8032-0d6cdf8a7611","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/profile-properties","description":"<p>This endpoint can be utilized to pull profile data about the contact. This is only available if you have permissions over the contact. </p>\n<p>Email address is not a profile property and will not be returned by this endpoint. To retrieve the email address of a user please use the Get Contact endpoint below. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser","profile-properties"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"37d7df73-6028-492e-85e2-8de352379bcd","name":"Get Contact Profile","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/profile-properties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"362","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 15:01:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[{\"property_id\":1,\"property_name\":\"FirstName\",\"value\":\"New First Name\"},{\"property_id\":2,\"property_name\":\"LastName\",\"value\":\"\"},{\"property_id\":3,\"property_name\":\"ApplicationLanguage\",\"value\":\"\"},{\"property_id\":8,\"property_name\":\"SSN\",\"value\":\"\"},{\"property_id\":11,\"property_name\":\"PhoneNumber\",\"value\":\"\"},{\"property_id\":17,\"property_name\":\"Country\",\"value\":\"\"}]"},{"id":"5580a856-eff5-4e10-844a-f840665e7d5a","name":"Get Contact Profile","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/{{contactId}}/profile-properties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"423","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 14:23:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property_id\": 1,\n        \"property_name\": \"FirstName\",\n        \"value\": \"Test First Name\"\n    },\n    {\n        \"property_id\": 2,\n        \"property_name\": \"LastName\",\n        \"value\": \"Test Last Name\"\n    },\n    {\n        \"property_id\": 3,\n        \"property_name\": \"ApplicationLanguage\",\n        \"value\": \"en-US\"\n    },\n    {\n        \"property_id\": 8,\n        \"property_name\": \"SSN\",\n        \"value\": \"xxx-xx-xxx\"\n    },\n    {\n        \"property_id\": 11,\n        \"property_name\": \"PhoneNumber\",\n        \"value\": \"555-558-3893\"\n    },\n    {\n        \"property_id\": 17,\n        \"property_name\": \"Country\",\n        \"value\": \"United States\"\n    }\n]"}],"_postman_id":"7f46aa27-fc36-4ced-8032-0d6cdf8a7611"},{"name":"Edit Profile Properties","id":"f6cd5e39-767e-46a2-b929-79c28fe58372","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"property_id\": 1,\n        \"property_name\": \"FirstName\",\n        \"value\": \"New First Name\"\n    },\n    {\n        \"property_id\": 2,\n        \"property_name\": \"LastName\",\n        \"value\": \"New Last Name\"\n    },\n    {\n        \"property_id\": 3,\n        \"property_name\": \"ApplicationLanguage\",\n        \"value\": \"\"\n    },\n    {\n        \"property_id\": 8,\n        \"property_name\": \"SSN\",\n        \"value\": \"\"\n    },\n    {\n        \"property_id\": 11,\n        \"property_name\": \"PhoneNumber\",\n        \"value\": \"\"\n    },\n    {\n        \"property_id\": 17,\n        \"property_name\": \"Country\",\n        \"value\": \"\"\n    }\n]"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/profile-properties","description":"<p>This endpoint can be utilized to edit a profile property value for a contact. To update a profile value you must supply the entire profile with the changes you want to make. It is best to call the get profile property method first, then use that with your changes as the request for the PUT request. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","newuser","profile-properties"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f6d7d57a-5bd9-46b2-9191-b31499f397c9","name":"Edit Profile Properties","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"property_id\": 1,\n        \"property_name\": \"FirstName\",\n        \"value\": \"New First Name\"\n    },\n    {\n        \"property_id\": 2,\n        \"property_name\": \"LastName\",\n        \"value\": \"New Last Name\"\n    },\n    {\n        \"property_id\": 3,\n        \"property_name\": \"ApplicationLanguage\",\n        \"value\": \"\"\n    },\n    {\n        \"property_id\": 8,\n        \"property_name\": \"SSN\",\n        \"value\": \"\"\n    },\n    {\n        \"property_id\": 11,\n        \"property_name\": \"PhoneNumber\",\n        \"value\": \"\"\n    },\n    {\n        \"property_id\": 17,\n        \"property_name\": \"Country\",\n        \"value\": \"\"\n    }\n]"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/newuser/profile-properties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"375","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 15:02:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[{\"property_id\":1,\"property_name\":\"FirstName\",\"value\":\"New First Name\"},{\"property_id\":2,\"property_name\":\"LastName\",\"value\":\"New Last Name\"},{\"property_id\":3,\"property_name\":\"ApplicationLanguage\",\"value\":\"\"},{\"property_id\":8,\"property_name\":\"SSN\",\"value\":\"\"},{\"property_id\":11,\"property_name\":\"PhoneNumber\",\"value\":\"\"},{\"property_id\":17,\"property_name\":\"Country\",\"value\":\"\"}]"}],"_postman_id":"f6cd5e39-767e-46a2-b929-79c28fe58372"}],"id":"e6f8e10d-94b3-4646-81ce-8f9a2748f910","_postman_id":"e6f8e10d-94b3-4646-81ce-8f9a2748f910","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Contact List ACL ","item":[{"name":"Get Contact List ACL","id":"0479eabb-73ec-4745-80d3-eabe35e3e1bf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl","description":"<p>This endpoint will retrive the access control list data for the \"Contact List\". This will only retrieve data if you have access to manage the contact list. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","acl"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"efd53ea9-1b2b-4eaa-a95c-81d70d7de7e6","name":"Get Contact List ACL","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"188","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:16:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"entries\":[{\"id\":2777,\"grantee\":{\"grantee_id\":\"Everyone\",\"grantee_type\":\"PseudoContactGroup\"},\"permissions\":[\"View\",\"Edit\"]}],\"default_access\":{\"permissions\":[\"ManageMembership\",\"View\"]}}"}],"_postman_id":"0479eabb-73ec-4745-80d3-eabe35e3e1bf"},{"name":"Get Contact List ACL Entry","id":"6058b27a-7f81-43bc-bd8d-4bc28a773000","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/entries/2580","description":"<p>This endpoint will pull data on a specific ACL entry. This requires that you know the Entry ID in order to pull the specific entry. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","acl","entries","2580"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f50d4240-86c9-4405-89f9-dae47aea74b0","name":"Get Contact List ACL Entry","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/entries/{{contactId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"121","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 15:37:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":2580,\"grantee\":{\"grantee_id\":\"NewUser1\",\"grantee_type\":\"Contact\"},\"permissions\":[\"View\",\"Edit\",\"ManageMembership\"]}"}],"_postman_id":"6058b27a-7f81-43bc-bd8d-4bc28a773000"},{"name":"Create Contact List ACL Entry","id":"134b04f1-35a5-4d4a-a88d-ef821bdc7d39","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"grantee\":{  \r\n      \"grantee_id\":\"NewUser1\",\r\n      \"grantee_type\":\"Contact\"\r\n   },\r\n   \"permissions\":[  \r\n      \"View\",\r\n      \"Edit\",\r\n      \"ManageMembership\"\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/entries/","description":"<p>This endpoint will let you add entries to the ACL for the \"Contact List\" this is only possible when you have \"Edit\" permission over the access list yourself. </p>\n<p>Acceptable \"Permission\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ManageMembership</td>\n<td>Add and delete contacts</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View contacts in the contact list</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Edit the Access Control List</td>\n</tr>\n</tbody>\n</table>\n</div><p>Acceptable \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Name of a contact group that already exists</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Name of an active directory group (On-Premise Enterprise customers only)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","acl","entries",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2c39585d-94dd-4243-9d3f-55c7225b948b","name":"Create Contact List ACL Entry","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"grantee\":{  \r\n      \"grantee_id\":\"NewUser1\",\r\n      \"grantee_type\":\"Contact\"\r\n   },\r\n   \"permissions\":[  \r\n      \"View\",\r\n      \"Edit\",\r\n      \"ManageMembership\"\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/entries/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"121","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 15:37:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":2580,\"grantee\":{\"grantee_id\":\"NewUser1\",\"grantee_type\":\"Contact\"},\"permissions\":[\"View\",\"Edit\",\"ManageMembership\"]}"}],"_postman_id":"134b04f1-35a5-4d4a-a88d-ef821bdc7d39"},{"name":"Edit Contact List ACL Entry","id":"b5448579-00ff-433d-9170-ef51fc6751fa","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"grantee\":{  \r\n      \"grantee_id\":\"NewUser1\",\r\n      \"grantee_type\":\"Contact\"\r\n   },\r\n   \"permissions\":[  \r\n      \"View\",\r\n      \"ManageMembership\"\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/entries/2580","description":"<p>This endpoint will allow you to edit an existing ACL entry. You can edit the ACL entry by submitting new data to it. The existing ACL entry will be overwritten with the new data passed into this request. </p>\n<p>Acceptable \"Permission\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ManageMembership</td>\n<td>Add and delete contacts</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View contacts in the contact list</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Edit the Access Control List</td>\n</tr>\n</tbody>\n</table>\n</div><p>Acceptable \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Name of a contact group that already exists</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Name of an active directory group (On-Premise Enterprise customers only)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","acl","entries","2580"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a713261a-b1ab-425d-8c9e-1d936ddac118","name":"Edit Contact List ACL Entry","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"grantee\":{  \r\n      \"grantee_id\":\"NewUser1\",\r\n      \"grantee_type\":\"Contact\"\r\n   },\r\n   \"permissions\":[  \r\n      \"View\",\r\n      \"ManageMembership\"\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/entries/{{contactId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"114","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 15:43:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":2580,\"grantee\":{\"grantee_id\":\"NewUser1\",\"grantee_type\":\"Contact\"},\"permissions\":[\"View\",\"ManageMembership\"]}"}],"_postman_id":"b5448579-00ff-433d-9170-ef51fc6751fa"},{"name":"Delete Contact List ACL Entry","id":"771a4d56-a57e-4653-b3db-e3e17fb5ac0b","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/entries/2580","description":"<p>This endpoint will allow you to delete an existing ACL entry. This will only work if the ACL entry ID is an entry in the contact list, and if you have \"Edit\" permissions over the contact list. </p>\n<p>This action will not prompt a confirmation and cannot be undone. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","acl","entries","2580"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"33aec92a-0537-46b1-ba06-d4b7029b4b6b","name":"Delete Contact List ACL Entry","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/entries/{{contactId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Tue, 07 Aug 2018 15:46:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"771a4d56-a57e-4653-b3db-e3e17fb5ac0b"},{"name":"Get Default Access Policy","id":"b713c9fd-3159-4f0e-bd24-c14320abcb02","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/default-access","description":"<p>This endpoint will return the current default access policy for the contact list. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","acl","default-access"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2f53f2fe-3776-46fb-938e-78dcafd08b3e","name":"Get Default Access Policy","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/default-access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:15:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"permissions\":[\"ManageMembership\",\"View\"]}"}],"_postman_id":"b713c9fd-3159-4f0e-bd24-c14320abcb02"},{"name":"Edit Default Access Policy","id":"708a783a-10ec-4ad6-90e6-36ba828beef1","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"permissions\": [\n        \"ManageMembership\",\n        \"View\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/default-access","description":"<p>This endpoint will allow you to edit / update the default access policy for the contact list. This method will override the existing permissions and apply the new ones sent into the request. </p>\n<p>Acceptable \"Permission\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ManageMembership</td>\n<td>Add and delete contacts</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View contacts in the contact list</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Edit the Access Control List</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","acl","default-access"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"abce043c-c0d3-4e37-8d09-af3ac8b10782","name":"Edit Default Access Policy","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"permissions\": [\n        \"ManageMembership\",\n        \"View\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/acl/default-access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:15:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"permissions\":[\"ManageMembership\",\"View\"]}"}],"_postman_id":"708a783a-10ec-4ad6-90e6-36ba828beef1"}],"id":"5fb9c7f7-4aed-4cf7-9248-dbf6acbace7f","description":"<p>The \"Contact List\" in Checkbox is the general list of all Contacts. This ACL is utilized to give a user access to the entire contact list regardless of the groups that they are in. You should only grant access to this list if the user requires access to all users not just those in the groups they have access to. </p>\n<p>It is helpful to think of the \"Contact List ACL\" as a super group that all contacts are a part of. </p>\n<p>Managing ACLs through the API is a very advanced procedure and should only be done by someone with knowledge of how permissions work using the interface of Checkbox. This should not be done by someone without intricate knowledge of permissions and security in Checkbox. </p>\n","event":[{"listen":"prerequest","script":{"id":"f4f937e9-490e-4ec3-85c3-9c2cd46db674","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b602b24a-87a1-4cfb-b1fd-9b17cdc25cbc","type":"text/javascript","exec":[""]}}],"_postman_id":"5fb9c7f7-4aed-4cf7-9248-dbf6acbace7f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Favorite Surveys","item":[{"name":"Get Favorite Surveys","id":"25f31f0d-a268-43ba-9952-c17a3871b3ab","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/me/favorite-surveys","description":"<p>This endpoint will allow you to retrieve a list of the currently authenticated users favorite surveys with meta data for that survey. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","me","favorite-surveys"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1efabc17-c518-48f7-a6e7-81a603c22cff","name":"Get Favorite Surveys","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/me/favorite-surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"4565","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 15:58:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1001,\n        \"survey_folder_id\": null,\n        \"name\": \"Customer Satisfaction Survey\",\n        \"description\": null,\n        \"status\": \"Archived\",\n        \"allow_edit_while_active\": true,\n        \"custom_url\": null,\n        \"firebase_url\": null,\n        \"activation_start_date\": null,\n        \"activation_end_date\": null,\n        \"total_response_limit\": null,\n        \"per_respondent_response_limit\": null,\n        \"is_scored\": false,\n        \"is_anonymized\": true,\n        \"google_analytics_tracking_id\": null,\n        \"security_type\": \"Public\",\n        \"survey_password\": \"\"\n    },\n    {\n        \"id\": 1003,\n        \"survey_folder_id\": null,\n        \"name\": \"CB-25\",\n        \"description\": null,\n        \"status\": \"Archived\",\n        \"allow_edit_while_active\": true,\n        \"custom_url\": null,\n        \"firebase_url\": null,\n        \"activation_start_date\": null,\n        \"activation_end_date\": null,\n        \"total_response_limit\": null,\n        \"per_respondent_response_limit\": null,\n        \"is_scored\": false,\n        \"is_anonymized\": false,\n        \"google_analytics_tracking_id\": null,\n        \"security_type\": \"Public\",\n        \"survey_password\": \"\"\n    }\n]"}],"_postman_id":"25f31f0d-a268-43ba-9952-c17a3871b3ab"},{"name":"Add Favorite Survey","id":"05fac27d-35b3-4a20-9618-ed4f68444353","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"1001"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/me/favorite-surveys","description":"<p>This endpoint will allow you to add a new favorite survey. This will only work if you have a permission higher then \"Take Survey\" for the existing survey. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","me","favorite-surveys"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"932da093-9bbb-4b51-a57f-3241258f17d2","name":"Add Favorite Survey","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"1001"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/me/favorite-surveys"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Tue, 07 Aug 2018 16:01:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05fac27d-35b3-4a20-9618-ed4f68444353"},{"name":"Remove Favorite Survey","id":"23a61e0b-477b-4907-92f5-02c049d14214","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/me/favorite-surveys/{{surveyId}}","description":"<p>This endpoint will allow you to remove a survey from your favorite survey list.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contacts","me","favorite-surveys","{{surveyId}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d22df83b-f8f5-49ed-a59a-31b34b1c073d","name":"Remove Favorite Survey","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/{{ACCOUNT_NAME}}/contacts/me/favorite-surveys/{{surveyId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Tue, 07 Aug 2018 16:02:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"23a61e0b-477b-4907-92f5-02c049d14214"}],"id":"51ce791b-66cf-4b17-8c4e-8b6373ee6433","description":"<p>This endpoint will allow you to retrieve a list of the currently authenticated contacts favorite surveys and manage those favorites. You can only add a survey as a favorite if the currently authenticated user has access beyond \"Take Survey\" for that survey. </p>\n","_postman_id":"51ce791b-66cf-4b17-8c4e-8b6373ee6433","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}}],"id":"f159eb64-e226-48d7-a3e0-ade2f2d21d32","description":"<p>Contacts in Checkbox 7 take the place of \"Users\" in Checkbox 6. Contacts are both administrative users and survey respondents.</p>\n<p>You can utilize this endpoint to retrieve contact data, edit and manage contacts as well as delete contacts.</p>\n","event":[{"listen":"prerequest","script":{"id":"0c925cbb-6c5f-412c-b2be-5d06aa977195","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f8bab12a-810c-4ae2-861b-6dab20aaba3e","type":"text/javascript","exec":[""]}}],"_postman_id":"f159eb64-e226-48d7-a3e0-ade2f2d21d32","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Contact Groups","item":[{"name":"Contact Groups","item":[{"name":"Get Groups","id":"7904a938-5f7b-434a-a35e-3d077f9ad810","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups?search_text={string}&sort_ascending={bool}&page_size={int}&page_num={int}","description":"<p>This endpoint will retrieve a list of contact groups that you have access to. The response will be a paged list which you can filter based on the group name. The \"id\" value will be utilized in other Contact Group methods. </p>\n<p>*Checkbox Hosted customers should ignore the \"source\" values in the response. These pretain to active directory integration which is only available with the on-premise edition. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Used for searching by name</p>\n","type":"text/plain"},"key":"search_text","value":"{string}"},{"description":{"content":"<p>Sort list by ascending order, default tru</p>\n","type":"text/plain"},"key":"sort_ascending","value":"{bool}"},{"description":{"content":"<p>Number of groups per page returned</p>\n","type":"text/plain"},"key":"page_size","value":"{int}"},{"description":{"content":"<p>Page number to be returned</p>\n","type":"text/plain"},"key":"page_num","value":"{int}"}],"variable":[]}},"response":[{"id":"42d603f6-1857-4725-815d-3cbe5d610635","name":"Get Contact Groups","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups?search_text={{string}}&sort_ascending={{bool}}&page_size={{int}}&page_num={{int}}","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","contact-groups"],"query":[{"key":"search_text","value":"{{string}}"},{"key":"sort_ascending","value":"{{bool}}"},{"key":"page_size","value":"{{int}}"},{"key":"page_num","value":"{{int}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"264","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 18:34:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"total_count\":1,\"items\":[{\"can_edit\":true,\"id\":\"1021\",\"name\":\"wd1\",\"description\":\"\",\"member_count\":0,\"source\":{\"source_id\":\"checkbox-membership-provider\",\"source_type\":\"Checkbox\"}}],\"paging_info\":{\"page_size\":3,\"page_num\":1},\"has_next\":false,\"has_previous\":false}"}],"_postman_id":"7904a938-5f7b-434a-a35e-3d077f9ad810"},{"name":"Get Group","id":"86d38409-71cb-4f3e-8f05-a4a1282d6714","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1021","description":"<p>This endpoint will return meta data for a single group specified. This will only return data if you have access to the contact group being requested. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1021"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fbabdf06-2d2b-458c-8775-015fc5685843","name":"Get Contact Group","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"139","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 18:38:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"1021\",\"name\":\"wd1\",\"description\":\"\",\"member_count\":0,\"source\":{\"source_id\":\"checkbox-membership-provider\",\"source_type\":\"Checkbox\"}}"}],"_postman_id":"86d38409-71cb-4f3e-8f05-a4a1282d6714"},{"name":"Create Group","id":"0271ffd6-6287-412a-944d-961e5f15da76","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"name\":\"New Contact Group\",\r\n   \"description\":\"Contact group for API docs\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups","description":"<p>This endpoint will allow you to create a group for contacts. You can then add members to the group using the POST method below. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6f565312-c3b6-4ae2-a122-52724623d317","name":"Create Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"name\":\"New Contact Group\",\r\n   \"description\":\"Contact group for API docs\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"179","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 18:43:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"1022\",\"name\":\"New Contact Group\",\"description\":\"Contact group for API docs\",\"member_count\":0,\"source\":{\"source_id\":\"checkbox-membership-provider\",\"source_type\":\"Checkbox\"}}"}],"_postman_id":"0271ffd6-6287-412a-944d-961e5f15da76"},{"name":"Edit Group","id":"a1f80c41-3a0c-4280-97f0-c226e3ae12b8","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"name\":\"Very new Contact Group\",\r\n   \"description\":\"Contact group for API docs\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1004","description":"<p>This endpoint can be utilized to edit a contact groups name and or description. It cannot be utilized to add / remove members from a group. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1004"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ee5982cd-e9f1-44ba-ac8b-3ab7d2169d53","name":"Edit Group","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"name\":\"Very new Contact Group\",\r\n   \"description\":\"Contact group for API docs\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 18:48:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"1004\",\"name\":\"Very new Contact Group\",\"description\":\"Contact group for API docs\",\"member_count\":3,\"source\":{\"source_id\":\"checkbox-membership-provider\",\"source_type\":\"Checkbox\"}}"}],"_postman_id":"a1f80c41-3a0c-4280-97f0-c226e3ae12b8"},{"name":"Delete Group","id":"ad40d188-92ec-452a-8d0d-6bf9337c501b","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1026","description":"<p>[[This method is currently broken and needs to be fixed]]</p>\n<p>This endpoint will allow you to delete a group from Checkbox. </p>\n<ul>\n<li>Removing a group could alter permission for all contacts in the group. This action will not request a confirmation and cannot be undone.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1026"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad40d188-92ec-452a-8d0d-6bf9337c501b"},{"name":"Get Group Members","id":"f833bdf9-3e4f-48b1-9b68-129c47861939","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1004/members","description":"<p>This endpoint will return the contact information for the members of the group specified. This method will only work if you have access to the group. </p>\n<p>Data returned is contact meta data, no profile or response information will be returned from this method. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1004","members"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"97f033e2-dc54-46ff-8d52-ec8ad53ac0fc","name":"Get Group Members","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"202","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 18:40:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"newuser1\",\n        \"email\": \"newuser@email.com\",\n        \"status\": \"Active\"\n    },\n    {\n        \"id\": \"newuser\",\n        \"email\": \"newuser@email.com\",\n        \"status\": \"Active\"\n    },\n    {\n        \"id\": \"SurveyAdmin\",\n        \"email\": \"survey_admin@gmail.com\",\n        \"status\": \"Active\"\n    }\n]"}],"_postman_id":"f833bdf9-3e4f-48b1-9b68-129c47861939"},{"name":"Add Contact to Group","id":"4adc85ce-4024-49a9-a06d-e6c5a2002142","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"newuser1\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1004/members","description":"<p>This endpoint can be utilized to add a contact to a group. There is currently no way to bulk add contacts to a group but you can call this method in a loop with your contact list for quickly added new contacts to groups. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1004","members"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"65a3cc6f-f01f-4ae2-ac58-edcd65829aa0","name":"Add Contact to Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"newuser1\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}/members"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Tue, 07 Aug 2018 18:46:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4adc85ce-4024-49a9-a06d-e6c5a2002142"},{"name":"Remove Contact From Group","id":"2eb42104-d5fc-4b6b-b33d-515ef51601fc","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1026/members/UserAdministrator","description":"<p>This endpoint will allow you to remove a contact from a group. This will not work for Active Directory user groups. </p>\n<ul>\n<li>Removing a contact from a group could alter their permissions over other objects.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1026","members","UserAdministrator"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d7af2521-0c64-4bf0-8530-59021fd619f2","name":"Remove Contact From Group","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}/members/{{contactId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Thu, 09 Aug 2018 16:37:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2eb42104-d5fc-4b6b-b33d-515ef51601fc"}],"id":"becf2384-121f-4409-80fb-5e11aef87504","_postman_id":"becf2384-121f-4409-80fb-5e11aef87504","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Contact Groups ACL ","item":[{"name":"Get Group ACL","id":"0e5554c0-1db4-4221-ac6f-4b2888e68bf0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1021/acl","description":"<p>This endpoint will retrieve the access list entries for a specific group. </p>\n<p>Possible \"Permission\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ManageMembership</td>\n<td>Add and delete contacts</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View contacts in the contact list</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Edit the Access Control List</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1021","acl"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1b4b9370-baba-4250-a16e-29c85e6d35ab","name":"Get Group ACL","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}/acl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"367","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:19:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"id\": 2596,\n            \"grantee\": {\n                \"grantee_id\": \"1008\",\n                \"grantee_type\": \"ContactGroup\"\n            },\n            \"permissions\": [\n                \"Edit\",\n                \"View\"\n            ]\n        },\n        {\n            \"id\": 2644,\n            \"grantee\": {\n                \"grantee_id\": \"Everyone\",\n                \"grantee_type\": \"PseudoContactGroup\"\n            },\n            \"permissions\": [\n                \"Edit\",\n                \"View\"\n            ]\n        },\n        {\n            \"id\": 2658,\n            \"grantee\": {\n                \"grantee_id\": \"UserAdministrator\",\n                \"grantee_type\": \"Contact\"\n            },\n            \"permissions\": []\n        }\n    ],\n    \"default_access\": {\n        \"permissions\": [\n            \"Edit\",\n            \"View\"\n        ]\n    }\n}"}],"_postman_id":"0e5554c0-1db4-4221-ac6f-4b2888e68bf0"},{"name":"Get Group ACL Entry","id":"b0dd0d9c-99d2-4fcb-93e3-aecc79b6fba4","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1021/acl/entries/2571","description":"<p>This endpoint will return data for a single ACL entry for the group. Both the groupId and the entryId are required for this to return valid data. </p>\n<p>Possible \"Permission\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ManageMembership</td>\n<td>Add and delete contacts</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View contacts in the contact list</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Edit the Access Control List</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1021","acl","entries","2571"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"eec2205d-f1f5-474a-bd16-30904c81c13d","name":"Get Group ACL Entry","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}/acl/entries/{{entryId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"130","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 09 Aug 2018 15:48:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":2571,\"grantee\":{\"grantee_id\":\"UserAdministrator\",\"grantee_type\":\"Contact\"},\"permissions\":[\"Edit\",\"View\",\"ManageMembership\"]}"}],"_postman_id":"b0dd0d9c-99d2-4fcb-93e3-aecc79b6fba4"},{"name":"Add Group ACL Entry","id":"4af15a4b-a715-4b56-8bc8-e853bdd1b193","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grantee\": {\n        \"grantee_id\": \"UserAdministrator\",\n        \"grantee_type\": \"Contact\"\n    },\n    \"permissions\": [\n        \"Edit\",\n        \"View\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1021/acl/entries","description":"<p>This endpoint will allow you to add an ACL entry to a contact group. This will only grant access if the user is in a role capable of the permission applied. </p>\n<p>Possible \"Permission\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ManageMembership</td>\n<td>Add and delete contacts</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View contacts in the contact list</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Edit the Access Control List</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1021","acl","entries"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"01d95d77-fc49-4d47-a73d-9db5ba7b0809","name":"Add Group ACL Entry","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grantee\": {\n        \"grantee_id\": \"UserAdministrator\",\n        \"grantee_type\": \"Contact\"\n    },\n    \"permissions\": [\n        \"Edit\",\n        \"View\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}/acl/entries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"130","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 09 Aug 2018 15:58:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":2598,\"grantee\":{\"grantee_id\":\"UserAdministrator\",\"grantee_type\":\"Contact\"},\"permissions\":[\"Edit\",\"ManageMembership\",\"View\"]}"}],"_postman_id":"4af15a4b-a715-4b56-8bc8-e853bdd1b193"},{"name":"Edit Group ACL Entry","id":"da440ff9-df10-4b12-a5f1-ed98d4bc698b","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"grantee\":{  \r\n      \"grantee_id\":\"1008\",\r\n      \"grantee_type\":\"ContactGroup\"\r\n   },\r\n   \"permissions\":[  \r\n      \"View\"\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1021/acl/entries/2596","description":"<p>This endpoint will allow you to edit the ACL entry for a group. This will overwrite the existing ACL entry with the new permissions supplied in the request. </p>\n<p>Possible \"Permission\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ManageMembership</td>\n<td>Add and delete contacts Granting ManageMembership access will also grant access to \"View\"</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View contacts in the contact list</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Edit the Access Control List. Granting edit access will also grant access to \"View\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1021","acl","entries","2596"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2dd00597-1973-44b0-80e1-350daadd20bb","name":"Edit Group ACL Entry","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"grantee\":{  \r\n      \"grantee_id\":\"1008\",\r\n      \"grantee_type\":\"ContactGroup\"\r\n   },\r\n   \"permissions\":[  \r\n      \"View\"\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1021/acl/entries/2596"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"96","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 09 Aug 2018 16:13:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":2596,\"grantee\":{\"grantee_id\":\"1008\",\"grantee_type\":\"ContactGroup\"},\"permissions\":[\"View\"]}"}],"_postman_id":"da440ff9-df10-4b12-a5f1-ed98d4bc698b"},{"name":"Delete Group ACL Entry","id":"1d81523b-d81b-4d29-8dea-a7d909245a69","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1021/acl/entries/2571","description":"<p>This endpoint will allow you delete an ACL entry for a group. This will only work if the entry exists for the group and you have \"Edit\" access for the group. </p>\n<ul>\n<li>Deleting an ACL entry will not prompt for a verification and cannot be undone.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1021","acl","entries","2571"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1e37a1e1-18ad-4984-9337-3436a13c0471","name":"Delete Group ACL Entry","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}/acl/entries/{{entryId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Thu, 09 Aug 2018 15:58:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d81523b-d81b-4d29-8dea-a7d909245a69"},{"name":"Get Group Default Access Policy","id":"e4e5e665-3aa4-4762-bcc9-ab16f3e2694b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1021/acl/default-access","description":"<p>This endpoint will return the current default access policy for the contact group requested. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1021","acl","default-access"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"385d0220-f012-4fa1-b8a7-9cc4d7edb2f7","name":"Get Group Default Access Policy","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}/acl/default-access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:21:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"permissions\":[\"Edit\",\"View\"]}"}],"_postman_id":"e4e5e665-3aa4-4762-bcc9-ab16f3e2694b"},{"name":"Edit Group Default Access Policy","id":"fd1c8fb1-e1da-457d-9192-0a35faeb370e","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"permissions\": [\n        \"Edit\",\n        \"ManageMembership\",\n        \"View\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/1021/acl/default-access","description":"<p>Possible \"Permission\" values for this method are : \nThis endpoint will allow you to edit / update the default access policy for the group specified in the request. This method will override the existing permissions and apply the new ones sent into the request.</p>\n<p>Acceptable \"Permission\" values for this method are :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ManageMembership</td>\n<td>Add and delete contacts Granting ManageMembership access will also grant access to \"View\"</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View contacts in the contact list</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Edit the Access Control List. Granting edit access will also grant access to \"View\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","contact-groups","1021","acl","default-access"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fe269bd4-31a4-4a0a-a63f-604a94a8602c","name":"Edit Group Default Access Policy","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"permissions\": [\n        \"Edit\",\n        \"ManageMembership\",\n        \"View\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/contact-groups/{{groupId}}/acl/default-access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:21:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"permissions\":[\"Edit\",\"View\",\"ManageMembership\"]}"}],"_postman_id":"fd1c8fb1-e1da-457d-9192-0a35faeb370e"}],"id":"b4a7d979-75a5-4c42-96d5-162a8f2d23c9","description":"<p>This group of methods will allow the management of the security policies (ACL) of groups. You need \"Edit\" permission over the group for the ACL methods to return data or be a system administrator. </p>\n","event":[{"listen":"prerequest","script":{"id":"c1154645-c0c3-4958-acbc-d20c4577a3c5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65f96894-cd24-4468-9b5c-0476e70c1021","type":"text/javascript","exec":[""]}}],"_postman_id":"b4a7d979-75a5-4c42-96d5-162a8f2d23c9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}}],"id":"c837118a-3ff6-4b7d-baec-32e54deb6c71","description":"<p>Contacts in Checkbox 7 take the place of \"Users\" in Checkbox 6. Contacts are both administrative users and survey respondents.</p>\n<p>You can utilize these endpoints to retrieve data on and manage your contact groups including who has access to manage and update those groups. </p>\n","event":[{"listen":"prerequest","script":{"id":"0faba1ad-338c-4329-a8ba-30160e80aa27","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b619737-d74b-4264-9e08-614b9afb8c87","type":"text/javascript","exec":[""]}}],"_postman_id":"c837118a-3ff6-4b7d-baec-32e54deb6c71","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey Folders","item":[{"name":"Survey Folders","item":[{"name":"Get Survey Folders","id":"3a7efe5e-d874-47ff-912c-529840c81be0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders","description":"<p>This endpoint can be utilized to return a list of survey folders that the authenticated user has access to. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8024f6b3-9e8d-469a-a6b2-72509a88cab8","name":"Get Survey Folders","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"419","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 16:10:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1069,\n        \"name\": \"Test Folder 1\",\n        \"description\": null\n    },\n    {\n        \"id\": 1309,\n        \"name\": \"Test Folder 2\",\n        \"description\": null\n    }\n]"}],"_postman_id":"3a7efe5e-d874-47ff-912c-529840c81be0"},{"name":"Get Survey Folder","id":"c037578d-7fa6-4cf2-ba50-24fc45e13ec6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1069","description":"<p>This endpoint can be utilized to pull the data for a specific folder based on its id. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1069"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f1e9cb11-b90f-4eb4-880c-c653574b9300","name":"Get Survey Folder","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 16:15:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1069,\n    \"name\": \"Test Folder 1\",\n    \"description\": \"\"\n}"}],"_postman_id":"c037578d-7fa6-4cf2-ba50-24fc45e13ec6"},{"name":"Create Survey Folder","id":"aaf345ee-6a7e-40fa-91e2-69e4aad0335a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"name\":\"Test Folder 4\",\r\n   \"description\":\"Folder for all test surveys.\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders","description":"<p>This endpoint can be utilized to create a survey folder which can be utilized to help organize your surveys. </p>\n<p>The description field is optional but the name field is required. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"524da0c8-d2c3-4867-8ac1-a055a2bbdf56","name":"Create Survey Folder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \r\n   \"name\":\"Test Folder 4\",\r\n   \"description\":\"Folder for all test surveys.\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"79","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 16:53:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":1347,\"name\":\"Test Folder 4\",\"description\":\"Folder for all test surveys.\"}"}],"_postman_id":"aaf345ee-6a7e-40fa-91e2-69e4aad0335a"},{"name":"Edit Survey Folder","id":"0830f983-baf2-4644-9fc8-f7cbe2f6153b","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\r\n    \"name\": \"Updated Test Folder\",\r\n    \"description\": \"Updated test folder description\"\r\n}\r\n"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1347","description":"<p>This endpoint can be utilized to edit an existing survey folders name and or description. This cannot be utilized to edit the content of the folder such as surveys in the folder. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1347"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"60bd13f7-778c-4213-8c18-168276c64207","name":"Edit Survey Folder","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\r\n    \"name\": \"Updated Test Folder\",\r\n    \"description\": \"Updated test folder description\"\r\n}\r\n"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"88","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 16:56:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":1347,\"name\":\"Updated Test Folder\",\"description\":\"Updated test folder description\"}"}],"_postman_id":"0830f983-baf2-4644-9fc8-f7cbe2f6153b"},{"name":"Delete Survey Folder","id":"2522b627-f439-4d84-b49b-aa09660c2142","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1347","description":"<p>This endpoint can be utilized to delete a survey folder. Any surveys currently in this folder will be moved to the root. This can cause a security risk if you delete a folder prior to moving our existing surveys. </p>\n<p>This method will not request confirmation and cannot be undone. This method will return a status code of 200 OK and will not return any data in the response. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1347"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c7449e9a-0124-4c99-9966-41425f9970c6","name":"Delete Survey Folder","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Tue, 11 Sep 2018 16:58:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2522b627-f439-4d84-b49b-aa09660c2142"},{"name":"Get Surveys in Survey Folder","id":"943ad7e7-0e78-4f88-9bc1-e1a519b1664c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1069/surveys?is_favorite={bool}&search_text={string}&page_size={int}&page_num={int}","description":"<p>This endpoint can be utilized to retrieve data on the surveys currently in a folder. This will return survey meta data not any data related to items or responses. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1069","surveys"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Will return all surveys or only surveys marked favorite.</p>\n","type":"text/plain"},"key":"is_favorite","value":"{bool}"},{"description":{"content":"<p>Used for searching by name</p>\n","type":"text/plain"},"key":"search_text","value":"{string}"},{"description":{"content":"<p>Number of surveys per page returned</p>\n","type":"text/plain"},"key":"page_size","value":"{int}"},{"description":{"content":"<p>Page number to be returned</p>\n","type":"text/plain"},"key":"page_num","value":"{int}"}],"variable":[]}},"response":[{"id":"622dd5ae-912e-426e-ae34-6b85ea91ca75","name":"Get Surveys in Survey Folder","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}/surveys?is_favorite={bool}&search_text={string}&page_size={int}&page_num={int}","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","survey-folders","{{folderId}}","surveys"],"query":[{"key":"is_favorite","value":"{bool}"},{"key":"search_text","value":"{string}"},{"key":"page_size","value":"{int}"},{"key":"page_num","value":"{int}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2600","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 17:05:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_count\": 6,\n    \"items\": [\n        {\n            \"id\": 1158,\n            \"survey_folder_id\": 1069,\n            \"name\": \"For_test Copy 1\",\n            \"description\": null,\n            \"status\": \"Published\",\n            \"allow_edit_while_active\": true,\n            \"custom_url\": null,\n            \"firebase_url\": null,\n            \"activation_start_date\": \"2017-05-09T15:00:00\",\n            \"activation_end_date\": \"2017-05-26T02:20:00\",\n            \"total_response_limit\": 20,\n            \"per_respondent_response_limit\": 1,\n            \"is_scored\": true,\n            \"is_anonymized\": false,\n            \"google_analytics_tracking_id\": \"\",\n            \"security_type\": \"Public\",\n            \"survey_password\": \"pas$$\"\n        },\n        {\n            \"id\": 1434,\n            \"survey_folder_id\": 1069,\n            \"name\": \"For Testing\",\n            \"description\": null,\n            \"status\": \"Published\",\n            \"allow_edit_while_active\": true,\n            \"custom_url\": null,\n            \"firebase_url\": null,\n            \"activation_start_date\": null,\n            \"activation_end_date\": null,\n            \"total_response_limit\": null,\n            \"per_respondent_response_limit\": null,\n            \"is_scored\": false,\n            \"is_anonymized\": false,\n            \"google_analytics_tracking_id\": null,\n            \"security_type\": \"Public\",\n            \"survey_password\": \"12\"\n        }\n    ],\n    \"paging_info\": {\n        \"page_size\": 0,\n        \"page_num\": 1\n    },\n    \"has_next\": false,\n    \"has_previous\": false\n}"}],"_postman_id":"943ad7e7-0e78-4f88-9bc1-e1a519b1664c"}],"id":"0f2a0bf7-7d5d-4c17-b219-85840a05e103","_postman_id":"0f2a0bf7-7d5d-4c17-b219-85840a05e103","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey Folders ACL ","item":[{"name":"Get Survey Folder ACL","id":"eb721999-1bb9-41ac-a25c-b8a14c390b7d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1069/acl","description":"<p>This endpoint will retrieve the access control list data for the survey folder requested. This will only retrieve data if you have access to manage the survey folder. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1069","acl"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"957da855-6178-4e08-8e0b-8f5a902f7849","name":"Get Survey Folder ACL","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}/acl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"387","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:27:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"entries\":[{\"id\":1890,\"grantee\":{\"grantee_id\":\"admin\",\"grantee_type\":\"Contact\"},\"permissions\":[\"Manage\",\"View\"]},{\"id\":2666,\"grantee\":{\"grantee_id\":\"Everyone\",\"grantee_type\":\"PseudoContactGroup\"},\"permissions\":[\"View\"]},{\"id\":2767,\"grantee\":{\"grantee_id\":\"UserAdministrator\",\"grantee_type\":\"Contact\"},\"permissions\":[\"Manage\",\"View\"]}],\"default_access\":{\"permissions\":[\"Manage\",\"View\"]}}"}],"_postman_id":"eb721999-1bb9-41ac-a25c-b8a14c390b7d"},{"name":"Get Survey Folder ACL Entry","id":"455c1f5a-1387-4ceb-8994-7ea0bf2f933d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1069/acl/entries/2340","description":"<p>This endpoint will pull data on a specific ACL entry. This requires that you know the Entry ID in order to pull the specific entry data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1069","acl","entries","2340"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"9926ebed-271f-43f3-b66c-c31663f36f08","name":"Get Survey Folder ACL Entry","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}/acl/entries/{{entryId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"108","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 17:30:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2340,\n    \"grantee\": {\n        \"grantee_id\": \"TestUser2\",\n        \"grantee_type\": \"Contact\"\n    },\n    \"permissions\": [\n        \"Manage\",\n        \"View\"\n    ]\n}"}],"_postman_id":"455c1f5a-1387-4ceb-8994-7ea0bf2f933d"},{"name":"Create Survey Folder ACL Entry","id":"fadc0b6d-a47f-4391-938a-ec5206287fe9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"grantee\": {\n\t\t\"grantee_id\": \"UserForTest1\",\n\t\t\"grantee_type\" : \"Contact\"\n\t},\n\t\"permissions\" : [\"Manage\", \"View\"]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1069/acl/entries","description":"<p>This endpoint will let you add entries to the ACL for the survey folder requested. This is only possible when you have the \"SurveyFolderManage\" permission over the folder. </p>\n<p>Possible \"Permission\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Manage</td>\n<td>Manage the folder and its security</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View the folder</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1069","acl","entries"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1226f5db-36fa-45c5-bc14-04f0ae8bdb19","name":"Create Survey Folder ACL Entry","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"grantee\": {\n\t\t\"grantee_id\": \"UserForTest1\",\n\t\t\"grantee_type\" : \"Contact\"\n\t},\n\t\"permissions\" : [\"Manage\", \"View\"]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}/acl/entries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"113","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 17:36:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2767,\n    \"grantee\": {\n        \"grantee_id\": \"UserForTest1\",\n        \"grantee_type\": \"Contact\"\n    },\n    \"permissions\": [\n        \"Manage\",\n        \"View\"\n    ]\n}"}],"_postman_id":"fadc0b6d-a47f-4391-938a-ec5206287fe9"},{"name":"Create Survey Folder ACL Entry Copy","id":"d940dff0-2800-440b-a3dd-cf455c791e9d","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"grantee\": {\n\t\t\"grantee_id\": \"UserAdministrator\",\n\t\t\"grantee_type\" : \"Contact\"\n\t},\n\t\"permissions\" : [\"Manage\", \"View\"]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}/acl/entries/{{entryId}}","description":"<p>This endpoint will let you add entries to the ACL for the survey folder requested. This is only possible when you have the \"SurveyFolderManage\" permission over the folder. </p>\n<p>Possible \"Permission\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Manage</td>\n<td>Manage the folder and its security</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View the folder</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","{{folderId}}","acl","entries","{{entryId}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b297c46b-0c7f-4f23-94a9-fc29ac9fe4c2","name":"Create Survey Folder ACL Entry Copy","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"grantee\": {\n\t\t\"grantee_id\": \"UserForTest1\",\n\t\t\"grantee_type\" : \"Contact\"\n\t},\n\t\"permissions\" : [\"Manage\", \"View\"]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1069/acl/entries/2767"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"113","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 17:40:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2767,\n    \"grantee\": {\n        \"grantee_id\": \"UserForTest1\",\n        \"grantee_type\": \"Contact\"\n    },\n    \"permissions\": [\n        \"Manage\",\n        \"View\"\n    ]\n}"}],"_postman_id":"d940dff0-2800-440b-a3dd-cf455c791e9d"},{"name":"Delete Survey Folder ACL Entry","id":"2f770453-9ff3-4cc0-b8a8-6199d1d6ffc3","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1069/acl/entries/2340","description":"<p>This endpoint will allow you to delete an existing ACL entry. This will only work if the ACL entry ID is valid for the survey folder and if you have \"Manage\" permission over the folder. </p>\n<p>This action will not prompt a confirmation and cannot be undone. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1069","acl","entries","2340"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4eebb8b8-32d1-484b-b7f4-6fbca112fe4f","name":"Delete Survey Folder ACL Entry","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}/acl/entries/{{entryId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Tue, 11 Sep 2018 17:35:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f770453-9ff3-4cc0-b8a8-6199d1d6ffc3"},{"name":"Get Survey Folder Default Access Policy","id":"ac8297eb-90dd-443d-a3af-d772eeaf95e2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1069/acl/default-access","description":"<p>This endpoint will return the current default access policy for the survey folder requested.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1069","acl","default-access"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ce67fb3b-d2a5-4971-9b24-8816158e318f","name":"Get Survey Folder Default Access Policy","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}/acl/default-access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"33","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:25:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"permissions\":[\"Manage\",\"View\"]}"}],"_postman_id":"ac8297eb-90dd-443d-a3af-d772eeaf95e2"},{"name":"Edit Survey Folder Default Access Policy","id":"7c7bd9b6-ffed-47ff-9348-64ae0ea64ef2","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"permissions\" : [ \"Manage\", \"View\"]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/1069/acl/default-access","description":"<p>This endpoint will update the current default access policy for the survey folder. </p>\n<p>Possible \"Permission\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Manage</td>\n<td>Manage the folder and its security</td>\n</tr>\n<tr>\n<td>View</td>\n<td>View the folder</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-folders","1069","acl","default-access"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4b687974-a0ff-480d-9a33-d93e5bc27d09","name":"Edit Survey Folder Default Access Policy","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"permissions\" : [ \"Manage\", \"View\"]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-folders/{{folderId}}/acl/default-access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"33","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:26:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"permissions\":[\"Manage\",\"View\"]}"}],"_postman_id":"7c7bd9b6-ffed-47ff-9348-64ae0ea64ef2"}],"id":"069a5280-414e-49f0-a9a8-56381637aecc","description":"<p>This ACL is utilized to give a user access to a survey folder. This will not grant access to the surveys contained within the folder, just the folder itself. To grant access to surveys in the folder please utilize the survey ACL methods. </p>\n<p>Managing ACLs through the API is a very advanced procedure and should only be done by someone with knowledge of how permissions work using the interface of Checkbox. This should not be done by someone without intricate knowledge of permissions and security in Checkbox.</p>\n","event":[{"listen":"prerequest","script":{"id":"36a5334a-17ac-47e6-b182-a118ef688563","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9b2b6f80-7856-4c58-984c-50c873a6be99","type":"text/javascript","exec":[""]}}],"_postman_id":"069a5280-414e-49f0-a9a8-56381637aecc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}}],"id":"cfeebb26-8178-43ef-8d13-c74b44a382cc","description":"<p>Survey Folders in Checkbox can contain surveys or can be empty. You can utilize these endpoints to retrieve data on the survey folders, create new folders, and manage the permissions and access policies for the folders. </p>\n<p>The main purpose of folders in Checkbox is for organization and for additional security. </p>\n","event":[{"listen":"prerequest","script":{"id":"bbbd2eb1-3cb9-4a48-abea-12debc24b070","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b75839fa-e277-4039-a175-8b43c6d12ee2","type":"text/javascript","exec":[""]}}],"_postman_id":"cfeebb26-8178-43ef-8d13-c74b44a382cc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey List","item":[{"name":"Get Survey List","id":"aa204fdb-35a0-48ca-9c38-82902703feb4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/survey-list?search_text={string}&folder_id={int}&is_favorite={bool}&page_size={int}&page_num={int}&status={enum}","description":"<p>This endpoint will return a list of surveys and folders matching the paging and filtering options sent in the request. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","survey-list"],"host":["{{URL}}"],"query":[{"key":"search_text","value":"{string}"},{"key":"folder_id","value":"{int}"},{"key":"is_favorite","value":"{bool}"},{"key":"page_size","value":"{int}"},{"key":"page_num","value":"{int}"},{"key":"status","value":"{enum}"}],"variable":[]}},"response":[{"id":"18c787d7-d059-4b3e-8cfb-9027faf0a118","name":"Get Survey List","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/survey-list?search_text={string}&folder_id={int}&is_favorite={bool}&page_size={int}&page_num={int}&status={enum}","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","survey-list"],"query":[{"key":"search_text","value":"{string}"},{"key":"folder_id","value":"{int}"},{"key":"is_favorite","value":"{bool}"},{"key":"page_size","value":"{int}"},{"key":"page_num","value":"{int}"},{"key":"status","value":"{enum}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"67825","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 19 Sep 2018 17:12:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"total_count\": 3,\r\n    \"items\": [\r\n        {\r\n            \"id\": 1311,\r\n            \"list_item_type\": \"SurveyFolder\",\r\n            \"name\": \"First Folder\",\r\n            \"activation_start_date\": null,\r\n            \"created_date\": null,\r\n            \"is_favorite\": false,\r\n            \"status\": null,\r\n            \"response_limit\": null,\r\n            \"response_count\": null,\r\n            \"can_edit\": true,\r\n            \"can_administer\": true,\r\n            \"can_create_report\": true,\r\n            \"can_view_responses\": true\r\n        },\r\n        {\r\n            \"id\": 1027,\r\n            \"list_item_type\": \"Survey\",\r\n            \"name\": \"Matrix test\",\r\n            \"activation_start_date\": null,\r\n            \"created_date\": \"2016-11-30T18:31:34.23\",\r\n            \"is_favorite\": false,\r\n            \"status\": \"Draft\",\r\n            \"response_limit\": null,\r\n            \"response_count\": 14,\r\n            \"can_edit\": true,\r\n            \"can_administer\": true,\r\n            \"can_create_report\": true,\r\n            \"can_view_responses\": true\r\n        },\r\n        {\r\n            \"id\": 1348,\r\n            \"list_item_type\": \"Survey\",\r\n            \"name\": \"Merge Max Diff\",\r\n            \"activation_start_date\": null,\r\n            \"created_date\": \"2017-11-30T16:24:23.993\",\r\n            \"is_favorite\": false,\r\n            \"status\": \"Published\",\r\n            \"response_limit\": null,\r\n            \"response_count\": 20,\r\n            \"can_edit\": true,\r\n            \"can_administer\": true,\r\n            \"can_create_report\": true,\r\n            \"can_view_responses\": true\r\n        }\r\n    ],\r\n    \"paging_info\": {\r\n        \"page_size\": 0,\r\n        \"page_num\": 1\r\n    },\r\n    \"has_next\": false,\r\n    \"has_previous\": false\r\n}"}],"_postman_id":"aa204fdb-35a0-48ca-9c38-82902703feb4"}],"id":"6840e11b-e65b-4ddc-922f-30dcd8e59b2f","description":"<p>This endpoint can be utilized to return a list of surveys and folders you have access to. </p>\n","event":[{"listen":"prerequest","script":{"id":"f788fc73-0e13-410a-a17f-5a58d86b14ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a16909a5-0d3f-4252-b10c-9f605f313d7d","type":"text/javascript","exec":[""]}}],"_postman_id":"6840e11b-e65b-4ddc-922f-30dcd8e59b2f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey","item":[{"name":"Surveys","item":[{"name":"Get Surveys","id":"29827d3e-1758-44f1-ab35-b9507bb021fa","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys?search_text={string}&folder_id={int}&is_favorite={bool}&page_size={int}&page_num={int}","description":"<p>This endpoint can be utilized to pull a paged / filtered list of surveys that you have access to. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Used for searching by name</p>\n","type":"text/plain"},"key":"search_text","value":"{string}"},{"description":{"content":"<p>Filter by surveys in a specific folder</p>\n","type":"text/plain"},"key":"folder_id","value":"{int}"},{"description":{"content":"<p>Only return favorite surveys (default false)</p>\n","type":"text/plain"},"key":"is_favorite","value":"{bool}"},{"description":{"content":"<p>Number of surveys per page returned</p>\n","type":"text/plain"},"key":"page_size","value":"{int}"},{"description":{"content":"<p>Page number to be returned</p>\n","type":"text/plain"},"key":"page_num","value":"{int}"}],"variable":[]}},"response":[{"id":"95227218-883c-42dd-adf8-19006c2f05f2","name":"Get Surveys","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/surveys?search_text={string}&folder_id={int}&is_favorite={bool}&page_size={int}&page_num={int}","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","surveys"],"query":[{"key":"search_text","value":"{string}","description":"Used for searching by name"},{"key":"folder_id","value":"{int}","description":"Filter by surveys in a specific folder"},{"key":"is_favorite","value":"{bool}","description":"Only return favorite surveys (default false)"},{"key":"page_size","value":"{int}","description":"Number of surveys per page returned"},{"key":"page_num","value":"{int}","description":"Page number to be returned"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 30 Mar 2020 23:25:39 GMT"},{"key":"Content-Length","value":"1963"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_count\": 5,\n    \"items\": [\n        {\n            \"id\": 1001,\n            \"external_id\": \"1C357BF8-50F0-49B3-BD67-225605FE57BE\",\n            \"survey_folder_id\": 1000,\n            \"name\": \"Demographic Survey\",\n            \"description\": null,\n            \"status\": \"Published\",\n            \"style_template_id\": 1032,\n            \"created_by\": \"admin@checkbox.com\",\n            \"created_date\": \"2012-03-27T07:32:23.707-05:00\",\n            \"allow_edit_while_active\": true,\n            \"custom_url\": \"demographic\",\n            \"google_analytics_tracking_id\": \"\",\n            \"security_type\": \"Public\"\n        },\n        {\n            \"id\": 1004,\n            \"external_id\": \"65707E88-127E-45C6-86DC-18B46FCBFB92\",\n            \"survey_folder_id\": 1000,\n            \"name\": \"Medical Intake Form\",\n            \"description\": null,\n            \"status\": \"Draft\",\n            \"style_template_id\": 1029,\n            \"created_by\": \"admin@checkbox.com\",\n            \"created_date\": \"2012-03-27T07:34:21.043-05:00\",\n            \"allow_edit_while_active\": true,\n            \"custom_url\": \"medicalform\",\n            \"google_analytics_tracking_id\": \"\",\n            \"security_type\": \"Public\"\n        },\n        {\n            \"id\": 1006,\n            \"external_id\": \"A501FA00-E625-4324-95C9-2EAEFBF1CD56\",\n            \"survey_folder_id\": 1000,\n            \"name\": \"Retail Feedback Example\",\n            \"description\": null,\n            \"status\": \"Published\",\n            \"style_template_id\": 1025,\n            \"created_by\": \"admin@checkbox.com\",\n            \"created_date\": \"2012-03-27T07:35:12.4-05:00\",\n            \"allow_edit_while_active\": true,\n            \"custom_url\": \"Chic-Boutique\",\n            \"google_analytics_tracking_id\": \"\",\n            \"security_type\": \"Public\"\n        },\n        {\n            \"id\": 1007,\n            \"external_id\": \"D056D6F8-A02A-4BCC-B304-DA02138014B7\",\n            \"survey_folder_id\": 1000,\n            \"name\": \"Website Satisfaction Survey\",\n            \"description\": null,\n            \"status\": \"Draft\",\n            \"style_template_id\": 1024,\n            \"created_by\": \"admin@checkbox.com\",\n            \"created_date\": \"2012-03-27T07:35:25.407-05:00\",\n            \"allow_edit_while_active\": true,\n            \"custom_url\": \"website\",\n            \"google_analytics_tracking_id\": null,\n            \"security_type\": \"Public\"\n        },\n        {\n            \"id\": 1010,\n            \"external_id\": \"1483ED7E-4833-49EB-8ABF-6025C8EC7256\",\n            \"survey_folder_id\": null,\n            \"name\": \"Here's a sample survey you can edit\",\n            \"description\": null,\n            \"status\": \"Published\",\n            \"style_template_id\": 1034,\n            \"created_by\": \"admin@checkbox.com\",\n            \"created_date\": \"2020-01-28T13:32:00.543-05:00\",\n            \"allow_edit_while_active\": true,\n            \"custom_url\": \"Sample-Survey\",\n            \"google_analytics_tracking_id\": \"\",\n            \"security_type\": \"AccessControlList\"\n        }\n    ],\n    \"paging_info\": {\n        \"page_size\": 0,\n        \"page_num\": 1\n    },\n    \"has_next\": false,\n    \"has_previous\": false\n}"}],"_postman_id":"29827d3e-1758-44f1-ab35-b9507bb021fa"},{"name":"Get Survey","id":"d9206ee4-9bc2-4e67-b106-971e61ee6f53","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539","description":"<p>This endpoint can be utilized to pull the meta data for a single survey utlizing its survey id. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"e7004816-ea22-4a90-b7cc-4d3ea8c5476d","name":"Get Survey","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 30 Mar 2020 23:23:10 GMT"},{"key":"Content-Length","value":"381"}],"cookie":[],"responseTime":null,"body":"{\n\t\"id\": 1539,\n    \"external_id\": \"1C357BF8-50F0-49B3-BD67-225605FE57BE\",\n\t\"survey_folder_id\": 1343,\n\t\"name\": \"API Test Survey\",\n    \"description\": null,\n    \"status\": \"Published\",\n    \"style_template_id\": 1032,\n    \"created_by\": \"admin@checkbox.com\",\n    \"created_date\": \"2012-03-27T07:32:23.707-05:00\",\n    \"allow_edit_while_active\": true,\n    \"custom_url\": \"apitestsurvey\",\n    \"google_analytics_tracking_id\": \"\",\n    \"security_type\": \"Public\"\n}"}],"_postman_id":"d9206ee4-9bc2-4e67-b106-971e61ee6f53"},{"name":"Create Survey","id":"9784c0ea-df9f-4611-b148-1c090e5a6ec6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\" : \"API Test Survey\",\n\t\"description\" : \"Test survey for the purpose of demonstrating the API\"\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys","description":"<p>This endpoint can be utilized to create a survey. This will only create the base survey structure and default settings. </p>\n<p>This method will generate a survey with the following: </p>\n<p>Default survey settings applied<br />Hidden item page (with no items)<br />1 survey page (with no items)<br />Completion events page (with a Message item with default text)  </p>\n<p>To add items to a survey please utilize the /surveys/{{surveyId}}/items endpoints. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"7c5f7a74-f660-4338-8f4c-02e322ac399c","name":"Create Survey","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\" : \"API Test Survey\",\n\t\"description\" : \"Test survey for the purpose of demonstrating the API\"\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 30 Mar 2020 23:28:31 GMT"},{"key":"Content-Length","value":"421"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1011,\n    \"external_id\": \"81815df2-5ff0-4dc4-ab10-44cddf8d5ae6\",\n    \"survey_folder_id\": null,\n    \"name\": \"API Test Survey\",\n    \"description\": \"Test survey for the purpose of demonstrating the API\",\n    \"status\": \"Draft\",\n    \"style_template_id\": null,\n    \"created_by\": \"admin@checkbox.com\",\n    \"created_date\": \"2020-03-30T18:28:31.6931148-05:00\",\n    \"allow_edit_while_active\": true,\n    \"custom_url\": null,\n    \"google_analytics_tracking_id\": null,\n    \"security_type\": \"Public\"\n}"}],"_postman_id":"9784c0ea-df9f-4611-b148-1c090e5a6ec6"},{"name":"Edit Survey","id":"d56a7f81-bd7c-4faa-abe1-ce1815ebf817","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"API Test Survey\",\n    \"description\": \"Test survey for the purpose of demonstrating the API\",\n    \"status\": \"Draft\",\n    \"allow_edit_while_active\": true,\n    \"custom_url\": null,\n    \"firebase_url\": null,\n    \"activation_start_date\": null,\n    \"activation_end_date\": null,\n    \"total_response_limit\": null,\n    \"per_respondent_response_limit\": null,\n    \"is_scored\": false,\n    \"google_analytics_tracking_id\": null,\n    \"security_type\": \"PasswordProtected\",\n    \"survey_password\": \"verystrongpassword\"\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1544","description":"<p>This endpoint can be utilized to edit a surveys meta data and basic settings. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Yes</td>\n<td>Survey Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>description</td>\n<td>No</td>\n<td>Descriptive text for the survey</td>\n<td>string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Yes</td>\n<td>See status list below with possible values</td>\n<td>enum</td>\n</tr>\n<tr>\n<td>allow_edit_while_active</td>\n<td>No</td>\n<td>Allow the survey to be edited while it is public</td>\n<td>bool (default true)</td>\n</tr>\n<tr>\n<td>custom_url</td>\n<td>No</td>\n<td>Custom URL for the survey</td>\n<td>string</td>\n</tr>\n<tr>\n<td>is_anonymized</td>\n<td>No</td>\n<td>Anonymizes the responses to the survey so that no user or identifiable meta data is saved. This will not anonymize the actual response data someone submits via a question</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>google_analytics_tracking_id</td>\n<td>No</td>\n<td>Google analytics tracking id that can be used to track google analytics for your survey</td>\n<td>string</td>\n</tr>\n<tr>\n<td>security_type</td>\n<td>No</td>\n<td>See chart below</td>\n<td>enum</td>\n</tr>\n<tr>\n<td>survey_password</td>\n<td>No</td>\n<td>Password required to take the survey. Only used if security_type set to PasswordProtected</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"status\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Name</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Draft</td>\n<td>Survey is in edit mode and not available for responses</td>\n</tr>\n<tr>\n<td>Published</td>\n<td>Survey is live / active and can be completed by respondents</td>\n</tr>\n<tr>\n<td>Archived</td>\n<td>Survey is archived, cannot be completed by respondents and is filtered in the UI</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"security_type\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Security Type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Public</td>\n<td>Survey can be completed by anyone with a link to the survey with no restrictions</td>\n</tr>\n<tr>\n<td>PasswordProtected</td>\n<td>Respondent must posses the password to the survey. When using this you should populate the \"survey_password\" field as well</td>\n</tr>\n<tr>\n<td>AccessControlList</td>\n<td>Survey is restricted to contacts and users on the access list with \"Take Survey\" permission</td>\n</tr>\n<tr>\n<td>AllRegisteredUsers</td>\n<td>Survey can be completed by anyone that is a registered contact or user in Checkbox</td>\n</tr>\n<tr>\n<td>InvitationOnly</td>\n<td>Survey can only be completed using a Checkbox generated invitation link</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Editing a survey with a security tpe of Public, PasswordProtected, or Invitation Only will automatically update the default policy for the survey to include the \"Take Survey\" permission.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1544"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8a42f0eb-b9d7-41fe-98da-3d68500132c1","name":"Edit Survey","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"API Test Survey\",\n    \"description\": \"Test survey for the purpose of demonstrating the API\",\n    \"status\": \"Draft\",\n    \"allow_edit_while_active\": true,\n    \"custom_url\": null,\n    \"firebase_url\": null,\n    \"activation_start_date\": null,\n    \"activation_end_date\": null,\n    \"total_response_limit\": null,\n    \"per_respondent_response_limit\": null,\n    \"is_scored\": false,\n    \"google_analytics_tracking_id\": null,\n    \"security_type\": \"PasswordProtected\",\n    \"survey_password\": \"verystrongpassword\"\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1011"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 30 Mar 2020 23:29:37 GMT"},{"key":"Content-Length","value":"417"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1011,\n    \"external_id\": \"81815DF2-5FF0-4DC4-AB10-44CDDF8D5AE6\",\n    \"survey_folder_id\": null,\n    \"name\": \"API Test Survey\",\n    \"description\": \"Test survey for the purpose of demonstrating the API\",\n    \"status\": \"Draft\",\n    \"style_template_id\": null,\n    \"created_by\": \"admin@checkbox.com\",\n    \"created_date\": \"2020-03-30T18:28:31.693-05:00\",\n    \"allow_edit_while_active\": true,\n    \"custom_url\": null,\n    \"google_analytics_tracking_id\": null,\n    \"security_type\": \"Public\"\n}"}],"_postman_id":"d56a7f81-bd7c-4faa-abe1-ce1815ebf817"},{"name":"Move Survey To Folder","id":"dde76db9-72eb-43eb-9baa-673e1b3c0ec8","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"1311"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1544/survey-folder","description":"<p>This endpoint can be utilized to move a survey into a specific folder. To do this you must have access to both the folder the survey is currently in and the target folder. </p>\n<p>Status code 204 will be returned if the move was successful. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1544","survey-folder"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"e528678b-3548-4053-9137-7c477566c184","name":"Move Survey To Folder","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{{folderId}}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/survey-folder"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 12 Sep 2018 15:16:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dde76db9-72eb-43eb-9baa-673e1b3c0ec8"},{"name":"Delete Survey","id":"3f730ddc-e427-4b6f-81f5-d999605b0b3f","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1545","description":"<p>This endpoint will allow you to delete a survey. This will delete all response data, items, and survey data. This method will not ask for confirmation. To hide a survey from the UI and maintain its data please utilize the archive functionality.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1545"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"18c2fd9d-e511-4263-bd46-d5f249470c0e","name":"Delete Survey","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1545"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 12 Sep 2018 15:25:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f730ddc-e427-4b6f-81f5-d999605b0b3f"},{"name":"Copy Survey","id":"b010c6d2-374c-41cd-b48d-351238493f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{surveyId}/copy?folder_id={int}&name={string}","description":"<p>This endpoint can be utilized to copy a survey. To do this you must have access to the survey. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{surveyId}","copy"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Optional; Folder ID to place the copied survey into.</p>\n","type":"text/plain"},"key":"folder_id","value":"{int}"},{"description":{"content":"<p>Optional; Name of the copied survey</p>\n","type":"text/plain"},"key":"name","value":"{string}"}],"variable":[]}},"response":[],"_postman_id":"b010c6d2-374c-41cd-b48d-351238493f1f"}],"id":"0db8a974-04d8-4f29-9169-fed61f9c446c","_postman_id":"0db8a974-04d8-4f29-9169-fed61f9c446c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey Settings","item":[{"name":"Get Respondent Settings","id":"7a96e6e3-5681-4aca-87b1-9501b1427e61","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1694/respondent-settings","description":"<p>This endpoint can be used to modify the respondent settings for your survey. The list of respondent settings is below : </p>\n<p>Allow Survey Back Button\nAllow Response Reset Button\nAllow Respondents to Edit Submitted Responses\nAllow REspondents to Save &amp; Exit\nDisplay Save &amp; Exit Button\nAnonymize Survey</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1694","respondent-settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"672fb519-f311-428f-aecd-aca0d84aa415","name":"Get Respondent Settings","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1694/respondent-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jan 2019 15:01:56 GMT"},{"key":"Content-Length","value":"215"}],"cookie":[],"responseTime":null,"body":"{\n    \"allow_back_button\": true,\n    \"allow_response_reset\": false,\n    \"allow_complete_response_edit\": false,\n    \"allow_response_resume\": false,\n    \"allow_response_save\": false,\n    \"anonymized\": false,\n    \"security_type\": \"Public\",\n    \"survey_password\": \"\"\n}"}],"_postman_id":"7a96e6e3-5681-4aca-87b1-9501b1427e61"},{"name":"Edit Respondent Settings","id":"ce69d1cb-afad-4271-8126-cac978df6098","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"allow_back_button\": true,\n    \"allow_response_reset\": false,\n    \"allow_complete_response_edit\": false,\n    \"allow_response_resume\": false,\n    \"allow_response_save\": true,\n    \"anonymized\": false\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/respondent-settings","description":"<p>This endpoint can be used to modify the respondent settings for your survey. The list of respondent settings is below : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Setting Names</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>allow_back_button</td>\n<td>Allow Survey Back Button</td>\n</tr>\n<tr>\n<td>allow_response_reset</td>\n<td>Allow Response Reset Button</td>\n</tr>\n<tr>\n<td>allow_complete_response_edit</td>\n<td>Allow Respondents to Edit Submitted Responses</td>\n</tr>\n<tr>\n<td>allow_response_resume</td>\n<td>Allow Respondents to Save &amp; Exit</td>\n</tr>\n<tr>\n<td>allow_response_save</td>\n<td>Display Save &amp; Exit Button</td>\n</tr>\n<tr>\n<td>anonymized</td>\n<td>Mark responses as anonymous</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","respondent-settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"65e0fb4d-c82a-49c3-8476-af3d4745e91a","name":"Edit Respondent Settings","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"allow_back_button\": true,\n    \"allow_response_reset\": false,\n    \"allow_complete_response_edit\": false,\n    \"allow_response_resume\": false,\n    \"allow_response_save\": true,\n    \"anonymized\": false\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/respondent-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"168","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 28 Sep 2018 17:13:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"allow_back_button\":true,\"allow_response_reset\":false,\"allow_complete_response_edit\":false,\"allow_response_resume\":false,\"allow_response_save\":true,\"anonymized\":false}"}],"_postman_id":"ce69d1cb-afad-4271-8126-cac978df6098"},{"name":"Get Response Limit Settings","id":"c80440a7-e51c-4cda-940c-ba65f5d3495f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/response-settings","description":"<p>This endpoint can be used to modify the response limit settings for your survey. The list of response limit settings is below : </p>\n<p>ActivationStartDate\nActivationEndDate\nTotalResponseLimit\nPerRespondentResponseLimit</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","response-settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2dd93e14-f7cf-4b7d-889a-6ccc4e926da4","name":"Get Response Limit Settings","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/response-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"150","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 02 Oct 2018 15:02:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"activation_start_date\":\"2018-12-30T00:00:00\",\"activation_end_date\":\"2019-01-30T00:00:00\",\"total_response_limit\":5,\"per_respondent_response_limit\":1}"}],"_postman_id":"c80440a7-e51c-4cda-940c-ba65f5d3495f"},{"name":"Edit Response Limit Settings","id":"631b3c8c-d146-4b07-9835-66377481c7d1","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"total_response_limit\": 5,\n    \"per_respondent_response_limit\": 1\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/response-settings","description":"<p>This endpoint can be used to modify the response limit settings for your survey. The list of response limit settings is below :</p>\n<p>ActivationStartDate<br />ActivationEndDate<br />TotalResponseLimit<br />PerRespondentResponseLimit</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","response-settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"70889fcf-50ab-4e7e-b1b2-287b7fcf2729","name":"Edit Response Limit Settings","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"activation_start_date\": \"2018-12-30\",\n    \"activation_end_date\": \"2019-01-30\",\n    \"total_response_limit\": 5,\n    \"per_respondent_response_limit\": 1\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/response-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"150","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 02 Oct 2018 15:02:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"activation_start_date\":\"2018-12-30T00:00:00\",\"activation_end_date\":\"2019-01-30T00:00:00\",\"total_response_limit\":5,\"per_respondent_response_limit\":1}"}],"_postman_id":"631b3c8c-d146-4b07-9835-66377481c7d1"},{"name":"Get Appearance Settings","id":"89a14e03-af0e-46b2-a4e2-b833fea04bb6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/appearance-settings","description":"<p>This endpoint can be used to modify the appearance settings for your survey. The list of appearance settings is below : </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"show_survey_title\": false,\n\"show_page_numbers\": false,\n\"show_item_numbers\": false,\n\"enable_dynamic_page_numbers\": false,\n\"enable_dynamic_item_numbers\": false,\n\"is_item_order_randomized\": false,\n\"show_validation_error_alert\": false,\n\"show_asterisks\": false,\n\"show_progress_bar\": false,\n\"progress_bar_orientation\": null,\n\"show_compliance_link\": false\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","appearance-settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"10554f46-c36a-404f-85ba-0a6cf97e5ad6","name":"Get Behavior Settings","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/behavior-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"150","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 19:48:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"allow_back_button\":true,\"allow_response_reset\":false,\"allow_complete_response_edit\":false,\"allow_response_resume\":false,\"allow_response_save\":false}"}],"_postman_id":"89a14e03-af0e-46b2-a4e2-b833fea04bb6"},{"name":"Edit Appearance Settings","id":"c34e1f8b-4dce-4d9d-8fe3-6e5ee48fc407","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"show_survey_title\": false,\n    \"show_page_numbers\": false,\n    \"show_item_numbers\": false,\n    \"enable_dynamic_page_numbers\": false,\n    \"enable_dynamic_item_numbers\": false,\n    \"is_item_order_randomized\": false,\n    \"show_validation_error_alert\": false,\n    \"show_asterisks\": false,\n    \"show_progress_bar\": false,\n    \"progress_bar_orientation\": null,\n    \"show_compliance_link\": false\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/appearance-settings","description":"<p>This endpoint can be used to modify the behavior settings for your survey. The list of behavior settings is below : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Setting Names</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>show_survey_title</td>\n<td>Displays survey title in the survey</td>\n</tr>\n<tr>\n<td>show_page_numbers</td>\n<td>Displays the page number the respondent is currently on</td>\n</tr>\n<tr>\n<td>show_item_numbers</td>\n<td>Displays an item number next to each item</td>\n</tr>\n<tr>\n<td>enable_dynamic_page_numbers</td>\n<td>Updates the page numbers based on conditions and branching. This will only adjust when a page that is conditionally hidden is passed.</td>\n</tr>\n<tr>\n<td>is_item_order_randomized</td>\n<td>Randomly orders the items in the survey. Item order is randomized when the response starts.</td>\n</tr>\n<tr>\n<td>show_validation_error_alert</td>\n<td>Displays a javascript alert when a required item is not answered</td>\n</tr>\n<tr>\n<td>show_asterisks</td>\n<td>Displays a red asterisk next to required items question text</td>\n</tr>\n<tr>\n<td>show_progress_bar</td>\n<td>Display a progress bar for the survey displaying the current place in the survey</td>\n</tr>\n<tr>\n<td>progress_bar_orientation</td>\n<td>Display Save &amp; Exit Button</td>\n</tr>\n<tr>\n<td>show_compliance_link</td>\n<td>Displays a link to GDPR compliance page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","appearance-settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1306ba96-f1d8-41d1-96eb-61919db685b4","name":"Get Appearance Settings Copy","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"show_survey_title\": false,\n    \"show_page_numbers\": false,\n    \"show_item_numbers\": false,\n    \"enable_dynamic_page_numbers\": false,\n    \"enable_dynamic_item_numbers\": false,\n    \"is_item_order_randomized\": false,\n    \"show_validation_error_alert\": false,\n    \"show_asterisks\": false,\n    \"show_progress_bar\": false,\n    \"progress_bar_orientation\": null,\n    \"show_compliance_link\": false\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/appearance-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"330","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 20:08:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"show_survey_title\":false,\"show_page_numbers\":false,\"show_item_numbers\":false,\"enable_dynamic_page_numbers\":false,\"enable_dynamic_item_numbers\":false,\"is_item_order_randomized\":false,\"show_validation_error_alert\":false,\"show_asterisks\":false,\"show_progress_bar\":false,\"progress_bar_orientation\":null,\"show_compliance_link\":false}"}],"_postman_id":"c34e1f8b-4dce-4d9d-8fe3-6e5ee48fc407"},{"name":"Get Language Settings","id":"9e6188e5-5bf5-4c6c-811d-9850dc0bf939","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1578/language-settings","description":"<p>This endpoint can be used to retrieve the language settings for your survey. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1578","language-settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"403f7e1c-cfb2-4198-a968-5d0390bd6d3b","name":"Get Language Settings","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/language-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"173","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 20:20:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"default_language\":\"en-GB\",\"supported_languages\":[\"cr-CR\",\"en-GB\"],\"language_source\":\"QueryString\",\"language_source_token\":\"langcode\",\"allow_response_language_change\":true}"}],"_postman_id":"9e6188e5-5bf5-4c6c-811d-9850dc0bf939"},{"name":"Edit Language Settings","id":"c2e32459-17c7-4b68-bc7a-2c26942437ba","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"default_language\": \"en-US\",\n    \"supported_languages\": [\n    \t\"en-US\",\n        \"cr-CR\",\n        \"en-GB\"\n    ],\n    \"language_source\": \"QueryString\",\n    \"language_source_token\": \"langcode\",\n    \"allow_response_language_change\": true\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/language-settings","description":"<p>This endpoint can be utilized to the language settings for a survey. This includes modifying the default language for the survey, adding additional language options, and setting up how the respondent will select the language. </p>\n<p>Possible \"language_source\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Source Name</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Prompt</td>\n<td>Display a drop down for the respondent to select their language</td>\n</tr>\n<tr>\n<td>QueryString</td>\n<td>Provided in the query string of the survey</td>\n</tr>\n<tr>\n<td>User</td>\n<td>Read user profile property value</td>\n</tr>\n<tr>\n<td>Browser</td>\n<td>Read language code from the browser</td>\n</tr>\n</tbody>\n</table>\n</div><p>The list of languages that are possible for support_languages varies based on your installation. For Checkbox Hosted the current list is below: </p>\n<p>[[Language list coming soon]]</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","language-settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"9cef4c41-70dc-40da-b241-96a31b1b34d1","name":"Edit Language Settings","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"default_language\": \"en-US\",\n    \"supported_languages\": [\n    \t\"en-US\",\n        \"cr-CR\",\n        \"en-GB\"\n    ],\n    \"language_source\": \"QueryString\",\n    \"language_source_token\": \"langcode\",\n    \"allow_response_language_change\": true\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/language-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"181","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 20:21:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"default_language\":\"en-US\",\"supported_languages\":[\"en-US\",\"cr-CR\",\"en-GB\"],\"language_source\":\"QueryString\",\"language_source_token\":\"langcode\",\"allow_response_language_change\":true}"}],"_postman_id":"c2e32459-17c7-4b68-bc7a-2c26942437ba"}],"id":"5e9489ee-535a-4c26-8f35-a956e511a037","description":"<p>Survey settings are divided into several sections: </p>\n<p>Meta Data Settings\nBehavior Settings\nAppearance Settings\nLanguage Settings</p>\n<p>You can control most aspects of your survey through these settings. To alter meta data settings please utilize the /surveys/{{surveyId}} endpoint above. Behvaior, Appearance, and Language settings are outlined below. </p>\n","event":[{"listen":"prerequest","script":{"id":"c359a37c-427e-43f1-8cb6-7ee7784183a5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ca7791fe-1699-421a-9f6e-cdf615d5c468","type":"text/javascript","exec":[""]}}],"_postman_id":"5e9489ee-535a-4c26-8f35-a956e511a037","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Advanced Features","item":[{"name":"Get Survey Wide Javascript","id":"a7bad2c6-44be-44d8-9914-d4d0e759e377","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/survey-wide-javascript","description":"<p>This will return the current value of the survey wide javascript field of your survey. The data returned will have all quotes escaled and new lines will be replaced with the \\n. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","survey-wide-javascript"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f6464455-6f0c-41c0-adee-961461159c67","name":"GET Survey Wide Javascript","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/survey-wide-javascript"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"403","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:52:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\"$(document).ready(function(e){\\n   $(\\\".surveyContentFrame\\\").addClass(\\\"container\\\");\\n   $(\\\".Page:not(:first)\\\").addClass(\\\"col-sm-1 col-xs-12\\\");\\n   $(\\\".Page:not(:first)\\\").removeClass(\\\"Page\\\");\\n   $(\\\".rightside\\\").addClass(\\\"col-sm-5 col-xs-12\\\").parent().parent().attr(\\\"style\\\", \\\"\\\");\\n   $(\\\".leftside\\\").addClass(\\\"col-sm-5 col-xs-12\\\").parent().parent().attr(\\\"style\\\", \\\"\\\");\\n});\\n\\t\""}],"_postman_id":"a7bad2c6-44be-44d8-9914-d4d0e759e377"},{"name":"Edit Survey Wide Javascript","id":"d06e55c0-6ee4-4cdc-95ce-336fe1509549","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"$(document).ready(function(e){\\n   $(\\\".surveyContentFrame\\\").addClass(\\\"container\\\");\\n   $(\\\".Page:not(:first)\\\").addClass(\\\"col-sm-1 col-xs-12\\\");\\n   $(\\\".Page:not(:first)\\\").removeClass(\\\"Page\\\");\\n   $(\\\".rightside\\\").addClass(\\\"col-sm-5 col-xs-12\\\").parent().parent().attr(\\\"style\\\", \\\"\\\");\\n   $(\\\".leftside\\\").addClass(\\\"col-sm-5 col-xs-12\\\").parent().parent().attr(\\\"style\\\", \\\"\\\");\\n});\\n\\t\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/survey-wide-javascript","description":"<p>This endpoint will allow you to update the survey wide javascript feature. You will need to ensure that the data is properly formatted. New lines should be entered as \\n characters and all double quotes should be escaped. </p>\n<p>It is strongly recommended that you utilize the UI to modify javascript for your survey. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","survey-wide-javascript"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"eaaa6bd6-4925-47a3-bbd0-93e369992d6e","name":"Edit Survey Wide Javascript","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"\"$(document).ready(function(e){\\n   $(\\\".surveyContentFrame\\\").addClass(\\\"container\\\");\\n   $(\\\".Page:not(:first)\\\").addClass(\\\"col-sm-1 col-xs-12\\\");\\n   $(\\\".Page:not(:first)\\\").removeClass(\\\"Page\\\");\\n   $(\\\".rightside\\\").addClass(\\\"col-sm-5 col-xs-12\\\").parent().parent().attr(\\\"style\\\", \\\"\\\");\\n   $(\\\".leftside\\\").addClass(\\\"col-sm-5 col-xs-12\\\").parent().parent().attr(\\\"style\\\", \\\"\\\");\\n});\\n\\t\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/survey-wide-javascript"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"403","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:51:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\"$(document).ready(function(e){\\n   $(\\\".surveyContentFrame\\\").addClass(\\\"container\\\");\\n   $(\\\".Page:not(:first)\\\").addClass(\\\"col-sm-1 col-xs-12\\\");\\n   $(\\\".Page:not(:first)\\\").removeClass(\\\"Page\\\");\\n   $(\\\".rightside\\\").addClass(\\\"col-sm-5 col-xs-12\\\").parent().parent().attr(\\\"style\\\", \\\"\\\");\\n   $(\\\".leftside\\\").addClass(\\\"col-sm-5 col-xs-12\\\").parent().parent().attr(\\\"style\\\", \\\"\\\");\\n});\\n\\t\""}],"_postman_id":"d06e55c0-6ee4-4cdc-95ce-336fe1509549"},{"name":"Get Survey Wide CSS","id":"810cd64d-589f-4ed9-8826-3dcfe5d14963","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"","description":"<p>This endpoint will retrieve the current custom CSS applied to the survey using the survey-wide-css feature in the survey settings. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"eeea98b6-1d7b-4176-bec7-488a57161a65","name":"Get Survey Wide CSS","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/survey-wide-css"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"69","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:56:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\".leftside {\\n    float:left;\\n}\\n\\n.rightside{\\n    float:right;\\n}\""}],"_postman_id":"810cd64d-589f-4ed9-8826-3dcfe5d14963"},{"name":"Edit Survey Wide CSS","id":"ca987ae1-5a9d-499d-ae97-ac21b5aa3442","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\".leftside {\\n    float:left;\\n}\\n\\n.rightside{\\n    float:right;\\n}\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/survey-wide-css","description":"<p>This endpoint will allow you to edit the survey wide CSS. The data will need to be properly escaped and formattted. It is strongly recommended that you edit custom CSS in the UI not the API. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","survey-wide-css"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1a5b705f-c06d-463b-a6ec-d0fe20d7e89b","name":"Edit Survey Wide CSS","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"\".leftside {\\n    float:left;\\n}\\n\\n.rightside{\\n    float:right;\\n}\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/survey-wide-css"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"69","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:57:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\".leftside {\\n    float:left;\\n}\\n\\n.rightside{\\n    float:right;\\n}\""}],"_postman_id":"ca987ae1-5a9d-499d-ae97-ac21b5aa3442"},{"name":"Get Third Party References","id":"29e55395-c9e6-4a5c-ad61-09406a8721c0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/survey-wide-references","description":"<p>This endpoint will retrieve the current third party references that have been added to your survey.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","survey-wide-references"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"39e411df-6995-4666-9bb6-c7fff7f72ab6","name":"Get Third Party References","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/survey-wide-references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"443","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:58:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\"\\n\\t\\t\\n    <link href=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\\\" rel=\\\"stylesheet\\\" integrity=\\\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\\\" crossorigin=\\\"anonymous\\\">\\n<script src=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js\\\" integrity=\\\"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa\\\" crossorigin=\\\"anonymous\\\"></script>\\n\\n\\t\""}],"_postman_id":"29e55395-c9e6-4a5c-ad61-09406a8721c0"},{"name":"Edit Third Party References","id":"1997057b-a282-4163-b1e2-10dbe30440cc","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\\n\\t\\t\\n    <link href=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\\\" rel=\\\"stylesheet\\\" integrity=\\\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\\\" crossorigin=\\\"anonymous\\\">\\n<script src=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js\\\" integrity=\\\"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa\\\" crossorigin=\\\"anonymous\\\"></script>\\n\\n\\t\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/survey-wide-references","description":"<p>This endpoint will update the current third party references for your survey. The data will need to be properly escaped and formatted. It is strongly recommended that you edit third party references using the UI and not the API. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","survey-wide-references"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c487b536-02b9-45fa-8966-43ab69c8f017","name":"Get Third Party References Copy","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"\"\\n\\t\\t\\n    <link href=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\\\" rel=\\\"stylesheet\\\" integrity=\\\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\\\" crossorigin=\\\"anonymous\\\">\\n<script src=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js\\\" integrity=\\\"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa\\\" crossorigin=\\\"anonymous\\\"></script>\\n\\n\\t\""},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/survey-wide-references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"443","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:59:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\"\\n\\t\\t\\n    <link href=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\\\" rel=\\\"stylesheet\\\" integrity=\\\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\\\" crossorigin=\\\"anonymous\\\">\\n<script src=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js\\\" integrity=\\\"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa\\\" crossorigin=\\\"anonymous\\\"></script>\\n\\n\\t\""}],"_postman_id":"1997057b-a282-4163-b1e2-10dbe30440cc"}],"id":"a66af591-e5b6-4f14-8b04-487869836291","description":"<p>Advanced features of a survey include custom survey wide javascript, survey wide CSS, and third party references. These settings will only apply if you have these features enabled in the system settings.</p>\n","event":[{"listen":"prerequest","script":{"id":"922abd75-f602-4056-8e51-e894d64cc8c6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7db43075-700f-4a1a-ba6d-5b4c6fab1afe","type":"text/javascript","exec":[""]}}],"_postman_id":"a66af591-e5b6-4f14-8b04-487869836291","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey ACL ","item":[{"name":"Get Survey ACL","id":"90e55e91-de4e-4b87-9af8-ec7ab120827c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/acl/","description":"<p>This endpoint can be utilized to pull the full access list for a survey. This will only retrieve data if you have access to the survey. </p>\n<p>Possible \"Permission\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Take</td>\n<td>Ability to complete a survey response</td>\n</tr>\n<tr>\n<td>AnalyzeData</td>\n<td>Ability to create and manage reports that contain this survey as a source</td>\n</tr>\n<tr>\n<td>Administer</td>\n<td>Manage survey settings and edit the survey. This will automatically apply Edit and Take permissions</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Ability to edit the surveys items and add new items and pages</td>\n</tr>\n<tr>\n<td>View Responses</td>\n<td>Ability to view individual survey response data</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","acl",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"aaa45da7-2e94-4f7e-8196-622b4b91061d","name":"Get Survey ACL","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/acl/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"410","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:40:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"entries\":[{\"id\":2738,\"grantee\":{\"grantee_id\":\"admin\",\"grantee_type\":\"Contact\"},\"permissions\":[\"Administer\",\"Edit\",\"Take\",\"AnalyzeData\",\"ViewResponses\"]},{\"id\":2773,\"grantee\":{\"grantee_id\":\"Everyone\",\"grantee_type\":\"PseudoContactGroup\"},\"permissions\":[\"Take\"]},{\"id\":2776,\"grantee\":{\"grantee_id\":\"1034\",\"grantee_type\":\"ContactGroup\"},\"permissions\":[]}],\"default_access\":{\"permissions\":[\"AnalyzeData\",\"Take\"]}}"}],"_postman_id":"90e55e91-de4e-4b87-9af8-ec7ab120827c"},{"name":"Get Survey ACL Entry","id":"6d49b48d-09d2-4960-ab6a-451315e2599c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/acl/entries/2738","description":"<p>This endpoint will return data for a single ACL entry for the survey. Both the surveyId and the entryId are required for this to return valid data.</p>\n<p>This endpoint can be utilized to pull the full access list for a survey. This will only retrieve data if you have access to the survey. </p>\n<p>Possible \"Permission\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Take</td>\n<td>Ability to complete a survey response</td>\n</tr>\n<tr>\n<td>AnalyzeData</td>\n<td>Ability to create and manage reports that contain this survey as a source</td>\n</tr>\n<tr>\n<td>Administer</td>\n<td>Manage survey settings and edit the survey. This will automatically apply Edit and Take permissions</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Ability to edit the surveys items and add new items and pages</td>\n</tr>\n<tr>\n<td>View Responses</td>\n<td>Ability to view individual survey response data</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","acl","entries","2738"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"386037b3-2df9-438f-b0ba-c749281a6f24","name":"Get Survey ACL Entry","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/acl/entries/{{entryId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"142","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 14:24:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":2738,\"grantee\":{\"grantee_id\":\"admin\",\"grantee_type\":\"Contact\"},\"permissions\":[\"Administer\",\"Edit\",\"Take\",\"AnalyzeData\",\"ViewResponses\"]}"}],"_postman_id":"6d49b48d-09d2-4960-ab6a-451315e2599c"},{"name":"Add Survey ACL Entry","id":"8beb49bd-d6ff-4806-b730-67f9a161905b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grantee\": {\n        \"grantee_id\": \"UserAdministrator\",\n        \"grantee_type\": \"Contact\"\n    },\n    \"permissions\": [\n        \"Administer\",\n        \"Edit\",\n        \"Take\",\n        \"AnalyzeData\",\n        \"ViewResponses\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/acl/entries","description":"<p>This endpoint will allow you to add an ACL entry to a survey. This will only grant access if the user is in a role capable of the permissions applied.</p>\n<p>Possible \"Permission\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Take</td>\n<td>Ability to complete a survey response</td>\n</tr>\n<tr>\n<td>AnalyzeData</td>\n<td>Ability to create and manage reports that contain this survey as a source</td>\n</tr>\n<tr>\n<td>Administer</td>\n<td>Manage survey settings and edit the survey. This will automatically apply Edit and Take permissions</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Ability to edit the surveys items and add new items and pages</td>\n</tr>\n<tr>\n<td>View Responses</td>\n<td>Ability to view individual survey response data</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","acl","entries"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"12b3c98b-d44d-4953-b406-a7ebb6867842","name":"Add Survey ACL Entry","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"grantee\": {\n        \"grantee_id\": \"UserAdministrator\",\n        \"grantee_type\": \"Contact\"\n    },\n    \"permissions\": [\n        \"Administer\",\n        \"Edit\",\n        \"Take\",\n        \"AnalyzeData\",\n        \"ViewResponses\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/acl/entries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"154","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 14:32:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":2782,\"grantee\":{\"grantee_id\":\"UserAdministrator\",\"grantee_type\":\"Contact\"},\"permissions\":[\"Administer\",\"Edit\",\"Take\",\"AnalyzeData\",\"ViewResponses\"]}"}],"_postman_id":"8beb49bd-d6ff-4806-b730-67f9a161905b"},{"name":"Edit Survey ACL Entry","id":"204e0ab0-606b-4e66-ac95-cdbdea050f57","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grantee\": {\n        \"grantee_id\": \"UserAdministrator\",\n        \"grantee_type\": \"Contact\"\n    },\n    \"permissions\": [\n        \"Administer\",\n        \"Edit\",\n        \"Take\",\n        \"AnalyzeData\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/acl/entries/2782","description":"<p>This endpoint will allow you to edit an ACL entry for a survey. This will overwrite the existing ACL entry with the new permissions supplied on the request. </p>\n<p>Possible \"Permission\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Take</td>\n<td>Ability to complete a survey response</td>\n</tr>\n<tr>\n<td>AnalyzeData</td>\n<td>Ability to create and manage reports that contain this survey as a source</td>\n</tr>\n<tr>\n<td>Administer</td>\n<td>Manage survey settings and edit the survey. This will automatically apply Edit and Take permissions</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Ability to edit the surveys items and add new items and pages</td>\n</tr>\n<tr>\n<td>View Responses</td>\n<td>Ability to view individual survey response data</td>\n</tr>\n</tbody>\n</table>\n</div><p>Possible \"grantee_type\" values for this method are : </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>grantee_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact</td>\n<td>Individual contact</td>\n</tr>\n<tr>\n<td>ContactGroup</td>\n<td>Checkbox contact group</td>\n</tr>\n<tr>\n<td>ContactGroupAD</td>\n<td>Active Direcotry group (On-Premise Enterprise customers only)</td>\n</tr>\n<tr>\n<td>PseudoContactGroup</td>\n<td>\"Everyone\" \"ContactList\" this refers to the permissions that every contact / user has over this group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","acl","entries","2782"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"73c16b8b-d866-430f-804c-43fc6e885467","name":"Edit Survey ACL Entry","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"grantee\": {\n        \"grantee_id\": \"UserAdministrator\",\n        \"grantee_type\": \"Contact\"\n    },\n    \"permissions\": [\n        \"Administer\",\n        \"Edit\",\n        \"Take\",\n        \"AnalyzeData\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/acl/entries/{{entryId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"138","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 14:33:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":2782,\"grantee\":{\"grantee_id\":\"UserAdministrator\",\"grantee_type\":\"Contact\"},\"permissions\":[\"Administer\",\"Edit\",\"Take\",\"AnalyzeData\"]}"}],"_postman_id":"204e0ab0-606b-4e66-ac95-cdbdea050f57"},{"name":"Delete Survey ACL Entry","id":"f5785bc6-301a-493d-9394-eb3db95045d3","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/acl/entries/2782","description":"<p>This endpoint will allow you to delete an ACL entry for a survey. This will only work if the entry exists for the survey and you have \"Edit\" access to the survey. </p>\n<ul>\n<li>Deleting a ACL entry will not prompt for a verification and cannot be undone.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","acl","entries","2782"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a5d7ddd8-9d9c-47dd-90ab-c78a2fc6bd3e","name":"Delete Survey ACL Entry","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/acl/entries/{{entryId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 13 Sep 2018 14:35:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5785bc6-301a-493d-9394-eb3db95045d3"},{"name":"Get Survey Default Access Policy","id":"f7833308-3d8b-4415-a406-e157be2a7879","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/acl/default-access","description":"<p>This endpoint can be utilized to retrieve the defualt access policy for the survey requested. These are the permissions that are applied to any user / contact not explicitly on the access control list. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","acl","default-access"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"18ed6dbf-f226-441a-9919-4d9bad9598f6","name":"Get Survey Default Access Policy","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/acl/default-access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"38","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:41:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"permissions\":[\"AnalyzeData\",\"Take\"]}"}],"_postman_id":"f7833308-3d8b-4415-a406-e157be2a7879"},{"name":"Edit Survey Default Access Policy","id":"04c97d6f-7e30-4900-aea3-bd2dfcfe4b8e","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"permissions\": [\n        \"AnalyzeData\",\n        \"Take\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/acl/default-access","description":"<p>This endpoint can be utilized to edit the default policy access list for a survey. These permissions will be applied to any contact not explicitly on the access list. </p>\n<p>Possible \"Permission\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Permission Name</th>\n<th>Access Granted</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Take</td>\n<td>Ability to complete a survey response</td>\n</tr>\n<tr>\n<td>AnalyzeData</td>\n<td>Ability to create and manage reports that contain this survey as a source</td>\n</tr>\n<tr>\n<td>Administer</td>\n<td>Manage survey settings and edit the survey. This will automatically apply Edit and Take permissions</td>\n</tr>\n<tr>\n<td>Edit</td>\n<td>Ability to edit the surveys items and add new items and pages</td>\n</tr>\n<tr>\n<td>View Responses</td>\n<td>Ability to view individual survey response data</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","acl","default-access"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"aaa12be2-77d4-4466-81f0-e0df04fac1e1","name":"Edit Survey Default Access Policy","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"permissions\": [\n        \"AnalyzeData\",\n        \"Take\"\n    ]\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/acl/default-access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"38","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 14:41:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"permissions\":[\"AnalyzeData\",\"Take\"]}"}],"_postman_id":"04c97d6f-7e30-4900-aea3-bd2dfcfe4b8e"}],"id":"aeea5132-14d5-4920-8509-f0b6c4535305","_postman_id":"aeea5132-14d5-4920-8509-f0b6c4535305","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey Pages","item":[{"name":"Get Survey Pages","id":"de7d494b-da9c-4b9d-8aee-f5a611efd1cd","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/pages","description":"<p>This endpoint will retrieve the list of pages with their branching and condition logic for a specific survey. You will need edit access for this to return valid data. This will not return item data. </p>\n<p>Branching and conditional logic is described in more detail in its own section which can be found on the left navigation pane. </p>\n<p>Checkbox has 3 different page types outlined below: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>page_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HiddenItems</td>\n<td>Page to store hidden items. Items populated with pre-survey data such as query strings and session variables</td>\n</tr>\n<tr>\n<td>ContentPage</td>\n<td>Page to store question and display items. These are the main content pages for your survey where your answerable items are created</td>\n</tr>\n<tr>\n<td>Completion</td>\n<td>Page to store action items (such as email alerts / responses) and where your thank you message should go</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","pages"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0182cb4d-efee-4453-bd72-a2d5162e8533","name":"Get Survey Pages","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/pages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"554","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 15:04:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[{\"id\":3075,\"survey_id\":1539,\"title\":\"Hidden Items\",\"position\":1,\"page_type\":\"HiddenItems\",\"include_condition\":{\"expressions\":[],\"groups\":[],\"logical_operator\":\"OR\"},\"branching_rules\":[]},{\"id\":3076,\"survey_id\":1539,\"title\":\"\",\"position\":2,\"page_type\":\"ContentPage\",\"include_condition\":{\"expressions\":[],\"groups\":[],\"logical_operator\":\"OR\"},\"branching_rules\":[]},{\"id\":3077,\"survey_id\":1539,\"title\":\"Completion Events\",\"position\":3,\"page_type\":\"Completion\",\"include_condition\":{\"expressions\":[],\"groups\":[],\"logical_operator\":\"OR\"},\"branching_rules\":[]}]"}],"_postman_id":"de7d494b-da9c-4b9d-8aee-f5a611efd1cd"},{"name":"Get Survey Page","id":"8e8179c0-1b30-4556-9c69-99bd5887c5b7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/pages/3076","description":"<p>This endpoint will retrieve a single page in a survey with its branching and conditional logic. This will also return its page type. </p>\n<p>Checkbox has 3 different page types outlined below: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>page_type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HiddenItems</td>\n<td>Page to store hidden items. Items populated with pre-survey data such as query strings and session variables</td>\n</tr>\n<tr>\n<td>ContentPage</td>\n<td>Page to store question and display items. These are the main content pages for your survey where your answerable items are created</td>\n</tr>\n<tr>\n<td>Completion</td>\n<td>Page to store action items (such as email alerts / responses) and where your thank you message should go</td>\n</tr>\n</tbody>\n</table>\n</div><p>An example response for a page with more complex branching and condition logic can be viewed by clicking on the request dropdown on the right side.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","pages","3076"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0f11df46-a732-4d62-a12d-ac1dc36a0840","name":"Page with complex branching and conditioning","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/pages/3076"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"877","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 18:57:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":3076,\"survey_id\":1539,\"title\":\"\",\"position\":2,\"page_type\":\"ContentPage\",\"include_condition\":{\"expressions\":[],\"groups\":[{\"id\":6425,\"expressions\":[{\"id\":6426,\"left_operand\":{\"item_id\":12561,\"operand_type\":\"SurveyItem\"},\"right_operand\":{\"value\":\"Checkbox\",\"operand_type\":\"String\"},\"operator\":\"Equal\"}],\"logical_operator\":\"AND\"},{\"id\":6427,\"expressions\":[{\"id\":6428,\"left_operand\":{\"profile_key\":\"ApplicationLanguage\",\"operand_type\":\"ProfileProperty\"},\"right_operand\":{\"value\":\"en-US\",\"operand_type\":\"String\"},\"operator\":\"Equal\"}],\"logical_operator\":\"AND\"}],\"logical_operator\":\"OR\"},\"branching_rules\":[{\"id\":5307,\"go_to_page_id\":3113,\"condition\":{\"expressions\":[],\"groups\":[{\"id\":6430,\"expressions\":[{\"id\":6431,\"left_operand\":{\"item_id\":12561,\"operand_type\":\"SurveyItem\"},\"right_operand\":null,\"operator\":\"NotAnswered\"}],\"logical_operator\":\"AND\"}],\"logical_operator\":\"OR\"}}]}"},{"id":"6e487384-773b-4f8a-9c92-29bc4401d4ca","name":"Get basic page with no logic","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/pages/{{pageId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"174","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 15:06:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":3076,\"survey_id\":1539,\"title\":\"\",\"position\":2,\"page_type\":\"ContentPage\",\"include_condition\":{\"expressions\":[],\"groups\":[],\"logical_operator\":\"OR\"},\"branching_rules\":[]}"}],"_postman_id":"8e8179c0-1b30-4556-9c69-99bd5887c5b7"},{"name":"Add Survey Page","id":"482e1afe-7a57-4f9c-8175-77774e9e4234","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My second page with the API\",\n    \"position\": 8,\n    \"page_type\": \"ContentPage\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    },\n    \"branching_rules\": []\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/pages","description":"<p>This endpoint can be utilized to add pages to your survey. Your page must contain a position higher then 1 and lower then the completion page. You can only add ContentPage pages to a survey. HiddenItem and Completion pages are added automatically when a survey is created. </p>\n<p>A basic example is shown on the right side. A more complex example with conditional logic can be found by clicking on the drop down above the sample request. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","pages"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c077e3b2-0d7e-410e-8b6f-0db46987be30","name":"Add Survey Page","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My second page with the API\",\n    \"position\": 8,\n    \"page_type\": \"ContentPage\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    },\n    \"branching_rules\": []\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/pages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"201","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 18:59:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":3123,\"survey_id\":1539,\"title\":\"My second page with the API\",\"position\":8,\"page_type\":\"ContentPage\",\"include_condition\":{\"expressions\":[],\"groups\":[],\"logical_operator\":\"OR\"},\"branching_rules\":[]}"},{"id":"f266aa71-e3e9-4849-943f-2d1d4413185a","name":"Add Survey Page with Conditions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \r\n   \"title\":\"My second page with the API\",\r\n   \"position\":8,\r\n   \"page_type\":\"ContentPage\",\r\n   \"include_condition\":{  \r\n      \"expressions\":[  \r\n\r\n      ],\r\n      \"groups\":[  \r\n         {  \r\n            \"expressions\":[  \r\n               {  \r\n                  \"left_operand\":{  \r\n                     \"item_id\":12561,\r\n                     \"operand_type\":\"SurveyItem\"\r\n                  },\r\n                  \"right_operand\":{  \r\n                     \"value\":\"Checkbox\",\r\n                     \"operand_type\":\"String\"\r\n                  },\r\n                  \"operator\":\"Equal\"\r\n               }\r\n            ],\r\n            \"logical_operator\":\"AND\"\r\n         }\r\n      ],\r\n      \"logical_operator\":\"OR\"\r\n   },\r\n   \"branching_rules\":[  \r\n\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/pages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"406","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:01:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":3124,\"survey_id\":1539,\"title\":\"My second page with the API\",\"position\":9,\"page_type\":\"ContentPage\",\"include_condition\":{\"expressions\":[],\"groups\":[{\"id\":6434,\"expressions\":[{\"id\":6435,\"left_operand\":{\"item_id\":12561,\"operand_type\":\"SurveyItem\"},\"right_operand\":{\"value\":\"Checkbox\",\"operand_type\":\"String\"},\"operator\":\"Equal\"}],\"logical_operator\":\"AND\"}],\"logical_operator\":\"OR\"},\"branching_rules\":[]}"}],"_postman_id":"482e1afe-7a57-4f9c-8175-77774e9e4234"},{"name":"Edit Survey Page","id":"cdee137e-ee05-4f8a-abbd-ea8dea891ab2","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My second page with the API\",\n    \"position\": 8,\n    \"page_type\": \"ContentPage\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    },\n    \"branching_rules\": []\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/pages/3123","description":"<p>This endpoint can be utilized to edit pages in your survey. Your page must contain a position higher then 1 and lower then the completion page. You can only modify pages with type ContentPage. You can add items to all pages using the items endpoints outlined further down the page. </p>\n<p>A basic example is shown on the right side. A more complex example with conditional logic can be found by clicking on the drop down above the sample request.</p>\n<ul>\n<li>Note that this will replace the existing page data with the new data sent in the request. If your page has condition and branching logic and you submit your request without that logic, the existing conditions and branches will be lost.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","pages","3123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5f24665d-8750-42bb-824d-417d79fdce57","name":"Edit Survey Page","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My second page with the API\",\n    \"position\": 8,\n    \"page_type\": \"ContentPage\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    },\n    \"branching_rules\": []\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/pages/{{pageId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"201","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:08:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":3123,\"survey_id\":1539,\"title\":\"My second page with the API\",\"position\":8,\"page_type\":\"ContentPage\",\"include_condition\":{\"expressions\":[],\"groups\":[],\"logical_operator\":\"OR\"},\"branching_rules\":[]}"},{"id":"ab637e63-d7fe-4664-af81-7f44e8431de4","name":"Edit Survey Page with Conditions","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \r\n   \"title\":\"My second page with the API\",\r\n   \"position\":8,\r\n   \"page_type\":\"ContentPage\",\r\n   \"include_condition\":{  \r\n      \"expressions\":[  \r\n\r\n      ],\r\n      \"groups\":[  \r\n         {  \r\n            \"expressions\":[  \r\n               {  \r\n                  \"left_operand\":{  \r\n                     \"item_id\":12561,\r\n                     \"operand_type\":\"SurveyItem\"\r\n                  },\r\n                  \"right_operand\":{  \r\n                     \"value\":\"Checkbox\",\r\n                     \"operand_type\":\"String\"\r\n                  },\r\n                  \"operator\":\"Equal\"\r\n               }\r\n            ],\r\n            \"logical_operator\":\"AND\"\r\n         }\r\n      ],\r\n      \"logical_operator\":\"OR\"\r\n   },\r\n   \"branching_rules\":[  \r\n\r\n   ]\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/pages/{{pageId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"406","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:09:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":3123,\"survey_id\":1539,\"title\":\"My second page with the API\",\"position\":8,\"page_type\":\"ContentPage\",\"include_condition\":{\"expressions\":[],\"groups\":[{\"id\":6436,\"expressions\":[{\"id\":6437,\"left_operand\":{\"item_id\":12561,\"operand_type\":\"SurveyItem\"},\"right_operand\":{\"value\":\"Checkbox\",\"operand_type\":\"String\"},\"operator\":\"Equal\"}],\"logical_operator\":\"AND\"}],\"logical_operator\":\"OR\"},\"branching_rules\":[]}"}],"_postman_id":"cdee137e-ee05-4f8a-abbd-ea8dea891ab2"},{"name":"Edit Survey Page Position","id":"d01be435-2d22-4336-8a83-3e3ea23c338a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{surveyId}/pages/{pageId}/position?position={int}","description":"<p>This endpoint can be utilized to move survey page. You can only move pages with type ContentPage.</p>\n<p>Response: If successful this will return a 204 no content response.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{surveyId}","pages","{pageId}","position"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>New survey page position.</p>\n","type":"text/plain"},"key":"position","value":"{int}"}],"variable":[]}},"response":[],"_postman_id":"d01be435-2d22-4336-8a83-3e3ea23c338a"},{"name":"Delete Survey Page","id":"13cb5f2e-4fe6-4a7d-9129-fe614df4c4bb","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/pages/3076","description":"<p>This endpoint will allow you to delete a page. This will delete all items, and hard delete responses for those items as well as any conditional and branching logic for this page. This action will not request a confirmation and cannot be undone. You should not utilize this method unless you are absolutely sure you want to delete the page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","pages","3076"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4a6346ab-4af3-4f20-a28c-ad2f5fc31384","name":"Delete Survey Page","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/pages/{{pageId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 13 Sep 2018 19:14:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13cb5f2e-4fe6-4a7d-9129-fe614df4c4bb"},{"name":"Get Items on Page","id":"3506447f-9e0c-43a3-ad32-46c465e148fb","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1539/pages/3113/items","description":"<p>This endpoint can be utilized to pull the list of items that exist on a page. The response from this method will change depending on the types of items in the page. If you are parsing this data automatically please make sure you are taking into account the different item formats. The item type is returned in the item_type property of the response. </p>\n<p>Current possible values for \"item_type\" are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>SingleLineText</th>\n<th>MultiLineText</th>\n<th>DropdownList</th>\n<th>RadioButtons</th>\n<th>Checkboxes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Rating</td>\n<td>RadioButtonScale</td>\n<td>Slider</td>\n<td>NetPromoterScale</td>\n<td>RankOrder</td>\n</tr>\n<tr>\n<td>MaxDiff</td>\n<td>Signature</td>\n<td>FileUpload</td>\n<td>Captcha</td>\n<td>Message</td>\n</tr>\n<tr>\n<td>Image</td>\n<td>Matrix</td>\n<td>MatrixQuestionColumnElement</td>\n<td>MatrixSumTotal</td>\n<td>Redirect</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>EmailResponse</td>\n<td>Javascript</td>\n<td>ProfileUpdater</td>\n<td>DisplayAnalysis</td>\n</tr>\n<tr>\n<td>DisplayResponse</td>\n<td>HiddenItem</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Samples for each item type can be found in the get survey item method below. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1539","pages","3113","items"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4d2d8c1f-3561-449a-b0cd-9e0d585bb46a","name":"Get Items on Page","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/pages/{{pageId}}/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1312","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:19:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[{\"layout\":\"Horizontal\",\"columns\":null,\"show_number_labels\":false,\"choices\":[{\"id\":10521,\"text\":\"a\",\"alias\":null,\"position\":0,\"is_default\":false,\"is_other\":false,\"is_none_of_above\":false,\"points\":null,\"image\":null},{\"id\":10522,\"text\":\"b\",\"alias\":null,\"position\":1,\"is_default\":false,\"is_other\":false,\"is_none_of_above\":false,\"points\":null,\"image\":null},{\"id\":10523,\"text\":\"c\",\"alias\":null,\"position\":2,\"is_default\":false,\"is_other\":false,\"is_none_of_above\":false,\"points\":null,\"image\":null}],\"randomize\":false,\"allow_other\":false,\"question_text\":\"<p>Test Radio button item</p>\",\"subtext\":\"\",\"is_required\":false,\"item_position\":\"Left\",\"question_text_position\":\"Top\",\"id\":12562,\"item_type\":\"RadioButtons\",\"page_id\":3113,\"position\":1,\"alias\":null,\"html_class\":null,\"include_condition\":{\"expressions\":[],\"groups\":[],\"logical_operator\":\"OR\"}},{\"default_text\":\"\",\"answer_format\":\"Unknown\",\"custom_format_reg_exp\":null,\"max_length\":null,\"min_value\":null,\"max_value\":null,\"autocomplete_list_id\":null,\"width\":null,\"question_text\":\"<p>Test single line item</p>\",\"subtext\":\"\",\"is_required\":false,\"item_position\":\"Left\",\"question_text_position\":\"Top\",\"id\":12563,\"item_type\":\"SingleLineText\",\"page_id\":3113,\"position\":2,\"alias\":\"\",\"html_class\":null,\"include_condition\":{\"expressions\":[],\"groups\":[],\"logical_operator\":\"OR\"}}]"}],"_postman_id":"3506447f-9e0c-43a3-ad32-46c465e148fb"},{"name":"Copy Survey Page","id":"7933fcaf-011d-41d7-8546-db41dc7ced14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{surveyId}/pages/{pageId}/copy?position={int}","description":"<p>This endpoint can be utilized to copy survey pages. You can only copy pages with type ContentPage.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{surveyId}","pages","{pageId}","copy"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Optional; Position of page copy in the survey, by default new page is added to the end.</p>\n<p>Response: page copy.</p>\n","type":"text/plain"},"key":"position","value":"{int}"}],"variable":[]}},"response":[],"_postman_id":"7933fcaf-011d-41d7-8546-db41dc7ced14"}],"id":"22e5f440-e9cc-40cb-bb4b-2dd091089df3","_postman_id":"22e5f440-e9cc-40cb-bb4b-2dd091089df3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey Items","item":[{"name":"Get Survey Item","id":"1650efd3-60da-4891-8eb8-faa4b6e0b233","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1519/items/11440","description":"<p>This endpoint will return the item data for a specific item in a survey. </p>\n<p>Different item types will return slightly different data depending on the type of item being returned. You should set up parsers for each item type in your survey if you are automating the process of retrieving item data. </p>\n<p>The type of item is returned through the response in the \"item_type\" field. Current possible values for this field are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>SingleLineText</th>\n<th>MultiLineText</th>\n<th>DropdownList</th>\n<th>RadioButtons</th>\n<th>Checkboxes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Rating</td>\n<td>RadioButtonScale</td>\n<td>Slider</td>\n<td>NetPromoterScale</td>\n<td>RankOrder</td>\n</tr>\n<tr>\n<td>MaxDiff</td>\n<td>Signature</td>\n<td>FileUpload</td>\n<td>Captcha</td>\n<td>Message</td>\n</tr>\n<tr>\n<td>Image</td>\n<td>Matrix</td>\n<td>MatrixQuestionColumnElement</td>\n<td>MatrixSumTotal</td>\n<td>Redirect</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>EmailResponse</td>\n<td>Javascript</td>\n<td>ProfileUpdater</td>\n<td>DisplayAnalysis</td>\n</tr>\n<tr>\n<td>DisplayResponse</td>\n<td>HiddenItem</td>\n<td>CustomSourceDropdown</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1519","items","11440"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"11b1b5b5-8478-4f49-922d-0a29f49111ea","name":"Response for Rating Item","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6385"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1228"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 13:51:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"rating_type\": \"Star\",\n    \"show_values\": false,\n    \"show_selected_value\": false,\n    \"option_size\": 50,\n    \"choices\": [\n        {\n            \"id\": 5259,\n            \"text\": \"1\",\n            \"alias\": \"1\",\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5260,\n            \"text\": \"2\",\n            \"alias\": \"2\",\n            \"position\": 2,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5261,\n            \"text\": \"3\",\n            \"alias\": \"3\",\n            \"position\": 3,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5262,\n            \"text\": \"4\",\n            \"alias\": \"4\",\n            \"position\": 4,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5263,\n            \"text\": \"5\",\n            \"alias\": \"5\",\n            \"position\": 5,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        }\n    ],\n    \"randomize\": false,\n    \"is_soft_required\":false,\n    \"allow_other\": false,\n    \"question_text\": \"This is <strong><span style=\\\"text-decoration: underline;\\\">rating item</span></strong>.<br /><br />Rate the work of our store\",\n    \"subtext\": \"<root />\",\n    \"is_required\": false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 6385,\n    \"item_type\": \"Rating\",\n    \"page_id\": 2570,\n    \"position\": 1,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"1ccaca58-e21a-4017-9dec-10cd7a90cd1b","name":"Response for Rank Order Item (Top N)","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1011/items/1415"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 31 Mar 2020 13:43:32 GMT"},{"key":"Content-Length","value":"1060"}],"cookie":[],"responseTime":null,"body":"{\n    \"rank_order_type\": \"TopN\",\n    \"option_type\": \"Text\",\n    \"min_to_rank\": 1,\n    \"max_to_rank\": 2,\n    \"randomize\": false,\n    \"choices\": [\n        {\n            \"id\": 1590,\n            \"text\": \"Choice 1\",\n            \"alias\": \"\",\n            \"position\": 0,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 1,\n            \"image\": null\n        },\n        {\n            \"id\": 1591,\n            \"text\": \"Choice 2\",\n            \"alias\": \"\",\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 2,\n            \"image\": null\n        },\n        {\n            \"id\": 1592,\n            \"text\": \"Choice 3\",\n            \"alias\": \"\",\n            \"position\": 2,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 3,\n            \"image\": null\n        },\n        {\n            \"id\": 1593,\n            \"text\": \"Choice 4\",\n            \"alias\": \"\",\n            \"position\": 3,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 4,\n            \"image\": null\n        }\n    ],\n    \"question_text\": \"<p><span style=\\\"font-family: Lato;\\\">Rank order question text.&nbsp;</span></p>\",\n    \"subtext\": \"<p><span style=\\\"font-family: Lato;\\\">Rank order subtext.</span></p>\",\n    \"is_required\": false,\n    \"is_soft_required\":false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 1415,\n    \"item_type\": \"RankOrder\",\n    \"page_id\": 1053,\n    \"position\": 4,\n    \"alias\": null,\n    \"html_class\": null,\n    \"include_condition\": null,\n    \"enabled\": true\n}"},{"id":"24031b91-b0d3-462c-9349-88ba9242eb55","name":"Response for Captcha Item ","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6425"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"458"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 13:56:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"captcha_type\": \"Visible\",\n    \"size\": \"Normal\",\n    \"theme\": \"Light\",\n    \"question_text\": \"This is <span style=\\\"text-decoration: underline;\\\">captcha item</span>.<br /><br />Enter captcha which you see on the screen\",\n    \"subtext\": \"<root />\",\n    \"is_required\": true,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 6425,\n    \"item_type\": \"Captcha\",\n    \"page_id\": 2580,\n    \"position\": 1,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"45c3b2d4-26d9-470d-b874-d99502fb8e78","name":"Response for Rank Order Item (Selectable Drag and Drop)","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1011/items/1412"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 31 Mar 2020 13:40:35 GMT"},{"key":"Content-Length","value":"1087"}],"cookie":[],"responseTime":null,"body":"{\n    \"rank_order_type\": \"SelectableDragnDrop\",\n    \"option_type\": \"Text\",\n    \"min_to_rank\": 1,\n    \"max_to_rank\": 2,\n    \"randomize\": false,\n    \"choices\": [\n        {\n            \"id\": 1578,\n            \"text\": \"Choice 1\",\n            \"alias\": \"\",\n            \"position\": 0,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 1,\n            \"image\": null\n        },\n        {\n            \"id\": 1579,\n            \"text\": \"Choice 2\",\n            \"alias\": \"\",\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 2,\n            \"image\": null\n        },\n        {\n            \"id\": 1580,\n            \"text\": \"Choice 3\",\n            \"alias\": \"\",\n            \"position\": 2,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 3,\n            \"image\": null\n        },\n        {\n            \"id\": 1581,\n            \"text\": \"Choice 4\",\n            \"alias\": \"\",\n            \"position\": 3,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 4,\n            \"image\": null\n        }\n    ],\n    \"question_text\": \"<p><span style=\\\"font-family: Lato;\\\">Rank order question text.&nbsp;</span></p>\",\n    \"subtext\": \"<p><span style=\\\"font-family: Lato;\\\">Rank order subtext.</span></p>\",\n    \"is_required\": false,\n    \"is_soft_required\":false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 1412,\n    \"item_type\": \"RankOrder\",\n    \"page_id\": 1053,\n    \"position\": 1,\n    \"alias\": null,\n    \"html_class\": null,\n    \"include_condition\": null,\n    \"enabled\": true\n}"},{"id":"50392798-c625-4de3-9992-10c54ec94930","name":"Response for Matrix Item","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/items/{{itemId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"4274","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:50:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"rows\":[{\"id\":1214,\"position\":1,\"row_type\":\"Subheading\",\"text\":\"Answer Set 1\",\"alias\":\"Answer Set 1\",\"include_condition\":null},{\"id\":1215,\"position\":2,\"row_type\":\"Normal\",\"text\":\"In which color do you prefer to paint your wall?\",\"alias\":\"Answer\",\"include_condition\":null},{\"id\":1216,\"position\":3,\"row_type\":\"Normal\",\"text\":\"In which color do you prefer to dye your hair?\",\"alias\":\"Answer 2\",\"include_condition\":null},{\"id\":1217,\"position\":4,\"row_type\":\"Normal\",\"text\":\"Which color do you prefer in clothes?\",\"alias\":\"\",\"include_condition\":null},{\"id\":1218,\"position\":5,\"row_type\":\"Subheading\",\"text\":\"Answer Set 2\",\"alias\":\"\",\"include_condition\":null},{\"id\":1219,\"position\":6,\"row_type\":\"Normal\",\"text\":\"Which word has 5 letters?\",\"alias\":\"\",\"include_condition\":null}],\"columns\":[{\"id\":1280,\"position\":2,\"column_type\":\"Question\",\"prototype_item\":{\"layout\":\"Horizontal\",\"columns\":null,\"show_number_labels\":false,\"choices\":[{\"id\":5418,\"text\":\"Black\",\"alias\":\"\",\"position\":1,\"is_default\":false,\"is_other\":false,\"is_none_of_above\":false,\"points\":0.0000,\"image\":null},{\"id\":5419,\"text\":\"White\",\"alias\":\"3\",\"position\":2,\"is_default\":false,\"is_other\":false,\"is_none_of_above\":false,\"points\":0.0000,\"image\":null},{\"id\":5420,\"text\":\"Yellow\",\"alias\":\"4\",\"position\":3,\"is_default\":false,\"is_other\":false,\"is_none_of_above\":false,\"points\":0.0000,\"image\":null},{\"id\":5421,\"text\":\"Pink\",\"alias\":\"\",\"position\":4,\"is_default\":false,\"is_other\":false,\"is_none_of_above\":false,\"points\":0.0000,\"image\":null}],\"randomize\":false,\"allow_other\":false,\"question_text\":\"Radio\",\"subtext\":\"\",\"is_required\":false,\"item_position\":\"Left\",\"question_text_position\":\"Top\",\"id\":6453,\"item_type\":\"RadioButtons\",\"alias\":\"\",\"html_class\":\"\",\"include_condition\":null},\"require_unique_answers\":false,\"width\":200},{\"id\":1445,\"position\":1,\"column_type\":\"RowTexts\",\"prototype_item\":null,\"require_unique_answers\":false,\"width\":null}],\"elements\":[{\"row\":1,\"column\":1,\"item\":{\"text\":\"Answer Set 1\",\"id\":6454,\"item_type\":\"Message\",\"alias\":\"Answer Set 1\",\"html_class\":null,\"include_condition\":null}},{\"row\":1,\"column\":2,\"item\":{\"prototype_item_type\":\"RadioButtons\",\"id\":6455,\"item_type\":\"MatrixQuestionColumnElement\",\"alias\":\"\",\"html_class\":\"\",\"include_condition\":null}},{\"row\":2,\"column\":1,\"item\":{\"text\":\"In which color do you prefer to paint your wall?\",\"id\":6456,\"item_type\":\"Message\",\"alias\":\"Answer\",\"html_class\":null,\"include_condition\":null}},{\"row\":2,\"column\":2,\"item\":{\"prototype_item_type\":\"RadioButtons\",\"id\":6457,\"item_type\":\"MatrixQuestionColumnElement\",\"alias\":\"\",\"html_class\":\"\",\"include_condition\":null}},{\"row\":3,\"column\":1,\"item\":{\"text\":\"In which color do you prefer to dye your hair?\",\"id\":6458,\"item_type\":\"Message\",\"alias\":\"Answer 2\",\"html_class\":null,\"include_condition\":null}},{\"row\":3,\"column\":2,\"item\":{\"prototype_item_type\":\"RadioButtons\",\"id\":6459,\"item_type\":\"MatrixQuestionColumnElement\",\"alias\":\"\",\"html_class\":\"\",\"include_condition\":null}},{\"row\":4,\"column\":1,\"item\":{\"text\":\"Which color do you prefer in clothes?\",\"id\":6462,\"item_type\":\"Message\",\"alias\":\"\",\"html_class\":null,\"include_condition\":null}},{\"row\":4,\"column\":2,\"item\":{\"prototype_item_type\":\"RadioButtons\",\"id\":6463,\"item_type\":\"MatrixQuestionColumnElement\",\"alias\":\"\",\"html_class\":\"\",\"include_condition\":null}},{\"row\":5,\"column\":1,\"item\":{\"text\":\"Answer Set 2\",\"id\":6460,\"item_type\":\"Message\",\"alias\":\"\",\"html_class\":null,\"include_condition\":null}},{\"row\":5,\"column\":2,\"item\":{\"prototype_item_type\":\"RadioButtons\",\"id\":6461,\"item_type\":\"MatrixQuestionColumnElement\",\"alias\":\"\",\"html_class\":\"\",\"include_condition\":null}},{\"row\":6,\"column\":1,\"item\":{\"text\":\"Which word has 5 letters?\",\"id\":6470,\"item_type\":\"Message\",\"alias\":\"\",\"html_class\":null,\"include_condition\":null}},{\"row\":6,\"column\":2,\"item\":{\"prototype_item_type\":\"RadioButtons\",\"id\":6471,\"item_type\":\"MatrixQuestionColumnElement\",\"alias\":\"\",\"html_class\":\"\",\"include_condition\":null}}],\"grid_lines\":\"Horizontal\",\"row_text_align\":\"Center\",\"width\":500,\"question_text\":\"1. This is matrix example with radio-buttons\",\"subtext\":\"<root />\",\"is_required\":false,\"item_position\":\"Left\",\"question_text_position\":\"Top\",\"id\":6452,\"item_type\":\"Matrix\",\"page_id\":2579,\"position\":2,\"alias\":\"\",\"html_class\":\"\",\"include_condition\":{\"expressions\":[],\"groups\":[],\"logical_operator\":\"OR\"}}"},{"id":"60772aa8-f3de-4a07-8871-1d3730bfa171","name":"Response for Hidden Item","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6486"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"269"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 13:59:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"question_text\": \"Test\",\n    \"subtext\": null,\n    \"variable_name\": \"Variable_1\",\n    \"variable_source\": \"QueryString\",\n    \"id\": 6486,\n    \"item_type\": \"HiddenItem\",\n    \"page_id\": 2566,\n    \"position\": 1,\n    \"alias\": null,\n    \"html_class\": null,\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"6a8d59ad-1991-4861-aee0-ec3f318da74b","name":"Response for File Upload Item","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6423"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"433"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 13:56:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"allowed_file_types\": [\n        \".jpeg\",\n        \".jpg\",\n        \".png\"\n    ],\n    \"question_text\": \"This is<span style=\\\"text-decoration: underline;\\\"> file upload item</span>.<br /><br />Upload your image:\",\n    \"subtext\": \"<root />\",\n    \"is_required\": false,\n    \"is_soft_required\":false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 6423,\n    \"item_type\": \"FileUpload\",\n    \"page_id\": 2578,\n    \"position\": 1,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"7e10e412-ec8f-4e5a-aac6-962aceca7fa9","name":"Response for Checkbox Item Type","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/items/{{itemId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1419","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 18:53:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/7.5","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"      },\r\n      {\r\n         \"id\":10421,\r\n         \"text\":\"Other: \",\r\n         \"alias\":null,\r\n         \"position\":5,\r\n         \"is_default\":false,\r\n         \"is_other\":true,\r\n         \"is_none_of_above\":false,\r\n         \"points\":null,\r\n         \"image\":null\r\n      }\r\n   ],\r\n   \"randomize\":true,\r\n   \"is_soft_required\":false,\r\n   \"allow_other\":true,\r\n   \"question_text\":\"<p>Please select your favorite color.</p>\",\r\n   \"subtext\":\"\",\r\n   \"is_required\":false,\r\n   \"item_position\":\"Left\",\r\n   \"question_text_position\":\"Top\",\r\n   \"id\":11440,\r\n   \"item_type\":\"Checkboxes\",\r\n   \"page_id\":2932,\r\n   \"position\":1,\r\n   \"alias\":\"Question Alias Text\",\r\n   \"html_class\":null,\r\n   \"include_condition\":{\r\n      \"expressions\":[\r\n         \r\n      ],\r\n      \"groups\":[\r\n         \r\n      ],\r\n      \"logical_operator\":\"OR\"\r\n   }\r\n}"},{"id":"845b7738-4777-431b-b4dd-5bab365138b1","name":"Response for Signature Item","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/items/{{itemId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"469","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:53:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n   \"width\":300,\r\n   \"height\":150,\r\n   \"pen_color\":\"#000000\",\r\n   \"question_text\":\"This is <strong><span style=\\\"text-decoration: underline;\\\">signature item.</span></strong><br /><br />Please, put your signature in this field\",\r\n   \"subtext\":\"<root />\",\r\n   \"is_required\":false,\r\n   \"is_soft_required\":false,\r\n   \"item_position\":\"Left\",\r\n   \"question_text_position\":\"Top\",\r\n   \"id\":6432,\r\n   \"item_type\":\"Signature\",\r\n   \"page_id\":2585,\r\n   \"position\":1,\r\n   \"alias\":\"\",\r\n   \"html_class\":\"\",\r\n   \"include_condition\":{\r\n      \"expressions\":[\r\n         \r\n      ],\r\n      \"groups\":[\r\n         \r\n      ],\r\n      \"logical_operator\":\"OR\"\r\n   }\r\n}"},{"id":"8fc14a02-13d0-469b-bfb1-738bf706204d","name":"Response for Rank Order Item (Numeric)","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1011/items/1414"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 31 Mar 2020 13:42:59 GMT"},{"key":"Content-Length","value":"1063"}],"cookie":[],"responseTime":null,"body":"{\n    \"rank_order_type\": \"Numeric\",\n    \"option_type\": \"Text\",\n    \"min_to_rank\": 1,\n    \"max_to_rank\": 2,\n    \"randomize\": false,\n    \"choices\": [\n        {\n            \"id\": 1586,\n            \"text\": \"Choice 1\",\n            \"alias\": \"\",\n            \"position\": 0,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 1,\n            \"image\": null\n        },\n        {\n            \"id\": 1587,\n            \"text\": \"Choice 2\",\n            \"alias\": \"\",\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 2,\n            \"image\": null\n        },\n        {\n            \"id\": 1588,\n            \"text\": \"Choice 3\",\n            \"alias\": \"\",\n            \"position\": 2,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 3,\n            \"image\": null\n        },\n        {\n            \"id\": 1589,\n            \"text\": \"Choice 4\",\n            \"alias\": \"\",\n            \"position\": 3,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 4,\n            \"image\": null\n        }\n    ],\n    \"question_text\": \"<p><span style=\\\"font-family: Lato;\\\">Rank order question text.&nbsp;</span></p>\",\n    \"subtext\": \"<p><span style=\\\"font-family: Lato;\\\">Rank order subtext.</span></p>\",\n    \"is_required\": false,\n    \"is_soft_required\":false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 1414,\n    \"item_type\": \"RankOrder\",\n    \"page_id\": 1053,\n    \"position\": 3,\n    \"alias\": null,\n    \"html_class\": null,\n    \"include_condition\": null,\n    \"enabled\": true\n}"},{"id":"96f296ff-fde3-4db7-8b55-e475657246ae","name":"Response for Slider Item (Number Range)","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6372"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"856","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:55:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"value_type\": \"NumberRange\",\n    \"min_value\": 0,\n    \"max_value\": 10,\n    \"step_size\": 1,\n    \"default_value\": 10,\n    \"choices\": [],\n    \"width\": 800,\n    \"alias_position\": \"DontShow\",\n    \"image_position\": \"Top\",\n    \"show_value\": true,\n    \"question_text\": \"This is <span style=\\\"text-decoration: underline;\\\"><strong>slider item.<br /></strong></span>User is able to arrange elements (images, text, numbers) above and bottom of slider in different variations.<br /><span style=\\\"text-decoration: underline;\\\"><strong><br /><br /></strong></span>Are you satisfied with our service? <span style=\\\"text-decoration: underline;\\\"><strong><br /></strong></span>\",\n    \"subtext\": \"<root />\",\n    \"is_required\": false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 6372,\n    \"item_type\": \"Slider\",\n    \"page_id\": 2568,\n    \"position\": 1,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"9cd0f63c-f6fa-4f74-9708-cddaf5a7674c","name":"Response for Custom Source Dropdown","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1010/items/1417"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 08 Apr 2020 14:33:42 GMT"},{"key":"Content-Length","value":"461"}],"cookie":[],"responseTime":null,"body":"{\n    \"choice_list_url\": \"https://restcountries.eu/rest/v2/all\",\n    \"value_field\": \"name\",\n    \"allow_other\": false,\n    \"other_text\": null,\n    \"show_number_labels\": false,\n    \"is_soft_required\":false,\n    \"question_text\": \"<p><span style=\\\"font-family: Lato;\\\">Test custom source</span></p>\",\n    \"subtext\": \"\",\n    \"is_required\": false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 1417,\n    \"item_type\": \"CustomSourceDropdown\",\n    \"page_id\": 1049,\n    \"position\": 4,\n    \"alias\": null,\n    \"html_class\": null,\n    \"include_condition\": null,\n    \"enabled\": true\n}"},{"id":"a973b6d3-54c6-4f04-956e-7228b7dc66b8","name":"Response for Message Item","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/items/{{itemId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1356","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:37:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"text\": \"Please take my survey!\",\n    \"id\": 6560,\n    \"item_type\": \"Message\",\n    \"page_id\": 2579,\n    \"position\": 1,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"b28f55f0-7b1f-4ffa-8b84-c79672a7dae3","name":"Response for Slider Item (Image)","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6374"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1505","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:56:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"value_type\": \"Image\",\n    \"min_value\": 0,\n    \"max_value\": 100,\n    \"step_size\": 1,\n    \"default_value\": null,\n    \"choices\": [\n        {\n            \"id\": 5209,\n            \"text\": \"\",\n            \"alias\": \"Happy\",\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": {\n                \"id\": \"661F121C-A121-4A01-94FD-6F05B17D34B2\",\n                \"content_id\": 1170,\n                \"file_name\": \"moodt_1.png\",\n                \"content_type\": \"\",\n                \"content_size\": null,\n                \"content_category\": \"Images\",\n                \"file_url\": \"/ViewContent.aspx?contentID=1170\"\n            }\n        },\n        {\n            \"id\": 5210,\n            \"text\": \"\",\n            \"alias\": \"Neutral\",\n            \"position\": 2,\n            \"is_default\": true,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": {\n                \"id\": \"D1285E70-EE14-4F5A-8378-E0D333AC3A00\",\n                \"content_id\": 1171,\n                \"file_name\": \"mood_3.png\",\n                \"content_type\": \"\",\n                \"content_size\": null,\n                \"content_category\": \"Images\",\n                \"file_url\": \"/ViewContent.aspx?contentID=1171\"\n            }\n        },\n        {\n            \"id\": 5211,\n            \"text\": \"\",\n            \"alias\": \"Unhappy\",\n            \"position\": 3,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": {\n                \"id\": \"3B91E476-BDFA-457F-9050-607E4A2BD5CA\",\n                \"content_id\": 1174,\n                \"file_name\": \"mood_2.png\",\n                \"content_type\": \"\",\n                \"content_size\": null,\n                \"content_category\": \"Images\",\n                \"file_url\": \"/ViewContent.aspx?contentID=1174\"\n            }\n        }\n    ],\n    \"width\": null,\n    \"alias_position\": \"DontShow\",\n    \"image_position\": \"Top\",\n    \"show_value\": true,\n    \"question_text\": \"Are you satisfied with our service?\",\n    \"subtext\": \"<root />\",\n    \"is_required\": false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 6374,\n    \"item_type\": \"Slider\",\n    \"page_id\": 2568,\n    \"position\": 3,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"d17c4e6c-1188-4858-9d71-a896b655519c","name":"Response for Multi-Line Text Item","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6422"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"529"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 13:55:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"default_text\": \"Hmmm....\",\n    \"allow_html\": true,\n    \"min_length\": null,\n    \"max_length\": null,\n    \"rows\": 20,\n    \"cols\": 80,\n    \"question_text\": \"This is<strong><span style=\\\"text-decoration: underline;\\\"> open-ended multi-line</span></strong>.<br /><br /><br />What is your favorite company?\",\n    \"subtext\": \"<root />\",\n    \"is_required\": false,\n    \"is_soft_required\":false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 6422,\n    \"item_type\": \"MultiLineText\",\n    \"page_id\": 2577,\n    \"position\": 1,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"e2aacdf2-8cf6-4ef7-881a-459f9419255b","name":"Response for Drop Down Item","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6395"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1245"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 13:53:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"show_number_labels\": false,\n    \"display_as_combobox\": false,\n    \"choices\": [\n        {\n            \"id\": 5310,\n            \"text\": \"USA\",\n            \"alias\": \"USA\",\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5311,\n            \"text\": \"UK\",\n            \"alias\": \"UK\",\n            \"position\": 2,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5312,\n            \"text\": \"Russia\",\n            \"alias\": \"Russia\",\n            \"position\": 3,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5313,\n            \"text\": \"France\",\n            \"alias\": \"France\",\n            \"position\": 4,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5314,\n            \"text\": \"China\",\n            \"alias\": \"China\",\n            \"position\": 5,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        }\n    ],\n    \"randomize\": false,\n    \"is_soft_required\":false,\n    \"allow_other\": false,\n    \"question_text\": \"This is<strong><span style=\\\"text-decoration: underline;\\\"> Drop Down List</span></strong>.<br /><br />In which country do you live?\",\n    \"subtext\": \"<root />\",\n    \"is_required\": false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 6395,\n    \"item_type\": \"DropdownList\",\n    \"page_id\": 2572,\n    \"position\": 1,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"eb8fd08b-643f-451c-900e-00727644fc40","name":"Response for Slider Item (Text)","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6373"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1089","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 19:56:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"value_type\": \"Text\",\n    \"min_value\": 0,\n    \"max_value\": 100,\n    \"step_size\": 1,\n    \"default_value\": null,\n    \"choices\": [\n        {\n            \"id\": 5212,\n            \"text\": \"Happy\",\n            \"alias\": \"Happy\",\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5215,\n            \"text\": \"Satisfied\",\n            \"alias\": \"Satisfied\",\n            \"position\": 2,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5213,\n            \"text\": \"Neutral\",\n            \"alias\": \"Neutral\",\n            \"position\": 3,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        },\n        {\n            \"id\": 5214,\n            \"text\": \"Unhappy\",\n            \"alias\": \"Unhappy\",\n            \"position\": 4,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 0,\n            \"image\": null\n        }\n    ],\n    \"width\": null,\n    \"alias_position\": \"DontShow\",\n    \"image_position\": \"Top\",\n    \"show_value\": true,\n    \"question_text\": \"Are you satisfied with our service?\",\n    \"subtext\": \"<root />\",\n    \"is_required\": false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 6373,\n    \"item_type\": \"Slider\",\n    \"page_id\": 2568,\n    \"position\": 2,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"f09ab4a5-c012-4a32-a9c7-c1213c3fe9b6","name":"Response for Single Line Text Item","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1409/items/6420"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"587"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 13:54:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"default_text\": \"\",\n    \"answer_format\": \"Email\",\n    \"custom_format_reg_exp\": \"\",\n    \"max_length\": null,\n    \"min_value\": null,\n    \"max_value\": null,\n    \"autocomplete_list_id\": null,\n    \"width\": null,\n    \"question_text\": \"This is <strong><span style=\\\"text-decoration: underline;\\\">open-ended single line item</span></strong>.<br /><br />Enter your email address:\",\n    \"subtext\": \"<root />\",\n    \"is_required\": false,\n    \"is_soft_required\":false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 6420,\n    \"item_type\": \"SingleLineText\",\n    \"page_id\": 2576,\n    \"position\": 1,\n    \"alias\": \"\",\n    \"html_class\": \"\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"},{"id":"f4f10b70-2332-4967-8204-ea07db8975eb","name":"Response for Rank Order Item (Drag and Drop)","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1011/items/1413"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 31 Mar 2020 13:42:23 GMT"},{"key":"Content-Length","value":"1076"}],"cookie":[],"responseTime":null,"body":"{\n    \"rank_order_type\": \"DragnDroppable\",\n    \"option_type\": \"Text\",\n    \"min_to_rank\": null,\n    \"max_to_rank\": null,\n    \"randomize\": false,\n    \"choices\": [\n        {\n            \"id\": 1582,\n            \"text\": \"Choice 1\",\n            \"alias\": \"\",\n            \"position\": 0,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 1,\n            \"image\": null\n        },\n        {\n            \"id\": 1583,\n            \"text\": \"Choice 2\",\n            \"alias\": \"\",\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 2,\n            \"image\": null\n        },\n        {\n            \"id\": 1584,\n            \"text\": \"Choice 3\",\n            \"alias\": \"\",\n            \"position\": 2,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 3,\n            \"image\": null\n        },\n        {\n            \"id\": 1585,\n            \"text\": \"Choice 4\",\n            \"alias\": \"\",\n            \"position\": 3,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": 4,\n            \"image\": null\n        }\n    ],\n    \"question_text\": \"<p><span style=\\\"font-family: Lato;\\\">Rank order question text.&nbsp;</span></p>\",\n    \"subtext\": \"<p><span style=\\\"font-family: Lato;\\\">Rank order subtext.</span></p>\",\n    \"is_required\": false,\n    \"is_soft_required\":false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 1413,\n    \"item_type\": \"RankOrder\",\n    \"page_id\": 1053,\n    \"position\": 2,\n    \"alias\": null,\n    \"html_class\": null,\n    \"include_condition\": null,\n    \"enabled\": true\n}"}],"_postman_id":"1650efd3-60da-4891-8eb8-faa4b6e0b233"},{"name":"Add Survey Item","id":"d453f427-8dc1-468d-81f5-d7f18ba2a84f","request":{"method":"POST","header":[{"key":"conten","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"page_id\":2931,\r\n   \"item_type\":\"HiddenItem\",\r\n   \"alias\":\"Hidden Item Alias\",\r\n   \"question_text\":\"Test Hidden Item\",\r\n   \"variable_name\":\"Variable_Name\",\r\n   \"variable_source\":\"QueryString\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1519/items","description":"<p>This endpoint can be utilized to add new items to a survey. This requires a valid item JSON, which you can retrieve from the GET method documentation above and alter to match your item configuration. The same request is for adding a hidden item to page 2931 (the hidden item page of survey 1519)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1519","items"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"641d3d3e-91e1-44c6-a997-d0b51f4135e8","name":"Add Survey Item","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"page_id\":2931,\r\n   \"item_type\":\"HiddenItem\",\r\n   \"alias\":\"Hidden Item Alias\",\r\n   \"question_text\":\"Test Hidden Item\",\r\n   \"variable_name\":\"Variable_Name\",\r\n   \"variable_source\":\"QueryString\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"300"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 14:08:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"question_text\": \"Test Hidden Item\",\n    \"subtext\": null,\n    \"variable_name\": \"Variable_Name\",\n    \"variable_source\": \"QueryString\",\n    \"id\": 13458,\n    \"item_type\": \"HiddenItem\",\n    \"page_id\": 2931,\n    \"position\": 2,\n    \"alias\": \"Hidden Item Alias\",\n    \"html_class\": null,\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"}],"_postman_id":"d453f427-8dc1-468d-81f5-d7f18ba2a84f"},{"name":"Edit Survey Item","id":"30dc71ff-f866-49a8-aa45-f1a7f2090b3d","request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"choices\":[  \r\n      {  \r\n         \"id\":11793,\r\n         \"is_default\":false,\r\n         \"text\":\"a\",\r\n         \"alias\":null,\r\n         \"position\":0\r\n      },\r\n      {  \r\n         \"id\":11794,\r\n         \"is_default\":false,\r\n         \"text\":\"b\",\r\n         \"alias\":null,\r\n         \"position\":1\r\n      },\r\n      {  \r\n         \"id\":11795,\r\n         \"is_default\":false,\r\n         \"text\":\"c\",\r\n         \"alias\":null,\r\n         \"position\":2\r\n      },\r\n      {\r\n      \t\"is_default\": false,\r\n      \t\"text\": \"d\",\r\n      \t\"alias\": null,\r\n      \t\"position\": 3\r\n      },\r\n      {  \r\n         \"is_default\":false,\r\n         \"is_none_of_above\":false,\r\n         \"is_other\":true,\r\n         \"position\":4,\r\n         \"text\":\"Other: Test\"\r\n      }\r\n   ],\r\n   \"layout\":\"Vertical\",\r\n   \"columns\":null,\r\n   \"show_number_labels\":true,\r\n   \"randomize\":false,\r\n   \"allow_other\":true,\r\n   \"question_text\":\"<p>Test</p>\",\r\n   \"subtext\":\"<p>Test</p>\",\r\n   \"is_required\":false,\r\n   \"item_position\":\"Left\",\r\n   \"question_text_position\":\"Top\",\r\n   \"id\":13309,\r\n   \"item_type\":\"RadioButtons\",\r\n   \"page_id\":2932,\r\n   \"position\":1,\r\n   \"alias\":null,\r\n   \"html_class\":null,\r\n   \"include_condition\":{  \r\n      \"groups\":[  \r\n\r\n      ],\r\n      \"logical_operator\":\"OR\"\r\n   },\r\n   \"other_value\":\"Other: Test\",\r\n   \"surveyId\":\"1519\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1519/items/13309","description":"<p>This endpoint can be utilized to edit an existing item in a survey. This requires valid item JSON to work properly. It is suggested that you do a get on the method to retrieve its valid JSON and then use PUT to edit the item. </p>\n<ul>\n<li>It is very important that when modifying an item with response options (checkbox, radio button, drop down etc) that if the option has an ID you pass that ID back in with the option. If you do not do this you will be removing the option from the list. Failing to pass the ID with the option will delete the option from Checkbox, including all answers for that option. You can add new options by adding them without the ID parameter, see \"D\" option example on the right.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1519","items","13309"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"95c5acc5-40b5-451c-bc7c-6938b42f13e2","name":"Edit Survey Item","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"choices\":[  \r\n      {  \r\n         \"id\":11793,\r\n         \"is_default\":false,\r\n         \"text\":\"a\",\r\n         \"alias\":null,\r\n         \"position\":0\r\n      },\r\n      {  \r\n         \"id\":11794,\r\n         \"is_default\":false,\r\n         \"text\":\"b\",\r\n         \"alias\":null,\r\n         \"position\":1\r\n      },\r\n      {  \r\n         \"id\":11795,\r\n         \"is_default\":false,\r\n         \"text\":\"c\",\r\n         \"alias\":null,\r\n         \"position\":2\r\n      },\r\n      {\r\n      \t\"is_default\": false,\r\n      \t\"text\": \"d\",\r\n      \t\"alias\": null,\r\n      \t\"position\": 3\r\n      },\r\n      {  \r\n         \"is_default\":false,\r\n         \"is_none_of_above\":false,\r\n         \"is_other\":true,\r\n         \"position\":4,\r\n         \"text\":\"Other: Test\"\r\n      }\r\n   ],\r\n   \"layout\":\"Vertical\",\r\n   \"columns\":null,\r\n   \"show_number_labels\":true,\r\n   \"randomize\":false,\r\n   \"allow_other\":true,\r\n   \"question_text\":\"<p>Test</p>\",\r\n   \"subtext\":\"<p>Test</p>\",\r\n   \"is_required\":false,\r\n   \"item_position\":\"Left\",\r\n   \"question_text_position\":\"Top\",\r\n   \"id\":13309,\r\n   \"item_type\":\"RadioButtons\",\r\n   \"page_id\":2932,\r\n   \"position\":1,\r\n   \"alias\":null,\r\n   \"html_class\":null,\r\n   \"include_condition\":{  \r\n      \"groups\":[  \r\n\r\n      ],\r\n      \"logical_operator\":\"OR\"\r\n   },\r\n   \"other_value\":\"Other: Test\",\r\n   \"surveyId\":\"1519\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/items/{{itemId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1110"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 14:12:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"layout\": \"Vertical\",\n    \"columns\": null,\n    \"show_number_labels\": true,\n    \"choices\": [\n        {\n            \"id\": 11793,\n            \"text\": \"a\",\n            \"alias\": null,\n            \"position\": 0,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": null,\n            \"image\": null\n        },\n        {\n            \"id\": 11794,\n            \"text\": \"b\",\n            \"alias\": null,\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": null,\n            \"image\": null\n        },\n        {\n            \"id\": 11795,\n            \"text\": \"c\",\n            \"alias\": null,\n            \"position\": 2,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": null,\n            \"image\": null\n        },\n        {\n            \"id\": 11908,\n            \"text\": \"d\",\n            \"alias\": null,\n            \"position\": 3,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": null,\n            \"image\": null\n        },\n        {\n            \"id\": 11909,\n            \"text\": \"Other: Test\",\n            \"alias\": null,\n            \"position\": 4,\n            \"is_default\": false,\n            \"is_other\": true,\n            \"is_none_of_above\": false,\n            \"points\": null,\n            \"image\": null\n        }\n    ],\n    \"randomize\": false,\n    \"allow_other\": true,\n    \"question_text\": \"<p>Test</p>\",\n    \"subtext\": \"<p>Test</p>\",\n    \"is_required\": false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 13309,\n    \"item_type\": \"RadioButtons\",\n    \"page_id\": 2932,\n    \"position\": 1,\n    \"alias\": null,\n    \"html_class\": null,\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [],\n        \"logical_operator\": \"OR\"\n    }\n}"}],"_postman_id":"30dc71ff-f866-49a8-aa45-f1a7f2090b3d"},{"name":"Edit Survey Item Position","id":"35d82b60-d48a-4e72-a14e-9e86a6736005","request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"survey_id\":1519,\r\n   \"item_id\":13310,\r\n   \"page_id\":2932,\r\n   \"position\":2\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1519/items/13310/page-position","description":"<p>This endpoint can be utilized to edit the position of the survey item on the page. This will just move one item, and have the other items in the survey moved up or down depending on their location relative to the item being moved. </p>\n<p>If successful this will return a 204 no content response. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1519","items","13310","page-position"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"dadbc45b-2e5d-44d0-8cb2-336e2042c84b","name":"Edit Survey Item Position","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"survey_id\":1519,\r\n   \"item_id\":13310,\r\n   \"page_id\":2932,\r\n   \"position\":2\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/items/{{itemId}}/page-position"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 14:21:12 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"35d82b60-d48a-4e72-a14e-9e86a6736005"},{"name":"Copy Survey Item","id":"33608606-b7d4-4794-90a6-642ef219d932","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"?page_id={int}&position={int}","description":"<p>This endpoint can be utilized to copy survey items. Items are copied within the same survey only.</p>\n<p>Response: item copy.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"query":[{"description":{"content":"<p>Optional; Destination survey page, by default item copy is added to the page that has source survey item.</p>\n","type":"text/plain"},"key":"page_id","value":"{int}"},{"description":{"content":"<p>Optional; Position of item copy on the survey page, by default new item is added to the end of the destination survey page</p>\n","type":"text/plain"},"key":"position","value":"{int}"}],"variable":[]}},"response":[],"_postman_id":"33608606-b7d4-4794-90a6-642ef219d932"},{"name":"Delete Item","id":"82d6a029-c69e-4370-8fb1-beb6297e2107","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1519/items/13309","description":"<p>This endpoint can be utilized to delete an item from a survey. This will delete all responses for the item as well.</p>\n<ul>\n<li>This action cannot be undone, will not request confirmation, and will hard delete response data.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1519","items","13309"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"76e89c3d-f1ff-4ab1-8942-d07b034d60d1","name":"Delete Item","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/items/{{itemId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Oct 2018 14:22:51 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"82d6a029-c69e-4370-8fb1-beb6297e2107"}],"id":"52c00a3f-8474-4589-9dc3-09324fa6e3fd","_postman_id":"52c00a3f-8474-4589-9dc3-09324fa6e3fd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey Translations","item":[{"name":"Export Survey Text","id":"38703237-e38c-4bb5-b1bb-b1dc015a5c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1010/texts/export","description":"<p>This endpoint can be utilized to retrieve the survey text in JSON format. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1010","texts","export"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38703237-e38c-4bb5-b1bb-b1dc015a5c42"}],"id":"abf9dfdc-fc16-4681-9ff6-6d4e10c0e6bd","_postman_id":"abf9dfdc-fc16-4681-9ff6-6d4e10c0e6bd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Branching & Conditions","item":[{"name":"Get Left Operands","id":"dc0d3b0b-6bb4-4d9d-b071-c926d41c1748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{SurveyID}}/expression-builder/left-operand-source?item_id={{ItemID}}&rule_type={{RuleType}}&page_id={{PageID}}&language_code=en-US","description":"<p>This method can be utilized to pull the list of acceptable left operand values for your expression. </p>\n<p>You will need to populate either item_id or page_id depending on if you are working with page logic or item logic. You will also need to populate the rule_type variable with the type of rule you are trying to edit / add. The acceptable options are: ItemIncludeCondition, PageBranchingRules, PageIncludeCondition</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{{SurveyID}}","expression-builder","left-operand-source"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Leave empty if working with page logic</p>\n","type":"text/plain"},"key":"item_id","value":"{{ItemID}}"},{"description":{"content":"<p>Possible values: ItemIncludeCondition, PageBranchingRules, PageIncludeCondition</p>\n","type":"text/plain"},"key":"rule_type","value":"{{RuleType}}"},{"description":{"content":"<p>Leave empty if working with item logic</p>\n","type":"text/plain"},"key":"page_id","value":"{{PageID}}"},{"key":"language_code","value":"en-US"}],"variable":[]}},"response":[{"id":"e79aa18e-6886-4132-bf85-6fcdef211b65","name":"Get Left Operands","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{SurveyID}}/expression-builder/left-operand-source?item_id={{ItemID}}&rule_type={{RuleType}}&page_id={{PageID}}&language_code=en-US","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","surveys","{{SurveyID}}","expression-builder","left-operand-source"],"query":[{"key":"item_id","value":"{{ItemID}}","description":"Leave empty if working with page logic"},{"key":"rule_type","value":"{{RuleType}}","description":"Possible values: ItemIncludeCondition, PageBranchingRules, PageIncludeCondition"},{"key":"page_id","value":"{{PageID}}"},{"key":"language_code","value":"en-US"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"573d6d49-da14-4638-96cb-8ae54ff22392"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 22 Jul 2021 17:45:50 GMT"},{"key":"Content-Length","value":"1706"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 1924,\n            \"text\": \"1.1 - Test\"\n        }\n    ],\n    \"profile_properties\": [\n        {\n            \"key\": \"Address_1\",\n            \"name\": \"Address_1\"\n        },\n        {\n            \"key\": \"Address_2\",\n            \"name\": \"Address_2\"\n        },\n        {\n            \"key\": \"ApplicationLanguage\",\n            \"name\": \"ApplicationLanguage\"\n        },\n        {\n            \"key\": \"City\",\n            \"name\": \"City\"\n        },\n        {\n            \"key\": \"Country\",\n            \"name\": \"Country\"\n        },\n        {\n            \"key\": \"Custom_1\",\n            \"name\": \"Custom_1\"\n        },\n        {\n            \"key\": \"Custom_2\",\n            \"name\": \"Custom_2\"\n        },\n        {\n            \"key\": \"Custom_3\",\n            \"name\": \"Custom_3\"\n        },\n        {\n            \"key\": \"Department\",\n            \"name\": \"Department\"\n        },\n        {\n            \"key\": \"Email\",\n            \"name\": \"Email\"\n        },\n        {\n            \"key\": \"FirstName\",\n            \"name\": \"FirstName\"\n        },\n        {\n            \"key\": \"Group\",\n            \"name\": \"Group\"\n        },\n        {\n            \"key\": \"LastName\",\n            \"name\": \"LastName\"\n        },\n        {\n            \"key\": \"Location\",\n            \"name\": \"Location\"\n        },\n        {\n            \"key\": \"Organization\",\n            \"name\": \"Organization\"\n        },\n        {\n            \"key\": \"Phone_1\",\n            \"name\": \"Phone_1\"\n        },\n        {\n            \"key\": \"Phone_2\",\n            \"name\": \"Phone_2\"\n        },\n        {\n            \"key\": \"Postal_Code\",\n            \"name\": \"Postal_Code\"\n        },\n        {\n            \"key\": \"State_Region\",\n            \"name\": \"State_Region\"\n        },\n        {\n            \"key\": \"Title\",\n            \"name\": \"Title\"\n        },\n        {\n            \"key\": \"UserName\",\n            \"name\": \"UserName\"\n        },\n        {\n            \"key\": \"Website\",\n            \"name\": \"Website\"\n        }\n    ],\n    \"response_properties\": [\n        {\n            \"key\": \"CurrentDateROTW\",\n            \"name\": \"Current Date (DD/MM/YYYY)\"\n        },\n        {\n            \"key\": \"CurrentDateUS\",\n            \"name\": \"Current Date (MM/DD/YYYY)\"\n        },\n        {\n            \"key\": \"CurrentScore\",\n            \"name\": \"Current Survey Score\"\n        },\n        {\n            \"key\": \"Ended\",\n            \"name\": \"Survey Completed Date\"\n        },\n        {\n            \"key\": \"Invitee\",\n            \"name\": \"Invitee\"\n        },\n        {\n            \"key\": \"IP\",\n            \"name\": \"IP Address\"\n        },\n        {\n            \"key\": \"IsComplete\",\n            \"name\": \"Survey Response Is Complete\"\n        },\n        {\n            \"key\": \"Language\",\n            \"name\": \"Response Language\"\n        },\n        {\n            \"key\": \"LastEdit\",\n            \"name\": \"Survey Response Last Modified\"\n        },\n        {\n            \"key\": \"LastPageViewed\",\n            \"name\": \"Last Page Viewed\"\n        },\n        {\n            \"key\": \"NetworkUser\",\n            \"name\": \"Network Login\"\n        },\n        {\n            \"key\": \"RespondentGuid\",\n            \"name\": \"Respondent GUID\"\n        },\n        {\n            \"key\": \"ResponseGuid\",\n            \"name\": \"Response GUID\"\n        },\n        {\n            \"key\": \"ResponseID\",\n            \"name\": \"Numeric Response ID\"\n        },\n        {\n            \"key\": \"Started\",\n            \"name\": \"Survey Start Date\"\n        },\n        {\n            \"key\": \"UniqueIdentifier\",\n            \"name\": \"Username\"\n        }\n    ]\n}"}],"_postman_id":"dc0d3b0b-6bb4-4d9d-b071-c926d41c1748"},{"name":"Get Operators","id":"15cd38af-d9fc-485f-953b-6ae7bb05c845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{SurveyID}}/expression-builder/operators?left_operand_type={{LeftOperandType}}&left_operand_value={{LeftOperandValue}}","description":"<p>This method can be used to pull the acceptable operators for your expression. Not all operators are supported by all expressions. You should make sure that you utilize this method and pull the acceptable list before attempting to add an operator. Using an invalid operator could prevent your logic from functioning.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{{SurveyID}}","expression-builder","operators"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>This is the type for the left operand. Supported values are SurveyItem, ProfileProperty, and ResponseProperty.</p>\n","type":"text/plain"},"key":"left_operand_type","value":"{{LeftOperandType}}"},{"description":{"content":"<p>The value of the left operand. This would be the \"key\" value returned from the Get Left Operands method. </p>\n","type":"text/plain"},"key":"left_operand_value","value":"{{LeftOperandValue}}"}],"variable":[]}},"response":[{"id":"5cb892c1-b37f-452b-b526-e344833b172c","name":"Get Operators","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{SurveyID}}/expression-builder/operators?left_operand_type={{LeftOperandType}}&left_operand_value={{LeftOperandValue}}","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","surveys","{{SurveyID}}","expression-builder","operators"],"query":[{"key":"left_operand_type","value":"{{LeftOperandType}}","description":"This is the type for the left operand. Supported values are SurveyItem, ProfileProperty, and ResponseProperty."},{"key":"left_operand_value","value":"{{LeftOperandValue}}","description":"The value of the left operand. This would be the \"key\" value returned from the Get Left Operands method. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"59eb821d-0e0e-4012-9270-befc42c14620"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 22 Jul 2021 17:56:00 GMT"},{"key":"Content-Length","value":"129"}],"cookie":[],"responseTime":null,"body":"[\n    \"Equal\",\n    \"NotEqual\",\n    \"GreaterThan\",\n    \"GreaterThanEqual\",\n    \"LessThan\",\n    \"LessThanEqual\",\n    \"Contains\",\n    \"DoesNotContain\",\n    \"IsNull\",\n    \"IsNotNull\"\n]"}],"_postman_id":"15cd38af-d9fc-485f-953b-6ae7bb05c845"},{"name":"Get Right Operands","id":"921042f3-6438-4487-9c22-42e7e53aa7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{SurveyID}}/expression-builder/right-operand-source?left_operand_type={{LeftOperandType}}&left_operand_value={{LeftOperandValue}}&operator={{Operator}}&language_code=en-US","description":"<p>This method will allow you to receive the possible values for the right operand. If this returns a \"string\" for operand type then any string value you enter will be valid for the right operand. If it returns values such as \"choice\" then you must supply a value that is returned from this method as a right operand or the logic will not function properly.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{{SurveyID}}","expression-builder","right-operand-source"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>This is the type for the left operand. Supported values are SurveyItem, ProfileProperty, and ResponseProperty.</p>\n","type":"text/plain"},"key":"left_operand_type","value":"{{LeftOperandType}}"},{"description":{"content":"<p>The value of the left operand. This would be the \"key\" value returned from the Get Left Operands method.</p>\n","type":"text/plain"},"key":"left_operand_value","value":"{{LeftOperandValue}}"},{"description":{"content":"<p>This is the operator value to be assigned to the logic. This should be an acceptable item from the Get Operators list.</p>\n","type":"text/plain"},"key":"operator","value":"{{Operator}}"},{"key":"language_code","value":"en-US"}],"variable":[]}},"response":[{"id":"c3b45725-f40b-4495-a04a-216f4a175f14","name":"Get Right Operands","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1041/expression-builder/right-operand-source?left_operand_type=SurveyItem&left_operand_value=1924&operator=Equal&language_code=en-US","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","surveys","1041","expression-builder","right-operand-source"],"query":[{"key":"left_operand_type","value":"SurveyItem"},{"key":"left_operand_value","value":"1924"},{"key":"operator","value":"Equal"},{"key":"language_code","value":"en-US"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"3ab51fad-5899-42b6-96a4-2e7fd91a8561"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 22 Jul 2021 18:50:54 GMT"},{"key":"Content-Length","value":"105"}],"cookie":[],"responseTime":null,"body":"{\n    \"operand_type\": \"Choice\",\n    \"data_type\": \"Choices\",\n    \"choices\": [\n        {\n            \"id\": 4858,\n            \"text\": \"a\"\n        },\n        {\n            \"id\": 4859,\n            \"text\": \"b\"\n        }\n    ]\n}"}],"_postman_id":"921042f3-6438-4487-9c22-42e7e53aa7ca"},{"name":"Edit Item with Conditions","id":"03a93465-540d-402c-9da8-525edb81bde4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"choices\": [\r\n        {\r\n            \"id\": 4860,\r\n            \"is_default\": false,\r\n            \"text\": \"t\",\r\n            \"alias\": null,\r\n            \"points\": null,\r\n            \"position\": 0\r\n        },\r\n        {\r\n            \"id\": 4861,\r\n            \"is_default\": false,\r\n            \"text\": \"b\",\r\n            \"alias\": null,\r\n            \"points\": null,\r\n            \"position\": 1\r\n        },\r\n        {\r\n            \"id\": 4862,\r\n            \"is_default\": false,\r\n            \"text\": \"c\",\r\n            \"alias\": null,\r\n            \"points\": null,\r\n            \"position\": 2\r\n        }\r\n    ],\r\n    \"item_type\": \"Checkboxes\",\r\n    \"alias\": null,\r\n    \"html_class\": null,\r\n    \"select_min_limit\": null,\r\n    \"select_max_limit\": null,\r\n    \"randomize\": false,\r\n    \"allow_other\": false,\r\n    \"other_value\": \"Other:\",\r\n    \"none_value\": \"None Of The Above\",\r\n    \"allow_none_of_above\": false,\r\n    \"question_text_position\": \"Top\",\r\n    \"item_position\": \"Left\",\r\n    \"layout\": \"Vertical\",\r\n    \"columns\": 1,\r\n    \"show_number_labels\": false,\r\n    \"is_required\": false,\r\n    \"is_soft_required\": false,\r\n    \"width\": null,\r\n    \"page_id\": 1201,\r\n    \"question_text\": \"<p>Test</p>\",\r\n    \"subtext\": \"<p>test</p>\",\r\n    \"enabled\": true,\r\n    \"include_condition\": {\r\n        \"groups\": [\r\n            {\r\n                \"expressions\": [\r\n                    {\r\n                        \"source\": \"SurveyItem\",\r\n                        \"question\": 1924,\r\n                        \"operator\": \"Equal\",\r\n                        \"value\": 4859,\r\n                        \"questions_list\": [\r\n                            {\r\n                                \"key\": 1924,\r\n                                \"name\": \"1.1 - Test\"\r\n                            }\r\n                        ],\r\n                        \"operand_type\": \"Choice\",\r\n                        \"expression_choices\": [\r\n                            {\r\n                                \"id\": 4858,\r\n                                \"text\": \"a\"\r\n                            },\r\n                            {\r\n                                \"id\": 4859,\r\n                                \"text\": \"b\"\r\n                            }\r\n                        ],\r\n                        \"is_value_type_text\": false,\r\n                        \"is_value_type_date\": false,\r\n                        \"is_value_type_choices\": true,\r\n                        \"left_operand\": {\r\n                            \"item_id\": 1924,\r\n                            \"operand_type\": \"SurveyItem\"\r\n                        },\r\n                        \"right_operand\": {\r\n                            \"choice_id\": 4859,\r\n                            \"operand_type\": \"Choice\",\r\n                            \"item_id\": 1924\r\n                        }\r\n                    }\r\n                ],\r\n                \"logical_operator\": \"AND\"\r\n            }\r\n        ],\r\n        \"logical_operator\": \"OR\"\r\n    },\r\n    \"id\": 1925,\r\n    \"language\": \"en-US\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{SurveyID}}/items/{{ItemID}}","description":"<p>This method matches the \"Edit Survey Item\" method above however with more detailed information regarding condition logic.</p>\n<p>It is important that when you utilize this method to assign conditions that you pass in all other item data as well, or the item will be updated to not include that data. IE if you do not have choice options in the PUT request, all of your choices for the item will be removed. There is no way to retrieve those options once this is done. Be very careful using this method.  </p>\n<p>For the include_condition logic. You will need a group of expressions. Each expression has a \"Source\", the id of the source, its operator, and a question list that is associated with that expression. </p>\n<p>The left_operand, right_operand, and operator  values can be obtained from using the Get Left Operands, Get Operators, and Get Right Operands functions above. </p>\n<p>You can view the \"Request\" information below to see how to format the data for the conditional logic.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{{SurveyID}}","items","{{ItemID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"618a4100-33a2-46c9-92fa-42f4e22cefc7","name":"Edit Item with Conditions","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"choices\": [\r\n        {\r\n            \"id\": 4860,\r\n            \"is_default\": false,\r\n            \"text\": \"t\",\r\n            \"alias\": null,\r\n            \"points\": null,\r\n            \"position\": 0\r\n        },\r\n        {\r\n            \"id\": 4861,\r\n            \"is_default\": false,\r\n            \"text\": \"b\",\r\n            \"alias\": null,\r\n            \"points\": null,\r\n            \"position\": 1\r\n        },\r\n        {\r\n            \"id\": 4862,\r\n            \"is_default\": false,\r\n            \"text\": \"c\",\r\n            \"alias\": null,\r\n            \"points\": null,\r\n            \"position\": 2\r\n        }\r\n    ],\r\n    \"item_type\": \"Checkboxes\",\r\n    \"alias\": null,\r\n    \"html_class\": null,\r\n    \"select_min_limit\": null,\r\n    \"select_max_limit\": null,\r\n    \"randomize\": false,\r\n    \"allow_other\": false,\r\n    \"other_value\": \"Other:\",\r\n    \"none_value\": \"None Of The Above\",\r\n    \"allow_none_of_above\": false,\r\n    \"question_text_position\": \"Top\",\r\n    \"item_position\": \"Left\",\r\n    \"layout\": \"Vertical\",\r\n    \"columns\": 1,\r\n    \"show_number_labels\": false,\r\n    \"is_required\": false,\r\n    \"is_soft_required\": false,\r\n    \"width\": null,\r\n    \"page_id\": 1201,\r\n    \"question_text\": \"<p>Test</p>\",\r\n    \"subtext\": \"<p>test</p>\",\r\n    \"enabled\": true,\r\n    \"include_condition\": {\r\n        \"groups\": [\r\n            {\r\n                \"expressions\": [\r\n                    {\r\n                        \"source\": \"SurveyItem\",\r\n                        \"question\": 1924,\r\n                        \"operator\": \"Equal\",\r\n                        \"value\": 4859,\r\n                        \"questions_list\": [\r\n                            {\r\n                                \"key\": 1924,\r\n                                \"name\": \"1.1 - Test\"\r\n                            }\r\n                        ],\r\n                        \"operand_type\": \"Choice\",\r\n                        \"expression_choices\": [\r\n                            {\r\n                                \"id\": 4858,\r\n                                \"text\": \"a\"\r\n                            },\r\n                            {\r\n                                \"id\": 4859,\r\n                                \"text\": \"b\"\r\n                            }\r\n                        ],\r\n                        \"is_value_type_text\": false,\r\n                        \"is_value_type_date\": false,\r\n                        \"is_value_type_choices\": true,\r\n                        \"left_operand\": {\r\n                            \"item_id\": 1924,\r\n                            \"operand_type\": \"SurveyItem\"\r\n                        },\r\n                        \"right_operand\": {\r\n                            \"choice_id\": 4859,\r\n                            \"operand_type\": \"Choice\",\r\n                            \"item_id\": 1924\r\n                        }\r\n                    }\r\n                ],\r\n                \"logical_operator\": \"AND\"\r\n            }\r\n        ],\r\n        \"logical_operator\": \"OR\"\r\n    },\r\n    \"id\": 1925,\r\n    \"language\": \"en-US\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1041/items/1925"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"763be66b-df88-4868-95ba-70e123979dad"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 22 Jul 2021 18:58:07 GMT"},{"key":"Content-Length","value":"1151"}],"cookie":[],"responseTime":null,"body":"{\n    \"select_min_limit\": null,\n    \"select_max_limit\": null,\n    \"allow_none_of_above\": false,\n    \"layout\": \"Vertical\",\n    \"columns\": 1,\n    \"show_number_labels\": false,\n    \"choices\": [\n        {\n            \"id\": 4860,\n            \"text\": \"t\",\n            \"alias\": null,\n            \"position\": 0,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": null,\n            \"image\": null\n        },\n        {\n            \"id\": 4861,\n            \"text\": \"b\",\n            \"alias\": null,\n            \"position\": 1,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": null,\n            \"image\": null\n        },\n        {\n            \"id\": 4862,\n            \"text\": \"c\",\n            \"alias\": null,\n            \"position\": 2,\n            \"is_default\": false,\n            \"is_other\": false,\n            \"is_none_of_above\": false,\n            \"points\": null,\n            \"image\": null\n        }\n    ],\n    \"randomize\": false,\n    \"allow_other\": false,\n    \"question_text\": \"<p>Test</p>\",\n    \"subtext\": \"<p>test</p>\",\n    \"is_required\": false,\n    \"is_soft_required\": false,\n    \"item_position\": \"Left\",\n    \"question_text_position\": \"Top\",\n    \"id\": 1925,\n    \"item_type\": \"Checkboxes\",\n    \"page_id\": 1201,\n    \"position\": 2,\n    \"alias\": null,\n    \"html_class\": null,\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [\n            {\n                \"id\": 1419,\n                \"expressions\": [\n                    {\n                        \"id\": 1420,\n                        \"left_operand\": {\n                            \"item_id\": 1924,\n                            \"operand_type\": \"SurveyItem\"\n                        },\n                        \"right_operand\": {\n                            \"choice_id\": 4859,\n                            \"item_id\": 1924,\n                            \"operand_type\": \"Choice\"\n                        },\n                        \"operator\": \"Equal\"\n                    }\n                ],\n                \"logical_operator\": \"AND\"\n            }\n        ],\n        \"logical_operator\": \"OR\"\n    },\n    \"enabled\": true\n}"}],"_postman_id":"03a93465-540d-402c-9da8-525edb81bde4"},{"name":"Edit Page with Branching Logic","id":"690d15fc-e4f4-4085-8ebb-e660bf9aeb26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"survey_id\": 1041,\r\n    \"id\": 1201,\r\n    \"title\": \"\",\r\n    \"position\": 2,\r\n    \"page_type\": \"ContentPage\",\r\n    \"include_condition\": null,\r\n    \"branching_rules\": [\r\n        {\r\n            \"go_to_page_id\": 1202,\r\n            \"groups\": [\r\n                {\r\n                    \"expressions\": [\r\n                        {\r\n                            \"source\": \"SurveyItem\",\r\n                            \"question\": 1924,\r\n                            \"operator\": \"Equal\",\r\n                            \"value\": 4858,\r\n                            \"questions_list\": [\r\n                                {\r\n                                    \"key\": 1924,\r\n                                    \"name\": \"1.1 - Test\"\r\n                                },\r\n                                {\r\n                                    \"key\": 1925,\r\n                                    \"name\": \"1.2 - Test\"\r\n                                }\r\n                            ],\r\n                            \"operand_type\": \"Choice\",\r\n                            \"expression_choices\": [\r\n                                {\r\n                                    \"id\": 4858,\r\n                                    \"text\": \"a\"\r\n                                },\r\n                                {\r\n                                    \"id\": 4859,\r\n                                    \"text\": \"b\"\r\n                                }\r\n                            ],\r\n                            \"is_value_type_text\": false,\r\n                            \"is_value_type_date\": false,\r\n                            \"is_value_type_choices\": true,\r\n                            \"left_operand\": {\r\n                                \"item_id\": 1924,\r\n                                \"operand_type\": \"SurveyItem\"\r\n                            },\r\n                            \"right_operand\": {\r\n                                \"choice_id\": 4858,\r\n                                \"operand_type\": \"Choice\",\r\n                                \"item_id\": 1924\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"logical_operator\": \"AND\"\r\n                }\r\n            ],\r\n            \"id\": 1232,\r\n            \"condition\": {\r\n                \"groups\": [\r\n                    {\r\n                        \"expressions\": [\r\n                            {\r\n                                \"source\": \"SurveyItem\",\r\n                                \"question\": 1924,\r\n                                \"operator\": \"Equal\",\r\n                                \"value\": 4858,\r\n                                \"questions_list\": [\r\n                                    {\r\n                                        \"key\": 1924,\r\n                                        \"name\": \"1.1 - Test\"\r\n                                    },\r\n                                    {\r\n                                        \"key\": 1925,\r\n                                        \"name\": \"1.2 - Test\"\r\n                                    }\r\n                                ],\r\n                                \"operand_type\": \"Choice\",\r\n                                \"expression_choices\": [\r\n                                    {\r\n                                        \"id\": 4858,\r\n                                        \"text\": \"a\"\r\n                                    },\r\n                                    {\r\n                                        \"id\": 4859,\r\n                                        \"text\": \"b\"\r\n                                    }\r\n                                ],\r\n                                \"is_value_type_text\": false,\r\n                                \"is_value_type_date\": false,\r\n                                \"is_value_type_choices\": true,\r\n                                \"left_operand\": {\r\n                                    \"item_id\": 1924,\r\n                                    \"operand_type\": \"SurveyItem\"\r\n                                },\r\n                                \"right_operand\": {\r\n                                    \"choice_id\": 4858,\r\n                                    \"operand_type\": \"Choice\",\r\n                                    \"item_id\": 1924\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"logical_operator\": \"AND\"\r\n                    }\r\n                ],\r\n                \"logical_operator\": \"OR\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{SurveyID}}/pages/{{PageID}}","description":"<p>This method matches the \"Edit Survey Page\" method above however with more detailed information regarding condition logic.</p>\n<p>It is important that when you utilize this method to assign conditions that you pass in all other page data as well, or the page will be updated to not include that data. IE if you do not have the page title populated when you submit this request, the page title will be lost. There is no way to recover data that is lost in this way.</p>\n<p>For the branching_rules logic. You will need a group of expressions. Each expression has a \"Source\", the id of the source, its operator, and a question list that is associated with that expression. Branching logic also requires a \"go_to_page_id\" variable to know what page to go to. This must be a page that is after the page the branching logic is added to. If the page id entered here is before the current page your survey may not work or could lose response data. </p>\n<p>The left_operand, right_operand, and operator values can be obtained from using the Get Left Operands, Get Operators, and Get Right Operands functions above.</p>\n<p>You can view the \"Request\" information below to see how to format the data for the conditional logic.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{{SurveyID}}","pages","{{PageID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8a6b9171-5c98-4349-85e0-b8376d618047","name":"Edit Page with Branching Logic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"survey_id\": 1041,\r\n    \"id\": 1201,\r\n    \"title\": \"\",\r\n    \"position\": 2,\r\n    \"page_type\": \"ContentPage\",\r\n    \"include_condition\": null,\r\n    \"branching_rules\": [\r\n        {\r\n            \"go_to_page_id\": 1202,\r\n            \"groups\": [\r\n                {\r\n                    \"expressions\": [\r\n                        {\r\n                            \"source\": \"SurveyItem\",\r\n                            \"question\": 1924,\r\n                            \"operator\": \"Equal\",\r\n                            \"value\": 4858,\r\n                            \"questions_list\": [\r\n                                {\r\n                                    \"key\": 1924,\r\n                                    \"name\": \"1.1 - Test\"\r\n                                },\r\n                                {\r\n                                    \"key\": 1925,\r\n                                    \"name\": \"1.2 - Test\"\r\n                                }\r\n                            ],\r\n                            \"operand_type\": \"Choice\",\r\n                            \"expression_choices\": [\r\n                                {\r\n                                    \"id\": 4858,\r\n                                    \"text\": \"a\"\r\n                                },\r\n                                {\r\n                                    \"id\": 4859,\r\n                                    \"text\": \"b\"\r\n                                }\r\n                            ],\r\n                            \"is_value_type_text\": false,\r\n                            \"is_value_type_date\": false,\r\n                            \"is_value_type_choices\": true,\r\n                            \"left_operand\": {\r\n                                \"item_id\": 1924,\r\n                                \"operand_type\": \"SurveyItem\"\r\n                            },\r\n                            \"right_operand\": {\r\n                                \"choice_id\": 4858,\r\n                                \"operand_type\": \"Choice\",\r\n                                \"item_id\": 1924\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"logical_operator\": \"AND\"\r\n                }\r\n            ],\r\n            \"id\": 1232,\r\n            \"condition\": {\r\n                \"groups\": [\r\n                    {\r\n                        \"expressions\": [\r\n                            {\r\n                                \"source\": \"SurveyItem\",\r\n                                \"question\": 1924,\r\n                                \"operator\": \"Equal\",\r\n                                \"value\": 4858,\r\n                                \"questions_list\": [\r\n                                    {\r\n                                        \"key\": 1924,\r\n                                        \"name\": \"1.1 - Test\"\r\n                                    },\r\n                                    {\r\n                                        \"key\": 1925,\r\n                                        \"name\": \"1.2 - Test\"\r\n                                    }\r\n                                ],\r\n                                \"operand_type\": \"Choice\",\r\n                                \"expression_choices\": [\r\n                                    {\r\n                                        \"id\": 4858,\r\n                                        \"text\": \"a\"\r\n                                    },\r\n                                    {\r\n                                        \"id\": 4859,\r\n                                        \"text\": \"b\"\r\n                                    }\r\n                                ],\r\n                                \"is_value_type_text\": false,\r\n                                \"is_value_type_date\": false,\r\n                                \"is_value_type_choices\": true,\r\n                                \"left_operand\": {\r\n                                    \"item_id\": 1924,\r\n                                    \"operand_type\": \"SurveyItem\"\r\n                                },\r\n                                \"right_operand\": {\r\n                                    \"choice_id\": 4858,\r\n                                    \"operand_type\": \"Choice\",\r\n                                    \"item_id\": 1924\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"logical_operator\": \"AND\"\r\n                    }\r\n                ],\r\n                \"logical_operator\": \"OR\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1041/pages/1201"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"d1d1d616-5307-446b-b595-5106f5fc3d0d"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 22 Jul 2021 19:01:22 GMT"},{"key":"Content-Length","value":"440"}],"cookie":[],"responseTime":null,"body":"{\n    \"survey_id\": 1041,\n    \"id\": 1201,\n    \"title\": \"\",\n    \"position\": 2,\n    \"page_type\": \"ContentPage\",\n    \"include_condition\": null,\n    \"branching_rules\": [\n        {\n            \"id\": 1232,\n            \"go_to_page_id\": 1202,\n            \"condition\": {\n                \"expressions\": [],\n                \"groups\": [\n                    {\n                        \"id\": 1423,\n                        \"expressions\": [\n                            {\n                                \"id\": 1424,\n                                \"left_operand\": {\n                                    \"item_id\": 1924,\n                                    \"operand_type\": \"SurveyItem\"\n                                },\n                                \"right_operand\": {\n                                    \"choice_id\": 4858,\n                                    \"item_id\": 1924,\n                                    \"operand_type\": \"Choice\"\n                                },\n                                \"operator\": \"Equal\"\n                            }\n                        ],\n                        \"logical_operator\": \"AND\"\n                    }\n                ],\n                \"logical_operator\": \"OR\"\n            }\n        }\n    ]\n}"}],"_postman_id":"690d15fc-e4f4-4085-8ebb-e660bf9aeb26"},{"name":"Edit Page With Conditions","id":"54bada00-ab99-43e1-b0e4-f2316a44d222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"survey_id\": 1041,\r\n    \"id\": 1201,\r\n    \"title\": \"\",\r\n    \"position\": 2,\r\n    \"page_type\": \"ContentPage\",\r\n    \"include_condition\": {\r\n        \"groups\": [\r\n            {\r\n                \"expressions\": [\r\n                    {\r\n                        \"source\": \"SurveyItem\",\r\n                        \"question\": 1926,\r\n                        \"operator\": \"Equal\",\r\n                        \"value\": \"Test\",\r\n                        \"questions_list\": [\r\n                            {\r\n                                \"key\": 1926,\r\n                                \"name\": \"0.1 - Test\"\r\n                            }\r\n                        ],\r\n                        \"operand_type\": \"String\",\r\n                        \"expression_choices\": [],\r\n                        \"is_value_type_text\": true,\r\n                        \"is_value_type_date\": false,\r\n                        \"is_value_type_choices\": false,\r\n                        \"left_operand\": {\r\n                            \"item_id\": 1926,\r\n                            \"operand_type\": \"SurveyItem\"\r\n                        },\r\n                        \"right_operand\": {\r\n                            \"value\": \"Test\",\r\n                            \"operand_type\": \"String\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"logical_operator\": \"AND\"\r\n            }\r\n        ],\r\n        \"logical_operator\": \"OR\"\r\n    },\r\n    \"branching_rules\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1041/pages/1201","description":"<p>This method matches the \"Edit Survey Page\" method above however with more detailed information regarding condition logic.</p>\n<p>It is important that when you utilize this method to assign conditions that you pass in all other page data as well, or the page will be updated to not include that data. IE if you do not have the page title populated when you submit this request, the page title will be lost. There is no way to recover data that is lost in this way.</p>\n<p>For the include_condition logic. You will need a group of expressions. Each expression has a \"Source\", the id of the source, its operator, and a question list that is associated with that expression.</p>\n<p>The left_operand, right_operand, and operator values can be obtained from using the Get Left Operands, Get Operators, and Get Right Operands functions above.</p>\n<p>You can view the \"Request\" information below to see how to format the data for the conditional logic.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1041","pages","1201"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4378f09c-c1be-4e28-9897-188a76e1cec4","name":"Edit Page With Conditions","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"survey_id\": 1041,\r\n    \"id\": 1201,\r\n    \"title\": \"\",\r\n    \"position\": 2,\r\n    \"page_type\": \"ContentPage\",\r\n    \"include_condition\": {\r\n        \"groups\": [\r\n            {\r\n                \"expressions\": [\r\n                    {\r\n                        \"source\": \"SurveyItem\",\r\n                        \"question\": 1926,\r\n                        \"operator\": \"Equal\",\r\n                        \"value\": \"Test\",\r\n                        \"questions_list\": [\r\n                            {\r\n                                \"key\": 1926,\r\n                                \"name\": \"0.1 - Test\"\r\n                            }\r\n                        ],\r\n                        \"operand_type\": \"String\",\r\n                        \"expression_choices\": [],\r\n                        \"is_value_type_text\": true,\r\n                        \"is_value_type_date\": false,\r\n                        \"is_value_type_choices\": false,\r\n                        \"left_operand\": {\r\n                            \"item_id\": 1926,\r\n                            \"operand_type\": \"SurveyItem\"\r\n                        },\r\n                        \"right_operand\": {\r\n                            \"value\": \"Test\",\r\n                            \"operand_type\": \"String\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"logical_operator\": \"AND\"\r\n            }\r\n        ],\r\n        \"logical_operator\": \"OR\"\r\n    },\r\n    \"branching_rules\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1041/pages/1201"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"7a0ab511-f1d7-420e-a425-060b7b538814"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 22 Jul 2021 19:04:05 GMT"},{"key":"Content-Length","value":"374"}],"cookie":[],"responseTime":null,"body":"{\n    \"survey_id\": 1041,\n    \"id\": 1201,\n    \"title\": \"\",\n    \"position\": 2,\n    \"page_type\": \"ContentPage\",\n    \"include_condition\": {\n        \"expressions\": [],\n        \"groups\": [\n            {\n                \"id\": 1438,\n                \"expressions\": [\n                    {\n                        \"id\": 1439,\n                        \"left_operand\": {\n                            \"item_id\": 1926,\n                            \"operand_type\": \"SurveyItem\"\n                        },\n                        \"right_operand\": {\n                            \"value\": \"Test\",\n                            \"operand_type\": \"String\"\n                        },\n                        \"operator\": \"Equal\"\n                    }\n                ],\n                \"logical_operator\": \"AND\"\n            }\n        ],\n        \"logical_operator\": \"OR\"\n    },\n    \"branching_rules\": []\n}"}],"_postman_id":"54bada00-ab99-43e1-b0e4-f2316a44d222"}],"id":"c8cddb12-0cd0-4f21-a069-da7530d01b43","description":"<p>The documentation in this section will explain how to edit pages and items with branching and conditional logic. This should only be done using the API by someone with a deep knowledge of JSON and how to utilize an API. If you are a beginner with APIs we strongly advise you to use the applications user interface to modify and add conditions and branching logic.</p>\n<p>There are two types of logic that Checkbox supports, we refer to them as \"include_conditions\" and \"branching rules\". Each of these contains groups of logic, all separated by logical operators. </p>\n<p>Each group contains a list of expressions. Each expression contains a left operand, right operand, and an operator. </p>\n<p>Left operand is the source of the logic, what the input will be compared to.\nThe operator is the comparison logic (\"NotEqual\", \"Equal\", etc)\nRight operand is the comparison value</p>\n<p>You can see the following methods for examples on how this is formatted in the request.</p>\n","_postman_id":"c8cddb12-0cd0-4f21-a069-da7530d01b43","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}}],"id":"6f536387-388d-485b-8370-5a80f7d65111","description":"<p>The surveys endpoint can be utilized to pull survey data (not response data), create, edit, delete and manage survey meta data. This endpoint can also be utilized to move a survey into a folder or archive a survey. </p>\n","event":[{"listen":"prerequest","script":{"id":"a994efdf-ec20-4241-aea3-efd88b06c5cd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8f8aaa34-0ef6-4a63-8643-b8bc69241247","type":"text/javascript","exec":[""]}}],"_postman_id":"6f536387-388d-485b-8370-5a80f7d65111","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Responses","item":[{"name":"Export to CSV","id":"4ad4b40a-e345-47cb-9afd-ed1ac2ec14fa","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1651/export-responses/csv?include_test_responses=true&include_open_ended_results=true&include_hidden_items=true&include_partial_responses=true&include_detailed_response_info=true&include_detailed_contact_info=true&include_detailed_score_info=true&include_possible_score=true&strip_html_tags=true&export_rank_order_points=true&export_with_aliases=true&start_date=2018-11-18&end_date=2018-12-18&merge_select_multiple_results=true","description":"<p>This endpoint can be utilized to retrieve a CSV file with the response data for the survey. This will return the same file that can be retrieved from the user interface. </p>\n<p>You can then parse this file or distribute it outside of Checkbox.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1651","export-responses","csv"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>true/false - Specifies whether to include responses that have been labeled as test responses using the Checkbox UI</p>\n","type":"text/plain"},"key":"include_test_responses","value":"true"},{"description":{"content":"<p>true/false - Specifies whether to include open ended questions in the export.</p>\n","type":"text/plain"},"key":"include_open_ended_results","value":"true"},{"description":{"content":"<p>true/false - Specifies whether to include values for \"hidden\" item types</p>\n","type":"text/plain"},"key":"include_hidden_items","value":"true"},{"description":{"content":"<p>true/false - Specifies whether to include responses that haven't been completed.</p>\n","type":"text/plain"},"key":"include_partial_responses","value":"true"},{"key":"include_detailed_response_info","value":"true"},{"key":"include_detailed_contact_info","value":"true"},{"key":"include_detailed_score_info","value":"true"},{"key":"include_possible_score","value":"true"},{"key":"strip_html_tags","value":"true"},{"key":"export_rank_order_points","value":"true"},{"key":"export_with_aliases","value":"true"},{"description":{"content":"<p>(Optional) Start date to filter exported responses using the date of the response.</p>\n","type":"text/plain"},"key":"start_date","value":"2018-11-18"},{"description":{"content":"<p>(Optional) End date to filter exported responses using the date of the response.</p>\n","type":"text/plain"},"key":"end_date","value":"2018-12-18"},{"key":"merge_select_multiple_results","value":"true"},{"disabled":true,"key":"","value":"true"}],"variable":[]}},"response":[{"id":"c4f26ef5-6698-49e9-b13e-ab3f9157221c","name":"Export to CSV","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1651/export-responses/csv?include_test_responses=true&include_open_ended_results=true&include_hidden_items=true&include_partial_responses=true&include_detailed_response_info=true&include_detailed_contact_info=true&include_detailed_score_info=true&strip_html_tags=true&export_rank_order_points=true&export_with_aliases=true","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","surveys","1651","export-responses","csv"],"query":[{"key":"include_test_responses","value":"true"},{"key":"include_open_ended_results","value":"true"},{"key":"include_hidden_items","value":"true"},{"key":"include_partial_responses","value":"true"},{"key":"include_detailed_response_info","value":"true"},{"key":"include_detailed_contact_info","value":"true"},{"key":"include_detailed_score_info","value":"true"},{"key":"strip_html_tags","value":"true"},{"key":"export_rank_order_points","value":"true"},{"key":"export_with_aliases","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/csv"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"Content-Disposition","value":"attachment; filename=\"Export CSV Test Survey-responses-2018-12-21.csv\""},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 21 Dec 2018 14:22:49 GMT"}],"cookie":[],"responseTime":null,"body":"\"ResponseID\",\"Score\",\"<p>Radio button item</p>\",\"<p>Checkbox Item</p>_Option 1 \",\"<p>Checkbox Item</p>_Option 2\",\"<p>Checkbox Item</p>_Option 3\"\r\n\"408256\",\"0\",\"Option 1\",\"0\",\"1\",\"0\"\r\n\"408257\",\"0\",\"Option 3\",\"0\",\"1\",\"0\"\r\n\"408258\",\"0\",\"Option 1\",\"1\",\"0\",\"0\"\r\n"}],"_postman_id":"4ad4b40a-e345-47cb-9afd-ed1ac2ec14fa"},{"name":"Get Responses","id":"a411bc10-3887-4b42-85d7-d58243b6483a","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1651/responses?include_test=true&min_started_date=2018-11-18&respondent_id=admin&status=completed&page_num=1&page_size=25&sort_by=Started","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1651","responses"],"host":["{{URL}}"],"query":[{"key":"include_test","value":"true"},{"key":"min_started_date","value":"2018-11-18"},{"key":"respondent_id","value":"admin"},{"key":"status","value":"completed"},{"key":"page_num","value":"1"},{"key":"page_size","value":"25"},{"key":"sort_by","value":"Started"}],"variable":[]}},"response":[{"id":"41360ecd-b7f2-4530-a673-237a1639af34","name":"Get Responses","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1651/responses?include_test=true&min_started_date=2018-11-18&respondent_id=admin&status=completed&page_num=1&page_size=25&sort_by=Started","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","surveys","1651","responses"],"query":[{"key":"include_test","value":"true"},{"key":"min_started_date","value":"2018-11-18"},{"key":"respondent_id","value":"admin"},{"key":"status","value":"completed"},{"key":"page_num","value":"1"},{"key":"page_size","value":"25"},{"key":"sort_by","value":"Started"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 21 Dec 2018 16:53:46 GMT"},{"key":"Content-Length","value":"1276"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_count\": 3,\n    \"items\": [\n        {\n            \"id\": \"508695D7-D867-461A-8D0C-EA04EE315F2D\",\n            \"numeric_id\": 408256,\n            \"survey_id\": 1651,\n            \"status\": \"Completed\",\n            \"language\": \"en-US\",\n            \"started\": \"2018-12-21T14:21:02.883\",\n            \"last_edit\": \"2018-12-21T14:21:09.987\",\n            \"ended\": \"2018-12-21T14:21:09.987\",\n            \"ip_address\": \"127.0.0.1\",\n            \"is_test\": true,\n            \"contact_id\": \"admin\",\n            \"anonymous_respondent_id\": null,\n            \"recipient_id\": \"test@checkbox.com\",\n            \"is_anonymized\": false\n        },\n        {\n            \"id\": \"D35D1B7A-BD2B-42B5-82D7-E629F0D5FAD8\",\n            \"numeric_id\": 408257,\n            \"survey_id\": 1651,\n            \"status\": \"Completed\",\n            \"language\": \"en-US\",\n            \"started\": \"2018-12-21T14:21:16.543\",\n            \"last_edit\": \"2018-12-21T14:21:22.687\",\n            \"ended\": \"2018-12-21T14:21:22.687\",\n            \"ip_address\": \"127.0.0.1\",\n            \"is_test\": true,\n            \"contact_id\": \"admin\",\n            \"anonymous_respondent_id\": null,\n            \"recipient_id\": null,\n            \"is_anonymized\": false\n        },\n        {\n            \"id\": \"13DF2A29-6AE7-4CFF-9A07-1F574489AA42\",\n            \"numeric_id\": 408258,\n            \"survey_id\": 1651,\n            \"status\": \"Completed\",\n            \"language\": \"en-US\",\n            \"started\": \"2018-12-21T14:21:30.147\",\n            \"last_edit\": \"2018-12-21T14:21:39.097\",\n            \"ended\": \"2018-12-21T14:21:39.097\",\n            \"ip_address\": \"127.0.0.1\",\n            \"is_test\": true,\n            \"contact_id\": \"admin\",\n            \"anonymous_respondent_id\": null,\n            \"recipient_id\": null,\n            \"is_anonymized\": false\n        }\n    ],\n    \"paging_info\": {\n        \"page_size\": 25,\n        \"page_num\": 1\n    },\n    \"has_next\": false,\n    \"has_previous\": false\n}"}],"_postman_id":"a411bc10-3887-4b42-85d7-d58243b6483a"},{"name":"Get Response Summary","id":"1a68ac15-028f-4533-bda5-ba961d2b5300","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1651/responses/summary","description":"<p>This endpoint will give a brief summary of the response counts for the survey. This will give the number of completed responses, incomplete responses, and test responses. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1651","responses","summary"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"57b8c080-5018-4cb7-abc7-21f07aa737fa","name":"Get Response Summary","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1651/responses/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 21 Dec 2018 16:42:59 GMT"},{"key":"Content-Length","value":"100"}],"cookie":[],"responseTime":null,"body":"{\n    \"survey_id\": 1651,\n    \"complete_response_count\": 0,\n    \"incomplete_response_count\": 0,\n    \"test_response_count\": 3\n}"}],"_postman_id":"1a68ac15-028f-4533-bda5-ba961d2b5300"},{"name":"Get Response","id":"56d87b87-5f94-48ae-8eca-0aadeaf918df","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1651/responses/508695D7-D867-461A-8D0C-EA04EE315F2D","description":"<p>This endpoint will pull detailed response data for a single response.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1651","responses","508695D7-D867-461A-8D0C-EA04EE315F2D"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"af0db64d-56d8-486c-9d99-0a2459b42887","name":"Get Response","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1651/responses/508695D7-D867-461A-8D0C-EA04EE315F2D"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 21 Dec 2018 16:57:08 GMT"},{"key":"Content-Length","value":"1475"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": [\n        {\n            \"page_id\": 3552,\n            \"page_type\": \"ContentPage\",\n            \"started\": \"2018-12-21T14:21:03.083\",\n            \"ended\": \"2018-12-21T14:21:09.963\",\n            \"excluded\": false,\n            \"items\": [\n                {\n                    \"position\": 1,\n                    \"data\": {\n                        \"choices\": [\n                            15780,\n                            15781,\n                            15782\n                        ],\n                        \"data_type\": \"Choices\"\n                    },\n                    \"item_id\": 15810,\n                    \"answer\": {\n                        \"choice_id\": 15780,\n                        \"text\": null,\n                        \"answer_type\": \"SingleChoice\"\n                    },\n                    \"excluded\": false\n                },\n                {\n                    \"position\": 2,\n                    \"data\": {\n                        \"choices\": [\n                            15783,\n                            15784,\n                            15785\n                        ],\n                        \"data_type\": \"Choices\"\n                    },\n                    \"item_id\": 15811,\n                    \"answer\": {\n                        \"choices\": [\n                            {\n                                \"choice_id\": 15784,\n                                \"text\": \"Option 2\"\n                            }\n                        ],\n                        \"answer_type\": \"MultipleChoice\"\n                    },\n                    \"excluded\": false\n                },\n                {\n                    \"position\": 3,\n                    \"data\": null,\n                    \"item_id\": 15814,\n                    \"answer\": {\n                        \"text\": null,\n                        \"answer_type\": \"Text\"\n                    },\n                    \"excluded\": false\n                }\n            ],\n            \"pipe_values\": [],\n            \"page_score\": 0,\n            \"first_question_number\": 1\n        },\n        {\n            \"page_id\": 3553,\n            \"page_type\": \"Completion\",\n            \"started\": \"2018-12-21T14:21:09.987\",\n            \"ended\": null,\n            \"excluded\": false,\n            \"items\": [\n                {\n                    \"position\": 1,\n                    \"data\": null,\n                    \"item_id\": 15808,\n                    \"answer\": null,\n                    \"excluded\": false\n                }\n            ],\n            \"pipe_values\": [],\n            \"page_score\": 0,\n            \"first_question_number\": null\n        }\n    ],\n    \"current_page_id\": 3553,\n    \"page_path\": [\n        3552,\n        3553\n    ],\n    \"total_time_in_seconds\": 7,\n    \"score\": 0,\n    \"progress\": {\n        \"current_page_number\": 1,\n        \"total_page_count\": 1\n    },\n    \"id\": \"508695D7-D867-461A-8D0C-EA04EE315F2D\",\n    \"numeric_id\": 408256,\n    \"survey_id\": 1651,\n    \"status\": \"Completed\",\n    \"language\": \"en-US\",\n    \"started\": \"2018-12-21T14:21:02.883\",\n    \"last_edit\": \"2018-12-21T14:21:09.987\",\n    \"ended\": \"2018-12-21T14:21:09.987\",\n    \"ip_address\": \"127.0.0.1\",\n    \"is_test\": true,\n    \"contact_id\": \"admin\",\n    \"anonymous_respondent_id\": null,\n    \"recipient_id\": \"test@checkbox.com\",\n    \"is_anonymized\": false\n}"}],"_postman_id":"56d87b87-5f94-48ae-8eca-0aadeaf918df"},{"name":"Delete Responses","id":"b8479b0a-6dad-4777-95fb-b4b30ad472cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"survey_id\":\"1019\",\r\n   \"response_ids\":[\r\n      \"171A5072-7EAA-4775-9278-F624B6E333DC\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/responses/bulk-delete","description":"<p>You can utilize this endpoint to bulk-delete responses based an array of response ids. </p>\n<p>The response will return a list of the number of deleted responses. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{{surveyId}}","responses","bulk-delete"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"cab37e77-e8d7-43ea-acb4-1f3ef810b7c7","name":"Delete Responses","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"survey_id\":\"1019\",\r\n   \"response_ids\":[\r\n      \"171A5072-7EAA-4775-9278-F624B6E333DC\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/responses/bulk-delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"ad02a3a4-1df9-479c-b71b-8ecaabe79c46"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 08 Dec 2020 20:02:31 GMT"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted_response_count\": 0\n}"}],"_postman_id":"b8479b0a-6dad-4777-95fb-b4b30ad472cb"}],"id":"d04c56c8-4986-4b32-b9e4-59b084a2e87a","_postman_id":"d04c56c8-4986-4b32-b9e4-59b084a2e87a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Styles","item":[{"name":"Get Style Templates","id":"01251193-bb5f-4133-ac0c-1b63ca16e57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates?search_text={string}&in_use={bool}&page_size={int}&page_num={int}","description":"<p>This endpoint can be utilized to retrieve a filtered list of the style templates available to you. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","style-templates"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Used for searching by name</p>\n","type":"text/plain"},"key":"search_text","value":"{string}"},{"description":{"content":"<p>Used for filtering on if the style is in use or not </p>\n","type":"text/plain"},"key":"in_use","value":"{bool}"},{"description":{"content":"<p>Number of contacts per page returned</p>\n","type":"text/plain"},"key":"page_size","value":"{int}"},{"description":{"content":"<p>Page number to be returned</p>\n","type":"text/plain"},"key":"page_num","value":"{int}"}],"variable":[]}},"response":[{"id":"b6abc4ff-44aa-4094-a690-6bd790bbbaec","name":"Get Style Templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/style-templates?search_Text=developer&in_use=false","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","style-templates"],"query":[{"key":"search_Text","value":"developer","description":"Used for searching by style name"},{"key":"in_use","value":"false","description":"Filter based on if the style is currently being used"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"728"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 21:03:53 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1750,\n        \"name\": \"Developer Test Style 1\",\n        \"header\": \"<p>Header Text</p>\",\n        \"footer\": \"<p>Footer Text</p>\",\n        \"created_by\": \"admin\",\n        \"created_date\": \"2018-12-13T00:01:00.787\",\n        \"is_public\": true,\n        \"is_editable\": true,\n        \"modified_date\": \"2018-12-13T00:03:51.19\",\n        \"modified_by\": \"admin\",\n        \"custom_css\": \"body{\\n    color:red;\\n}\",\n        \"main_font\": \"Arial, HelveticaNeue\",\n        \"main_font_size\": \"18px\",\n        \"main_font_color\": \"#751ca4\",\n        \"header_color\": \"#2567c2\",\n        \"header_image\": null,\n        \"header_image_repeat\": false,\n        \"footer_color\": \"#8be2ed\",\n        \"footer_image\": null,\n        \"footer_image_repeat\": false,\n        \"background_color\": \"#d0b75d\",\n        \"background_image\": null,\n        \"background_image_repeat\": false,\n        \"button_color\": \"#2567c2\",\n        \"button_text_color\": \"#ffb49c\",\n        \"show_progress_bar\": true,\n        \"is_header_above\": false\n    }\n]"}],"_postman_id":"01251193-bb5f-4133-ac0c-1b63ca16e57f"},{"name":"Get Style Template","id":"742178ca-3d28-45a3-807c-2ed29b4d66ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates/1750","description":"<p>This endpoint can be utilized to retrieve the data for a style template.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","style-templates","1750"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5ec4cf67-f2a4-4d51-850c-6ba73a3ebbee","name":"Get Style Template","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates/{{styleTemplateId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"726"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 21:07:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1750,\n    \"name\": \"Developer Test Style 1\",\n    \"header\": \"<p>Header Text</p>\",\n    \"footer\": \"<p>Footer Text</p>\",\n    \"created_by\": \"admin\",\n    \"created_date\": \"2018-12-13T00:01:00.787\",\n    \"is_public\": true,\n    \"is_editable\": true,\n    \"modified_date\": \"2018-12-13T00:03:51.19\",\n    \"modified_by\": \"admin\",\n    \"custom_css\": \"body{\\n    color:red;\\n}\",\n    \"main_font\": \"Arial, HelveticaNeue\",\n    \"main_font_size\": \"18px\",\n    \"main_font_color\": \"#751ca4\",\n    \"header_color\": \"#2567c2\",\n    \"header_image\": null,\n    \"header_image_repeat\": false,\n    \"footer_color\": \"#8be2ed\",\n    \"footer_image\": null,\n    \"footer_image_repeat\": false,\n    \"background_color\": \"#d0b75d\",\n    \"background_image\": null,\n    \"background_image_repeat\": false,\n    \"button_color\": \"#2567c2\",\n    \"button_text_color\": \"#ffb49c\",\n    \"show_progress_bar\": true,\n    \"is_header_above\": false\n}"}],"_postman_id":"742178ca-3d28-45a3-807c-2ed29b4d66ef"},{"name":"Get Style Template CSS","id":"4c9f3dde-4214-4b9b-802e-8d688de0712e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates/1750/css","description":"<p>This endpoint can be utilized to retrieve the CSS result for the style template which is utilized by the survey. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","style-templates","1750","css"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c0b5b386-4ed7-4977-a34b-ae42598b86ff","name":"Template CSS","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates/{{styleTemplateId}}/css"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/css"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"Content-Disposition","value":"attachment; filename=styleTemplates_12130351190.css"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 21:09:30 GMT"}],"cookie":[],"responseTime":null,"body":".cb-take-survey-section {\n    font-family: Arial, HelveticaNeue; /* Main Font Family */\n    font-size: 18px; /* Main Font Size */\n    color: #751ca4; /* Main Font Color */\n}\n\n.cb-take-survey-section.cb-style-template-survey {\n    font-size: 18px; /* Main Font Size */\n    background: #d0b75d; /* Background Color */\n    \n    /* background: url('https://placeimg.com/640/480/nature') no-repeat 50% 50%;*/\n    /* background-image: none;*/\n}\n\n.cb-take-survey-section .cb-survey-header {\n    background-color: #2567c2; /* Header Color */\n    \n    /* background: url('https://placeimg.com/640/480/nature') no-repeat 50% 50%;*/\n    /* background-image: none;*/\n\n    \n    /* margin-bottom: 50px;  */  /* + for is-header-above, - for is-header-inline */\n    /* padding-bottom: 40px; */  /* + for is-header-above, - for is-header-inline */\n}\n\n    .cb-take-survey-section .cb-take-survey-buttons-container {\n        background-color: #8be2ed; /* Footer Color */\n        \n        /* background: url('https://placeimg.com/640/480/nature') no-repeat 50% 50%;*/\n        /* background-image: none;*/\n    }\n\n.cb-take-survey-section .cb-take-survey-buttons-container .btn-next,\n.cb-take-survey-section .cb-take-survey-buttons-container .btn-next[disabled],\n.cb-survey-progress-bar .progress-bg,\n.mat-progress-bar-fill::after,\n.cb-take-survey-section .mat-radio-button.mat-accent .mat-radio-inner-circle,\n.cb-take-survey-section .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle,\n.cb-take-survey-section .mat-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background,\n.cb-take-survey-section .mat-checkbox.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,\n.cb-app-content .item-card-preview .mat-radio-button.mat-accent .mat-radio-inner-circle,\n.cb-app-content .item-card-preview .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle,\n.cb-app-content .item-card-preview.inner-item-card .mat-radio-button.mat-accent .mat-radio-inner-circle,\n.cb-app-content .item-card-preview.inner-item-card .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle,\n.cb-app-content .item-card-preview .mat-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background,\n.cb-app-content .item-card-preview.inner-item-card .mat-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background {\n    background-color: #2567c2; /* Button Color */\n}\n\n.cb-take-survey-section .cb-take-survey-buttons-container .btn-next,\n.cb-take-survey-section .cb-take-survey-buttons-container .btn-next[disabled] {\n    color: #ffb49c; /* Button Text Color */\n}\n\n.mat-progress-bar .mat-progress-bar-buffer {\n    background: transparent;\n    border: 1px solid #ccc;\n    box-sizing: border-box;\n}\n\n.cb-take-survey-section .cb-take-survey-progress {\n    display: block; /*  :block to show Progress bar, :none otherwise */\n}\n\n.mat-progress-bar .mat-progress-bar-buffer,\n.cb-take-survey-section .cb-survey-progress-bar,\n.cb-take-survey-section .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,\n.cb-take-survey-section .mat-radio-button.mat-accent.mat-radio-disabled .mat-radio-outer-circle,\n.cb-take-survey-section .mat-radio-button .mat-radio-outer-circle,\n.cb-take-survey-section .mat-checkbox .mat-checkbox-frame,\n.cb-app-content .item-card-preview .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,\n.cb-app-content .item-card-preview .mat-radio-button.mat-accent.mat-radio-disabled .mat-radio-outer-circle,\n.cb-app-content .item-card-preview .mat-radio-outer-circle,\n.cb-app-content .item-card-preview.inner-item-card .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,\n.cb-app-content .item-card-preview.inner-item-card .mat-radio-button.mat-accent.mat-radio-disabled .mat-radio-outer-circle,\n.cb-app-content .item-card-preview.inner-item-card .mat-radio-outer-circle,\n.cb-app-content .item-card-preview .mat-checkbox .mat-checkbox-frame, .item-card-preview.inner-item-card .mat-checkbox .mat-checkbox-frame {\n    border-color: #2567c2; /* Button Color */\n}\n\n.cb-take-survey-section .mat-slider.mat-accent .mat-slider-thumb,\n.cb-take-survey-section .mat-slider.mat-accent .mat-slider-thumb-label,\n.cb-take-survey-section .mat-slider.mat-accent .mat-slider-track-fill,\n.cb-app-content .item-card-preview .mat-slider.mat-accent .mat-slider-thumb,\n.cb-app-content .item-card-preview .mat-slider.mat-accent .mat-slider-thumb-label,\n.cb-app-content .item-card-preview .mat-slider.mat-accent .mat-slider-track-fill {\n    background-color: #2567c2; /* Button Color */\n    border-color: #2567c2; /* Button Color */\n}\n\n.cb-app-content .item-card-preview .cb-custom-slider .slider-custom-ticks-list .slider-custom-tick,\n.cb-take-survey-section .cb-custom-slider .slider-custom-ticks-list .slider-custom-tick {\n    background-color: #2567c2; /* Button Color */\n}\n\n.cb-app-content .item-card-preview .rating .star-rate,\n.cb-take-survey-section .rating .star-rate {\n    color: #2567c2; /* Button Color */\n}\n\nbody{\n    color:red;\n}\n"}],"_postman_id":"4c9f3dde-4214-4b9b-802e-8d688de0712e"},{"name":"Copy Style Template","id":"a5b2b6ea-4552-4754-b3a6-999220b34000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates/1750/copy","description":"<p>This endpoint will allow you to copy an existing style template into a new template. The new style will have the same name as the copied style with a number incremented at the end of the name. The new style template will be returned in the response.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","style-templates","1750","copy"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"bff9cf2e-30bd-4eca-8858-ac7a3e36fe03","name":"Copy Style Template","originalRequest":{"method":"POST","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates/{{styleTemplateId}}/copy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"747"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 21:12:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1751,\n    \"name\": \"Developer Test Style 1\",\n    \"header\": \"<p>Header Text</p>\",\n    \"footer\": \"<p>Footer Text</p>\",\n    \"created_by\": \"admin\",\n    \"created_date\": \"2018-12-13T00:12:43.5859009+03:00\",\n    \"is_public\": true,\n    \"is_editable\": true,\n    \"modified_date\": \"2018-12-13T00:12:43.5859009+03:00\",\n    \"modified_by\": \"admin\",\n    \"custom_css\": \"body{\\n    color:red;\\n}\",\n    \"main_font\": \"Arial, HelveticaNeue\",\n    \"main_font_size\": \"18px\",\n    \"main_font_color\": \"#751ca4\",\n    \"header_color\": \"#2567c2\",\n    \"header_image\": null,\n    \"header_image_repeat\": false,\n    \"footer_color\": \"#8be2ed\",\n    \"footer_image\": null,\n    \"footer_image_repeat\": false,\n    \"background_color\": \"#d0b75d\",\n    \"background_image\": null,\n    \"background_image_repeat\": false,\n    \"button_color\": \"#2567c2\",\n    \"button_text_color\": \"#ffb49c\",\n    \"show_progress_bar\": true,\n    \"is_header_above\": false\n}"}],"_postman_id":"a5b2b6ea-4552-4754-b3a6-999220b34000"},{"name":"Edit Style Template","id":"2a36fd74-1ffd-472a-8b67-780f5fe83700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Developer Test Style 3\",\n    \"header\": \"<p>Header Text</p>\",\n    \"footer\": \"<p>Footer Text</p>\",\n    \"created_by\": \"admin\",\n    \"created_date\": \"2018-12-13T00:01:00.787\",\n    \"is_public\": true,\n    \"is_editable\": true,\n    \"modified_date\": \"2018-12-13T00:03:51.19\",\n    \"modified_by\": \"admin\",\n    \"custom_css\": \"body{\\n    color:red;\\n}\",\n    \"main_font\": \"Arial, HelveticaNeue\",\n    \"main_font_size\": \"18px\",\n    \"main_font_color\": \"#751ca4\",\n    \"header_color\": \"#2567c2\",\n    \"header_image\": null,\n    \"header_image_repeat\": false,\n    \"footer_color\": \"#8be2ed\",\n    \"footer_image\": null,\n    \"footer_image_repeat\": false,\n    \"background_color\": \"#d0b75d\",\n    \"background_image\": null,\n    \"background_image_repeat\": false,\n    \"button_color\": \"#2567c2\",\n    \"button_text_color\": \"#ffb49c\",\n    \"show_progress_bar\": true,\n    \"is_header_above\": false\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates/1750","description":"<p>This endpoint will allow you to edit an existing style template. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","style-templates","1750"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ee828530-7fa6-4105-ae10-617d3b9ea8ca","name":"Edit Style Template","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Developer Test Style 3\",\n    \"header\": \"<p>Header Text</p>\",\n    \"footer\": \"<p>Footer Text</p>\",\n    \"created_by\": \"admin\",\n    \"created_date\": \"2018-12-13T00:01:00.787\",\n    \"is_public\": true,\n    \"is_editable\": true,\n    \"modified_date\": \"2018-12-13T00:03:51.19\",\n    \"modified_by\": \"admin\",\n    \"custom_css\": \"body{\\n    color:red;\\n}\",\n    \"main_font\": \"Arial, HelveticaNeue\",\n    \"main_font_size\": \"18px\",\n    \"main_font_color\": \"#751ca4\",\n    \"header_color\": \"#2567c2\",\n    \"header_image\": null,\n    \"header_image_repeat\": false,\n    \"footer_color\": \"#8be2ed\",\n    \"footer_image\": null,\n    \"footer_image_repeat\": false,\n    \"background_color\": \"#d0b75d\",\n    \"background_image\": null,\n    \"background_image_repeat\": false,\n    \"button_color\": \"#2567c2\",\n    \"button_text_color\": \"#ffb49c\",\n    \"show_progress_bar\": true,\n    \"is_header_above\": false\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates/{{styleTemplateId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"737"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 21:22:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1750,\n    \"name\": \"Developer Test Style 3\",\n    \"header\": \"<p>Header Text</p>\",\n    \"footer\": \"<p>Footer Text</p>\",\n    \"created_by\": \"admin\",\n    \"created_date\": \"2018-12-13T00:01:00.787\",\n    \"is_public\": true,\n    \"is_editable\": true,\n    \"modified_date\": \"2018-12-13T00:22:48.7842961+03:00\",\n    \"modified_by\": \"admin\",\n    \"custom_css\": \"body{\\n    color:red;\\n}\",\n    \"main_font\": \"Arial, HelveticaNeue\",\n    \"main_font_size\": \"18px\",\n    \"main_font_color\": \"#751ca4\",\n    \"header_color\": \"#2567c2\",\n    \"header_image\": null,\n    \"header_image_repeat\": false,\n    \"footer_color\": \"#8be2ed\",\n    \"footer_image\": null,\n    \"footer_image_repeat\": false,\n    \"background_color\": \"#d0b75d\",\n    \"background_image\": null,\n    \"background_image_repeat\": false,\n    \"button_color\": \"#2567c2\",\n    \"button_text_color\": \"#ffb49c\",\n    \"show_progress_bar\": true,\n    \"is_header_above\": false\n}"}],"_postman_id":"2a36fd74-1ffd-472a-8b67-780f5fe83700"},{"name":"Delete Style Template","id":"cb05cda7-b513-4426-82e4-a96c2331583d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/style-templates/1751","description":"<p>This endpoint will delete the style template passed into the method. This will not ask for a confirmation and cannot be undone. This should only be done if you are absolutely sure the style template should be removed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","style-templates","1751"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb05cda7-b513-4426-82e4-a96c2331583d"}],"id":"df28897f-2039-4d75-a42d-d8aa4be718c9","event":[{"listen":"prerequest","script":{"id":"b6847f1c-ff7d-4863-aae8-126658ebfc46","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e991cbc1-6e44-4e5a-b961-a89c4eb3fffd","type":"text/javascript","exec":[""]}}],"_postman_id":"df28897f-2039-4d75-a42d-d8aa4be718c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Invitations","item":[{"name":"Invitations","item":[{"name":"Get Invitations","id":"07ba4d3d-fca1-466e-b6d4-29ceafdb9f75","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations","description":"<p>This endpoint will allow you to retrieve all invitations for a specific survey. </p>\n<p>The \"scheduled_date\" paramater will always show the closets scheduled date in the future if one exists, or the last scheduled date if one in the future does not exist. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0fca88fd-697b-4879-987f-6997eadd8a59","name":"Get Invitations","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"344","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 18:20:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_count\": 1,\n    \"items\": [\n        {\n            \"id\": 1079,\n            \"name\": \"Test Invitation 1\",\n            \"created_by\": \"TestUser\",\n            \"last_sent\": \"2017-06-12T15:58:24.81-04:00\",\n            \"scheduled_date\": \"2017-06-12T15:58:24.067-04:00\",\n            \"status\": \"Sent\",\n            \"allow_auto_login\": true,\n            \"allow_opt_out\": true,\n            \"company_profile_id\": 1000\n        }\n    ],\n    \"paging_info\": {\n        \"page_size\": 0,\n        \"page_num\": 1\n    },\n    \"has_next\": false,\n    \"has_previous\": false\n}"}],"_postman_id":"07ba4d3d-fca1-466e-b6d4-29ceafdb9f75"},{"name":"Get Invitation","id":"5f83570e-5f32-4055-a511-57d7d15f872c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1079","description":"<p>This endpoint will allow you to retrieve data for a specific invitation for a survey. </p>\n<p>The \"scheduled_date\" paramater will always show the closets scheduled date in the future if one exists, or the last scheduled date if one in the future does not exist. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1079"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"87f1e17a-9af4-4108-981f-08b494d43a01","name":"Get Invitation","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"235","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 18:24:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"        {\n            \"id\": 1079,\n            \"name\": \"Test Invitation 1\",\n            \"created_by\": \"TestUser\",\n            \"last_sent\": \"2017-06-12T15:58:24.81-04:00\",\n            \"scheduled_date\": \"2017-06-12T15:58:24.067-04:00\",\n            \"status\": \"Sent\",\n            \"allow_auto_login\": true,\n            \"allow_opt_out\": true,\n            \"company_profile_id\": 1000\n        }"}],"_postman_id":"5f83570e-5f32-4055-a511-57d7d15f872c"},{"name":"Create Invitation","id":"d7ce7d27-e166-4bf6-9f9e-04d70f5e5777","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Invitation API 2\",\n    \"allow_auto_login\": true,\n    \"allow_opt_out\": true,\n    \"company_profile_id\": 1000\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations","description":"<p>This endpoint will allow you to create a new invitation. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>No</td>\n<td>Invitation Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>allow_auto_login</td>\n<td>no</td>\n<td>Survey URL will automatically log the user in when clicked</td>\n<td>bool (default true)</td>\n</tr>\n<tr>\n<td>allow_opt_out</td>\n<td>Yes</td>\n<td>Requires that the invitation contain an unsubscribe merge code.</td>\n<td>bool (default false)</td>\n</tr>\n<tr>\n<td>company_profile_id</td>\n<td>Yes</td>\n<td>ID of company profile to use for this invitation</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Checkbox Hosted customers the setting \"allow_opt_out\" is ignored and will also be set to true regardless of user input. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"76105266-f31d-41a4-b468-9b73909a6e2a","name":"Create Invitation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Invitation API 2\",\n    \"allow_auto_login\": true,\n    \"allow_opt_out\": true,\n    \"company_profile_id\": 1000\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"190","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 18:32:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":1187,\"name\":\"Test Invitation API 2\",\"created_by\":\"admin\",\"last_sent\":null,\"scheduled_date\":null,\"status\":\"Draft\",\"allow_auto_login\":true,\"allow_opt_out\":true,\"company_profile_id\":1000}"}],"_postman_id":"d7ce7d27-e166-4bf6-9f9e-04d70f5e5777"},{"name":"Edit Invitation","id":"3022fa5a-0d50-4359-9723-fded2f1b8839","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Invitation API 3\",\n    \"allow_auto_login\": true,\n    \"allow_opt_out\": true,\n    \"company_profile_id\": 1000\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1187","description":"<p>This endpoint will allow you to edit an already existing invitation. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>No</td>\n<td>Invitation Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>allow_auto_login</td>\n<td>no</td>\n<td>Survey URL will automatically log the user in when clicked</td>\n<td>bool (default true)</td>\n</tr>\n<tr>\n<td>allow_opt_out</td>\n<td>Yes</td>\n<td>Requires that the invitation contain an unsubscribe merge code.</td>\n<td>bool (default false)</td>\n</tr>\n<tr>\n<td>company_profile_id</td>\n<td>Yes</td>\n<td>ID of company profile to use for this invitation</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Checkbox Hosted customers the setting \"allow_opt_out\" is ignored and will also be set to true regardless of user input. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1187"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ba3bb2e9-9057-4492-b82d-0aad30fe8a7d","name":"Edit Invitation","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Invitation API 3\",\n    \"allow_auto_login\": true,\n    \"allow_opt_out\": true,\n    \"company_profile_id\": 1000\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"190","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 20 Sep 2018 18:33:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000","name":"X-Correlation-Id","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":1187,\"name\":\"Test Invitation API 3\",\"created_by\":\"admin\",\"last_sent\":null,\"scheduled_date\":null,\"status\":\"Draft\",\"allow_auto_login\":true,\"allow_opt_out\":true,\"company_profile_id\":1000}"}],"_postman_id":"3022fa5a-0d50-4359-9723-fded2f1b8839"},{"name":"Copy Invitation","id":"42490226-70ae-48e0-9e41-cb205d72a156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test2\",\n    \"copy_recipients\": true,\n    \"use_defaultText\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{SurveyId}}/invitations/{{InvitationId}}/copy","description":"<p>This endpoint can be utilized to copy an already existing invitation, with the recipient list, to a new invitation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{{SurveyId}}","invitations","{{InvitationId}}","copy"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ef041c9e-c0e0-413f-8d9f-73973ccc5e68","name":"Copy Invitation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test2\",\n    \"copy_recipients\": true,\n    \"use_defaultText\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{SurveyId}}/invitations/{{InvitationId}}/copy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"12827dce-52ba-4ee2-84c8-ef27f8cd6812"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 23 Nov 2021 18:48:40 GMT"},{"key":"Content-Length","value":"257"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_profile_id\": 1000,\n    \"allow_opt_out\": true,\n    \"id\": 1030,\n    \"name\": \"Test2\",\n    \"created_by\": \"dev@checkbox.com\",\n    \"last_sent\": null,\n    \"scheduled_date\": null,\n    \"status\": \"Draft\",\n    \"allow_auto_login\": true,\n    \"invitation_type\": \"Email\",\n    \"invitation_link_expiration_in_hours\": 168\n}"}],"_postman_id":"42490226-70ae-48e0-9e41-cb205d72a156"},{"name":"Delete Invitation","id":"42bea20c-c0ca-4f9c-ae95-b417c5f6c1b9","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1187","description":"<p>This endpoint can be utilized to delete an invitation. This will delete all data tied to the invitation but will not delete survey responses. Once deleted and invitation cannot be restored and you will no longer be able to send out reminders for the invitation. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1187"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c026ccfe-328a-4879-9231-0b96956d82bc","name":"Delete Invitation","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 17:37:35 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"42bea20c-c0ca-4f9c-ae95-b417c5f6c1b9"},{"name":"Send Simple Invitation Email","id":"847da1ae-672e-470f-8c11-6181e3e17135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipient_email\": \"checkbox-dev@checkbox.com\",\n    \"source_invitation_id\": 1893,\n    \"reminder_date\": \"2022-03-16\",\n    \"profile_properties\": [\n        {\"property_name\": \"FirstName\", \"value\": \"Kevin\"},\n        {\"property_name\": \"LastName\", \"value\": \"John\"},\n        {\"property_name\": \"customproperty\", \"value\": \"some value 2\"}\n    ],\n    \"create_contact_if_not_exist\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/simple-invitations/email","description":"<p><strong>Note - this endpoint is only available on versions 7.56 and higher.</strong></p>\n<p>This endpoint can be utilized to create and send a new invitation using an existing invitations message and reminder text. This allows you to send an invitation with a single API request instead of using multiple to create an invitation, add recipients, then schedule the invite.</p>\n<p>This endpoint also allows you to both create or update contacts in Checkbox with the single request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>recipient_email</td>\n<td>yes</td>\n<td>E-mail of the recipient you would like to send the invite to</td>\n<td>string</td>\n</tr>\n<tr>\n<td>source_invitation_id</td>\n<td>yes</td>\n<td>ID of the invitation you would like to use for invitation message and reminder text.</td>\n<td>int</td>\n</tr>\n<tr>\n<td>reminder_date</td>\n<td>no</td>\n<td>Date to send out the first reminder for this invitation. This will only send if the recipient does not respond before the date.</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>profile_properties</td>\n<td>no</td>\n<td>List of profile property fields to update or create for the recipient</td>\n<td>array of key value pairs \"property_name\", \"value\"</td>\n</tr>\n<tr>\n<td>create_contact_if_not_exist</td>\n<td>Yes</td>\n<td>This will allow you to create a contact for the recipient email if it does not exist. This allows you to utilize profile property fields and merging in your message.</td>\n<td>bool</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","simple-invitations","email"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5d3a5399-65a7-44f7-a1d5-faa41c892478","name":"Send Simple Invitation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipient_email\": \"checkbox-dev@checkbox.com\",\n    \"source_invitation_id\": 1893,\n    \"reminder_date\": \"2022-03-16\",\n    \"profile_properties\": [\n        {\"property_name\": \"FirstName\", \"value\": \"Kevin\"},\n        {\"property_name\": \"LastName\", \"value\": \"John\"},\n        {\"property_name\": \"customproperty\", \"value\": \"some value 2\"}\n    ],\n    \"create_contact_if_not_exist\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/simple-invitations/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"c48d9063-e88c-40cf-b54e-c1001c29fad4"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 15 Mar 2022 16:07:37 GMT"},{"key":"Content-Length","value":"327"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"company_profile_id\": 1028,\n    \"allow_opt_out\": true,\n    \"id\": 1896,\n    \"name\": \"Invitation for checkbox-dev@checkbox.com\",\n    \"created_by\": \"dev@checkbox.com\",\n    \"last_sent\": null,\n    \"scheduled_date\": \"2022-03-15T19:07:37.2387966+03:00\",\n    \"status\": \"Scheduled\",\n    \"allow_auto_login\": true,\n    \"invitation_type\": \"Email\",\n    \"invitation_link_expiration_in_hours\": 168\n}"}],"_postman_id":"847da1ae-672e-470f-8c11-6181e3e17135"},{"name":"Send Simple Invitation SMS","id":"302f5aaa-dd43-4fb0-bd0d-b6222707116c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipient_phone_sms\": \"555-555-5555\",\n    \"source_invitation_id\": 1037,\n    \"reminder_date\": \"2022-06-04\",\n    \"profile_properties\": [\n        {\"property_name\": \"FirstName\", \"value\": \"Kevin\"},\n        {\"property_name\": \"LastName\", \"value\": \"John\"},\n        {\"property_name\": \"customproperty\", \"value\": \"some value 2\"}\n    ],\n    \"create_contact_if_not_exist\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/simple-invitations/sms","description":"<p><strong>Note - this endpoint is only available on versions 7.56 and higher.</strong></p>\n<p>This endpoint can be utilized to create and send a new invitation using an existing invitation message and reminder text. The source invitation must be an SMS invitation in order to utilize this request. For e-mail invitations please use the \"Send Simple Invitation Email\" endpoint above.</p>\n<p>This allows you to send an invitation with a single API request instead of using multiple requests to create an invitation, add recipients, and then schedule the invite.</p>\n<p>This endpoint also allows you to both create or update contacts in Checkbox with the single request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>recipient_phone_sms</td>\n<td>yes</td>\n<td>SMS Number of the recipient you would like to send to</td>\n<td>string</td>\n</tr>\n<tr>\n<td>source_invitation_id</td>\n<td>yes</td>\n<td>ID of the invitation you would like to use for invitation message and reminder text. This must be a SMS invitation.</td>\n<td>int</td>\n</tr>\n<tr>\n<td>reminder_date</td>\n<td>no</td>\n<td>Date to send out the first reminder for this invitation. This will only send if the recipient does not respond before the date.</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>profile_properties</td>\n<td>no</td>\n<td>List of profile property fields to update or create for the recipient</td>\n<td>array of key value pairs \"property_name\", \"value\"</td>\n</tr>\n<tr>\n<td>create_contact_if_not_exist</td>\n<td>Yes</td>\n<td>This will allow you to create a contact for the recipient phone number if it does not exist. This allows you to utilize profile property fields and merging in your message.</td>\n<td>bool</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","simple-invitations","sms"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5127271c-1cf1-42f3-93c6-11a32deb243c","name":"Send Simple Invitation Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipient_phone_sms\": \"555-555-5555\",\n    \"source_invitation_id\": 1037,\n    \"reminder_date\": \"2022-06-04\",\n    \"profile_properties\": [\n        {\"property_name\": \"FirstName\", \"value\": \"Kevin\"},\n        {\"property_name\": \"LastName\", \"value\": \"John\"},\n        {\"property_name\": \"customproperty\", \"value\": \"some value 2\"}\n    ],\n    \"create_contact_if_not_exist\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/simple-invitations/sms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"6ba8b58e-d97a-4127-a048-994bf857bb6f"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 03 Jun 2022 13:17:10 GMT"},{"key":"Content-Length","value":"264"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1038,\n    \"name\": \"Invitation for +15555555555\",\n    \"created_by\": \"dev@checkbox.com\",\n    \"last_sent\": null,\n    \"scheduled_date\": \"2022-06-03T09:17:10.412142-04:00\",\n    \"status\": \"Scheduled\",\n    \"allow_auto_login\": true,\n    \"invitation_type\": \"Sms\",\n    \"invitation_link_expiration_in_hours\": 168\n}"}],"_postman_id":"302f5aaa-dd43-4fb0-bd0d-b6222707116c"}],"id":"4d0bc48b-9286-4ddf-85b9-df802eb84f4c","_postman_id":"4d0bc48b-9286-4ddf-85b9-df802eb84f4c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Messages","item":[{"name":"Get Invitation Message","id":"f6badd26-169c-4891-9574-74960c1a8bb7","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/message","description":"<p>This endpoint will allow you to retrieve the invitation message, from email, from name, and subject fields for the invitation. Invitation messages for Checkbox 7 are in HTML by default and will be sent out with a plain text version converted from the HTML version. There is no need to specify a plain text version of the email. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","message"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2b9fcf75-4d19-40ef-b33f-2156abf886ad","name":"Get Invitation Message","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2143"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 17:44:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"from_email\": \"surveyadmin@yourdomain.com\",\r\n    \"from_name\": \"Checkbox Survey\",\r\n    \"subject\": \"Invitation to take a survey at Checkbox® 7\",\r\n    \"body\": \"You have been invited to take the survey: Developer Test Survey.<br /><br /><a href=\\\"@@{SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE}\\\">Click hereto take the survey<br /><br />===================================<br /><a id=\\\"unsubscribeLink\\\" href=\\\"@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}\\\">Unsubscribe from this list</a><br />&nbsp;<br />Our mailing address is:<br />@@{FooterCompany}<br />@@{FooterAddress1}<br />@@{FooterAddress2}<br />@@{FooterCity}, @@{FooterState} @@{FooterPostCode}<br />@@{FooterCountry}<br /><br /><br /><br /><hr /><br /><em><span style=\\\"font-family: verdana, geneva;\\\">If you would like to opt out of future surveys, please&nbsp;<a id=\\\"unsubscribeLink\\\" href=\\\"@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}\\\">click here.</a></span></em><br /><br /><span style=\\\"font-family: verdana, geneva;\\\">To contact us, please write to:</span><br /><span style=\\\"color: #ff6600;\\\"><strong><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"color: #000000;\\\">@@{FooterCompany}</span> <span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span>&nbsp;</span></strong></span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterAddress1}&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterCity}, @@{FooterState} @@{FooterPostCode}&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterCountry}<br /><br /></span><br />\"\r\n}"}],"_postman_id":"f6badd26-169c-4891-9574-74960c1a8bb7"},{"name":"Edit Invitation Message","id":"539d5b21-6bc5-46f1-a522-baf64047447f","request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_email\": \"surveyadmin@yourdomain.com\",\r\n    \"from_name\": \"Checkbox Survey\",\r\n    \"subject\": \"Invitation to take a survey at Checkbox® 7\",\r\n    \"body\": \"You have been invited to take the survey: Developer Test Survey.<br /><br /><a href=\\\"@@{SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE}\\\">Click hereto take the survey<br /><br />===================================<br /><a id=\\\"unsubscribeLink\\\" href=\\\"@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}\\\">Unsubscribe from this list</a><br />&nbsp;<br />Our mailing address is:<br />@@{FooterCompany}<br />@@{FooterAddress1}<br />@@{FooterAddress2}<br />@@{FooterCity}, @@{FooterState} @@{FooterPostCode}<br />@@{FooterCountry}<br /><br /><br /><br /><hr /><br /><em><span style=\\\"font-family: verdana, geneva;\\\">If you would like to opt out of future surveys, please&nbsp;<a id=\\\"unsubscribeLink\\\" href=\\\"@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}\\\">click here.</a></span></em><br /><br /><span style=\\\"font-family: verdana, geneva;\\\">To contact us, please write to:</span><br /><span style=\\\"color: #ff6600;\\\"><strong><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"color: #000000;\\\">@@{FooterCompany}</span> <span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span>&nbsp;</span></strong></span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterAddress1}&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterCity}, @@{FooterState} @@{FooterPostCode}&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterCountry}<br /><br /></span><br />\"\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/message","description":"<p>This endpoint will allow you to edit the invitation message, from email, from name, and subject fields for the invitation. Invitation messages for Checkbox 7 are in HTML by default and will be sent out with a plain text version converted from the HTML version. There is no need to specify a plain text version of the email.</p>\n<p>The following text strings are required in the invitation message for Checkbox Hosted customers or your invitation will not be sent to recipients. These strings must be visible and cannot be hidden due to CSS.</p>\n<p>@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}<br />@@{FooterCompany}<br />@@{FooterAddress1}<br />@@{FooterCity}<br />@@{FooterPostCode}<br />@@{FooterCountry}  </p>\n<p>The survey link is generated for each recipient automatically. This is done by replacing the text @@{SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE} in your invitation with a generated link for the recipient. You should ensure that anywhere you want the URL of your survey to be in your invitation message this string is present. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","message"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5178f98d-c31f-4364-acca-b3e6b4b036ab","name":"Edit Invitation Message","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from_email\": \"surveyadmin@yourdomain.com\",\n    \"from_name\": \"Checkbox Survey\",\n    \"subject\": \"Invitation to take a survey at Checkbox® 7\",\n    \"body\": \"You have been invited to take the survey: Developer Test Survey.<br /><br /><a href=\\\"@@SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE\\\">Click hereto take the survey<br /><br />===================================<br /><a id=\\\"unsubscribeLink\\\" href=\\\"@@OPT_OUT_PLACEHOLDER__DO_NOT_ERASE\\\">Unsubscribe from this list</a><br />&nbsp;<br />Our mailing address is:<br />@@FooterCompany<br />@@FooterAddress1<br />@@FooterAddress2<br />@@FooterCity, @@FooterState @@FooterPostCode<br />@@FooterCountry<br /><br /><br /><br /><hr /><br /><em><span style=\\\"font-family: verdana, geneva;\\\">If you would like to opt out of future surveys, please&nbsp;<a id=\\\"unsubscribeLink\\\" href=\\\"@@OPT_OUT_PLACEHOLDER__DO_NOT_ERASE\\\">click here.</a></span></em><br /><br /><span style=\\\"font-family: verdana, geneva;\\\">To contact us, please write to:</span><br /><span style=\\\"color: #ff6600;\\\"><strong><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"color: #000000;\\\">@@FooterCompany</span> <span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span>&nbsp;</span></strong></span><span style=\\\"font-family: verdana, geneva;\\\">@@FooterAddress1&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@FooterCity, @@FooterState @@FooterPostCode&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@FooterCountry<br /><br /></span><br />\"\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2016"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 17:50:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"from_email\": \"surveyadmin@yourdomain.com\",\r\n    \"from_name\": \"Checkbox Survey\",\r\n    \"subject\": \"Invitation to take a survey at Checkbox® 7\",\r\n    \"body\": \"You have been invited to take the survey: Developer Test Survey.<br /><br /><a href=\\\"@@{SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE}\\\">Click hereto take the survey<br /><br />===================================<br /><a id=\\\"unsubscribeLink\\\" href=\\\"@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}\\\">Unsubscribe from this list</a><br />&nbsp;<br />Our mailing address is:<br />@@{FooterCompany}<br />@@{FooterAddress1}<br />@@{FooterAddress2}<br />@@{FooterCity}, @@{FooterState} @@{FooterPostCode}<br />@@{FooterCountry}<br /><br /><br /><br /><hr /><br /><em><span style=\\\"font-family: verdana, geneva;\\\">If you would like to opt out of future surveys, please&nbsp;<a id=\\\"unsubscribeLink\\\" href=\\\"@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}\\\">click here.</a></span></em><br /><br /><span style=\\\"font-family: verdana, geneva;\\\">To contact us, please write to:</span><br /><span style=\\\"color: #ff6600;\\\"><strong><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"color: #000000;\\\">@@{FooterCompany}</span> <span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span>&nbsp;</span></strong></span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterAddress1}&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterCity}, @@{FooterState} @@{FooterPostCode}&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterCountry}<br /><br /></span><br />\"\r\n}"}],"_postman_id":"539d5b21-6bc5-46f1-a522-baf64047447f"},{"name":"Get Reminder Message","id":"050d1d9e-e1bb-40ef-b207-a7ed7f68523a","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/reminder","description":"<p>This endpoint will allow you to retrieve the reminder message for the invitation. Reminder messages for Checkbox 7 are in HTML by default and will be sent out with a plain text version converted from the HTML version. There is no need to specify a plain text version of the email.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","reminder"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ca855d54-97b7-4f13-978b-97196799d2f7","name":"Get Reminder Message","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{inivtationId}}/reminder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2071"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 17:58:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"subject\": \"Invitation to take a survey at Checkbox® 7\",\n    \"body\": \"You have been invited to take the survey: Developer Test Survey.<br /><br /><a href=\\\"@@{SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE}\\\">Click hereto take the survey<br /><br />===================================<br /><a id=\\\"unsubscribeLink\\\" href=\\\"@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}\\\">Unsubscribe from this list</a><br />&nbsp;<br />Our mailing address is:<br />@@{FooterCompany}<br />@@{FooterAddress1}<br />@@{FooterAddress2}<br />@@{FooterCity}, @@{FooterState} @@{FooterPostCode}<br />@@{FooterCountry}<br /><br /><br /><br /><hr /><br /><em><span style=\\\"font-family: verdana, geneva;\\\">If you would like to opt out of future surveys, please&nbsp;<a id=\\\"unsubscribeLink\\\" href=\\\"@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}\\\">click here.</a></span></em><br /><br /><span style=\\\"font-family: verdana, geneva;\\\">To contact us, please write to:</span><br /><span style=\\\"color: #ff6600;\\\"><strong><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"color: #000000;\\\">@@{FooterCompany}</span> <span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span>&nbsp;</span></strong></span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterAddress1}&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterCity}, @@{FooterState} @@{FooterPostCode}&nbsp;</span><strong style=\\\"color: #ff6600; font-size: 13.63636302948px;\\\"><span style=\\\"font-family: verdana, geneva;\\\"><span style=\\\"font-family: wingdings, 'zapf dingbats'; color: #000000;\\\">w</span></span></strong><span style=\\\"font-family: verdana, geneva;\\\">&nbsp;</span><span style=\\\"font-family: verdana, geneva;\\\">@@{FooterCountry}<br /><br /></span><br />\"\n}"}],"_postman_id":"050d1d9e-e1bb-40ef-b207-a7ed7f68523a"},{"name":"Edit Reminder Message","id":"a3137a32-edd7-4967-922e-dca9d009a642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"subject\": \"Invitation to take a survey at Checkbox® 7\",\n    \"body\": \"<p>You have been invited to take the survey: 66579.<br /><br /><a href=\\\"@@SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE\\\">Click here to take the survey</a><br /><br /></p>\\n<hr />\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14px;\\\">@@FooterCompany @@FooterAddress1 @@FooterAddress2, @@FooterCity, @@FooterState @@FooterPostCode, @@FooterCountry<br /></span><span style=\\\"font-size: 12px;\\\"><a id=\\\"unsubscribeLink\\\" href=\\\"@@OPT_OUT_PLACEHOLDER__DO_NOT_ERASE\\\">Unsubscribe</a></span></p>\\n<p>&nbsp;</p>\"\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1038/invitations/1032/reminder","description":"<p>This endpoint will allow you to edit the reminder message. Reminder messages for Checkbox 7 are in HTML by default and will be sent out with a plain text version converted from the HTML version. There is no need to specify a plain text version of the email.</p>\n<p>The following text strings are required in the reminder message for Checkbox Hosted customers or your invitation will not be sent to recipients. These strings must be visible and cannot be hidden due to CSS.</p>\n<p>@@{OPT_OUT_PLACEHOLDER__DO_NOT_ERASE}<br />@@{FooterCompany}<br />@@{FooterAddress1}<br />@@{FooterCity}<br />@@{FooterPostCode}<br />@@{FooterCountry}  </p>\n<p>The survey link is generated for each recipient automatically. This is done by replacing the text @@{SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE} in your reminder with a generated link for the recipient. You should ensure that anywhere you want the URL of your survey to be in your invitation message this string is present.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1038","invitations","1032","reminder"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d51a442d-5d04-42a7-b589-ea891eb00af5","name":"Edit Reminder Message","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"subject\": \"Invitation to take a survey at Checkbox® 7\",\n    \"body\": \"<p>You have been invited to take the survey: 66579.<br /><br /><a href=\\\"@@SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE\\\">Click here to take the survey</a><br /><br /></p>\\n<hr />\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14px;\\\">@@FooterCompany @@FooterAddress1 @@FooterAddress2, @@FooterCity, @@FooterState @@FooterPostCode, @@FooterCountry<br /></span><span style=\\\"font-size: 12px;\\\"><a id=\\\"unsubscribeLink\\\" href=\\\"@@OPT_OUT_PLACEHOLDER__DO_NOT_ERASE\\\">Unsubscribe</a></span></p>\\n<p>&nbsp;</p>\"\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1038/invitations/1032/reminder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"08d8e413-17e7-4edb-94d8-063b53606b09"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 22 Dec 2021 01:02:47 GMT"},{"key":"Content-Length","value":"623"}],"cookie":[],"responseTime":null,"body":"{\n    \"subject\": \"Invitation to take a survey at Checkbox® 7\",\n    \"invitation_id\": 1032,\n    \"invitation_type\": \"Email\",\n    \"body\": \"<p>You have been invited to take the survey: 66579.<br /><br /><a href=\\\"@@SURVEY_URL_PLACEHOLDER__DO_NOT_ERASE\\\">Click here to take the survey</a><br /><br /></p>\\n<hr />\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14px;\\\">@@FooterCompany @@FooterAddress1 @@FooterAddress2, @@FooterCity, @@FooterState @@FooterPostCode, @@FooterCountry<br /></span><span style=\\\"font-size: 12px;\\\"><a id=\\\"unsubscribeLink\\\" href=\\\"@@OPT_OUT_PLACEHOLDER__DO_NOT_ERASE\\\">Unsubscribe</a></span></p>\\n<p>&nbsp;</p>\"\n}"}],"_postman_id":"a3137a32-edd7-4967-922e-dca9d009a642"}],"id":"f09b85f2-abac-4f6d-aa43-2df4b81ada7b","_postman_id":"f09b85f2-abac-4f6d-aa43-2df4b81ada7b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Scheduling","item":[{"name":"Get Invitation Full Schedule","id":"95de1183-776b-4712-8386-f88c5a1c30c8","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/schedules","description":"<p>This endpoint will allow you to retrieve the full schedule for this invitation. This will include Invitations and Reminders. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","schedules"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1cb7c899-2c5a-4e15-8ea2-b438782beb69","name":"Get Invitation Schedule","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/schedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"557"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 18:09:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_count\": 3,\n    \"items\": [\n        {\n            \"id\": 203,\n            \"type\": \"Invitation\",\n            \"scheduled_date\": \"2018-10-18T19:08:53.29+03:00\",\n            \"processing_started\": null,\n            \"processing_finished\": null,\n            \"email_batch\": null\n        },\n        {\n            \"id\": 204,\n            \"type\": \"Reminder\",\n            \"scheduled_date\": \"2018-10-22T19:08:53.29+03:00\",\n            \"processing_started\": null,\n            \"processing_finished\": null,\n            \"email_batch\": null\n        },\n        {\n            \"id\": 205,\n            \"type\": \"Reminder\",\n            \"scheduled_date\": \"2018-10-28T19:08:53.29+03:00\",\n            \"processing_started\": null,\n            \"processing_finished\": null,\n            \"email_batch\": null\n        }\n    ],\n    \"paging_info\": {\n        \"page_size\": 0,\n        \"page_num\": 1\n    },\n    \"has_next\": false,\n    \"has_previous\": false\n}"}],"_postman_id":"95de1183-776b-4712-8386-f88c5a1c30c8"},{"name":"Get Invitation Schedule","id":"0e0e3c59-99ca-4182-9de3-00af5011a367","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/schedules/203","description":"<p>This endpoint can be used to pull data on a specific invitation schedule record. You can utilize this to check the status of a scheduled record to see if it has begun or completed processing.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","schedules","203"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1bdcd7a1-89ed-486e-b0b4-6bd6a78a3bac","name":"Get Invitation Schedule","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/schedules/{{scheduleId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"150"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 18:14:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 203,\n    \"type\": \"Invitation\",\n    \"scheduled_date\": \"2018-10-18T19:08:53.29+03:00\",\n    \"processing_started\": null,\n    \"processing_finished\": null,\n    \"email_batch\": null\n}"}],"_postman_id":"0e0e3c59-99ca-4182-9de3-00af5011a367"},{"name":"Schedule Invitation / Reminder","id":"f5406970-f0a8-4f93-86ec-6a66181a888c","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{      \r\n     \"scheduled_date\": \"2018-11-01T00:31:36.283+03:00\"         \r\n}\r\n"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/schedules","description":"<p>This endpoint will allow you to schedule an invitation or reminder to send. If the invitation currently has no schedule records then the first request using this method will schedule the Invitation message to send (type: \"Invitation\"). All subsequent requests will schedule the Reminder message to send out (type: \"Reminder\").</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","schedules"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ddd1cf33-71aa-4177-829e-839de616c679","name":"Schedule Invitation / Reminder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{      \r\n     \"scheduled_date\": \"2018-11-01T00:31:36.283+03:00\"         \r\n}\r\n"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/schedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"149"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 18:12:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 206,\n    \"type\": \"Reminder\",\n    \"scheduled_date\": \"2018-11-01T00:31:36.283+03:00\",\n    \"processing_started\": null,\n    \"processing_finished\": null,\n    \"email_batch\": null\n}"}],"_postman_id":"f5406970-f0a8-4f93-86ec-6a66181a888c"},{"name":"Send to Pending","id":"a8e4edfa-e381-4b35-959e-021bfae8a6f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/send-to-pending","description":"<p>This endpoint will allow you to send the invitation to any pending recipients for the invitation. This means any recipients that have been added to the invitation since it was last sent out.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{{surveyId}}","invitations","{{invitationId}}","send-to-pending"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"cf998c01-c673-43a6-980c-1d8de5571319","name":"Send to Pending","originalRequest":{"method":"POST","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1051/invitations/1036/send-to-pending"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"97678a20-edef-45a4-92ee-3952c4902cb1"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 06 May 2022 17:31:45 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a8e4edfa-e381-4b35-959e-021bfae8a6f1"},{"name":"Edit Invitation / Reminder Schedule","id":"9a365e44-ea3d-4350-90d1-a87174bb8f8a","request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{      \r\n     \"scheduled_date\": \"2018-11-02T00:31:36.283+03:00\"         \r\n}\r\n"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/schedules/203","description":"<p>This endpoint will allow you edit the scheduled time of an invitation or reminder. Please note that if you edit the invitation record and reminders have already been scheduled all reminders must be scheduled after the initial invitation or the reminders will not send out.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","schedules","203"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"42251c0b-a653-4e98-a244-e8ff78be7237","name":"Edit Invitation / Reminder Schedule","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{      \r\n     \"scheduled_date\": \"2018-11-02T00:31:36.283+03:00\"         \r\n}\r\n"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/schedules/{{scheduleId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"151"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 18:15:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 203,\n    \"type\": \"Invitation\",\n    \"scheduled_date\": \"2018-11-02T00:31:36.283+03:00\",\n    \"processing_started\": null,\n    \"processing_finished\": null,\n    \"email_batch\": null\n}"}],"_postman_id":"9a365e44-ea3d-4350-90d1-a87174bb8f8a"},{"name":"Delete Invitation Schedule","id":"37bc99a2-9dac-43f8-a9c8-69bdc850030d","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/schedules/203","description":"<p>This endpoint will delete the schedule record for an invitation or reminder. Note that if you delete an invitation schedule reminders will no longer send for this invitation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","schedules","203"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"42e16dc2-78db-4ba2-8b3d-91c7214eeb37","name":"Delete Invitation Schedule","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/schedules/{{scheduleId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 18:16:25 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"37bc99a2-9dac-43f8-a9c8-69bdc850030d"}],"id":"fab3b0c6-bdf3-49f4-a212-4b39b0234fc0","description":"<p>Sending out an invitation requires that you schedule the invitation. In Checkbox 6 it was possible to utilize the application without the schedule feature. Checkbox 7 was rebuilt to require scheduling. If you are not using the messaging service the schedule date / time will be ignored and your survey will be sent out immediately. If you are using the messaging service your invitation or reminder will go out at the scheduled time. </p>\n<p>Note that all Checkbox Hosted customers have the scheduling feature enabled. Server customers will need to install the messaging service in order to schedule invitations and reminders for a future date. </p>\n","event":[{"listen":"prerequest","script":{"id":"554f7bc5-3a47-443b-9399-730103d99d16","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51c8bc34-109f-4e59-b202-7fe3527023e9","type":"text/javascript","exec":[""]}}],"_postman_id":"fab3b0c6-bdf3-49f4-a212-4b39b0234fc0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Recipients","item":[{"name":"Get Invitation Panels","id":"3065ba7c-0683-4160-a9e6-0c0a645616b3","request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/panels","description":"<p>This endpoint will allow you to retrieve information on all of the recipients for your invitation, called \"Panels\". This will allow you to check who is currently on the recipient list for the invitation. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","panels"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f5f0f975-e51c-4360-96e4-c11d8aeb7d89","name":"Get Invitation Panels","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/panels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"623"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 18:20:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_count\": 5,\n    \"items\": [\n        {\n            \"id\": 1267,\n            \"resource_id\": \"SurveyEditor\",\n            \"name\": \"SurveyEditor\",\n            \"email\": \"1@1q\",\n            \"type\": \"Contact\"\n        },\n        {\n            \"id\": 1268,\n            \"resource_id\": \"sales@checkbox.com\",\n            \"name\": \"sales@checkbox.com\",\n            \"email\": \"sales@checkbox.com\",\n            \"type\": \"Contact\"\n        },\n        {\n            \"id\": 1269,\n            \"resource_id\": \"1046\",\n            \"name\": \"Invitation Test Group\",\n            \"email\": null,\n            \"type\": \"ContactGroup\"\n        },\n        {\n            \"id\": 1266,\n            \"resource_id\": null,\n            \"name\": \"dev2@checkbox.com\",\n            \"email\": \"dev2@checkbox.com\",\n            \"type\": \"Email\"\n        },\n        {\n            \"id\": 1265,\n            \"resource_id\": null,\n            \"name\": \"dev@checkbox.com\",\n            \"email\": \"dev@checkbox.com\",\n            \"type\": \"Email\"\n        }\n    ],\n    \"paging_info\": {\n        \"page_size\": 0,\n        \"page_num\": 1\n    },\n    \"has_next\": false,\n    \"has_previous\": false\n}"}],"_postman_id":"3065ba7c-0683-4160-a9e6-0c0a645616b3"},{"name":"Get Invitation Recipients","id":"46778f34-24c2-4981-8dfd-49370f27bbe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1006/invitations/1001/recipients","description":"<p>This endpoint can be utilized to pull recipient data about the invitation. This includes data on whether or not the recipients have responded to the invitation or not. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1006","invitations","1001","recipients"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"11a5ce8d-48c0-4993-b2a1-7e8531abf524","name":"Get Invitation Recipients","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/recipients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jun 2020 03:29:07 GMT"},{"key":"Content-Length","value":"352"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_count\": 1,\n    \"items\": [\n        {\n            \"id\": 1000,\n            \"external_id\": \"e3227870-26cd-4dfd-833e-1fcbfa8a3bdd\",\n            \"panel_id\": 1000,\n            \"contact_id\": \"\",\n            \"email\": \"dev@checkbox.com\",\n            \"status\": \"NotResponded\",\n            \"last_sent\": \"2020-06-10T22:27:50.66-05:00\",\n            \"messages\": 1,\n            \"total_sent\": 1,\n            \"error_message\": null\n        }\n    ],\n    \"paging_info\": {\n        \"page_size\": 0,\n        \"page_num\": 1\n    },\n    \"has_next\": false,\n    \"has_previous\": false\n}"}],"_postman_id":"46778f34-24c2-4981-8dfd-49370f27bbe4"},{"name":"Add Invitation Recipients","id":"cdb8ceb7-8106-4a57-9b72-16fdea609298","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[  \r\n   {  \r\n      \"value\":\"test1@checkbox.com\",\r\n      \"type\":\"Email\"\r\n   },\r\n   {  \r\n      \"value\":1022,\r\n      \"type\":\"ContactGroup\"\r\n   }\r\n]"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/panels/batch","description":"<p>You can utilize this endpoint to add recipinets to an invitation recipient list. </p>\n<p>Type is a required parameter. You can assign the Type of \"Contact\", \"Email\", or \"ContactGroup\". When using \"ContactGroup\" you need to use the Group Id as the value. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","panels","batch"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2aa6a2dd-973f-4698-8961-5629338d1f63","name":"Add Invitation Recipient","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[  \r\n   {  \r\n      \"value\":\"test1@checkbox.com\",\r\n      \"type\":\"Email\"\r\n   },\r\n   {  \r\n      \"value\":1022,\r\n      \"type\":\"ContactGroup\"\r\n   }\r\n]"},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/panels/batch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"199"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 18:24:52 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1272,\n        \"resource_id\": null,\n        \"name\": \"tes1t@checkbox.com\",\n        \"email\": \"tes1t@checkbox.com\",\n        \"type\": \"Email\"\n    },\n    {\n        \"id\": 1273,\n        \"resource_id\": \"1022\",\n        \"name\": \"New Contact Group\",\n        \"email\": null,\n        \"type\": \"ContactGroup\"\n    }\n]"}],"_postman_id":"cdb8ceb7-8106-4a57-9b72-16fdea609298"},{"name":"Remove Invitation Recipients","id":"12192c2d-ad08-4a7e-a5ee-5ee00ec9072a","request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1022/invitations/1194/panels/1272","description":"<p>This endpoint will allow you to remove recipients and groups from an invitation. Doing this will make any URLs they have in their invitations invalid and generate an error. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","1022","invitations","1194","panels","1272"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"dc1851cd-4381-499a-a2f3-e5f6098dbbd4","name":"Remove Invitation Recipients","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{{surveyId}}/invitations/{{invitationId}}/panels/{{panelId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Oct 2018 18:27:19 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"12192c2d-ad08-4a7e-a5ee-5ee00ec9072a"}],"id":"525ed0f7-a248-4320-afd9-30284cbe69a0","_postman_id":"525ed0f7-a248-4320-afd9-30284cbe69a0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}}],"id":"9d2df62b-1e0b-4d68-9736-7ed45d7060d7","description":"<p>Invitations are the Checkbox feature that allows you to send out your survey links through email using Checkbox. Each invitation recipient is tracked through the special invitation URL generated for the recipient. </p>\n<p>Checkbox Hosted supports email schedule by default which allows you to schedule your invitations to go out in the future. Checkbox Hosted customers are also required to include an unsubscribe merge code in their email invitation before it will be processed as well as a company profile, and company profile merge codes. This is to comply with US CAN-SPAM regulation. Server customers can utilize these features but are not required by the application to do so. You may however be required by law to comply with the regulations. </p>\n<p>Checkbox On-Premises supports email scheduling but requires the Checkbox Service to be installed in order to utilize scheduling. By default the on-premises edition will send out email as its triggered and does not support scheduling. </p>\n","event":[{"listen":"prerequest","script":{"id":"ce2a4278-3534-481a-bf96-b6856eceaf49","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e0beea7d-122c-4ec8-ac38-5d88647c3b9e","type":"text/javascript","exec":[""]}}],"_postman_id":"9d2df62b-1e0b-4d68-9736-7ed45d7060d7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Files","item":[{"name":"Upload","id":"07448a46-47c1-457c-b6cc-d727d06d9c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/kevin/Pictures/checkbox-logo.jpg"}]},"url":"{{URL}}/{{ACCOUNT_NAME}}/files/upload","description":"<p>This request will receive an image of type binary and then return the Checkbox URL that you can utilize in your surveys or styles. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","files","upload"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6c92e909-5382-457b-a1dd-9a69dbb57622","name":"Upload","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/kevin/Pictures/checkbox-logo.jpg"}]},"url":"{{URL}}/{{ACCOUNT_NAME}}/files/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"a556675c-146a-432d-91fe-38c6d66ff84b"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 17 Sep 2020 17:29:00 GMT"},{"key":"Content-Length","value":"349"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"b29a6a3d-f491-47d7-b70e-a3503c233d3a\",\n    \"content_id\": 1022,\n    \"file_name\": \"checkbox-logo.jpg\",\n    \"content_type\": \"image/jpeg\",\n    \"content_size\": 66624,\n    \"content_category\": \"Images\",\n    \"file_url\": \"https://s3.amazonaws.com/checkbox.checkboxonline.uploads/checkboxdevaccount/Images/checkbox-logo-b29a6a3d-f491-47d7-b70e-a3503c233d3a.jpg\",\n    \"storage_type\": \"AmazonS3\"\n}"}],"_postman_id":"07448a46-47c1-457c-b6cc-d727d06d9c60"}],"id":"324e13c5-e2fe-4d7d-9aed-8bbce4d21f50","description":"<p>The File API is utilized to upload images or files into Checkbox so that you can then reference them in survey questions, styles, or item options. </p>\n","event":[{"listen":"prerequest","script":{"id":"5a9cbc1e-97ef-469b-aa2c-6f7f2561fbf9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6de3fba4-1a7a-4fb8-9f28-83da4378dd5d","type":"text/javascript","exec":[""]}}],"_postman_id":"324e13c5-e2fe-4d7d-9aed-8bbce4d21f50","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Application Settings","item":[{"name":"Survey Settings","item":[{"name":"Get Survey Settings","id":"77b69bd4-556c-407c-85e8-b49fa30a5a5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/survey","description":"<p>This endpoint can be utilized to get survey settings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","survey"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"16d829c5-a987-4b58-9488-049f3aba4df3","name":"Get Survey Settings","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/survey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1592"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 18 Dec 2018 19:49:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"survey_preferences\": {\r\n        \"default_security_type\": \"Public\",\r\n        \"default_survey_style_template\": 1001,\r\n        \"enable_custom_survey_urls\": true,\r\n        \"allow_editing_of_active_surveys\": true,\r\n        \"save_responses_when_navigating_back\": true\r\n    },\r\n    \"file_upload_item_settings\": {\r\n        \"is_enabled\": true,\r\n        \"allowed_file_types\": [\r\n            {\r\n                \"extension\": \".csv\",\r\n                \"description\": \"Comma separated list\"\r\n            },\r\n            {\r\n                \"extension\": \".doc\",\r\n                \"description\": \"Microsoft Word document\"\r\n            },\r\n            {\r\n                \"extension\": \".docx\",\r\n                \"description\": \"Microsoft Word 2007 document\"\r\n            },\r\n            {\r\n                \"extension\": \".gif\",\r\n                \"description\": \"Graphics Interchange Format image\"\r\n            },\r\n            {\r\n                \"extension\": \".jpeg\",\r\n                \"description\": \"Joint Photographic Experts Group image\"\r\n            },\r\n            {\r\n                \"extension\": \".jpg\",\r\n                \"description\": \"Common variant of the Joint Photographic Experts Group image extension\"\r\n            },\r\n            {\r\n                \"extension\": \".pdf\",\r\n                \"description\": \"Portable Document Format\"\r\n            },\r\n            {\r\n                \"extension\": \".png\",\r\n                \"description\": \"Portable Network Graphics image\"\r\n            },\r\n            {\r\n                \"extension\": \".ppt\",\r\n                \"description\": \"Microsoft Powerpoint presentation\"\r\n            },\r\n            {\r\n                \"extension\": \".pptx\",\r\n                \"description\": \"Microsoft Powerpoint 2007 presentation\"\r\n            },\r\n            {\r\n                \"extension\": \".txt\",\r\n                \"description\": \"Text file\"\r\n            },\r\n            {\r\n                \"extension\": \".xls\",\r\n                \"description\": \"Microsoft Excel workbook\"\r\n            },\r\n            {\r\n                \"extension\": \".xlsx\",\r\n                \"description\": \"Microsoft Excel 2007 workbook\"\r\n            }\r\n        ],\r\n        \"restrict_file_export\": true\r\n    },\r\n    \"advanced_survey_controls_settings\": {\r\n        \"allow_javascript_item\": true,\r\n        \"enable_javascript_item\": true,\r\n        \"enable_survey_wide_javascript\": true,\r\n        \"enable_survey_wide_css\": true\r\n    }\r\n}\r\n"}],"_postman_id":"77b69bd4-556c-407c-85e8-b49fa30a5a5c"},{"name":"Edit Survey Settings","id":"08ed6c24-4415-4256-b279-6176650ebda8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"survey_preferences\": {\n        \"default_security_type\": \"Public\",\n        \"default_survey_style_template\": 1002,\n        \"allow_edit_survey_style_template\": true,\n        \"default_question_editor_view\": \"HTML\",\n        \"enable_custom_survey_urls\": true,\n        \"allow_editing_of_active_surveys\": true,\n        \"save_responses_when_navigating_back\": true,\n        \"make_next_finish_button_as_default_button\": true,\n        \"display_html_items_as_plain_text\": false,\n        \"include_incomplete_responses_to_total_amount\": false\n    },\n    \"file_upload_item_settings\": {\n        \"is_enabled\": true,\n        \"allowed_file_types\": [\n            {\n                \"extension\": \".csv\",\n                \"description\": \"Comma separated list\"\n            },\n            {\n                \"extension\": \".doc\",\n                \"description\": \"Microsoft Word document\"\n            },\n            {\n                \"extension\": \".docx\",\n                \"description\": \"Microsoft Word 2007 document\"\n            },\n            {\n                \"extension\": \".gif\",\n                \"description\": \"Graphics Interchange Format image\"\n            },\n            {\n                \"extension\": \".jpeg\",\n                \"description\": \"Joint Photographic Experts Group image\"\n            },\n            {\n                \"extension\": \".jpg\",\n                \"description\": \"Common variant of the Joint Photographic Experts Group image extension\"\n            },\n            {\n                \"extension\": \".pdf\",\n                \"description\": \"Portable Document Format\"\n            },\n            {\n                \"extension\": \".png\",\n                \"description\": \"Portable Network Graphics image\"\n            },\n            {\n                \"extension\": \".ppt\",\n                \"description\": \"Microsoft Powerpoint presentation\"\n            },\n            {\n                \"extension\": \".pptx\",\n                \"description\": \"Microsoft Powerpoint 2007 presentation\"\n            },\n            {\n                \"extension\": \".txt\",\n                \"description\": \"Text file\"\n            }\n        ],\n        \"restrict_file_export\": false\n    },\n    \"advanced_survey_controls_settings\": {\n        \"allow_javascript_item\": true,\n        \"enable_javascript_item\": true,\n        \"enable_survey_wide_javascript\": true,\n        \"enable_survey_wide_css\": true\n    }\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/survey","description":"<p>This endpoint will allow you to modify the application settings for surveys. Some of these settings will have no affect for Checkbox Online users.</p>\n<p>Possible \"default_security_type\" values for this method are: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Security Type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Public</td>\n<td>Survey can be completed by anyone with a link to the survey with no restrictions</td>\n</tr>\n<tr>\n<td>PasswordProtected</td>\n<td>Respondent must posses the password to the survey. When using this you should populate the \"survey_password\" field as well</td>\n</tr>\n<tr>\n<td>AccessControlList</td>\n<td>Survey is restricted to contacts and users on the access list with \"Take Survey\" permission</td>\n</tr>\n<tr>\n<td>AllRegisteredUsers</td>\n<td>Survey can be completed by anyone that is a registered contact or user in Checkbox</td>\n</tr>\n<tr>\n<td>InvitationOnly</td>\n<td>Survey can only be completed using a Checkbox generated invitation link</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","survey"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0177e760-0937-4ca3-83bb-6dc507eee3b1","name":"Edit Survey Settings","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"survey_preferences\": {\n        \"default_security_type\": \"Public\",\n        \"default_survey_style_template\": 1002,\n        \"allow_edit_survey_style_template\": true,\n        \"default_question_editor_view\": \"HTML\",\n        \"enable_custom_survey_urls\": true,\n        \"allow_editing_of_active_surveys\": true,\n        \"save_responses_when_navigating_back\": true,\n        \"make_next_finish_button_as_default_button\": true,\n        \"display_html_items_as_plain_text\": false,\n        \"include_incomplete_responses_to_total_amount\": false\n    },\n    \"file_upload_item_settings\": {\n        \"is_enabled\": true,\n        \"allowed_file_types\": [\n            {\n                \"extension\": \".csv\",\n                \"description\": \"Comma separated list\"\n            },\n            {\n                \"extension\": \".doc\",\n                \"description\": \"Microsoft Word document\"\n            },\n            {\n                \"extension\": \".docx\",\n                \"description\": \"Microsoft Word 2007 document\"\n            },\n            {\n                \"extension\": \".gif\",\n                \"description\": \"Graphics Interchange Format image\"\n            },\n            {\n                \"extension\": \".jpeg\",\n                \"description\": \"Joint Photographic Experts Group image\"\n            },\n            {\n                \"extension\": \".jpg\",\n                \"description\": \"Common variant of the Joint Photographic Experts Group image extension\"\n            },\n            {\n                \"extension\": \".pdf\",\n                \"description\": \"Portable Document Format\"\n            },\n            {\n                \"extension\": \".png\",\n                \"description\": \"Portable Network Graphics image\"\n            },\n            {\n                \"extension\": \".ppt\",\n                \"description\": \"Microsoft Powerpoint presentation\"\n            },\n            {\n                \"extension\": \".pptx\",\n                \"description\": \"Microsoft Powerpoint 2007 presentation\"\n            },\n            {\n                \"extension\": \".txt\",\n                \"description\": \"Text file\"\n            }\n        ],\n        \"restrict_file_export\": false\n    },\n    \"advanced_survey_controls_settings\": {\n        \"allow_javascript_item\": true,\n        \"enable_javascript_item\": true,\n        \"enable_survey_wide_javascript\": true,\n        \"enable_survey_wide_css\": true\n    }\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/survey"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"9e07805d-5b69-4ce3-8a76-5bd9fa9a7b4c","name":"Edit Survey Settings","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"survey_preferences\": {\n        \"default_security_type\": \"Public\",\n        \"default_survey_style_template\": 1002,\n        \"allow_edit_survey_style_template\": true,\n        \"default_question_editor_view\": \"HTML\",\n        \"enable_custom_survey_urls\": true,\n        \"allow_editing_of_active_surveys\": true,\n        \"save_responses_when_navigating_back\": true,\n        \"make_next_finish_button_as_default_button\": true,\n        \"display_html_items_as_plain_text\": false,\n        \"include_incomplete_responses_to_total_amount\": false\n    },\n    \"file_upload_item_settings\": {\n        \"is_enabled\": true,\n        \"allowed_file_types\": [\n            {\n                \"extension\": \".csv\",\n                \"description\": \"Comma separated list\"\n            },\n            {\n                \"extension\": \".doc\",\n                \"description\": \"Microsoft Word document\"\n            },\n            {\n                \"extension\": \".docx\",\n                \"description\": \"Microsoft Word 2007 document\"\n            },\n            {\n                \"extension\": \".gif\",\n                \"description\": \"Graphics Interchange Format image\"\n            },\n            {\n                \"extension\": \".jpeg\",\n                \"description\": \"Joint Photographic Experts Group image\"\n            },\n            {\n                \"extension\": \".jpg\",\n                \"description\": \"Common variant of the Joint Photographic Experts Group image extension\"\n            },\n            {\n                \"extension\": \".pdf\",\n                \"description\": \"Portable Document Format\"\n            },\n            {\n                \"extension\": \".png\",\n                \"description\": \"Portable Network Graphics image\"\n            },\n            {\n                \"extension\": \".ppt\",\n                \"description\": \"Microsoft Powerpoint presentation\"\n            },\n            {\n                \"extension\": \".pptx\",\n                \"description\": \"Microsoft Powerpoint 2007 presentation\"\n            },\n            {\n                \"extension\": \".txt\",\n                \"description\": \"Text file\"\n            }\n        ],\n        \"restrict_file_export\": false\n    },\n    \"advanced_survey_controls_settings\": {\n        \"allow_javascript_item\": true,\n        \"enable_javascript_item\": true,\n        \"enable_survey_wide_javascript\": true,\n        \"enable_survey_wide_css\": true\n    }\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/survey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1462"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 18 Dec 2018 19:51:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"survey_preferences\": {\r\n        \"default_security_type\": \"PasswordProtected\",\r\n        \"default_survey_style_template\": 1001,\r\n        \"enable_custom_survey_urls\": true,\r\n        \"allow_editing_of_active_surveys\": true,\r\n        \"save_responses_when_navigating_back\": true\r\n    },\r\n    \"file_upload_item_settings\": {\r\n        \"is_enabled\": true,\r\n        \"allowed_file_types\": [\r\n            {\r\n                \"extension\": \".custom\",\r\n                \"description\": \"Custom file\"\r\n            },\r\n            {\r\n                \"extension\": \".csv\",\r\n                \"description\": \"Comma separated list\"\r\n            },\r\n            {\r\n                \"extension\": \".doc\",\r\n                \"description\": \"Microsoft Word document\"\r\n            },\r\n            {\r\n                \"extension\": \".docx\",\r\n                \"description\": \"Microsoft Word 2007 document\"\r\n            },\r\n            {\r\n                \"extension\": \".gif\",\r\n                \"description\": \"Graphics Interchange Format image\"\r\n            },\r\n            {\r\n                \"extension\": \".jpeg\",\r\n                \"description\": \"Joint Photographic Experts Group image\"\r\n            },\r\n            {\r\n                \"extension\": \".jpg\",\r\n                \"description\": \"Common variant of the Joint Photographic Experts Group image extension\"\r\n            },\r\n            {\r\n                \"extension\": \".pdf\",\r\n                \"description\": \"Portable Document Format\"\r\n            },\r\n            {\r\n                \"extension\": \".png\",\r\n                \"description\": \"Portable Network Graphics image\"\r\n            },\r\n            {\r\n                \"extension\": \".ppt\",\r\n                \"description\": \"Microsoft Powerpoint presentation\"\r\n            },\r\n            {\r\n                \"extension\": \".pptx\",\r\n                \"description\": \"Microsoft Powerpoint 2007 presentation\"\r\n            },\r\n            {\r\n                \"extension\": \".txt\",\r\n                \"description\": \"Text file\"\r\n            },\r\n            {\r\n                \"extension\": \".xls\",\r\n                \"description\": \"Microsoft Excel workbook\"\r\n            },\r\n            {\r\n                \"extension\": \".xlsx\",\r\n                \"description\": \"Microsoft Excel 2007 workbook\"\r\n            }\r\n        ],\r\n        \"restrict_file_export\": true\r\n    },\r\n    \"advanced_survey_controls_settings\": {\r\n        \"allow_javascript_item\": true,\r\n        \"enable_javascript_item\": true,\r\n        \"enable_survey_wide_javascript\": true,\r\n        \"enable_survey_wide_css\": true\r\n    }\r\n}"}],"_postman_id":"08ed6c24-4415-4256-b279-6176650ebda8"}],"id":"f4bd24f5-c783-4ed4-868d-218c15101cb2","description":"<p>This section will provide documentation on the API to modify the application settings relevant for surveys.</p>\n","_postman_id":"f4bd24f5-c783-4ed4-868d-218c15101cb2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Contact Settings","item":[{"name":"Get Contact Settings","id":"2c402f5a-5e08-4eea-b882-7948f4d6f4de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/contact","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","contact"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"e95f4a61-35dd-4d97-a440-5aaf103eb32f","name":"Get Contact Settings","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"871"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 18 Dec 2018 19:57:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"registration_settings\": {\n        \"allow_edit_self\": true,\n        \"allow_password_reset\": true,\n        \"allow_public_registration\": true,\n        \"require_email_address_on_registration\": true\n    },\n    \"profile_properties\": [\n        {\n            \"id\": 1,\n            \"name\": \"FirstName\",\n            \"position\": 1,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 2,\n            \"name\": \"LastName\",\n            \"position\": 2,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 3,\n            \"name\": \"ApplicationLanguage\",\n            \"position\": 3,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 8,\n            \"name\": \"SSN\",\n            \"position\": 4,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"id\": 11,\n            \"name\": \"PhoneNumber\",\n            \"position\": 5,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Country\",\n            \"position\": 6,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        }\n    ],\n    \"security_settings\": {\n        \"min_password_length\": null,\n        \"min_password_non_alpha_numeric\": null,\n        \"max_failed_login_attempts\": 3\n    },\n    \"single_sign_on\": {\n        \"enable_jwt\": true,\n        \"jwt_return_url\": \"\"\n    }\n}"}],"_postman_id":"2c402f5a-5e08-4eea-b882-7948f4d6f4de"},{"name":"Edit Contact Settings","id":"614383ba-cf8d-4c07-a0f3-655e992ed27a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"registration_settings\": {\n        \"allow_edit_self\": true,\n        \"allow_password_reset\": true,\n        \"allow_public_registration\": true,\n        \"require_email_address_on_registration\": true\n    },\n    \"profile_properties\": [\n        {\n            \"id\": 1,\n            \"name\": \"FirstName\",\n            \"position\": 1,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 2,\n            \"name\": \"LastName\",\n            \"position\": 2,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 3,\n            \"name\": \"ApplicationLanguage\",\n            \"position\": 3,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 8,\n            \"name\": \"SSN\",\n            \"position\": 4,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"id\": 11,\n            \"name\": \"PhoneNumber\",\n            \"position\": 5,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Country\",\n            \"position\": 6,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"name\": \"State\",\n            \"position\": 7,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        }\n    ],\n    \"security_settings\": {\n        \"min_password_length\": null,\n        \"min_password_non_alpha_numeric\": null,\n        \"max_failed_login_attempts\": 3\n    },\n    \"single_sign_on\": {\n        \"enable_jwt\": true,\n        \"jwt_return_url\": \"\"\n    }\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/contact","description":"<p>This endpoint will allow you to modify the system settings related to contacts and users. This will also allow you to modify and add additional profile properties.</p>\n<p>Additional profile properties can be added to Checkbox by adding them to the profile_properties object without an \"id\" parameter.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">        {\n            \"name\": \"State\",\n            \"position\": 7,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        }\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","contact"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4c1ed5ed-85a1-47c5-8020-ea37cd1ab55e","name":"Edit Contact Settings","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"registration_settings\": {\n        \"allow_edit_self\": true,\n        \"allow_password_reset\": true,\n        \"allow_public_registration\": true,\n        \"require_email_address_on_registration\": true\n    },\n    \"profile_properties\": [\n        {\n            \"id\": 1,\n            \"name\": \"FirstName\",\n            \"position\": 1,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 2,\n            \"name\": \"LastName\",\n            \"position\": 2,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 3,\n            \"name\": \"ApplicationLanguage\",\n            \"position\": 3,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 8,\n            \"name\": \"SSN\",\n            \"position\": 4,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"id\": 11,\n            \"name\": \"PhoneNumber\",\n            \"position\": 5,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Country\",\n            \"position\": 6,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"name\": \"State\",\n            \"position\": 7,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        }\n    ],\n    \"security_settings\": {\n        \"min_password_length\": null,\n        \"min_password_non_alpha_numeric\": null,\n        \"max_failed_login_attempts\": 3\n    },\n    \"single_sign_on\": {\n        \"enable_jwt\": true,\n        \"jwt_return_url\": \"\"\n    }\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"954"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 18 Dec 2018 19:59:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"registration_settings\": {\n        \"allow_edit_self\": true,\n        \"allow_password_reset\": true,\n        \"allow_public_registration\": true,\n        \"require_email_address_on_registration\": true\n    },\n    \"profile_properties\": [\n        {\n            \"id\": 1,\n            \"name\": \"FirstName\",\n            \"position\": 1,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 2,\n            \"name\": \"LastName\",\n            \"position\": 2,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 3,\n            \"name\": \"ApplicationLanguage\",\n            \"position\": 3,\n            \"is_hidden\": false,\n            \"is_system_property\": true\n        },\n        {\n            \"id\": 8,\n            \"name\": \"SSN\",\n            \"position\": 4,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"id\": 11,\n            \"name\": \"PhoneNumber\",\n            \"position\": 5,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Country\",\n            \"position\": 6,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        },\n        {\n            \"id\": 19,\n            \"name\": \"State\",\n            \"position\": 7,\n            \"is_hidden\": false,\n            \"is_system_property\": false\n        }\n    ],\n    \"security_settings\": {\n        \"min_password_length\": null,\n        \"min_password_non_alpha_numeric\": null,\n        \"max_failed_login_attempts\": 3\n    },\n    \"single_sign_on\": {\n        \"enable_jwt\": true,\n        \"jwt_return_url\": \"\"\n    }\n}"}],"_postman_id":"614383ba-cf8d-4c07-a0f3-655e992ed27a"}],"id":"f6c4160b-d8e6-4453-9fc1-fa213f7a38d4","description":"<p>This section will retrieve the system settings relevent to contacts and users for Checkbox. This includes profile property settings.</p>\n","event":[{"listen":"prerequest","script":{"id":"518ff32f-50b6-461c-bf70-c10c067d2fc6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"55badf79-5922-4b26-9caf-83d7959e2911","type":"text/javascript","exec":[""]}}],"_postman_id":"f6c4160b-d8e6-4453-9fc1-fa213f7a38d4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Response Export Settings","item":[{"name":"Get Response Export Settings","id":"aa2108f4-0e95-47a3-b152-c19494318950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/response-export","description":"<p>This endpoint can be utilized to get the default settings for response exports. The following export types are available: \"Csv\", \"SpssCsv\", and \"SpssNative\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","response-export"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fc4847aa-f03f-48b1-bade-47a49819fc58","name":"Get Response Export Settings","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/response-export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 30 Mar 2020 23:33:47 GMT"},{"key":"Content-Length","value":"508"}],"cookie":[],"responseTime":null,"body":"{\n    \"default_export_type\": \"Csv\",\n    \"csv\": {\n        \"include_partial_responses\": false,\n        \"include_open_ended_results\": false,\n        \"include_hidden_items\": false,\n        \"include_detailed_response_info\": false,\n        \"include_detailed_contact_info\": false,\n        \"include_detailed_score_info\": false,\n        \"include_possible_score\": false,\n        \"strip_html_tags\": false,\n        \"merge_select_multiple_results\": false,\n        \"export_rank_order_points\": false,\n        \"export_with_aliases\": false\n    },\n    \"spss\": {\n        \"include_response_id\": false,\n        \"include_partial_responses\": false,\n        \"include_open_ended_results\": false\n    }\n}"}],"_postman_id":"aa2108f4-0e95-47a3-b152-c19494318950"},{"name":"Edit Response Export Default Settings","id":"e4f3052a-c082-4c67-8638-0ed70b5a6432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"default_export_type\": \"SpssCsv\",\r\n    \"csv\": {\r\n        \"include_partial_responses\": false,\r\n        \"include_open_ended_results\": false,\r\n        \"include_hidden_items\": false,\r\n        \"include_detailed_response_info\": false,\r\n        \"include_detailed_contact_info\": false,\r\n        \"include_detailed_score_info\": false,\r\n        \"include_possible_score\": false,\r\n        \"strip_html_tags\": false,\r\n        \"merge_select_multiple_results\": false,\r\n        \"export_rank_order_points\": false,\r\n        \"export_with_aliases\": false\r\n    },\r\n    \"spss\": {\r\n        \"include_response_id\": false,\r\n        \"include_partial_responses\": false,\r\n        \"include_open_ended_results\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/response-export","description":"<p>This endpoint will allow you to modify the response export default settings. Possible \"default_export_type\" values for this method are: \"Csv\", \"SpssCsv\", \"SpssNative\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","response-export"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"137d7320-8bda-468f-ad8f-e852fbf86cd0","name":"Edit Response Export Default Settings","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"default_export_type\": \"SpssCsv\",\r\n    \"csv\": {\r\n        \"include_partial_responses\": false,\r\n        \"include_open_ended_results\": false,\r\n        \"include_hidden_items\": false,\r\n        \"include_detailed_response_info\": false,\r\n        \"include_detailed_contact_info\": false,\r\n        \"include_detailed_score_info\": false,\r\n        \"include_possible_score\": false,\r\n        \"strip_html_tags\": false,\r\n        \"merge_select_multiple_results\": false,\r\n        \"export_rank_order_points\": false,\r\n        \"export_with_aliases\": false\r\n    },\r\n    \"spss\": {\r\n        \"include_response_id\": false,\r\n        \"include_partial_responses\": false,\r\n        \"include_open_ended_results\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/response-export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 30 Mar 2020 23:35:25 GMT"},{"key":"Content-Length","value":"512"}],"cookie":[],"responseTime":null,"body":"{\n    \"default_export_type\": \"SpssCsv\",\n    \"csv\": {\n        \"include_partial_responses\": false,\n        \"include_open_ended_results\": false,\n        \"include_hidden_items\": false,\n        \"include_detailed_response_info\": false,\n        \"include_detailed_contact_info\": false,\n        \"include_detailed_score_info\": false,\n        \"include_possible_score\": false,\n        \"strip_html_tags\": false,\n        \"merge_select_multiple_results\": false,\n        \"export_rank_order_points\": false,\n        \"export_with_aliases\": false\n    },\n    \"spss\": {\n        \"include_response_id\": false,\n        \"include_partial_responses\": false,\n        \"include_open_ended_results\": false\n    }\n}"}],"_postman_id":"e4f3052a-c082-4c67-8638-0ed70b5a6432"}],"id":"fe71ca4d-80fc-4d4e-ae71-c4d3c473231e","_postman_id":"fe71ca4d-80fc-4d4e-ae71-c4d3c473231e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Report Settings","item":[{"name":"Get Report Settings","id":"64eecf49-83a8-4ba6-b091-9a10a97d9538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/report","description":"<p>This endpoint can be utilized to get report default settings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","report"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b3813d13-1887-4eb5-b745-53db1013cd87","name":"Get Report Settings","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Dec 2018 16:53:22 GMT"},{"key":"Content-Length","value":"1688"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"report_options\": {\r\n        \"style_template_id\": 1002,\r\n        \"use_aliases\": false,\r\n        \"include_incomplete_responses\": false,\r\n        \"include_test_responses\": true,\r\n        \"place_all_report_items_on_single_page\": false,\r\n        \"display_survey_title\": false\r\n    },\r\n    \"report_item_options\": {\r\n        \"radio_buttons\": \"PieGraph\",\r\n        \"checkboxes\": \"ColumnGraph\",\r\n        \"single_line_text\": \"WordCloud\",\r\n        \"multi_line_text\": \"WordCloud\",\r\n        \"slider\": \"ColumnGraph\",\r\n        \"net_promoter_score\": \"NetPromoterScoreTable\",\r\n        \"max_diff\": \"MaxDiffSummaryTable\",\r\n        \"rank_order\": \"SummaryTable\",\r\n        \"rating_scale\": \"RatingScaleStatisticsTable\",\r\n        \"dropdown_list\": \"PieGraph\",\r\n        \"matrix\": \"MatrixSummary\",\r\n        \"hidden_items\": \"SummaryTable\",\r\n        \"rating\": \"ColumnGraph\",\r\n        \"max_number_of_choices\": 10\r\n    }\r\n}"}],"_postman_id":"64eecf49-83a8-4ba6-b091-9a10a97d9538"},{"name":"Edit Report Settings","id":"bf5b9508-1d92-429d-80ef-d977db9bee45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"report_options\": {\r\n        \"style_template_id\": 1034,\r\n        \"use_aliases\": true,\r\n        \"include_incomplete_responses\": false,\r\n        \"include_test_responses\": true,\r\n        \"place_all_report_items_on_single_page\": true,\r\n        \"display_survey_title\": false\r\n    },\r\n    \"report_item_options\": {\r\n        \"radio_buttons\": \"PieGraph\",\r\n        \"checkboxes\": \"ColumnGraph\",\r\n        \"single_line_text\": \"ResponseDetails\",\r\n        \"multi_line_text\": \"ResponseDetails\",\r\n        \"slider\": \"ColumnGraph\",\r\n        \"net_promoter_score\": \"NetPromoterScoreTable\",\r\n        \"max_diff\": \"MaxDiffSummaryTable\",\r\n        \"rank_order\": \"SummaryTable\",\r\n        \"rating_scale\": \"RatingScaleStatisticsTable\",\r\n        \"dropdown_list\": \"PieGraph\",\r\n        \"matrix\": \"MatrixSummary\",\r\n        \"hidden_items\": \"DoNotShow\",\r\n        \"rating\": \"ColumnGraph\",\r\n        \"max_number_of_choices\": 10\r\n    }\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/report","description":"<p>This endpoint can be utilized to edit report default settings.</p>\n<p>Available chart types by item type:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Item Type</th>\n<th>Available Chart Types</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>radio_buttons</td>\n<td>\"DoNotShow\", \"SummaryTable\", \"ColumnGraph\", \"PieGraph\", \"LineGraph\", \"BarGraph\", \"ResponseDetails\", \"DoughnutGraph\"</td>\n</tr>\n<tr>\n<td>checkboxes</td>\n<td>\"DoNotShow\", \"SummaryTable\", \"ColumnGraph\", \"PieGraph\", \"LineGraph\", \"BarGraph\", \"ResponseDetails\", \"DoughnutGraph\"</td>\n</tr>\n<tr>\n<td>slider</td>\n<td>\"DoNotShow\", \"SummaryTable\", \"ColumnGraph\", \"PieGraph\", \"LineGraph\", \"BarGraph\", \"ResponseDetails\", \"DoughnutGraph\"</td>\n</tr>\n<tr>\n<td>rank_order</td>\n<td>\"DoNotShow\", \"SummaryTable\", \"ColumnGraph\", \"PieGraph\", \"LineGraph\", \"BarGraph\", \"ResponseDetails\", \"DoughnutGraph\"</td>\n</tr>\n<tr>\n<td>dropdown_list</td>\n<td>\"DoNotShow\", \"SummaryTable\", \"ColumnGraph\", \"PieGraph\", \"LineGraph\", \"BarGraph\", \"ResponseDetails\", \"DoughnutGraph\"</td>\n</tr>\n<tr>\n<td>rating</td>\n<td>\"DoNotShow\", \"SummaryTable\", \"ColumnGraph\", \"PieGraph\", \"LineGraph\", \"BarGraph\", \"ResponseDetails\", \"DoughnutGraph\"</td>\n</tr>\n<tr>\n<td>single_line_text</td>\n<td>\"DoNotShow\", \"SummaryTable\", \"ResponseDetails\", \"WordCloud\"</td>\n</tr>\n<tr>\n<td>multi_line_text</td>\n<td>\"DoNotShow\", \"SummaryTable\", \"ResponseDetails\", \"WordCloud\"</td>\n</tr>\n<tr>\n<td>net_promoter_score</td>\n<td>\"DoNotShow\", \"NetPromoterScoreTable\", \"NetPromoterScoreStatisticsTable\", \"SummaryTable\", \"ColumnGraph\", \"PieGraph\", \"LineGraph\", \"BarGraph\", \"ResponseDetails\", \"DoughnutGraph\"</td>\n</tr>\n<tr>\n<td>max_diff</td>\n<td>\"DoNotShow\", \"DoNotShow\"</td>\n</tr>\n<tr>\n<td>rating_scale</td>\n<td>\"DoNotShow\", \"RatingScaleStatisticsTable\", \"SummaryTable\", \"ColumnGraph\", \"PieGraph\", \"LineGraph\", \"BarGraph\", \"ResponseDetails\", \"DoughnutGraph\"</td>\n</tr>\n<tr>\n<td>matrix</td>\n<td>\"DoNotShow\", \"MatrixSummary\"</td>\n</tr>\n<tr>\n<td>hidden_items</td>\n<td>\"DoNotShow\", \"SummaryTable\", \"ResponseDetails\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","report"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"bcfc2e30-a898-409c-8073-21b8973dc594","name":"Edit Report Settings","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"report_options\": {\r\n        \"style_template_id\": 1034,\r\n        \"use_aliases\": true,\r\n        \"include_incomplete_responses\": false,\r\n        \"include_test_responses\": true,\r\n        \"place_all_report_items_on_single_page\": true,\r\n        \"display_survey_title\": false\r\n    },\r\n    \"report_item_options\": {\r\n        \"radio_buttons\": \"PieGraph\",\r\n        \"checkboxes\": \"ColumnGraph\",\r\n        \"single_line_text\": \"ResponseDetails\",\r\n        \"multi_line_text\": \"ResponseDetails\",\r\n        \"slider\": \"ColumnGraph\",\r\n        \"net_promoter_score\": \"NetPromoterScoreTable\",\r\n        \"max_diff\": \"MaxDiffSummaryTable\",\r\n        \"rank_order\": \"SummaryTable\",\r\n        \"rating_scale\": \"RatingScaleStatisticsTable\",\r\n        \"dropdown_list\": \"PieGraph\",\r\n        \"matrix\": \"MatrixSummary\",\r\n        \"hidden_items\": \"DoNotShow\",\r\n        \"rating\": \"ColumnGraph\",\r\n        \"max_number_of_choices\": 10\r\n    }\r\n}"},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 01 Apr 2020 20:09:02 GMT"},{"key":"Content-Length","value":"658"}],"cookie":[],"responseTime":null,"body":"{\n    \"report_options\": {\n        \"style_template_id\": 1034,\n        \"use_aliases\": true,\n        \"include_incomplete_responses\": false,\n        \"include_test_responses\": true,\n        \"place_all_report_items_on_single_page\": true,\n        \"display_survey_title\": false\n    },\n    \"report_item_options\": {\n        \"radio_buttons\": \"PieGraph\",\n        \"checkboxes\": \"ColumnGraph\",\n        \"single_line_text\": \"ResponseDetails\",\n        \"multi_line_text\": \"ResponseDetails\",\n        \"slider\": \"ColumnGraph\",\n        \"net_promoter_score\": \"NetPromoterScoreTable\",\n        \"max_diff\": \"MaxDiffSummaryTable\",\n        \"rank_order\": \"SummaryTable\",\n        \"rating_scale\": \"RatingScaleStatisticsTable\",\n        \"dropdown_list\": \"PieGraph\",\n        \"matrix\": \"MatrixSummary\",\n        \"hidden_items\": \"DoNotShow\",\n        \"rating\": \"ColumnGraph\",\n        \"max_number_of_choices\": 10\n    }\n}"}],"_postman_id":"bf5b9508-1d92-429d-80ef-d977db9bee45"}],"id":"24771baa-2bc2-4b45-8ea0-bfa2f5347164","_postman_id":"24771baa-2bc2-4b45-8ea0-bfa2f5347164","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Invitations & Email","item":[],"id":"157ebf3c-8ebf-4201-be72-e22461ab69ea","_postman_id":"157ebf3c-8ebf-4201-be72-e22461ab69ea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Texts","item":[{"name":"Get Survey Default Texts","id":"f6850d32-7e5d-4937-b15a-d9ef164c2940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/texts/survey-text/{language}","description":"<p>This endpoint can be utilized to get survey default texts.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","texts","survey-text","{language}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"bc6cae8d-8ed9-44e8-95be-6ef49d53c1e6","name":"Get Survey Default Texts","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/texts/survey-text/{language}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Example of response for language \"en-US\":\r\n\r\n[\r\n    {\r\n        \"name\": \"Click Here\",\r\n        \"text\": \"Click here\",\r\n        \"key\": \"SaveProgressClickHere\"\r\n    },\r\n    {\r\n        \"name\": \"Completed Column Header\",\r\n        \"text\": \"Completed\",\r\n        \"key\": \"CompletedColumnHeader\"\r\n    },\r\n    {\r\n        \"name\": \"Edit Column Header\",\r\n        \"text\": \"Edit\",\r\n        \"key\": \"EditColumnHeader\"\r\n    },\r\n    {\r\n        \"name\": \"Email Address\",\r\n        \"text\": \"Email Address:\",\r\n        \"key\": \"EmailAddress\"\r\n    },\r\n    {\r\n        \"name\": \"Email Address Required\",\r\n        \"text\": \"An email address is required.\",\r\n        \"key\": \"EmailAddressRequired\"\r\n    }\r\n    ...\r\n]"}],"_postman_id":"f6850d32-7e5d-4937-b15a-d9ef164c2940"},{"name":"Edit Survey Default Texts","id":"316f42f3-c281-47bf-824a-6299f4fe19a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"Click Here\",\r\n        \"text\": \"Click here Changed\",\r\n        \"key\": \"SaveProgressClickHere\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/texts/survey-text/{language}","description":"<p>This endpoint can be utilized to edit survey default texts.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","texts","survey-text","{language}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"41e73622-2f26-4be3-9654-8e372598b528","name":"Edit Survey Default Texts","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"Click Here\",\r\n        \"text\": \"Click here Changed\",\r\n        \"key\": \"SaveProgressClickHere\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/texts/survey-text/{language}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 01 Apr 2020 20:13:19 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Click Here\",\n        \"text\": \"Click here Changed\",\n        \"key\": \"SaveProgressClickHere\"\n    }\n]"}],"_postman_id":"316f42f3-c281-47bf-824a-6299f4fe19a4"},{"name":"Get Validation Texts","id":"eeff6e97-a9ce-457f-af83-ecbcc4589dc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/texts/validation-message/{language}","description":"<p>This endpoint can be utilized to get validation texts for the specified language.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","texts","validation-message","{language}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c8c2ffaa-9948-4266-9653-e898a1f77dad","name":"Get Validation Texts","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/texts/validation-message/{language}?language=string","host":["{{URL}}"],"path":["{{ACCOUNT_NAME}}","application-settings","texts","validation-message","{language}"],"query":[{"key":"language","value":"string","description":"Language code for a language that is specified in your Checkbox installation, e.g. \"en-US\""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Response: validation texts.\r\n\r\nExample of response for language \"en-US\":\r\n\r\n[\r\n    {\r\n        \"name\": \"Column Answers Must Be Unique\",\r\n        \"text\": \"Each answer in this column must be unique.\",\r\n        \"key\": \"UniqueAnswerError\"\r\n    },\r\n    {\r\n        \"name\": \"CAPTCHA Code Does Not Match\",\r\n        \"text\": \"The entered code did not match the displayed code. Please try again.\",\r\n        \"key\": \"CaptchaInvalid\"\r\n    },\r\n    {\r\n        \"name\": \"CAPTCHA Required\",\r\n        \"text\": \"Please enter the code.\",\r\n        \"key\": \"CaptchaRequired\"\r\n    },\r\n    {\r\n        \"name\": \"Date After\",\r\n        \"text\": \"Date must be after {date}.\",\r\n        \"key\": \"DateAfter\"\r\n    }\r\n    .....\r\n]"}],"_postman_id":"eeff6e97-a9ce-457f-af83-ecbcc4589dc9"},{"name":"Edit Validation Text","id":"83aa50e2-6090-4b73-943a-78086c497593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"\",\r\n        \"text\": \"The answer is incomplete - Changed\",\r\n        \"key\": \"AnswerIsIncomplete\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/texts/validation-message/{language}","description":"<p>This endpoint can be utilized to edit validation texts for a specified language.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","application-settings","texts","validation-message","{language}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1d5e1925-bcc2-434d-8eab-29fcb42d84bf","name":"Edit Validation Text","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"\",\r\n        \"text\": \"The answer is incomplete - Changed\",\r\n        \"key\": \"AnswerIsIncomplete\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/application-settings/texts/validation-message/en-us"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 01 Apr 2020 20:17:21 GMT"},{"key":"Content-Length","value":"84"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"\",\n        \"text\": \"The answer is incomplete - Changed\",\n        \"key\": \"AnswerIsIncomplete\"\n    }\n]"}],"_postman_id":"83aa50e2-6090-4b73-943a-78086c497593"}],"id":"2779bf6a-08b7-46d9-bab0-948ee56b669e","description":"<p>Edit texts for multi language usage of Checkbox.</p>\n","_postman_id":"2779bf6a-08b7-46d9-bab0-948ee56b669e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}}],"id":"829fa088-5dab-43e2-869e-d8fd45f479d1","_postman_id":"829fa088-5dab-43e2-869e-d8fd45f479d1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Company Profiles","item":[{"name":"Get Company Profiles","id":"b0b1e483-74e3-484c-911b-c4a2193b53b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/company-profiles","description":"<p>This endpoint can be utilized to get company profiles.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","company-profiles"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"deb5bd3c-03d6-4d30-9b2e-178b08a93da3","name":"Get Company Profiles","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/company-profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 01 Apr 2020 20:19:23 GMT"},{"key":"Content-Length","value":"196"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1000,\n        \"is_default\": false,\n        \"name\": \"Sample\",\n        \"address1\": \"123 Main Street\",\n        \"address2\": \"\",\n        \"city\": \"Somewhere\",\n        \"company\": \"Sample Company\",\n        \"country\": \"United States\",\n        \"post_code\": \"11111\",\n        \"state\": \"MA\"\n    }\n]"}],"_postman_id":"b0b1e483-74e3-484c-911b-c4a2193b53b6"},{"name":"Create Company Profile","id":"6ae3ab64-6835-4a75-a49e-2c1af89fa0aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"is_default\": false,\n    \"name\": \"Sample\",\n    \"address1\": \"123 Main Street\",\n    \"address2\": \"\",\n    \"city\": \"Somewhere\",\n    \"company\": \"Sample Company\",\n    \"country\": \"United States\",\n    \"post_code\": \"11111\",\n    \"state\": \"MA\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/company-profiles","description":"<p>This endpoint can be utilized to create a company profile.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","company-profiles"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f83ebd5e-2178-44d3-9c77-531d98de864e","name":"Create Company Profile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"is_default\": false,\n    \"name\": \"Sample\",\n    \"address1\": \"123 Main Street\",\n    \"address2\": \"\",\n    \"city\": \"Somewhere\",\n    \"company\": \"Sample Company\",\n    \"country\": \"United States\",\n    \"post_code\": \"11111\",\n    \"state\": \"MA\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/company-profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 01 Apr 2020 20:20:47 GMT"},{"key":"Content-Length","value":"194"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1001,\n    \"is_default\": false,\n    \"name\": \"Sample\",\n    \"address1\": \"123 Main Street\",\n    \"address2\": \"\",\n    \"city\": \"Somewhere\",\n    \"company\": \"Sample Company\",\n    \"country\": \"United States\",\n    \"post_code\": \"11111\",\n    \"state\": \"MA\"\n}"}],"_postman_id":"6ae3ab64-6835-4a75-a49e-2c1af89fa0aa"},{"name":"Edit Company Profile","id":"50f0d99e-72c3-40fc-9dcf-511549e4ea18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"is_default\": false,\n    \"name\": \"Company Profile Sample\",\n    \"address1\": \"123 Main Street\",\n    \"address2\": \"\",\n    \"city\": \"Somewhere\",\n    \"company\": \"Sample Company\",\n    \"country\": \"United States\",\n    \"post_code\": \"11111\",\n    \"state\": \"MA\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/company-profiles/{companyProfileId}","description":"<p>This endpoint can be utilized to edit a company profile.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","company-profiles","{companyProfileId}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5c8ce192-a72f-4b6e-a1a6-57ec0466a683","name":"Edit Company Profile","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"is_default\": false,\n    \"name\": \"Company Profile Sample\",\n    \"address1\": \"123 Main Street\",\n    \"address2\": \"\",\n    \"city\": \"Somewhere\",\n    \"company\": \"Sample Company\",\n    \"country\": \"United States\",\n    \"post_code\": \"11111\",\n    \"state\": \"MA\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/company-profiles/{companyProfileId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 01 Apr 2020 20:22:26 GMT"},{"key":"Content-Length","value":"210"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1001,\n    \"is_default\": false,\n    \"name\": \"Company Profile Sample\",\n    \"address1\": \"123 Main Street\",\n    \"address2\": \"\",\n    \"city\": \"Somewhere\",\n    \"company\": \"Sample Company\",\n    \"country\": \"United States\",\n    \"post_code\": \"11111\",\n    \"state\": \"MA\"\n}"}],"_postman_id":"50f0d99e-72c3-40fc-9dcf-511549e4ea18"},{"name":"Delete Company Profile","id":"c65cc19d-f86b-4952-a457-2d0a30ee6c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/company-profiles/{companyProfileId}","description":"<p>This endpoint can be utilized to delete a company profile if the company profile isn't used in invitations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","company-profiles","{companyProfileId}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"3bbee580-0e26-4566-81cb-e91d2fe7a798","name":"Delete Company Profile","originalRequest":{"method":"DELETE","header":[],"url":"{{URL}}/{{ACCOUNT_NAME}}/company-profiles/{companyProfileId}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Response: this method will return a status code of 204 No Content and will not return any data in the response"}],"_postman_id":"c65cc19d-f86b-4952-a457-2d0a30ee6c1c"}],"id":"a3788bf9-977e-4b44-aefd-53decf9b8390","_postman_id":"a3788bf9-977e-4b44-aefd-53decf9b8390","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Hard Delete Responses","item":[{"name":"Hard Delete all Responses","id":"d081c10d-121e-43f9-baf4-d11f7e87bfc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"retention_period_in_days\": 3 }","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/soft-deleted-responses/erase-all","description":"<p>This endpoint will hard-delete all responses that are already soft-deleted in your Checkbox account. If you are unsure if you should be removing all soft-deleted data, please use the survey-specific function below.</p>\n<p>This function uses a retention_period_in_days value that is passed in through the body of the post request. If you do not include this parameter, or pass in a 0 as its value, it will remove ALL soft-deleted responses regardless of when they were deleted.</p>\n<p>*Important Note:  Checkbox started tracking response deletion dates as of version 7.49. This means that all responses deleted before this date will have a deleted date based on the version 7.49 release. For Checkbox hosted accounts, this date was December 16, 2021. For Checkbox on-premises installations, this would be the date that you applied the 7.49 patch.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","soft-deleted-responses","erase-all"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"beeecdc9-b221-4654-8b00-34c40c613e10","name":"Hard Delete all Responses","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"retention_period_in_days\": 3 }","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/soft-deleted-responses/erase-all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"ba397305-2b06-4ee0-9f41-48fef3bfee06"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 16 Dec 2021 16:29:57 GMT"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"erased_response_count\": 15\n}"}],"_postman_id":"d081c10d-121e-43f9-baf4-d11f7e87bfc1"},{"name":"Hard Delete Responses for Survey","id":"4ee247cd-d3a0-41a4-9bce-48fdddb57133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"retention_period_in_days\": 3 }","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/{SurveyId}/soft-deleted-responses/erase-all","description":"<p>This endpoint requires the ID of the survey that you would like to hard-delete all responses for (that have previously been soft-deleted), as well as the retention period that you would like to use.</p>\n<p>The retention period is the number of days between when the response was deleted and today. If you use a retention period of 0, or do not provide this value in the post data, all soft-deleted responses will be permanently deleted.</p>\n<p>*Important Note:  Checkbox started tracking response deletion dates as of version 7.49. This means that all responses deleted before this date will have a deleted date based on the version 7.49 release. For Checkbox hosted accounts, this date was December 16, 2021. For Checkbox on-premises installations, this would be the date that you applied the 7.49 patch.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}},"urlObject":{"path":["{{ACCOUNT_NAME}}","surveys","{SurveyId}","soft-deleted-responses","erase-all"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"15041603-8667-4c36-a8f5-eb9e439d3460","name":"Hard Delete Responses for Survey","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/{{ACCOUNT_NAME}}/surveys/1001/soft-deleted-responses/erase-all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Correlation-Id","value":"ce9c2b96-0489-47e7-88ac-2a5a7f437c0f"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 16 Dec 2021 16:05:02 GMT"},{"key":"Content-Length","value":"27"}],"cookie":[],"responseTime":null,"body":"{\n    \"erased_response_count\": 8\n}"}],"_postman_id":"4ee247cd-d3a0-41a4-9bce-48fdddb57133"}],"id":"8b2a8918-ed37-42ae-987b-c974c3dc5d35","description":"<p>Deleting survey responses in Checkbox using the admin interface or the API \"delete response\" method will soft-delete the data. This marks the responses as deleted and hides the data from the UI, API, exports and reports. Soft-deleted data still resides in the database and can generally be restored via your System tools, if needed.</p>\n<p>For security, privacy, and/or performance reasons, you may want to completely remove this data from the database on a periodic basis. Utilizing the Hard Delete Responses endpoint, you can hard-delete responses based on filters. This operation is NOT reversible so it should be done with great care. Once this method is executed, the data will be permanently removed from the Checkbox database and cannot be restored except by restoring a database backup.</p>\n<p>Note that these functions will only affect soft-deleted responses and will not purge any responses that have not already been deleted through the UI or API.</p>\n","_postman_id":"8b2a8918-ed37-42ae-987b-c974c3dc5d35","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Single Sign On ","item":[],"id":"aa08e12f-a230-41f0-b052-1d63e1628fcc","description":"<p>Single sign-on is a mechanism that allows you to authenticate users in your system and then tell another application (in this case Checkbox) that the user has been authenticated and should be granted access to the application. The user is then allowed to access Checkbox without being prompted to present a username or password to Checkbox directly.</p>\n<p>Checkbox relies on a technology called JWT (JSON Web Token) for securing the exchange of user authentication data. This technology allows you to tell Checkbox, in a secure way, that users are authenticated. We are hoping to add additional methods of single sign on in the future. </p>\n<p>Single sign-on with JWT is currently available on all plans except for the Basic Checkbox Online plan.</p>\n<h3 id=\"additional-information-about-jwt\">Additional information about JWT</h3>\n<p>JWT is an open standard that is being driven by the international standards body IETF and is backed by top-level organizations such as Microsoft, Facebook, and Google.</p>\n<p>One thing to be aware of is that the JWT payload is merely encoded and signed, not encrypted, so make sure that you don't put any sensitive data in the claims. JWT works by serializing the JSON that is being transmitted to a string. It then base64 encodes that string and then makes an HMAC of the base64 string which depends on the shared secret key. This produces a signature that the recipient side can use to validate the user</p>\n<h3 id=\"enabling-jwt\">Enabling JWT</h3>\n<p>You can enable JWT in Checkbox 7 by going to your account's application settings (clicking on your name in the top right corner) and then selecting Single Sign On. </p>\n<p>You will want to enable the JWT feature, and then generate a JWT key. Once you generate a key the old key will automatically become invalid. </p>\n<h3 id=\"the-process\">The Process</h3>\n<ol>\n<li>User logs into your application or web site</li>\n<li>User click a link on your site to either create &amp; manage surveys or to submit a survey response</li>\n<li>Your code generates a secure JWT token and then redirects them to\nthe Checkbox application</li>\n<li>Checkbox parses the JWT token, verifies the secure key, and then logs the user into the system\nthat matches the username in the token</li>\n</ol>\n<h3 id=\"repondents\">Repondents</h3>\n<p>You can utilize JWT to authorize respondents when taking their survey in the same way that you can use it to authorize administrators. You will need to utilize your \"take survey URL\" which includes your subdomain, and then either the custom survey url, or the survey guid. </p>\n<p>Here is the structure of a URL that can be used to login a respondent directly into a survey: </p>\n<p>https://{{YOUR SUBDOMAIN}}.{{YOUR DOMAIN}}/login?jwt={{ENCODED JWT TOKEN}}&amp;destinationURL={{CUSTOM SURVEY URL or SURVEY GUID}}</p>\n<div>https://dev.checkbox.com/login?jwt=iOiJIUzI1NiIsInR5cCI6Ik&amp;destinationURL=customer-satisfaction-survey\n</div>\n\n<h3 id=\"claims\">Claims</h3>\n<p>In order for your token to be validated the claims must contain the following fields: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Claim Variable</th>\n<th>Usage</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uid</td>\n<td>The contacts identifier (their username)</td>\n</tr>\n<tr>\n<td>tid</td>\n<td>Your account name / subdomain  or use \"default\" for On-Premises accounts</td>\n</tr>\n<tr>\n<td>iat</td>\n<td>Same value as time_stamp (See below)</td>\n</tr>\n<tr>\n<td>exp</td>\n<td>An epoch timestamp in the future</td>\n</tr>\n<tr>\n<td>time_stamp</td>\n<td>The time since epoch (in seconds) that the token generated. Must be current or the token will be invalid</td>\n</tr>\n</tbody>\n</table>\n</div><p>The payload should be signed using your account's JWT key.</p>\n<h3 id=\"sample---c-code\">Sample - C# Code</h3>\n<p>The sample code below is provided in C#, but you can support any language that supports generating JSON Web Tokens. </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-csharp\">var handler = new JwtSecurityTokenHandler();\nvar key = Encoding.UTF8.GetBytes([[JWTAUthKeyFromSettings]]);\n                        \nTimeSpan t = DateTime.UtcNow.AddMinutes(3) - new DateTime(1970, 1, 1);\nint secondsSinceEpoch = (int)t.TotalSeconds;\n\nt = DateTime.UtcNow.AddMinutes(30) - new DateTime(1970, 1, 1);\nint expiration = (int)t.TotalSeconds;\n            \nvar tokenDescriptor = new SecurityTokenDescriptor\n{\n    Subject = new ClaimsIdentity(new []\n    {\n        new Claim(\"uid\", userName), \n        new Claim(\"tid\", accountName),\n        new Claim(\"jti\", Guid.NewGuid().ToString()),\n        new Claim(\"iat\", secondsSinceEpoch.ToString()),\n        new Claim(\"exp\", expiration.ToString()),\n        new Claim(\"time_stamp\", secondsSinceEpoch.ToString()), \n    }),\n    SigningCredentials = new SigningCredentials(new SymmetricSecurityKey(key), SecurityAlgorithms.HmacSha256)\n};\n\nvar token = handler.CreateToken(tokenDescriptor);\n\nreturn $\"https://app.checkbox.com/login?jwt={handler.WriteToken(token)}\";\n</code></pre>\n<h3 id=\"sample---manual-example\">Sample - Manual Example</h3>\n<p>This example shows you how to create a one time JWT token and login to your account with a single use JWT token.</p>\n<ol>\n<li>Go to <a href=\"https://jwt.io/\">https://jwt.io/</a> and in the payload enter the data in the example below.</li>\n<li>In the \"Verify signature section\" put your JWT key in place of where it says \"your-256-bit-secret\"</li>\n<li>Copy the encoded value </li>\n<li>Go to <a href=\"https://app.checkbox.com/login?jwt=%7B%7BENCODED\">https://app.checkbox.com/login?jwt={{ENCODED</a> OUTPUT FROM STEP 2}}&amp;destinationURL={{OPTIONAL URL TO REDIRECT TO}}  OR https://{{YOUR SUBDOMAIN}}/login?jwt={{ENCODED OUTPUT FROM STEP 2}}&amp;destinationURL={{CUSTOM SURVEY URL or SURVEY GUID}}</li>\n</ol>\n<p>Payload example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-csharp\">{\n  \"uid\": \"{{ADMIN USERNAME ON YOUR ACCOUNT}}\",\n  \"tid\": \"{{ACCOUNT SUBDOMAIN OR BLANK FOR ON PREMISES}}\",\n  \"iat\": {{EPOCH TIME STAMP}},\n  \"jti\": \"{{random guid value}}\",\n  \"exp\": {{EPOCH TIME IN THE FUTURE}},\n  \"time_stamp\": {{EPOCH TIME STAMP}}\n}\n</code></pre>\n<p>(Note: to get an EPOCH timestamp you can use <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"1323431f-f0b7-42dc-8793-9429f0e89a53","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"59bf8b26-6e76-41e6-9b57-1279fabf837b","type":"text/javascript","exec":[""]}}],"_postman_id":"aa08e12f-a230-41f0-b052-1d63e1628fcc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Survey Customization","item":[{"name":"CSS","item":[{"name":"Body and Page Styles","item":[],"id":"429f9554-7767-4018-b20c-e5c235696553","description":"<p>Below you will find sample CSS with comments providing context to what the CSS is changing. You can then use the CSS selectors to write and compile your own CSS for your survey. You can add custom CSS to your survey via the advanced settings in the survey or to your style template using the style template editor. </p>\n<p>*Please note that not all custom CSS will display in the style template preview. </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-css\">/* Body Styles can be modified using the cb-take-survey-section selector as shown below */\n\n.cb-take-survey-section {\n    background: #d0b75d; /* Background Color */\n    font-size: 18px; /* Question / Answer Font Size */\n    font-family: Arial, HelveticaNeue; /* Question / Answer Font Family */\n    font-size: 18px; /* Question / Answer Font Size */\n    color: #751ca4; /* Question / Answer Font Color */\n}\n\n/* Footer / Button container styles can be modified using the cb-take-survey-buttons-container selector as shown below */\n\n.cb-take-survey-buttons-container {\n    background-color: #8be2ed; /* Footer Color */\n    height: 75px;\n}\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"7c6ac1bb-4657-43c3-a4a4-b01a51829bfd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"30225948-45ed-4d88-ad2b-cfec48ff2e2a","type":"text/javascript","exec":[""]}}],"_postman_id":"429f9554-7767-4018-b20c-e5c235696553","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Question and Item Styles","item":[],"id":"2ed0f658-c6de-46ee-b005-3ef057c5e965","description":"<p>This section will provide documentation on how to customize the appearance and display of specific item types and their options. </p>\n","event":[{"listen":"prerequest","script":{"id":"5bf58b9d-cc42-4fd4-89b3-a059d739d9b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bd98f146-d0d4-4b75-946b-25bc5a60fc04","type":"text/javascript","exec":[""]}}],"_postman_id":"2ed0f658-c6de-46ee-b005-3ef057c5e965","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}},{"name":"Ancillary Page Styles","item":[],"id":"aae53b96-a64b-45a6-a548-97a7f0729265","description":"<p>This section will provide documentation on how to customize the ancillary page styles for your survey. These types of pages include the login page, response selection, language selection etc. </p>\n","event":[{"listen":"prerequest","script":{"id":"e36adc65-fd67-4d63-bfb1-f96baea0479d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f7659606-eb25-41d4-9ef5-7b5a1b3cb997","type":"text/javascript","exec":[""]}}],"_postman_id":"aae53b96-a64b-45a6-a548-97a7f0729265","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}}],"id":"3b617972-7da4-4ba9-b661-80cc58881aa3","description":"<p>The following documentation can assit you in writing custom CSS to provide advance styling to your surveys or styling features that are not currently offered through our style template editor. </p>\n","event":[{"listen":"prerequest","script":{"id":"59467e72-c27d-49d1-9a35-43a3f631d1e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6abff0c2-02e8-49f6-9c4a-96375f34b31a","type":"text/javascript","exec":[""]}}],"_postman_id":"3b617972-7da4-4ba9-b661-80cc58881aa3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}}],"id":"e3d985b5-789c-47ca-8a2a-92d511baa9ef","description":"<p>Checkbox 7 has several features to help make survey customization easy and powerful. To just make basic style changes you can use our built in styles, or to make more advanced custom CSS changes we have both a survey wide CSS editor and a style CSS editor. This allows you to make custom CSS changes at both the survey or style level. </p>\n<p>To make more advanced customizations we also offer both a javascript item and a survey wide javascript feature. You can find information on customizing your survey with CSS or Javascript below. For using the style editor please see the documentation on Checkbox.com. </p>\n","event":[{"listen":"prerequest","script":{"id":"2ecf20b0-0243-4169-ae2e-4352262b8f05","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea06243e-0af7-4b92-b078-0ea1a0bb5c53","type":"text/javascript","exec":[""]}}],"_postman_id":"e3d985b5-789c-47ca-8a2a-92d511baa9ef","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]},"isInherited":true,"source":{"_postman_id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","id":"bfb7796d-49f4-4f17-a6d3-675a00eb65ed","name":"Checkbox 8 API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"034c2629-63ed-4035-b89e-4f3e9c2197ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"62c25cc7-9a57-4bb4-8004-0b77cd4c27dd","type":"text/javascript","exec":[""]}}],"variable":[{"key":"URL","value":"{{URL}}"},{"key":"ACCOUNT_NAME","value":"{{ACCOUNT_NAME}}"},{"key":"username","value":"{{Username}}"},{"key":"password","value":"{{Password}}"},{"key":"Token","value":"{{Token}}"}]}