{"info":{"_postman_id":"e14b2fc7-3d0b-475f-af23-715abe68aca6","name":"Formdesk REST API v1","description":"<html><head></head><body><p>All methods (execpt the Connect method) of the REST API cost 1 credit per call unless otherwise stated in the documentation. The number of remaining credits is returned after each call via the http header 'Credits'.</p>\n<p>The Bearer token in the Authorization header is the API Key which can be found or created within the User Management in your Formdesk account.</p>\n<p>An example of the complete authorization header:<br><code>Authorization: Bearer 35491370a3144829b6977327e494b4d5</code></p>\n<h3 id=\"resource-url\"><strong>Resource URL</strong></h3>\n<p>The resource URL must have the following format:<br><code>https://[host]/api/rest/v1/[folder of forms]/</code></p>\n<p>Host:<br>For the Connect this is always '<a href=\"\">www.formdesk.com'</a>. With all other calls you need to use the host returned by the Connect method, e.g. 'fd7.formdesk.com'.</p>\n<p>Folder of forms:<br>This is also called 'domain'. It is the unique account name you can find within your account settings. It is also the first part in the url (after the host) to a form or when logged-in to Formdesk.</p>\n<h3 id=\"response\">Response</h3>\n<p>When an api call is successful, status code 200 is returned. Otherwise the the status code indicates a failure and a Json structure is returned in the body of the response.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"meta\": {\n        \"resourceType\": \"Error\"\n    },\n    \"code\": \"400\",\n    \"description\": \"Bad Request\",\n    \"reason\": \"Form not found\"\n}\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9848031","collectionId":"e14b2fc7-3d0b-475f-af23-715abe68aca6","publishedId":"SWEDyDrC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-12-19T06:25:17.000Z"},"item":[{"name":"Connect","item":[{"name":"Connect - API key","event":[{"listen":"test","script":{"id":"c89d3696-ec7d-4bcf-a88d-7da50db8962d","exec":["// Test response code 200","pm.test(\"Status 200\", function () {","    pm.response.to.have.status(200);","});","","// Test Json data host","pm.test(\"formdesk.com in host\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.host).to.include('formdesk.com');","});","","// Opslaan API key in variable","var jsonData = pm.response.json();","pm.environment.set(\"apikey\", jsonData.apikey);","","// Opslaan Host in variable","var jsonData = pm.response.json();","pm.environment.set(\"host\", jsonData.host);"],"type":"text/javascript"}}],"id":"288c4ecf-43d5-412f-a9a9-6cd1230f6a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":""},"url":"https://www.formdesk.com/api/rest/v1/apitest/connect","description":"<p>This method can be used to determine the Formdesk server on which your account resides.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","connect"],"host":["www","formdesk","com"],"query":[],"variable":[]}},"response":[{"id":"33dc1034-1789-4b8a-bdbb-d6b654713ce6","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://www.formdesk.com/api/rest/v1/apitest/connect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-349"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Thu, 19 Dec 2019 06:59:08 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"apikey\": \"e99******************d6b\",\n    \"host\": \"fd7.formdesk.com\"\n}"}],"_postman_id":"288c4ecf-43d5-412f-a9a9-6cd1230f6a82"},{"name":"Connect - Credentials","event":[{"listen":"test","script":{"id":"111f7541-4316-475c-8e5c-49885c0c9aff","exec":["// Test response code 200","pm.test(\"Status 200\", function () {","    pm.response.to.have.status(200);","});","","// Opslaan API key in variable","var jsonData = pm.response.json();","pm.environment.set(\"apikey\", jsonData.apikey);","","// Opslaan Host in variable","var jsonData = pm.response.json();","pm.environment.set(\"host\", jsonData.host);"],"type":"text/javascript"}}],"id":"287c2cfc-0706-4a6e-b273-5616024a9d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"apitest\",\n\t\"username\": \"janedoe\",\n\t\"password\": \"janejane\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.formdesk.com/api/rest/v1/connect","description":"<p>This method can be used to retreive the api key from a username and password. The API key and the host containing the server on which your account resides will be returned.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>domain</td>\n<td>Yes</td>\n<td>This is the unique account name you can find within your account settings.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>password</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","rest","v1","connect"],"host":["www","formdesk","com"],"query":[],"variable":[]}},"response":[{"id":"53609df6-4194-47df-874d-17f923e8c241","name":"Connect - Credentials","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 9130e5596ba840c78e4e648a42bf5c55","type":"text","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"apitest\",\n\t\"username\": \"janedoe\",\n\t\"password\": \"janejane\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.formdesk.com/api/rest/v1/connect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-597"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Mon, 27 Jan 2020 15:31:14 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"apikey\": \"5aecd2.........f171faf\",\n    \"host\": \"fd7.formdesk.com\"\n}"}],"_postman_id":"287c2cfc-0706-4a6e-b273-5616024a9d90"}],"id":"66651d04-0a29-45a0-8066-5a68a25948ef","description":"<p>It is best practice to call this method each time you start a session in order to determine the server/host to use in the follow up calls.</p>\n<p>The Connect methods returns the host that you have to use as host of the resource URL e.g. https://<strong>fd7.formdesk.com</strong>/api/rest/v1/apitest/forms where the bold part is the 'host'.</p>\n","event":[{"listen":"prerequest","script":{"id":"22269372-af07-4b0c-87b7-0f823c284f51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"83bfe055-eb79-4277-b9f7-65248c3f17ee","type":"text/javascript","exec":[""]}}],"_postman_id":"66651d04-0a29-45a0-8066-5a68a25948ef"},{"name":"Forms","item":[{"name":"List forms","id":"5d0fa138-5859-4ddc-a046-b428e8b5c465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms","description":"<p>Provides a list of forms.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","forms"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"46eb4d25-1d9b-49bd-93dc-ab62a088b539","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-349"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Thu, 19 Dec 2019 06:59:22 GMT"},{"key":"Content-Length","value":"357"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"Form\",\n            \"location\": \"https://www.formdesk.com/api/rest/v1/forms/706011\"\n        },\n        \"id\": 706011,\n        \"name\": \"cars\",\n        \"user_id\": 0\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Form\",\n            \"location\": \"https://www.formdesk.com/api/rest/v1/forms/702111\"\n        },\n        \"id\": 702111,\n        \"name\": \"people\",\n        \"user_id\": 0\n    }\n]"}],"_postman_id":"5d0fa138-5859-4ddc-a046-b428e8b5c465"},{"name":"Park data","id":"f905dd61-0cbb-4d98-868b-4c298814c14f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"name\": \"John\",\n        \"newsletter\": true,\n        \"age\": 25\n    },\n    \"expires\": 86400,\n    \"reuse\": true,\n    \"preventchange\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/park","description":"<p>This method can be used to push form data (pre-populate) to Formdesk whithout the need of passing the data using URL parameters. The data is parked temporarily and a ticked is returned. When a valid ticket is passed to a form Formdesk will prefill the form using the parked data.</p>\n<p>The ticket value is a string of 32 characters (GUID) which can be used as parameter of a request to a form:<br /><code>https://www.formdesk.com/yourdomain/yourform?ticket=abaf6bbf8dc74221aa49fe25d6841040</code>.</p>\n<p>Formdesk will use the parked parameters as form field values.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Yes</td>\n<td>The values to pass to the form.  <br />The parameters must correspond with the Identifiers defined for the question.</td>\n</tr>\n<tr>\n<td>expires</td>\n<td>Yes</td>\n<td>Value in seconds the ticket expires.</td>\n</tr>\n<tr>\n<td>reuse</td>\n<td>No</td>\n<td>Set to true if you want to use the returned ticket multiple times. The ticket can be used only once by default.</td>\n</tr>\n<tr>\n<td>preventchange</td>\n<td>No</td>\n<td>Set to true if the form should only be accessed with a parking ticket and to prevent that the parked data is changed when the form is submitted.  <br />  <br />Note that after using this parameter and requesting the form with the ticket for the first time the form can no longer be requested without a ticket. To restore the form to be requested without a ticket you need to use this method once again with this parameter set to false and request the form with the returned ticket.  <br />  <br />Also note that using this parameter the visitor must complete the form before the parking ticket expires. Use the Expires parameter to give the visitor enough time to complete the form.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","park"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"7ab11bf1-2306-42d2-906e-409fccab937d","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"name\": \"John Doe\",\n        \"newletter\": true,\n        \"age\": 50\n    },\n    \"expires\": 86400,\n    \"reuse\": true,\n    \"preventchange\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/park"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-453"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 14:05:09 GMT"},{"key":"Content-Length","value":"136"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"Parking\"\n    },\n    \"ticket\": \"a3aeb79163e248af99e815b278f04bc2\",\n    \"expires\": \"2020-01-09T14:05:09+00\"\n}"}],"_postman_id":"f905dd61-0cbb-4d98-868b-4c298814c14f"},{"name":"List form items","id":"7bb63517-d7ab-4f4d-a6d7-475ec7aa69fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/items","description":"<p>Provides a list of all items on the form that require input and have an identifier.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>text</td>\n<td>Text input item / calculation</td>\n</tr>\n<tr>\n<td>textarea</td>\n<td>Multi-line text input item</td>\n</tr>\n<tr>\n<td>radiogroup</td>\n<td>Multiple choice, select one</td>\n</tr>\n<tr>\n<td>checkboxgroup</td>\n<td>Multiple choice, select many</td>\n</tr>\n<tr>\n<td>listbox</td>\n<td>Single select list box</td>\n</tr>\n<tr>\n<td>checkbox</td>\n<td>Single checkbox (boolean)</td>\n</tr>\n<tr>\n<td>userlist</td>\n<td>Single select users list box</td>\n</tr>\n<tr>\n<td>file</td>\n<td>File upload field</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","forms","people","items"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"3aa0163f-6b1f-4c49-b6f0-d8dfe8fca6cf","name":"List form items","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-557"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Tue, 21 Jan 2020 17:43:36 GMT"},{"key":"Content-Length","value":"7070"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"Item\"\n        },\n        \"id\": 45651293,\n        \"id_itemtype\": 6,\n        \"itemtype\": \"radiogroup\",\n        \"identifier\": \"gender\",\n        \"label\": \"Gender\",\n        \"datatype\": \"string\",\n        \"options\": [\n            {\n                \"text\": \"Male\",\n                \"value\": \"Male\"\n            },\n            {\n                \"text\": \"Female\",\n                \"value\": \"Female\"\n            }\n        ],\n        \"defaultvalue\": \"\",\n        \"position\": 2\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Item\"\n        },\n        \"id\": 45651294,\n        \"id_itemtype\": 1,\n        \"itemtype\": \"text\",\n        \"identifier\": \"name\",\n        \"label\": \"Name\",\n        \"datatype\": \"string\",\n        \"options\": null,\n        \"defaultvalue\": \"\",\n        \"position\": 3\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Item\"\n        },\n        \"id\": 45651295,\n        \"id_itemtype\": 13,\n        \"itemtype\": \"text\",\n        \"identifier\": \"e_mail\",\n        \"label\": \"E-mail\",\n        \"datatype\": \"string\",\n        \"options\": null,\n        \"defaultvalue\": \"\",\n        \"position\": 4\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Item\"\n        },\n        \"id\": 45651296,\n        \"id_itemtype\": 3,\n        \"itemtype\": \"text\",\n        \"identifier\": \"birthday\",\n        \"label\": \"Birthday\",\n        \"datatype\": \"date\",\n        \"options\": null,\n        \"defaultvalue\": \"\",\n        \"position\": 5\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Item\"\n        },\n        \"id\": 45651297,\n        \"id_itemtype\": 17,\n        \"itemtype\": \"file\",\n        \"identifier\": \"photo\",\n        \"label\": \"Photo\",\n        \"datatype\": \"string\",\n        \"options\": null,\n        \"defaultvalue\": \"\",\n        \"position\": 6\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Item\"\n        },\n        \"id\": 45651319,\n        \"id_itemtype\": 4,\n        \"itemtype\": \"checkbox\",\n        \"identifier\": \"newsletter\",\n        \"label\": \"Newsletter\",\n        \"datatype\": \"boolean\",\n        \"options\": null,\n        \"defaultvalue\": \"\",\n        \"position\": 7\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Item\"\n        },\n        \"id\": 45656079,\n        \"id_itemtype\": 2,\n        \"itemtype\": \"text\",\n        \"identifier\": \"counter\",\n        \"label\": \"Counter\",\n        \"datatype\": \"float\",\n        \"options\": null,\n        \"defaultvalue\": \"\",\n        \"position\": 8\n    }\n]"}],"_postman_id":"7bb63517-d7ab-4f4d-a6d7-475ec7aa69fe"},{"name":"List filter names","id":"ae305d5a-b9eb-44b7-868e-bc2ac1cf9ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/filters","description":"<p>Provides a list of filter names defined for the form. Only the names will be retreived, not the filter definitions.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","forms","people","filters"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"c9b36c3c-3ee6-46e4-9033-1b6420f16409","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/filters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-377"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Thu, 19 Dec 2019 07:28:55 GMT"},{"key":"Content-Length","value":"205"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"Filter\"\n        },\n        \"id\": 12721591,\n        \"name\": \"Gender Male\"\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Filter\"\n        },\n        \"id\": 12721593,\n        \"name\": \"Gender Female\"\n    }\n]"}],"_postman_id":"ae305d5a-b9eb-44b7-868e-bc2ac1cf9ee9"}],"id":"a8dedd0a-37b2-4b07-8042-23197d71ab19","_postman_id":"a8dedd0a-37b2-4b07-8042-23197d71ab19","description":""},{"name":"Results","item":[{"name":"Export form results","id":"be0452aa-783f-4f98-90d6-1bdf835dfc6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"format\": \"excel2007\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/export","description":"<p>Exports form results of a form to a specified file format. You can query form entries by a pre-set filter, a search string or a value of a system variable as listed in the table 'Query Params'.</p>\n<p>The amount of credits used is equal to the number of completed forms in the download.</p>\n<p>PS: If method 'Set result to processed' is used, the processed results will not be exported.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>excel</td>\n<td>MS Excel</td>\n</tr>\n<tr>\n<td>excel-plain</td>\n<td>MS Excel - plain layout</td>\n</tr>\n<tr>\n<td>xml</td>\n<td>XML</td>\n</tr>\n<tr>\n<td>text</td>\n<td>Text</td>\n</tr>\n<tr>\n<td>csv</td>\n<td>CSV (separated by semicolon)</td>\n</tr>\n<tr>\n<td>csv-comma</td>\n<td>CSV (separated by comma)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","forms","people","results","export"],"host":["fd7.formdesk.com"],"query":[{"disabled":true,"description":{"content":"<p>The name of the pre-set filter to use</p>\n","type":"text/plain"},"key":"view","value":""},{"disabled":true,"description":{"content":"<p>General search string. Will not be searched in the system fields</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>The submission date from wich to start</p>\n","type":"text/plain"},"key":"created_from","value":""},{"disabled":true,"description":{"content":"<p>The submission date on which to end</p>\n","type":"text/plain"},"key":"created_to","value":""},{"disabled":true,"description":{"content":"<p>The status of the result entry<br />If no status specified only status Done will be retreived<br />See table below: 'Values for status' </p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>The date of the last modification from which to start</p>\n","type":"text/plain"},"key":"changed_from","value":""},{"disabled":true,"description":{"content":"<p>The date of the last modification on which to end</p>\n","type":"text/plain"},"key":"changed_to","value":""},{"disabled":true,"description":{"content":"<p>Selects the ready declared entries / completed entries</p>\n","type":"text/plain"},"key":"completed","value":""},{"disabled":true,"description":{"content":"<p>The date on which the entry is declared ready (completed) from which to start</p>\n","type":"text/plain"},"key":"completed_from","value":""},{"disabled":true,"description":{"content":"<p>The date on which the entry is declared ready (completed) on which to end</p>\n","type":"text/plain"},"key":"completed_to","value":""},{"disabled":true,"description":{"content":"<p>The Formdesk ID of the visitor</p>\n","type":"text/plain"},"key":"id_visitor","value":""},{"disabled":true,"description":{"content":"<p>A string which is part of the visitors name</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>A string which is part of the visitors email address</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>Selects the confirmed entries</p>\n","type":"text/plain"},"key":"confirmed","value":""},{"disabled":true,"description":{"content":"<p>Selects the verified entries</p>\n","type":"text/plain"},"key":"verified","value":""},{"disabled":true,"description":{"content":"<p>The date on which the entry is verified from which to start</p>\n","type":"text/plain"},"key":"verified_from","value":""},{"disabled":true,"description":{"content":"<p>The date on which the entry is verified on which to end</p>\n","type":"text/plain"},"key":"verified_to","value":""},{"disabled":true,"description":{"content":"<p>The sync status of the result entry. See table below for possible values. A comma delimitted list is supported</p>\n","type":"text/plain"},"key":"sync_status","value":""}],"variable":[]}},"response":[{"id":"1213419c-7460-4cdc-a30c-310317ade92c","name":"Export form results","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"format\": \"excel2007\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-transform"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Expires","value":"Thu, 19 Dec 2019 06:58:39 GMT"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-350"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Thu, 19 Dec 2019 06:59:38 GMT"},{"key":"Content-Length","value":"19029"}],"cookie":[],"responseTime":null,"body":"{\n    \"files\": [\n        {\n            \"meta\": {\n                \"resourceType\": \"File\"\n            },\n            \"name\": \"people.xlsx\",\n            \"contenttype\": \"application/octet-stream\",\n            \"content\": \"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\"\n        },\n        {\n            \"meta\": {\n                \"resourceType\": \"File\",\n                \"location\": \"https://www.formdesk.com/api/rest/v1/files/5060223\"\n            },\n            \"id\": 5060223,\n            \"name\": \"69554453_5060223_photo.png\",\n            \"contenttype\": \"application/octet-stream\",\n            \"_links\": {\n                \"self\": {\n                    \"href\": \"https://www.formdesk.com/api/rest/v1/files/5060223\"\n                },\n                \"content\": {\n                    \"href\": \"https://www.formdesk.com/api/rest/v1/files/5060223/content\"\n                }\n            }\n        },\n        {\n            \"meta\": {\n                \"resourceType\": \"File\",\n                \"location\": \"https://www.formdesk.com/api/rest/v1/files/5060222\"\n            },\n            \"id\": 5060222,\n            \"name\": \"69554454_5060222_photo.png\",\n            \"contenttype\": \"application/octet-stream\",\n            \"_links\": {\n                \"self\": {\n                    \"href\": \"https://www.formdesk.com/api/rest/v1/files/5060222\"\n                },\n                \"content\": {\n                    \"href\": \"https://www.formdesk.com/api/rest/v1/files/5060222/content\"\n                }\n            }\n        },\n        {\n            \"meta\": {\n                \"resourceType\": \"File\",\n                \"location\": \"https://www.formdesk.com/api/rest/v1/files/5065152\"\n            },\n            \"id\": 5065152,\n            \"name\": \"69553021_5065152_photo.png\",\n            \"contenttype\": \"application/octet-stream\",\n            \"_links\": {\n                \"self\": {\n                    \"href\": \"https://www.formdesk.com/api/rest/v1/files/5065152\"\n                },\n                \"content\": {\n                    \"href\": \"https://www.formdesk.com/api/rest/v1/files/5065152/content\"\n                }\n            }\n        }\n    ],\n    \"info\": {\n        \"resultcount\": 25,\n        \"id_lastresult\": 69548391\n    }\n}"}],"_postman_id":"be0452aa-783f-4f98-90d6-1bdf835dfc6f"},{"name":"List all form entry id's","id":"33d8f3fa-2220-4c98-88f2-a5fe114eeef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results?status=SAVED,WFS,DONE&sync_status=ALL","description":"<p>Lists all entry id's of a specific form.</p>\n<p>PS: If method 'Set result to processed' is used, the processed results will not be retreived.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>No</td>\n<td>DONE</td>\n<td>See the complete list of status values above at the main Results section.</td>\n</tr>\n<tr>\n<td>sync_status</td>\n<td>No</td>\n<td>N,C,D</td>\n<td>See the list of status values above at the main Results section.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","forms","people","results"],"host":["fd7.formdesk.com"],"query":[{"description":{"content":"<p>Get entries with specific status values. A comma delimited list.</p>\n","type":"text/plain"},"key":"status","value":"SAVED,WFS,DONE"},{"description":{"content":"<p>Get entries with specific status values. A comma delimited list.</p>\n","type":"text/plain"},"key":"sync_status","value":"ALL"}],"variable":[]}},"response":[{"id":"bd108137-40ee-434f-97d6-d1038160963d","name":"List all form entry id's","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":{"raw":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results?status=SAVED,WFS,DONE&sync_status=ALL","protocol":"https","host":["fd7.formdesk.com"],"path":["api","rest","v1","apitest","forms","people","results"],"query":[{"key":"status","value":"SAVED,WFS,DONE"},{"key":"sync_status","value":"ALL"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-454"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 14:07:03 GMT"},{"key":"Content-Length","value":"5592"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"Formresult\",\n            \"created\": \"2023-03-10T06:09:14+00:00\",\n            \"lastModified\": \"2023-03-10T06:09:14+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850\"\n        },\n        \"id\": 93755850,\n        \"status\": \"WFS\",\n        \"sync_status\": \"N\"\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Formresult\",\n            \"created\": \"2023-03-10T06:10:39+00:00\",\n            \"lastModified\": \"2023-03-10T06:10:39+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755852\"\n        },\n        \"id\": 93755852,\n        \"status\": \"DONE\",\n        \"sync_status\": \"N\"\n    }\n]"}],"_postman_id":"33d8f3fa-2220-4c98-88f2-a5fe114eeef0"},{"name":"Get form result","id":"32639ba9-6096-44be-adcb-00f9d027d612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850","description":"<p>To get all entries and system data of a specific result by entry id. Note that deleted results will still be retreived (date+time in _fd_deleted) for 30 days. Note that uploaded files of deleted entries are lost and therefor not retrievable.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","formresults","93755850"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"b47436d2-8796-43c8-b3a9-e1c2a429e51a","name":"Get form result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-transform"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Expires","value":"Wed, 08 Jan 2020 14:07:04 GMT"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-455"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 14:08:03 GMT"},{"key":"Content-Length","value":"553"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"Formresult\",\n        \"created\": \"2023-03-10T06:09:14+00:00\",\n        \"lastModified\": \"2023-03-10T07:40:02+00:00\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850\",\n        \"parentMeta\": {\n            \"resourceType\": \"Form\",\n            \"id\": \"825168\",\n            \"name\": \"people\"\n        }\n    },\n    \"result\": {\n        \"_fd_id\": 93755850,\n        \"_fd_workflow\": null,\n        \"_fd_source\": \"A\",\n        \"_fd_status\": \"WFS\",\n        \"_fd_syncstatus\": \"N\",\n        \"_fd_add\": \"2023-03-10T06:09:14+00:00\",\n        \"_fd_edit\": \"2023-03-10T07:40:02+00:00\",\n        \"_fd_deleted\": null,\n        \"_fd_editcode\": \"yE8tPG\",\n        \"gender\": \"Male\",\n        \"name\": \"John\",\n        \"e_mail\": \"j.doe@formdesk.com\",\n        \"birthday\": null,\n        \"photo\": \"93755850_8702600_photo.png\",\n        \"newsletter\": true,\n        \"counter\": null,\n        \"approved\": \"\"\n    },\n    \"files\": [\n        {\n            \"meta\": {\n                \"resourceType\": \"File\",\n                \"lastModified\": \"2023-03-10T07:40:03+00:00\",\n                \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n            },\n            \"_links\": {\n                \"self\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n                },\n                \"content\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content\"\n                }\n            },\n            \"id\": 8702600,\n            \"id_formresult\": 93755850,\n            \"filename\": \"93755850_8702600_photo.png\",\n            \"orgfilename\": \"photo.png\",\n            \"filesize\": 1909,\n            \"contenttype\": \"image/png\",\n            \"public\": false,\n            \"version\": 3\n        }\n    ]\n}"},{"id":"de8de1cf-2a88-4150-89a7-95bc521a2e02","name":"Get form result - form specific","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/93755850"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-transform"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Expires","value":"Wed, 08 Jan 2020 14:07:04 GMT"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-455"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 14:08:03 GMT"},{"key":"Content-Length","value":"553"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"Formresult\",\n        \"created\": \"2023-03-10T06:09:14+00:00\",\n        \"lastModified\": \"2023-03-10T07:40:02+00:00\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850\",\n        \"parentMeta\": {\n            \"resourceType\": \"Form\",\n            \"id\": \"825168\",\n            \"name\": \"people\"\n        }\n    },\n    \"result\": {\n        \"_fd_id\": 93755850,\n        \"_fd_workflow\": null,\n        \"_fd_source\": \"A\",\n        \"_fd_status\": \"WFS\",\n        \"_fd_syncstatus\": \"N\",\n        \"_fd_add\": \"2023-03-10T06:09:14+00:00\",\n        \"_fd_edit\": \"2023-03-10T07:40:02+00:00\",\n        \"_fd_deleted\": null,\n        \"_fd_editcode\": \"yE8tPG\",\n        \"gender\": \"Male\",\n        \"name\": \"John\",\n        \"e_mail\": \"j.doe@formdesk.com\",\n        \"birthday\": null,\n        \"photo\": \"93755850_8702600_photo.png\",\n        \"newsletter\": true,\n        \"counter\": null,\n        \"approved\": \"\"\n    },\n    \"files\": [\n        {\n            \"meta\": {\n                \"resourceType\": \"File\",\n                \"lastModified\": \"2023-03-10T07:40:03+00:00\",\n                \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n            },\n            \"_links\": {\n                \"self\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n                },\n                \"content\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content\"\n                }\n            },\n            \"id\": 8702600,\n            \"id_formresult\": 93755850,\n            \"filename\": \"93755850_8702600_photo.png\",\n            \"orgfilename\": \"photo.png\",\n            \"filesize\": 1909,\n            \"contenttype\": \"image/png\",\n            \"public\": false,\n            \"version\": 3\n        }\n    ]\n}"}],"_postman_id":"32639ba9-6096-44be-adcb-00f9d027d612"},{"name":"Add form result(s)","id":"459e1c24-088b-4c6b-b291-9805bd956a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"John Doe\",\n        \"gender\": \"Male\",\n        \"newsletter\": false,\n        \"birthday\": \"1983-11-21T00:00:00+00:00\",\n        \"photo\": {\n            \"filename\": \"JohnDoe.png\",\n            \"content\": \"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\"\n        }\n    },\n    {\n        \"name\": \"Jane Doe\",\n        \"gender\": \"Female\",\n        \"newsletter\": true,\n        \"birthday\": \"1986-06-16\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/?process_messages=true","description":"<p>Adds one or more result entries to a specific form. The URL query string parameter process_messages (default=false) indicates if Formdesk processes the email/sms messages after each addition. A maximum of 10 separate results can be added at once.</p>\n<p>The array can be omitted when passing just one result entry. Also note that when adding one entry (with or without the top level array) and there is a failure, Formdesk uses the default failure response by returning a failure status code and a Json structure with information about the failure .</p>\n<p>When multiple entries are added, Formdesk always returns a success (200 or 201) status code. When there are failures, an errors array will be added with one or more objects describing the failure.</p>\n<p>Example default failure response when adding one entry:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"meta\": {\n        \"resourceType\": \"Error\"\n    },\n    \"code\": \"400\",\n    \"description\": \"Bad Request\",\n    \"reason\": \"Email required\"\n}\n\n</code></pre>\n<p>Example response with all possible information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"results\": [ /* Always present */\n        {\n            /* Successful added entry */ \n        }\n    ],\n    \"errors\": [ /* Only present when there are failures */\n        {\n            /* Failure adding an entry */\n            \"meta\": {\n                \"resourceType\": \"Error\"\n            },\n            \"code\": \"400\",\n            \"description\": \"Bad Request\",\n            \"reason\": \"Email is required\",\n            \"data\": {\n                /* Entry data from the post */\n            }\n        }\n    ],\n    \"files\": [ /* Only present when there are files */\n        {\n            /* Uploaded file */\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","forms","people","results",""],"host":["fd7.formdesk.com"],"query":[{"key":"process_messages","value":"true"}],"variable":[]}},"response":[{"id":"e73295a5-e248-42a4-994d-10460d618a05","name":"Add form result(s)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"John Doe\",\n        \"gender\": \"Male\",\n        \"newsletter\": false,\n        \"birthday\": \"1983-11-21T00:00:00+00:00\",\n        \"phone\": {\n            \"filename\": \"JohnDoe.png\",\n            \"content\": \"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\"\n        }\n    },\n    {\n        \"name\": \"Jane Doe\",\n        \"gender\": \"Female\",\n        \"newsletter\": true,\n        \"birthday\": \"1986-06-16T00:00:00+00:00\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/?process_messages=true","protocol":"https","host":["fd7.formdesk.com"],"path":["api","rest","v1","apitest","forms","people","results",""],"query":[{"key":"process_messages","value":"true"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-transform"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Expires","value":"Wed, 15 Jan 2020 09:45:15 GMT"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-511"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 15 Jan 2020 09:46:15 GMT"},{"key":"Content-Length","value":"709"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"_fd_id\": 93737292,\n            \"_fd_source\": \"W\",\n            \"_fd_status\": \"DONE\",\n            \"_fd_syncstatus\": \"N\",\n            \"_fd_add\": \"2023-03-09T08:44:31+00:00\",\n            \"_fd_edit\": \"2023-03-09T08:44:31+00:00\",\n            \"_fd_deleted\": null,\n            \"_fd_editcode\": \"xR6GaN\",\n            \"gender\": \"Male\",\n            \"name\": \"John Doe\",\n            \"e_mail\": \"\",\n            \"birthday\": \"1983-11-21T00:00:00+00:00\",\n            \"photo\": \"93737292_8698708_JohnDoe.png\",\n            \"newsletter\": false\n        },\n        {\n            \"_fd_id\": 93737295,\n            \"_fd_source\": \"W\",\n            \"_fd_status\": \"DONE\",\n            \"_fd_syncstatus\": \"N\",\n            \"_fd_add\": \"2023-03-09T08:44:31+00:00\",\n            \"_fd_edit\": \"2023-03-09T08:44:31+00:00\",\n            \"_fd_deleted\": null,\n            \"_fd_editcode\": \"LsLaHs\",\n            \"gender\": \"Female\",\n            \"name\": \"Jane Doe\",\n            \"e_mail\": \"\",\n            \"birthday\": \"1986-06-16T00:00:00+00:00\",\n            \"photo\": \"\",\n            \"newsletter\": true\n        }\n    ],\n    \"files\": [\n        {\n            \"meta\": {\n                \"resourceType\": \"File\",\n                \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8698708\"\n            },\n            \"id\": 8698708,\n            \"name\": \"93737292_8698708_JohnDoe.png\",\n            \"contenttype\": \"application/octet-stream\",\n            \"_links\": {\n                \"self\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8698708\"\n                },\n                \"content\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8698708/content\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"459e1c24-088b-4c6b-b291-9805bd956a58"},{"name":"Update form result","id":"c0ee973e-fd9c-4738-b417-68d08b4311ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John\",\n    \"birthday\": \"1983-11-20T00:00:00+00:00\",\n    \"photo\": {\n        \"filename\": \"photo.png\",\n        \"content\": \"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\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850","description":"<p>Updates a result of a specific form by entry id. The URL/query string parameter process_messages (default=false) indicates if Formdesk processes the email/sms messages after each update.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","formresults","93755850"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"b0a223a0-c7db-46e7-b315-fe702d929b7a","name":"Update form result","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John\",\n    \"birthday\": \"1983-11-20T00:00:00+00:00\",\n    \"photo\": {\n        \"filename\": \"photo.png\",\n        \"content\": \"iVBORw0KGgoAAAANSUhEUgAAAG0AAABqCAIAAAA5n0i5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMA\nAA7DAcdvqGQAAAASdEVYdFNvZnR3YXJlAEdyZWVuc2hvdF5VCAUAAAbsSURBVHhe7Z3bUlpLEEDz/z8STiLbgBJLBbyAYBFjUKTA\nQiSCN9AIJBjzeNbJ7rJSRj1eumcPynrIQ0qhZ81Md89sSN78mqDBxKMOE486TDzqMPGow8SjDhOPOkw86jDxqMPEow4Tjzr44vHq\n6ury8rLX63U6ndPT04uLi9FoxN/w9yA/5DERewz1Ia5SqWQymampqXfv3vFnMpmcm5vLZrPFYvHLly/VavXg4GAwGPz8+VN+0zOi\n8RjqGw6H7XYbfbj7517CHwiCYGdnh6UarlN5LT9w7fG/XXp1xeYtFAozMzMIisVioawH8uHDh1wud3h4yNr0x6Y7jwy72+2yoFKp\n1GPd3SC0Pz8/32w2f/z4IW8QKY48InF7ezsej79//15kaMCrYfPbt2+RL0wXHqm85XJZ1+CfJBKJWq1G0pT3iwJbjywThsdK/N9K\n8kx4/bW1tX6/H9XCtPXISlxfX7eWeA2FiwoWSW9k6JG2hqLsTGIIvefW1hZvLUG4wsoji6JUKjmWGEIiXlpaYitIKE4w8UiS2t3d\nZWnIyJzD/OXzeZctkYnHs7MzumUZU0Sgsl6vOys7+h7Z0ZyLI9nRN2CDcyp3o1LZIxIrlYqMwwOo4JzHJThLND0y8wTNoUUG4Qdk\nGAeJUtMjEpl/Cd8byDCfP3+2birVPHJu2djY8CEt/g1LkjO4BGqDmkeKo90J+pkwu41GQwK1Qc1jOp2WqL1kZWVFArVBzWMmk5GQ\nvYTEbXpYfC0egyDo9XoSqwFqHldXVyVkLyFFNptNidUANY+FQuGZTwtMwWMul7M726h5XF9f99kjpFIpuy5SzWOpVJJ4fYVSY/fs\nQc3j5uamxOsri4uLY7Cvy+WyxOslY5Mfd3d3/TwUhhAbMy2xGqDm8evXr5573Nvbk1gNeC0eOft3Oh2J1YDX4jEej5+enkqsBrwW\nj9ZXZ6/FI0246a24mseTk5MgCCRq/+C4JYHaoObx/Pw88metd2FdZEDNY7fbnZ6elsA9Y3Z21vpRl45Hzgl0ud7mx7W1tfF4zkUp\n9HZTM7v1el0CNUPHY6vV8vYhVywWM+0cQ3Q8fvr0ydtNjcd2u213QxGi4JEQc7mctx4JbGZmZjAYSLg26Hj0/KHrePQ9l5eXc3Nz\nErKvVKtVCdcGBY/D4dC3z0b9zfLysoRrg4JHWlxvm55r5ufnTb8YopMfmW1v60yIdalR8Aj7+/ve9o8hiUSi3+9LuAboePT5kgLY\nK0tLS77vayBEEpBE7R9BEHS7XYnVBh2P4PPz62KxODafxz0+Po7wCzP3wLnQ9JNmIWoeR6ORn1t7Y2PDejGCmke6HyKW2L0hmUy6\n+VaXmkdot9u+feRsa2vLwWIETY8sSRrJVColg4gaFuP3798lOGM0PQKT32g0fFiVnAuYVKZWIjNG2SNw/PLB48ePH50tRtD3yJKM\ndmvH43E6BzdfK7xG3yNbKZ/PR3VtwXY+ODhgJTrb0SEmHiP8bpf192TuQt8jHB0dRXKzyybIZrOm9xF3YeKR3BTJ9Q/1rVqtumkY\nb2DiMarrHzyenZ05zowhJh4hl8vJ4BwyNTUViUSw8sgZ0XHJ5u2KxeJL88jWXlhYkCE6gcXYarVemkfGU6vVZIhOoENwcM94F1Ye\nod/vJ5NJGaU9rMdIOscQQ48sSTaajNKeF+sROJ85O2u/ZI9Um9XVVTeFm87f5QXPDWw9jkajdDrtxiMnazePEG7F1iMbbXZ2VgZq\njLNHMbdi6JFN7fLL7UEQWP9jR/dg5ZFiXalUXN6ekT0ymUwklxRg5bHZbFJAZYiuiMViqIxkVZp4PD8/TyQSMjjnkCgJQEJxhb5H\navTKyorjS4o/4a2z2azjHkjZI+lpZ2dHBhQpzKXL8q3pkdpyfHzsybdeKXFuPtkTounx6OjIfW25n+3tbTcq1TyS2qenpyNMi7fC\nqmR2HajU8XhycuLyiuxRMLX5fH5/f590aXfL+1yPRNbr9SLsch7OwsJCo9G4sPnvlJ7ukVCApncsJAJdOrBvCoUCc89mV7T5RI9E\nQChkcXIiwUmkYwIBkzdpjPb29rR6o8d5RB9v3Ol0wmdYvlWVR0HwYfzlcpmmnc0ug3wSD/KIPk4p6CuVSqlUKqrP7hiBTVITB/PN\nzc1WqzUYDJ6QQO/zGOpj/9br9cXFxesJfNlwjqC+U5FoQvr9/gOd3uKRXyMH8/v0CswSr/s7QY9ZEnwO4WDZdhSlXC6H0+FwGNal\nu5ze9Ii+w8ND9q+3/aB73r59G4/H0+l0tVq96/ND4hHZ5IVarRbqew3797Fcp7Xl5WW2/I37pDfU32azSRNArmUlTwz+LyhieVJv\nReFv3kz275MRhfDr17+OhUfR/QCUsAAAAABJRU5ErkJggg==\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-transform"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Expires","value":"Wed, 08 Jan 2020 15:19:51 GMT"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-458"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:20:51 GMT"},{"key":"Content-Length","value":"858"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"_fd_id\": 93755850,\n            \"_fd_workflow\": null,\n            \"_fd_source\": \"A\",\n            \"_fd_status\": \"WFS\",\n            \"_fd_syncstatus\": \"N\",\n            \"_fd_add\": \"2023-03-10T06:09:14+00:00\",\n            \"_fd_edit\": \"2023-03-10T07:40:02+00:00\",\n            \"_fd_deleted\": null,\n            \"_fd_editcode\": \"yE8tPG\",\n            \"gender\": \"Male\",\n            \"name\": \"John\",\n            \"e_mail\": \"j.doe@formdesk.com\",\n            \"birthday\": \"1983-11-20T00:00:00+00:00\",\n            \"photo\": \"93755850_8702600_photo.png\",\n            \"newsletter\": true,\n            \"counter\": null,\n            \"approved\": \"\"\n        }\n    ],\n    \"files\": [\n        {\n            \"meta\": {\n                \"resourceType\": \"File\",\n                \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n            },\n            \"id\": 8702600,\n            \"name\": \"93755850_8702600_photo.png\",\n            \"contenttype\": \"application/octet-stream\",\n            \"_links\": {\n                \"self\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n                },\n                \"content\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content\"\n                }\n            }\n        }\n    ]\n}"},{"id":"17ff1b31-3770-4670-ad2d-de2719299fc3","name":"Update form result - form specific","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John\",\n    \"photo\": {\n        \"filename\": \"photo.png\",\n        \"content\": \"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\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/93755850"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-transform"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Expires","value":"Wed, 08 Jan 2020 15:19:51 GMT"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-458"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:20:51 GMT"},{"key":"Content-Length","value":"858"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"_fd_id\": 93755850,\n            \"_fd_workflow\": null,\n            \"_fd_source\": \"A\",\n            \"_fd_status\": \"WFS\",\n            \"_fd_syncstatus\": \"N\",\n            \"_fd_add\": \"2023-03-10T06:09:14+00:00\",\n            \"_fd_edit\": \"2023-03-10T07:40:02+00:00\",\n            \"_fd_deleted\": null,\n            \"_fd_editcode\": \"yE8tPG\",\n            \"gender\": \"Male\",\n            \"name\": \"John\",\n            \"e_mail\": \"j.doe@formdesk.com\",\n            \"birthday\": null,\n            \"photo\": \"93755850_8702600_photo.png\",\n            \"newsletter\": true,\n            \"counter\": null,\n            \"approved\": \"\"\n        }\n    ],\n    \"files\": [\n        {\n            \"meta\": {\n                \"resourceType\": \"File\",\n                \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n            },\n            \"id\": 8702600,\n            \"name\": \"93755850_8702600_photo.png\",\n            \"contenttype\": \"application/octet-stream\",\n            \"_links\": {\n                \"self\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n                },\n                \"content\": {\n                    \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"c0ee973e-fd9c-4738-b417-68d08b4311ea"},{"name":"Remove form result","id":"99e925b7-21f6-4888-8a34-a9ad90f8715a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850","description":"<p>Removes a result of a specific form by entry id.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","formresults","93755850"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"cfc5926c-46e8-4055-916f-c5fa0a10f1c5","name":"Remove form result","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-459"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:22:07 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"4c94347d-de59-4a09-8886-dc49965c0940","name":"Remove form result - form specific","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/93755850"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-459"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:22:07 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"99e925b7-21f6-4888-8a34-a9ad90f8715a"},{"name":"Increment form field","id":"91c9d2c9-4e89-42be-9afd-9a231ac3d83d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"identifier\": \"counter\",\n    \"count\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/increment","description":"<p>Increments a value of a numeric field from a specific form result by entry id. The record is locked to ensure the field value is unique.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","formresults","93755850","increment"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"f2967cf8-2512-4a2d-995c-bfa1b19333b6","name":"Increment field","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"identifier\": \"counter\",\n    \"count\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/increment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-461"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:24:29 GMT"},{"key":"Content-Length","value":"151"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"Increment\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93737292/increment\"\n    },\n    \"count\": 64\n}"},{"id":"3117364c-b091-4c80-b98c-021f4a91ba1d","name":"Increment field - form specific","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"identifier\": \"counter\",\n    \"count\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/93755850/increment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-461"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:24:29 GMT"},{"key":"Content-Length","value":"151"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"Increment\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93737292/increment\"\n    },\n    \"count\": 64\n}"}],"_postman_id":"91c9d2c9-4e89-42be-9afd-9a231ac3d83d"},{"name":"Set result to Processed","id":"657a6ff4-4048-41eb-b758-16b3bf07ef21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/processed","description":"<p>Sets the sync status to <strong>Processed</strong> (P). See the chapter about <a href=\"#sync\">synchronizing</a> for more info.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","formresults","93755850","processed"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"3e07007c-ba17-4f60-8a1e-06c2f43990a6","name":"Set Processed","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/processed"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-462"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:26:02 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"239da0f5-f2c8-4421-a960-c1d73428ef72","name":"Set Processed - form specific","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/93755850/processed"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-462"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:26:02 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"657a6ff4-4048-41eb-b758-16b3bf07ef21"},{"name":"Get PDF completed form","id":"e4f25ef2-4fcc-4a8e-a25a-cf7dc1d7815b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hideunanswered\": true,\n    \"papersize\": \"A4\",\n    \"scaletype\": 1,\n    \"scaling\": 50\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/pdf","description":"<p>Generates and returns PDF with a copy of a completed form by entry id. The PDF content is returned as binary data. The filename is part of the content-disposition response header.</p>\n<p><strong>Content settings:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hideunanswered</td>\n<td>Ensures that unanswered questions will not be shown</td>\n</tr>\n<tr>\n<td>showhidden</td>\n<td>Shows questions that have been explicitly set to be Hidden</td>\n</tr>\n<tr>\n<td>ignoredependencies</td>\n<td>Shows forms items even if they were hidden by dependencies</td>\n</tr>\n<tr>\n<td>noworkflow</td>\n<td>Hides workflow items</td>\n</tr>\n</tbody>\n</table>\n</div><p>See also: <a href=\"https://www.formdesk.com/manual/completedform2\">https://www.formdesk.com/manual/completedform2</a>  </p>\n<p><strong>PDF Settings</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>papersize</td>\n<td>Possible values are: A3, A4, A5, Letter, Executive, Auto, widthxheight in inches. For Dutch and German the default is A4, otherwise the default is Letter</td>\n</tr>\n<tr>\n<td>orientation</td>\n<td>The page orientation. 1=portrait, 2=landscape. Defaults to portrait. Not applicable when papersize is set to auto</td>\n</tr>\n<tr>\n<td>scaletype</td>\n<td>0=original format (default, no scaling), 1=fit to width, 2=fit to one page. Not applicable when papersize is set to auto</td>\n</tr>\n<tr>\n<td>scaling</td>\n<td>The scale factor. Defaults to 100%. Only applicable when scaletype is set to 1and papersize is not set to auto</td>\n</tr>\n<tr>\n<td>maringLeft</td>\n<td>The left margin of the Pdf document</td>\n</tr>\n<tr>\n<td>marginRight</td>\n<td>The right margin of the Pdf document</td>\n</tr>\n<tr>\n<td>marginTop</td>\n<td>The top margin of the Pdf document</td>\n</tr>\n<tr>\n<td>marginBottom</td>\n<td>The bottom margin of the Pdf document</td>\n</tr>\n<tr>\n<td>editprotect</td>\n<td>When specified and true, the Pdf is secured against modification</td>\n</tr>\n<tr>\n<td>copyprotect</td>\n<td>When specified and true, the Pdf is secured against copying</td>\n</tr>\n<tr>\n<td>userpassword</td>\n<td>Pdf can only be opened with this password</td>\n</tr>\n<tr>\n<td>ownerpassword</td>\n<td>The password by which the PDF document permissions can be changed. When not specified but one of the other security parameters is then a generated password is used</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","formresults","93755850","pdf"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"efe8b443-d3bf-44dc-acc1-c5968bdb07d0","name":"Get Pdf","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hideunanswered\": true,\n    \"papersize\": \"A4\",\n    \"scaletype\": 1,\n    \"scaling\": 50\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/pdf"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"4b1b7dea-85b4-4488-96eb-418530b015e0","name":"Get Pdf form specific","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hideunanswered\": true,\n    \"papersize\": \"A4\",\n    \"scaletype\": 1,\n    \"scaling\": 50\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/93755850/pdf"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e4f25ef2-4fcc-4a8e-a25a-cf7dc1d7815b"},{"name":"List workflows of form result","id":"fef3d2b3-a9c2-40d7-86c1-ce558288c139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/workflow","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","formresults","93755850","workflow"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"d4e61fa0-7b0b-4af0-bf7e-16cd0a0d5a92","name":"List workflows","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/workflow"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"Workflow\"\n        },\n        \"id\": 16533660,\n        \"id_message\": 1271740,\n        \"description\": \"Workflow message\",\n        \"datetime\": \"NULL\",\n        \"code\": \"JdD5VTqfDx\",\n        \"signing_status\": \"\",\n        \"payment\": false\n    }\n]"},{"id":"7e8e2581-6b12-45c7-97ef-cfb8daaae572","name":"List workflows - form specific","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/93755850/workflow"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"Workflow\"\n        },\n        \"id\": 16533660,\n        \"id_message\": 1271740,\n        \"description\": \"Workflow message\",\n        \"datetime\": \"NULL\",\n        \"code\": \"JdD5VTqfDx\",\n        \"signing_status\": \"\",\n        \"payment\": false\n    }\n]"}],"_postman_id":"fef3d2b3-a9c2-40d7-86c1-ce558288c139"},{"name":"List  form result files","id":"968c8c13-d735-4c5e-b2e6-e12e5454b8bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/files","description":"<p>Retreives uploaded files by entry id.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","formresults","93755850","files"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"b63061f3-6687-4dd2-a256-c894d8ca3000","name":"List files","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-469"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:53:41 GMT"},{"key":"Content-Length","value":"606"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"File\",\n            \"lastModified\": \"2023-03-10T06:09:15+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n        },\n        \"_links\": {\n            \"self\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n            },\n            \"content\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content\"\n            }\n        },\n        \"id\": 8702600,\n        \"id_formresult\": 93755850,\n        \"filename\": \"93755850_8702600_JohnDoe.png\",\n        \"orgfilename\": \"JohnDoe.png\",\n        \"filesize\": 1856,\n        \"contenttype\": \"image/png\",\n        \"public\": false,\n        \"version\": 1\n    }\n]"},{"id":"72648ed8-2b6a-4dbe-9cac-e4d4a81cff19","name":"List  form result files - form specific","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/93755850/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-469"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:53:41 GMT"},{"key":"Content-Length","value":"606"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"File\",\n            \"lastModified\": \"2023-03-10T06:09:15+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n        },\n        \"_links\": {\n            \"self\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n            },\n            \"content\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content\"\n            }\n        },\n        \"id\": 8702600,\n        \"id_formresult\": 93755850,\n        \"filename\": \"93755850_8702600_JohnDoe.png\",\n        \"orgfilename\": \"JohnDoe.png\",\n        \"filesize\": 1856,\n        \"contenttype\": \"image/png\",\n        \"public\": false,\n        \"version\": 1\n    }\n]"}],"_postman_id":"968c8c13-d735-4c5e-b2e6-e12e5454b8bf"},{"name":"List  all form results files","id":"e528ab92-475f-4219-a90b-a996261b1a2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/files","description":"<p>Retreives uploaded files by entry id.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","forms","people","files"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"09583bbc-243b-4eda-8c57-c52a54725c46","name":"List all files","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-469"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:53:41 GMT"},{"key":"Content-Length","value":"606"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"File\",\n            \"lastModified\": \"2023-03-10T06:09:15+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n        },\n        \"_links\": {\n            \"self\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n            },\n            \"content\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content\"\n            }\n        },\n        \"id\": 8702600,\n        \"filename\": \"93755850_8702600_JohnDoe.png\",\n        \"orgfilename\": \"JohnDoe.png\",\n        \"filesize\": 1856,\n        \"contenttype\": \"image/png\",\n        \"public\": false,\n        \"version\": 1\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"File\",\n            \"lastModified\": \"2023-03-10T06:10:40+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702601\"\n        },\n        \"_links\": {\n            \"self\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702601\"\n            },\n            \"content\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702601/content\"\n            }\n        },\n        \"id\": 8702601,\n        \"filename\": \"93755852_8702601_JaneDoe.png\",\n        \"orgfilename\": \"JaneDoe.png\",\n        \"filesize\": 3029,\n        \"contenttype\": \"image/png\",\n        \"public\": false,\n        \"version\": 1\n    }\n]"}],"_postman_id":"e528ab92-475f-4219-a90b-a996261b1a2f"},{"name":"Delete form result files","id":"e6e4e99d-5b5a-4665-9c90-8f5accea413c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/files","description":"<p>Removes uploaded files by entry id.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","formresults","93755850","files"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"8d1a8d02-5a9f-4106-9053-f79877217788","name":"Delete files","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/formresults/93755850/files"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-459"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:22:07 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"d17238f3-35f1-4695-999b-87d376d82517","name":"Delete files - form specific","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/results/93755850/files"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-459"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:22:07 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e6e4e99d-5b5a-4665-9c90-8f5accea413c"},{"name":"Delete all form results files","id":"c9a84b34-56a5-4748-b0af-4002ab54af22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/files","description":"<p>Removes uploaded files by entry id.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","forms","people","files"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"6cd57d35-c1f8-4539-b04c-bc6737aff6cc","name":"Delete all files","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/files"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-459"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 15:22:07 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c9a84b34-56a5-4748-b0af-4002ab54af22"}],"id":"5011b063-265b-41e7-a408-6bff6ff23f1c","description":"<p>Form entries can have the following system variables:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_fd_id</td>\n<td>The entry ID</td>\n</tr>\n<tr>\n<td>_fd_seqno</td>\n<td>Sequential number if enabled for the form</td>\n</tr>\n<tr>\n<td>_fd_source</td>\n<td>The source of where the result entry came from:  <br />A = Account  <br />V = Visitor of login form  <br />I = Import  <br />W = Webservice  <br />T = Testing  <br />U = Unknown</td>\n</tr>\n<tr>\n<td>_fd_status</td>\n<td>The status of the result entry. See the table below for possible values</td>\n</tr>\n<tr>\n<td>_fd_add</td>\n<td>The initial submission date</td>\n</tr>\n<tr>\n<td>_fd_edit</td>\n<td>The date+time of the last modification</td>\n</tr>\n<tr>\n<td>_fd_pstat</td>\n<td>The payment status:  <br />P = Paid  <br />E = Expired  <br />A = Canceled</td>\n</tr>\n<tr>\n<td>_fd_compl</td>\n<td>The datetime the submission has been finished</td>\n</tr>\n<tr>\n<td>_fd_usrid</td>\n<td>The Formdesk visitor ID (login form)</td>\n</tr>\n<tr>\n<td>_fd_user</td>\n<td>Name of the visitor (login form)</td>\n</tr>\n<tr>\n<td>_fd_email</td>\n<td>Email of the visitor ( login form)</td>\n</tr>\n<tr>\n<td>_fd_usrnm</td>\n<td>Username of the visitor (login form)</td>\n</tr>\n<tr>\n<td>_fd_psswrd</td>\n<td>Password of the visitor  <br />Readable only when NOT set by the visitor (login form)</td>\n</tr>\n<tr>\n<td>_fd_editcode</td>\n<td>Code to edit the entry (URL: parameter editcode</td>\n</tr>\n<tr>\n<td>_fd_conf</td>\n<td>Indicates if the confirmation screen has been confirmed</td>\n</tr>\n<tr>\n<td>_fd_verif</td>\n<td>Date+time the entry has been verified by email</td>\n</tr>\n<tr>\n<td>_fd_smsverif</td>\n<td>Date+time the entry has been verified by sms</td>\n</tr>\n<tr>\n<td>_fd_syncstatus</td>\n<td>For the purpose of synchronizing form results  <br />See the paragraph below to learn more</td>\n</tr>\n<tr>\n<td>_fd_deleted</td>\n<td>Date+time the entry was deleted</td>\n</tr>\n<tr>\n<td>_fd_workflow</td>\n<td>Date+time of when the workflow has been finished. An empty value indicated an unfinished workflow process. Available for Supervisors only.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\">Query parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>view</td>\n<td>The name of the pre-set filter to use</td>\n</tr>\n<tr>\n<td>search</td>\n<td>General search string. Will not be searched in the system fields</td>\n</tr>\n<tr>\n<td>id_from</td>\n<td>The Formdesk ID from which to start (this ID is included)</td>\n</tr>\n<tr>\n<td>id_to</td>\n<td>The Formdesk ID on which to end (this ID is included)</td>\n</tr>\n<tr>\n<td>created_from</td>\n<td>The submission date from wich to start</td>\n</tr>\n<tr>\n<td>created_to</td>\n<td>The submission date on which to end</td>\n</tr>\n<tr>\n<td>status</td>\n<td>The status of the result entry  <br />If no status specified only status Done will be retreived  <br />See table below: 'Values for status'</td>\n</tr>\n<tr>\n<td></td>\n<td>See the table below for possible values</td>\n</tr>\n<tr>\n<td>changed_from</td>\n<td>The date of the last modification from which to start</td>\n</tr>\n<tr>\n<td>changed_to</td>\n<td>The date of the last modification on which to end</td>\n</tr>\n<tr>\n<td>completed</td>\n<td>selects the ready declared entries / completed entries</td>\n</tr>\n<tr>\n<td>completed_from</td>\n<td>The date on which the entry is declared ready (completed) from which to start</td>\n</tr>\n<tr>\n<td>completed_to</td>\n<td>The date on which the entry is declared ready (completed) on which to end</td>\n</tr>\n<tr>\n<td>id_visitor</td>\n<td>The Formdesk ID of the visitor</td>\n</tr>\n<tr>\n<td>name</td>\n<td>A string which is part of the visitors name</td>\n</tr>\n<tr>\n<td>email</td>\n<td>A string which is part of the visitors email address</td>\n</tr>\n<tr>\n<td>confirmed</td>\n<td>Selects the confirmed entries</td>\n</tr>\n<tr>\n<td>verified</td>\n<td>Selects the verified entries</td>\n</tr>\n<tr>\n<td>verified_from</td>\n<td>The date on which the entry is verified from which to start</td>\n</tr>\n<tr>\n<td>verified_to</td>\n<td>The date on which the entry is verified on which to end</td>\n</tr>\n<tr>\n<td>sync_status</td>\n<td>The sync status of the result entry. See table below for possible values.  <br />A comma delimitted list is supported</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"values-for-status\">Values for status</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SAVED</td>\n<td>Stored entries to be finished later</td>\n</tr>\n<tr>\n<td>CFS</td>\n<td>The submission needs to be confirmed</td>\n</tr>\n<tr>\n<td>CFD</td>\n<td>The submission has been confirmed</td>\n</tr>\n<tr>\n<td>EVS</td>\n<td>The submission needs to be verified by email</td>\n</tr>\n<tr>\n<td>EVD</td>\n<td>The submission has been verified by email</td>\n</tr>\n<tr>\n<td>SVS</td>\n<td>The submission needs to be verified by SMS</td>\n</tr>\n<tr>\n<td>SVD</td>\n<td>The submission has been verified by SMS</td>\n</tr>\n<tr>\n<td>PMS</td>\n<td>Payment process had been started</td>\n</tr>\n<tr>\n<td>PMD</td>\n<td>Payment process has been finished</td>\n</tr>\n<tr>\n<td>DNS</td>\n<td>Signing process had been started</td>\n</tr>\n<tr>\n<td>DND</td>\n<td>Signing process has been finished</td>\n</tr>\n<tr>\n<td>WFS</td>\n<td>Workflow process had been started</td>\n</tr>\n<tr>\n<td>WFD</td>\n<td>Workflow process has been finished</td>\n</tr>\n<tr>\n<td>DONE</td>\n<td>The form has been completed</td>\n</tr>\n<tr>\n<td>ALL</td>\n<td>Any status</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"values-for-synchronisation-status\">Values for synchronisation status</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>N</td>\n<td>New: New entry</td>\n</tr>\n<tr>\n<td>C</td>\n<td>Changed: Entry has been changed after it was processed</td>\n</tr>\n<tr>\n<td>D</td>\n<td>Deleted: Entry has been deleted after it was processed</td>\n</tr>\n<tr>\n<td>X</td>\n<td>Irrelevant: Entry has been deleted while it was not yet processed</td>\n</tr>\n<tr>\n<td>R</td>\n<td>Restored: Entry has been restored from the recycle bin</td>\n</tr>\n<tr>\n<td>P</td>\n<td>Processed: Entry was set to processed through the webservice (API)</td>\n</tr>\n<tr>\n<td>ALL</td>\n<td>Query only. Get all results disregards the sync status</td>\n</tr>\n</tbody>\n</table>\n</div><p>When a new form entry has been completed, it gets the sync status N (New). A result entry gets the sync status P (Processed) by the 'Set results to Processed' method. Only after a result entry is set to Processed, the sync status can change to C (Changed), D (Deleted) or to R (Restored) when the result entry is modified, removed or restored.</p>\n<p>Typical synchronisation practice:</p>\n<ol>\n<li>List (selection) form entry id's</li>\n<li>For each id: Get form result</li>\n<li>Add, modify or delete the entry in sync system depending on syncstatus is N, C, R or D</li>\n<li>Execute method to set result to Processed*</li>\n</ol>\n<p>This process must be executed at least once in 30 days because removed entries are physically deleted after 30 days (following GDPR compliancy rules) or even less if a shorter period is specified in the auto-remove section.</p>\n<p>*Setting a result to processed does not decrease your number of credits.</p>\n","event":[{"listen":"prerequest","script":{"id":"e4c047c0-f027-43f8-bca6-e58d875ab2ff","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5aac238-c885-4bad-8d4b-1779c84d4717","type":"text/javascript","exec":[""]}}],"_postman_id":"5011b063-265b-41e7-a408-6bff6ff23f1c"},{"name":"Users","item":[{"name":"List users","event":[{"listen":"test","script":{"id":"c7ca6274-8dd7-4267-a5fd-af414636cba6","exec":[""],"type":"text/javascript"}}],"id":"cabc93ef-12f8-45da-8a64-a205a3aeef43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users","description":"<p>Provides a list of all Formdesk user accounts.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","users"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"61743c9f-249a-4fc5-9960-0cdd732ab8ae","name":"List users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/users"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-486"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Tue, 14 Jan 2020 14:50:51 GMT"},{"key":"Content-Length","value":"1081"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"User\",\n            \"created\": \"2023-03-09T15:28:22+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/users/71262\"\n        },\n        \"id\": 71262,\n        \"active\": true,\n        \"type\": \"internal\",\n        \"firstname\": \"Jane\",\n        \"name\": \"Doe\",\n        \"email\": \"jane.doe@formdesk.com\",\n        \"username\": \"janedoe\",\n        \"cellphone_country\": \"31\",\n        \"cellphone\": \"\",\n        \"allow_createform\": false,\n        \"allow_editprofile\": false,\n        \"allow_managelabels\": false,\n        \"newsletter\": false,\n        \"template\": 0,\n        \"apikey\": \"6053c05f937840d68387da66cdc00591\",\n        \"notwofactor\": false,\n        \"external_userid\": \"\",\n        \"external_force\": false,\n        \"external_provider\": \"\",\n        \"lastlogin\": \"2023-03-09T15:30:58+00:00\"\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"User\",\n            \"created\": \"2023-03-09T16:59:12+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/users/71264\"\n        },\n        \"id\": 71264,\n        \"active\": true,\n        \"type\": \"internal\",\n        \"firstname\": \"John\",\n        \"name\": \"Doe\",\n        \"email\": \"j.doe@formdesk.com\",\n        \"username\": \"johndoe\",\n        \"cellphone_country\": \"31\",\n        \"cellphone\": \"\",\n        \"allow_createform\": false,\n        \"allow_editprofile\": false,\n        \"allow_managelabels\": false,\n        \"newsletter\": false,\n        \"template\": 0,\n        \"apikey\": \"e71524626dfb47bfa06f7aa07396ce68\",\n        \"notwofactor\": false,\n        \"external_userid\": \"\",\n        \"external_force\": false,\n        \"external_provider\": \"\",\n        \"lastlogin\": \"NULL\"\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"User\",\n            \"created\": \"2023-03-10T08:16:15+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/users/71280\"\n        },\n        \"id\": 71280,\n        \"active\": true,\n        \"type\": \"external\",\n        \"firstname\": \"John\",\n        \"name\": \"External\",\n        \"email\": \"j.doe@formdesk.com\",\n        \"username\": \"\",\n        \"cellphone_country\": \"31\",\n        \"cellphone\": \"\",\n        \"allow_createform\": false,\n        \"allow_editprofile\": false,\n        \"allow_managelabels\": false,\n        \"newsletter\": false,\n        \"template\": 0,\n        \"apikey\": \"\",\n        \"notwofactor\": false,\n        \"external_userid\": \"f200d4baf57b441e9e639d832c8c44ec\",\n        \"external_force\": false,\n        \"external_provider\": \"linkedin\",\n        \"lastlogin\": \"NULL\"\n    }\n]"}],"_postman_id":"cabc93ef-12f8-45da-8a64-a205a3aeef43"},{"name":"Get user","id":"7b1070b8-332f-4287-82a9-b8d367946b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users/71262","description":"<p>To get all properties of a user by user id or external user id.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","users","71262"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"3ed1e36c-c2cf-47a7-8ff5-ee0b933f0871","name":"Get user","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users/71262"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/users/40216"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-835"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Fri, 07 Feb 2020 14:57:22 GMT"},{"key":"Content-Length","value":"651"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2023-03-09T15:28:22+00:00\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/users/71262\"\n    },\n    \"id\": 71262,\n    \"active\": true,\n    \"type\": \"internal\",\n    \"firstname\": \"Jane\",\n    \"name\": \"Doe\",\n    \"email\": \"jane.doe@formdesk.com\",\n    \"username\": \"janedoe\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"\",\n    \"allow_createform\": false,\n    \"allow_editprofile\": false,\n    \"allow_managelabels\": false,\n    \"newsletter\": false,\n    \"template\": 0,\n    \"apikey\": \"6053c05f937840d68387da66cdc00591\",\n    \"notwofactor\": false,\n    \"external_userid\": \"\",\n    \"external_force\": false,\n    \"external_provider\": \"\",\n    \"lastlogin\": \"2023-03-09T15:30:58+00:00\"\n}"}],"_postman_id":"7b1070b8-332f-4287-82a9-b8d367946b87"},{"name":"Get external user","id":"cc2f8e6f-78ef-458f-82ac-d238ceb23cde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users/external/f200d4baf57b441e9e639d832c8c44ec","description":"<p>To get all properties of a user by user id or external user id.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","users","external","f200d4baf57b441e9e639d832c8c44ec"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"f8fa10a5-0af4-4a61-b93c-f04527cbfe5b","name":"Get external user","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users/external/f200d4baf57b441e9e639d832c8c44ec"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/users/40216"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-835"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Fri, 07 Feb 2020 14:57:22 GMT"},{"key":"Content-Length","value":"651"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2023-03-10T08:16:15+00:00\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/users/71280\"\n    },\n    \"id\": 71280,\n    \"active\": true,\n    \"type\": \"external\",\n    \"firstname\": \"John\",\n    \"name\": \"External\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"username\": \"\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"\",\n    \"allow_createform\": false,\n    \"allow_editprofile\": false,\n    \"allow_managelabels\": false,\n    \"newsletter\": false,\n    \"template\": 0,\n    \"apikey\": \"\",\n    \"notwofactor\": false,\n    \"external_userid\": \"f200d4baf57b441e9e639d832c8c44ec\",\n    \"external_force\": false,\n    \"external_provider\": \"linkedin\",\n    \"lastlogin\": \"NULL\"\n}"}],"_postman_id":"cc2f8e6f-78ef-458f-82ac-d238ceb23cde"},{"name":"Add users","id":"522e0436-0a75-4cbc-ae13-82699ad80785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"internal\",\n    \"firstname\": \"John\",\n    \"name\": \"Doe\",\n    \"email\": \"jane.doe@formdesk.com\",\n    \"username\": \"johndoe\",\n    \"password\": \"johnspassword\",\n    \"cellphone_country\": \"\",\n    \"cellphone\": \"\",\n    \"newsletter\": false,\n    \"notwofactor\": false,\n    \"allow_createform\": true,\n    \"template\": 706011,\n    \"external_userid\": \"45SDHG541ASDGR251SADRG5841S6DR854G1\",\n    \"external_provider\": \"accounts.provider_x.com\",\n    \"allow_editprofile\": false,\n    \"allow_managelabels\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users","description":"<p>To add a new user. Available for Supervisor only.</p>\n<p>For provisioning of external users (OpenID-Connect) only type (=\"external\"), external_userid and external_provider are required. Other fields will be updated on login by their claims.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","users"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"82c99917-392f-4aa5-b81c-bfa8d8c8eb95","name":"Add users","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"internal\",\n    \"firstname\": \"John\",\n    \"name\": \"Doe\",\n    \"email\": \"jane.doe@formdesk.com\",\n    \"username\": \"johndoe\",\n    \"password\": \"johnspassword\",\n    \"cellphone_country\": \"\",\n    \"cellphone\": \"\",\n    \"newsletter\": false,\n    \"notwofactor\": false,\n    \"allow_createform\": true,\n    \"template\": 706011,\n    \"external_userid\": \"45SDHG541ASDGR251SADRG5841S6DR854G1\",\n    \"external_provider\": \"accounts.provider_x.com\",\n    \"allow_editprofile\": false,\n    \"allow_managelabels\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://www.formdesk.com/api/rest/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/users/40389"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-632"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Fri, 31 Jan 2020 13:10:24 GMT"},{"key":"Content-Length","value":"527"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2023-03-09T16:59:12+00:00\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/users/71264\"\n    },\n    \"id\": 71264,\n    \"active\": true,\n    \"type\": \"internal\",\n    \"firstname\": \"John\",\n    \"name\": \"Doe\",\n    \"email\": \"john.doe@formdesk.com\",\n    \"username\": \"johndoe\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"\",\n    \"allow_createform\": false,\n    \"allow_editprofile\": false,\n    \"allow_managelabels\": false,\n    \"newsletter\": false,\n    \"template\": 0,\n    \"apikey\": \"\",\n    \"notwofactor\": false,\n    \"external_userid\": \"\",\n    \"external_force\": false,\n    \"external_provider\": \"\",\n    \"lastlogin\": \"NULL\"\n}"}],"_postman_id":"522e0436-0a75-4cbc-ae13-82699ad80785"},{"name":"Update user","id":"e46b41d7-bbd6-4a6b-89c2-b5c2083ef134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"John\",\n    \"name\": \"Doe\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"username\": \"johndoe\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users/71264","description":"<p>To update properties of an existing user. Available for Supervisor only.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","users","71264"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"d80b6a16-0249-4035-b618-1b1563df9734","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"John\",\n    \"name\": \"Doe\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"username\": \"john\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users/71264"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/users/39790"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-383"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Mon, 23 Dec 2019 09:37:29 GMT"},{"key":"Content-Length","value":"409"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2023-03-09T16:59:12+00:00\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/users/71264\"\n    },\n    \"id\": 71264,\n    \"active\": true,\n    \"type\": \"internal\",\n    \"firstname\": \"John\",\n    \"name\": \"Doe\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"username\": \"johndoe\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"\",\n    \"allow_createform\": false,\n    \"allow_editprofile\": false,\n    \"allow_managelabels\": false,\n    \"newsletter\": false,\n    \"template\": 0,\n    \"apikey\": \"\",\n    \"notwofactor\": false,\n    \"external_userid\": \"\",\n    \"external_force\": false,\n    \"external_provider\": \"\",\n    \"lastlogin\": \"NULL\"\n}"}],"_postman_id":"e46b41d7-bbd6-4a6b-89c2-b5c2083ef134"},{"name":"Remove user","id":"5f114df7-50b2-4e80-a7a4-f7f363a9235d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users/39790","description":"<p>To permanantly remove a user. Available for Supervisor only.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","users","39790"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"32de7033-fa50-4e27-ba4f-6bba770e1ff3","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/users/39790"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-384"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Mon, 23 Dec 2019 09:40:46 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5f114df7-50b2-4e80-a7a4-f7f363a9235d"},{"name":"Single Sign-On user","id":"73433f7c-3d72-4e87-a796-a531fa4eecc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"johndoe\",\n    \"password\": \"johnjohn\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/signon","description":"<p>This method can be used for Single Sign-On purpose where (internal) users can access their Formdesk account without the need to enter their username and password. Available for Supervisor only.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Remarks</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Yes, or id or email</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>Yes, or username or id</td>\n<td>If not unique an error will be given</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Yes, or username or email</td>\n<td></td>\n</tr>\n<tr>\n<td>password</td>\n<td>No</td>\n<td>Not nesseccary but if specified it will be validated</td>\n</tr>\n</tbody>\n</table>\n</div><p><br />Note: We also support OpenID-Connect for Single Sign-On of (external) users.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","signon"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"0b528978-d697-4fb9-9eff-ee36f1e24407","name":"Example account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"johndoe\",\n    \"password\": \"johnjohn\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/signon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-451"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 13:53:14 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"214f0a15342c46bd92acab52865e30e8\",\n    \"url\": \"https://www.formdesk.com/apitest/?lang=1&signon=214f0a15342c46bd92acab52865e30e8\"\n}"}],"_postman_id":"73433f7c-3d72-4e87-a796-a531fa4eecc8"}],"id":"4f528667-3509-4ca1-a72a-5736fc4f6cc6","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Applicable for</th>\n<th>Remarks</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>No</td>\n<td>All</td>\n<td>Read-only<br />Unique user id needed to update/remnove user</td>\n</tr>\n<tr>\n<td>type</td>\n<td>No</td>\n<td>All</td>\n<td><b>\"internal\" = User with Formdesk credentials (default)<br />\"external\" = OpenID-Connect user<br />\"API\" = API dedicated 'user'</b></td>\n</tr>\n<tr>\n<td>active</td>\n<td>No</td>\n<td>All</td>\n<td></td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>No</td>\n<td>Internal / External</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>Yes</td>\n<td>All</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>Yes</td>\n<td>Internal / External</td>\n<td></td>\n</tr>\n<tr>\n<td>username</td>\n<td>Yes</td>\n<td>Internal</td>\n<td></td>\n</tr>\n<tr>\n<td>password</td>\n<td>Yes</td>\n<td>Internal</td>\n<td>POST only</td>\n</tr>\n<tr>\n<td>cellphone_country</td>\n<td>No*</td>\n<td>Internal</td>\n<td>*Required for 2FA SMS</td>\n</tr>\n<tr>\n<td>cellphone</td>\n<td>No*</td>\n<td>Internal</td>\n<td>*Required for 2FA SMS</td>\n</tr>\n<tr>\n<td>newsletter</td>\n<td>No</td>\n<td>Internal / External</td>\n<td></td>\n</tr>\n<tr>\n<td>notwofactor</td>\n<td>No</td>\n<td>Internal</td>\n<td>Disable overall 2FA</td>\n</tr>\n<tr>\n<td>allow_createform</td>\n<td>No</td>\n<td>Internal / External</td>\n<td></td>\n</tr>\n<tr>\n<td>allow_editprofile</td>\n<td>No</td>\n<td>Internal</td>\n<td></td>\n</tr>\n<tr>\n<td>allow_managelabels</td>\n<td>No</td>\n<td>Internal / External</td>\n<td></td>\n</tr>\n<tr>\n<td>template</td>\n<td>No</td>\n<td>Internal / External</td>\n<td>template form id</td>\n</tr>\n<tr>\n<td>external_userid</td>\n<td>Yes</td>\n<td>External</td>\n<td>OIDC user id</td>\n</tr>\n<tr>\n<td>external_prodiver</td>\n<td>Yes</td>\n<td>External</td>\n<td>OIDC Hostname, e.g. accounts.google.com</td>\n</tr>\n<tr>\n<td>external_force</td>\n<td>No</td>\n<td>Internal</td>\n<td>Force internal user to switch to external on next logon</td>\n</tr>\n<tr>\n<td>apikey</td>\n<td>No</td>\n<td>API</td>\n<td>If type=\"api\" and you ommit the api key Formdesk will generate one</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note: if you use OpenID you can also search on external user id by adding '/external/' to the endpoint: .../users/external/</p>\n","event":[{"listen":"prerequest","script":{"id":"cbd938ce-cb42-42c4-a85a-f0bcdbbe68c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"37634e6b-baaf-4e68-bb49-f76f18052f11","type":"text/javascript","exec":[""]}}],"_postman_id":"4f528667-3509-4ca1-a72a-5736fc4f6cc6"},{"name":"Visitors","item":[{"name":"List visitors","id":"15041f63-d7ea-4a85-80e9-ab11c24e6d70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors","description":"<p>Provides a list of all Formdesk visitor accounts.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","visitors"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"ec35058d-df16-4d11-b202-910ded438c02","name":"List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/visitors"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-518"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 15 Jan 2020 13:55:13 GMT"},{"key":"Content-Length","value":"628"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"Visitor\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732966\"\n        },\n        \"type\": \"internal\",\n        \"external_userid\": \"\",\n        \"external_provider\": \"\",\n        \"active\": true,\n        \"id\": 3732966,\n        \"name\": \"John Doe\",\n        \"email\": \"j.doe@formdesk.com\",\n        \"cellphone_country\": \"\",\n        \"cellphone\": \"\",\n        \"username\": \"johndoe\",\n        \"password\": null\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Visitor\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732967\"\n        },\n        \"type\": \"internal\",\n        \"external_userid\": \"\",\n        \"external_provider\": \"\",\n        \"active\": true,\n        \"id\": 3732967,\n        \"name\": \"Jane Doe\",\n        \"email\": \"jane.doe@formdesk.com\",\n        \"cellphone_country\": \"\",\n        \"cellphone\": \"\",\n        \"username\": \"janedoe\",\n        \"password\": null\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"Visitor\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732988\"\n        },\n        \"type\": \"external\",\n        \"external_userid\": \"pQ2plpMzJC\",\n        \"external_provider\": \"linkedin\",\n        \"active\": true,\n        \"id\": 3732988,\n        \"name\": \"Me Tester\",\n        \"email\": \"m.tester@formdesk.com\",\n        \"cellphone_country\": \"\",\n        \"cellphone\": \"\",\n        \"username\": \"\",\n        \"password\": null\n    }\n]"}],"_postman_id":"15041f63-d7ea-4a85-80e9-ab11c24e6d70"},{"name":"Get visitor","id":"79f6d612-2126-42b0-a82e-72f6ae832024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732966","description":"<p>To get all properties of a visitor by visitor id or, if you add 'external' to the endpoint, by external user id. </p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","visitors","3732966"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"8747d9ec-f938-4a21-9ac5-fd0911404536","name":"Get visitor","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732966"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/visitors/3524590"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-832"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Fri, 07 Feb 2020 14:55:39 GMT"},{"key":"Content-Length","value":"340"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"Visitor\",\n        \"location\": \"https://www.formdesk.com/api/rest/v1/visitors/3524590\"\n    },\n    \"type\": \"native\",\n    \"external_userid\": \"\",\n    \"id\": 3524590,\n    \"name\": \"John Doe\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"055555555\",\n    \"username\": \"john123\",\n    \"password\": null\n}"}],"_postman_id":"79f6d612-2126-42b0-a82e-72f6ae832024"},{"name":"Get external visitor","id":"c9f1fe80-5177-4173-a0df-4dc0e64b7c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/external/pQ2plpMzJC","description":"<p>To get all properties of a visitor by visitor id or, if you add 'external' to the endpoint, by external user id. </p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","visitors","external","pQ2plpMzJC"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"48cf8078-fde9-4b40-bd81-811e33cdae8a","name":"Get visitor","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":""},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/external/pQ2plpMzJC"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/visitors/3524590"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-832"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Fri, 07 Feb 2020 14:55:39 GMT"},{"key":"Content-Length","value":"340"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"Visitor\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732988\"\n    },\n    \"type\": \"external\",\n    \"external_userid\": \"pQ2plpMzJC\",\n    \"external_provider\": \"linkedin\",\n    \"active\": true,\n    \"id\": 3732988,\n    \"name\": \"Me Tester\",\n    \"email\": \"m.tester@formdesk.com\",\n    \"cellphone_country\": \"\",\n    \"cellphone\": \"\",\n    \"username\": \"\",\n    \"password\": null\n}"}],"_postman_id":"c9f1fe80-5177-4173-a0df-4dc0e64b7c33"},{"name":"List results of visitor","id":"9f247495-77fd-4752-9293-f74a0d307f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732966/formresults","description":"<p>Lists the entry id's of all login forms for a specific visitor by visitor id.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","visitors","3732966","formresults"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"0c45786b-22bc-4791-9216-08472217291d","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732966/formresults"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-476"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 08 Jan 2020 16:06:19 GMT"},{"key":"Content-Length","value":"310"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"Form\"\n        },\n        \"id\": 702111,\n        \"name\": \"people\",\n        \"title\": \"\",\n        \"results\": [\n            {\n                \"meta\": {\n                    \"resourceType\": \"Formresult\",\n                    \"location\": \"https://fd7.formdesk.com/api/rest/v1/formresults/71004404\"\n                },\n                \"id\": 71004404\n            }\n        ]\n    }\n]"}],"_postman_id":"9f247495-77fd-4752-9293-f74a0d307f14"},{"name":"Add visitor","id":"ff0a2655-3310-4c5d-b09e-2b72f3f67164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Jane Doe\",\n    \"email\": \"jane.doe@formdesk.com\",\n    \"username\": \"jane123\",\n    \"password\": \"MySecretPassword\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"055555555\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors","description":"<p>To add a new visitor. Available for Supervisor only.</p>\n<p>For provisioning of external visitors (OpenID-Connect) only type (=\"external\"), external_userid and external_provider are required. Other fields will be updated on login by their claims.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","visitors"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"e7419cf6-6971-4985-be93-f721ba2ebe77","name":"Add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John Doe\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"username\": \"john123\",\n    \"password\": \"MySecretPassword\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"055555555\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/visitors/3524590"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-515"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 15 Jan 2020 13:47:20 GMT"},{"key":"Content-Length","value":"311"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"Visitor\",\n        \"location\": \"https://www.formdesk.com/api/rest/v1/visitors/3524590\"\n    },\n    \"id\": 3524590,\n    \"name\": \"John Doe\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"055555555\",\n    \"username\": \"john123\",\n    \"password\": \"** van bezoeker **\"\n}"}],"_postman_id":"ff0a2655-3310-4c5d-b09e-2b72f3f67164"},{"name":"Update visitor","id":"082dfda0-e06a-4f87-a3c5-b79dfb6478e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John Doe\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"055555555\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732966","description":"<p>To update properties of an existing visitor. Available for Supervisor only.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","visitors","3732966"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"7365ee31-2d1c-4cb7-95e0-a1ddd2c614b0","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John Doe\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"055555555\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732966"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://www.formdesk.com/api/rest/v1/visitors/3524524"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-489"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Tue, 14 Jan 2020 15:00:58 GMT"},{"key":"Content-Length","value":"314"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"Visitor\",\n        \"location\": \"https://www.formdesk.com/api/rest/v1/visitors/3524590\"\n    },\n    \"type\": \"native\",\n    \"external_userid\": \"\",\n    \"id\": 3524590,\n    \"name\": \"John Doe\",\n    \"email\": \"j.doe@formdesk.com\",\n    \"cellphone_country\": \"31\",\n    \"cellphone\": \"055555555\",\n    \"username\": \"john123\",\n    \"password\": null\n}"}],"_postman_id":"082dfda0-e06a-4f87-a3c5-b79dfb6478e4"},{"name":"Remove visitor","id":"31ee2550-996c-4934-abd3-5b23a955e824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732966","description":"<p>To permanantly remove a visitor. Available for Supervisor only.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","visitors","3732966"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"1d31e6c4-27c8-4b8e-bd91-c268455a4ede","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/visitors/3732966"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-384"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Mon, 23 Dec 2019 09:40:46 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"31ee2550-996c-4934-abd3-5b23a955e824"},{"name":"Single Sign-On visitor","id":"02a966b0-8edf-48e0-ae1b-b37b30c4f746","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"john123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fd7.formdesk.com/api/rest/v1/apitest/forms/people/signon","description":"<p>This method can be used for Single Sign-On purpose where visitors can access a form without the need to enter their username and password. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Remarks</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Yes, or id or email</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>Yes, or username or id</td>\n<td>If not unique an error will be given</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Yes, or username or email</td>\n<td></td>\n</tr>\n<tr>\n<td>password</td>\n<td>No</td>\n<td>Will be validated if specified</td>\n</tr>\n</tbody>\n</table>\n</div><p><br />Note: We also support OpenID-Connect for Single Sign-On.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","forms","people","signon"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"b8e97ab8-ddd9-498a-a320-1a7861cd80ee","name":"Single Sign-On visitor","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"john123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.formdesk.com/api/rest/v1/forms/people/signon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Credits","value":"-611"},{"key":"Referrer-Policy","value":"unsafe-url"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1;mode=block"},{"key":"Date","value":"Wed, 29 Jan 2020 11:13:52 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"312d9c10eb744b9fa8e0cabe0bd81121\",\n    \"url\": \"https://www.formdesk.com/apitest/people/?signon=312d9c10eb744b9fa8e0cabe0bd81121\"\n}"}],"_postman_id":"02a966b0-8edf-48e0-ae1b-b37b30c4f746"}],"id":"6abca9b5-ea47-47c9-aa25-de8cd49f2cf0","description":"<p>Visitors are users that login to your form. The setting 'Visitor must be able to manage own form entries' must be enabled for the form.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Applicable for</th>\n<th>Remarks</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>No</td>\n<td>All</td>\n<td>Read-only<br />Unique id needed to update/remnove visitor</td>\n</tr>\n<tr>\n<td>type</td>\n<td>No</td>\n<td>All</td>\n<td><b>\"internal\" = Visitor with Formdesk credentials (default)<br />\"external\" = OpenID-Connect visitor</b></td>\n</tr>\n<tr>\n<td>active</td>\n<td>No</td>\n<td>All</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>Yes</td>\n<td>All</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>Yes</td>\n<td>All</td>\n<td></td>\n</tr>\n<tr>\n<td>username</td>\n<td>Yes</td>\n<td>Internal</td>\n<td></td>\n</tr>\n<tr>\n<td>password</td>\n<td>No</td>\n<td>Internal</td>\n<td>GET: If NOT set by visitor<br />POST: If ommitted, a 10 chr random password will be generated</td>\n</tr>\n<tr>\n<td>password_from_visitor</td>\n<td>No</td>\n<td>Internal</td>\n<td>Determines wether the password provided originates from the visitor in which case it will be private and stored one-way hashed. If set to true the password can never be restored.</td>\n</tr>\n<tr>\n<td>cellphone_country</td>\n<td>No*</td>\n<td>Internal</td>\n<td>*Required for 2FA SMS</td>\n</tr>\n<tr>\n<td>cellphone</td>\n<td>No*</td>\n<td>Internal</td>\n<td>*Required for 2FA SMS</td>\n</tr>\n<tr>\n<td>external_userid</td>\n<td>Yes</td>\n<td>External</td>\n<td>OIDC user id</td>\n</tr>\n<tr>\n<td>external_prodiver</td>\n<td>Yes</td>\n<td>External</td>\n<td>OIDC Hostname, e.g. accounts.google.com</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note: if you use OpenID you can also search on external user id by adding '/external/' to the endpoint: .../users/external/</p>\n","event":[{"listen":"prerequest","script":{"id":"f5ed32ad-6104-4015-8cfd-755672313a9c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a5b1bd8b-0618-487c-9ded-aa577444bb3b","type":"text/javascript","exec":[""]}}],"_postman_id":"6abca9b5-ea47-47c9-aa25-de8cd49f2cf0"},{"name":"Files","item":[{"name":"List all files","id":"cb251033-459a-4ba1-b619-3c5a28e42804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/files?type=all","description":"<p>Provides a list of files.</p>\n<p>Included are:</p>\n<ul>\n<li>Files attached to result entries and</li>\n<li>Files uploaded in the account like images used on forms or files attached to emails.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","files"],"host":["fd7.formdesk.com"],"query":[{"description":{"content":"<p>Optional. Possible values: all, account, formresult</p>\n","type":"text/plain"},"key":"type","value":"all"}],"variable":[]}},"response":[{"id":"d5869a9f-3675-4a3f-b108-ccbd399cafc3","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":{"raw":"https://fd7.formdesk.com/api/rest/v1/apitest/files?type=all","protocol":"https","host":["fd7","formdesk","com"],"path":["api","rest","v1","apitest","files"],"query":[{"key":"type","value":"all","description":"Optional. Possible values: all, account, formresult"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, Credits, ApiCredits"},{"key":"Access-Control-Expose-Headers","value":"Content-Type, Authorization, Credits, ApiCredits"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD"},{"key":"Credits","value":"-1553"},{"key":"ApiCredits","value":"-1553"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src * 'unsafe-inline' 'unsafe-eval'; form-action https://* ; img-src * data: blob: 'unsafe-inline'"},{"key":"Permissions-Policy","value":"gyroscope=(), interest-cohort=(), magnetometer=(), payment=()"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Wed, 20 Dec 2023 12:25:28 GMT"},{"key":"Content-Length","value":"1915"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"meta\": {\n            \"resourceType\": \"File\",\n            \"created\": \"2023-03-10T12:40:17+00:00\",\n            \"lastModified\": \"2023-03-10T12:40:17+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n        },\n        \"_links\": {\n            \"self\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n            },\n            \"content\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content\"\n            }\n        },\n        \"id\": 8702600,\n        \"id_formresult\": 93755850,\n        \"filename\": \"93755850_8702600_photo.png\",\n        \"orgfilename\": \"photo.png\",\n        \"filesize\": 1909,\n        \"contenttype\": \"image/png\",\n        \"public\": false,\n        \"version\": 5\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"File\",\n            \"created\": \"2023-03-10T06:10:40+00:00\",\n            \"lastModified\": \"2023-03-10T06:10:40+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702601\"\n        },\n        \"_links\": {\n            \"self\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702601\"\n            },\n            \"content\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702601/content\"\n            }\n        },\n        \"id\": 8702601,\n        \"id_formresult\": 93755852,\n        \"filename\": \"93755852_8702601_JaneDoe.png\",\n        \"orgfilename\": \"JaneDoe.png\",\n        \"filesize\": 3029,\n        \"contenttype\": \"image/png\",\n        \"public\": false,\n        \"version\": 1\n    },\n    {\n        \"meta\": {\n            \"resourceType\": \"File\",\n            \"created\": \"2023-12-20T07:53:45+00:00\",\n            \"lastModified\": \"2023-12-20T07:53:45+00:00\",\n            \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/9618040\"\n        },\n        \"_links\": {\n            \"self\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/9618040\"\n            },\n            \"content\": {\n                \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/9618040/content\"\n            }\n        },\n        \"id\": 9618040,\n        \"id_formresult\": 0,\n        \"filename\": \"logo.png\",\n        \"orgfilename\": \"logo.png\",\n        \"filesize\": 7259,\n        \"contenttype\": \"image/png\",\n        \"public\": true,\n        \"version\": 1\n    }\n]"}],"_postman_id":"cb251033-459a-4ba1-b619-3c5a28e42804"},{"name":"Get file","id":"40e927bc-3f5a-4af4-91eb-3b4c6732414f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600","description":"<p>Get the details of a single file.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","files","8702600"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"74e5e092-aaa4-4c71-bb3e-8a8bd6c922eb","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, Credits, ApiCredits"},{"key":"Access-Control-Expose-Headers","value":"Content-Type, Authorization, Credits, ApiCredits"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD"},{"key":"Credits","value":"-1553"},{"key":"ApiCredits","value":"-1553"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src * 'unsafe-inline' 'unsafe-eval'; form-action https://* ; img-src * data: blob: 'unsafe-inline'"},{"key":"Permissions-Policy","value":"gyroscope=(), interest-cohort=(), magnetometer=(), payment=()"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Wed, 20 Dec 2023 12:27:25 GMT"},{"key":"Content-Length","value":"611"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"resourceType\": \"File\",\n        \"created\": \"2023-03-10T12:40:17+00:00\",\n        \"lastModified\": \"2023-03-10T12:40:17+00:00\",\n        \"location\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600\"\n        },\n        \"content\": {\n            \"href\": \"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content\"\n        }\n    },\n    \"id\": 8702600,\n    \"id_formresult\": 93755850,\n    \"filename\": \"93755850_8702600_photo.png\",\n    \"orgfilename\": \"photo.png\",\n    \"filesize\": 1909,\n    \"contenttype\": \"image/png\",\n    \"public\": false,\n    \"version\": 5\n}"}],"_postman_id":"40e927bc-3f5a-4af4-91eb-3b4c6732414f"},{"name":"Get file content","id":"ba882b95-32d7-4f27-8b5b-5cae9242e862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content","description":"<p>Returns the file content in <strong>binary</strong> format.</p>\n<p>The resource location can be obtained from a call to get a form result or a call to get a list of files.</p>\n<p>The result of a call to this endpoint can be stored to disk without any conversion.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","files","8702600","content"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"06422bc1-345d-4ffc-b851-93bbf0015423","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600/content"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/octet-stream"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, Credits, ApiCredits"},{"key":"Access-Control-Expose-Headers","value":"Content-Type, Authorization, Credits, ApiCredits"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD"},{"key":"Content-Disposition","value":"attachment; filename=\"93755850_8702600_photo.png\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src * 'unsafe-inline' 'unsafe-eval'; form-action https://* ; img-src * data: blob: 'unsafe-inline'"},{"key":"Permissions-Policy","value":"gyroscope=(), interest-cohort=(), magnetometer=(), payment=()"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Wed, 31 Jan 2024 10:59:27 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"�PNG\r\n\u001a\n\u0000\u0000\u0000\rIHDR\u0000\u0000\u0000m\u0000\u0000\u0000j\b\u0002\u0000\u0000\u00009�H�\u0000\u0000\u0000\u0001sRGB\u0000��\u001c�\u0000\u0000\u0000\u0004gAMA\u0000\u0000��\u000b�a\u0005\u0000\u0000\u0000\tpHYs\u0000\u0000\u000e�\u0000\u0000\u000e�\u0001�o�d\u0000\u0000\u0000\u0012tEXtSoftware\u0000Greenshot^U\b\u0005\u0000\u0000\u0006�IDATx^��RZK\u0010@��?\u0012N\"ۀ\u0012K\u0005��`\u0011cP��B$�7�\b$\u0018�x���RF=^�g\u000f�z�CJ�g�Lw�lH�����ģ\u000e\u0013�:L<�0��ģ\u000e\u0013�:L<�0��ģ\u000e\u0013�:����������u:���Ӌ���h���� ?�1\u0011{\f�!�R�d2����w���g2�����f��b�˗/�j���`0\u0018���S~�3��\u0018�\u001b\u000e��v\u001b}���^�\u001f\b�`gg��\u001a�Sy-?p��]zu��-\u0014\n333\b��b��\u0007��Ç\\.wxx���Ǧ;�\f�����R��c�� �???�l6��!o\u0010)�<\"q{{;\u001e���^dh��a�۷o�/L\u0017\u001e���rY���$\u0012�Z�FҔ��\u0002[�,\u0013��J��J�Lx����~�\u001f�´��J\\__��x\r��\n\u0016Iod葶���Lb\b����\u0016o-A���#��T*9�\u0018B\"^ZZb+H(N0�H����ei�Ȝ����y�-��ǳ�3�e\u0019SD��^�;+;�\u001e�ќ�#��7`�s*w�R�#\u0012+����\u0003����%8K4=2�\u0004͡E\u0006�\u0007d\u0018\u0007�R�#\u0012�\t�\u001b�0�?�n*�<rn����!-�\rK�3�\u0004j��G���\t��0��FC\u0002�A�c:����deeE\u0002�A�c&������mzX|-\u001e� ��z\u0012�\u0001j\u001eWWW%d/!E6�M��\u00005��B�O\u000bL�c.��;ۨy\\__��#�R)�.R�c�T�x}�Rc��A������+���c������%c�\u001fwww�<\u0014�\u0010\u001b3-�\u001a����ׯ�{��ۓX\rx-\u001e9�w:\u001d�Հ��1\u001e����J�\u0006�\u0016��Wg��#M�魸�Ǔ�� \b$j��%�ڠ����<�g�wa]d@�c�۝����=cvv��Q��G�\tt���ǵ���x�E)�vS3��z]\u00025C�c����!W,\u00163�\u001cCt<~����M��v�mwC\u0011���\u0010s���\u001e\tlfff0\u0018H�6�x����x�=���sss\u0012��T�U\t�\u0006\u0005���з�F����k��GZ\\o��k���M�\u0018��\u001f�mo�L�u�Q�\b������!�D���K�\u0006�x���\u0002�+KKK��k D\u0012�D�\u001fA\u0010t�]��\u0006\u001d�����b�86��=>>��\u000b3������f!j\u001eG���[{cc�z1��G�\u001f\"�ؽ!�L��V��Gh�۾}�lkk��b\u0004M�,I\u001a�T*%��\u001a\u0016����%8c4=\u0002��h4|X��\u000b�T�V\"3F�#p����Ǐ\u001f�-F��Ȓ�vk��q:\u00077_+�F�#[)��Gum�v>88`%:��!&\u001e#�n���d�B�#\u001c\u001d\u001dEr��&�f���\u0011wa��\u0014��\u000f��Z��i\u0018o`�1��\u001f<���9Ό!&\u001e!����\u001c255\u0015�D���\u0019�q�����K���^XX�!:���j�^�G�S��d�N�Cpp�x\u0017V\u001e���'�I\u0019�=��H:�\u0010C�,I6��Ҟ\u0017�\u00118�9;k�d�T���U7�����\u0005�\rl=�F�t:��#'k7�\u0010n��#\u001bmvvV\u0006j��G1�b�M����A\u0010X�cG�`�b]�T\\ޞ�=2�L$�\u0014`��lR@e����b��dU�x<??O$\u001228�(\t@Bq��Gj��ʊ�K�?᭳٬�\u001eH�#�iggG\u0006\u0014)̥����r||�ɷ^)qn>�\u0013������}m����m7*�<�ڧ��#L��ªdv\u001d���xrr���Q0��|~�tiw��\\�D���\"�r\u001e���B�Ѹ���P��w,$\u0002]:�o\n�\u0002s�fW��D�D@(dqr\"�I�c\u0002\u0001�7i�����z��yD\u001fo��t�gX�U�GA�a��r����.�|\u0012\u000f�>N)�+�J�T*���\u0018�MR\u0013\u0007����V�5\u0018\f��@��\u0018�c��������\t|�p���S�hB���\u0003���_#\u0007���\n�\u0012��;A�Y\u0012|\u000e�`�v\u0014�\\.���p\u0018֥������C�����{޾}\u001b����t�Z���C�\u0011��Z�\u0016�{\r���\\����e�����7��f�I\u0013@�e%O\f�/(byRoE�o�L��\u0011���׿��G��\u0000��\u0000\u0000\u0000\u0000IEND�B`�"}],"_postman_id":"ba882b95-32d7-4f27-8b5b-5cae9242e862"},{"name":"Remove file","id":"1e625937-9b33-4bdd-884f-956085dd098f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600","description":"<p>Removes the file.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v1","apitest","files","8702600"],"host":["fd7.formdesk.com"],"query":[],"variable":[]}},"response":[{"id":"64cf8ab5-5b26-4043-b18b-8c3e522bf6dd","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e99508a1ef1a46c79e7d328ef4276d6b","type":"text"}],"url":"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private,no-transform"},{"key":"Content-Type","value":"application/json; Charset=utf-8"},{"key":"Location","value":"https://fd7.formdesk.com/api/rest/v1/apitest/files/8702600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, Credits, ApiCredits"},{"key":"Access-Control-Expose-Headers","value":"Content-Type, Authorization, Credits, ApiCredits"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD"},{"key":"Credits","value":"-1553"},{"key":"ApiCredits","value":"-1553"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src * 'unsafe-inline' 'unsafe-eval'; form-action https://* ; img-src * data: blob: 'unsafe-inline'"},{"key":"Permissions-Policy","value":"gyroscope=(), interest-cohort=(), magnetometer=(), payment=()"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Wed, 20 Dec 2023 12:27:25 GMT"},{"key":"Content-Length","value":"611"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1e625937-9b33-4bdd-884f-956085dd098f"}],"id":"d8d86430-b439-4452-bdc8-25d4bff27cd3","_postman_id":"d8d86430-b439-4452-bdc8-25d4bff27cd3","description":""}],"event":[{"listen":"prerequest","script":{"id":"f23f6c77-4e6c-4c6e-9541-ce6a5ce9025b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7a2c2e81-787e-4c0c-a8d0-91a2a2664015","type":"text/javascript","exec":[""]}}],"variable":[{"key":"host","value":"fd7.formdesk.com"},{"key":"apikey","value":"e99508a1ef1a46c79e7d328ef4276d6b","type":"string"},{"key":"domain","value":"apitest"},{"key":"form","value":"people","type":"string"},{"key":"id_formresult","value":"93755850","type":"string"},{"key":"id_user","value":"71262","type":"string"},{"key":"id_user_external","value":"f200d4baf57b441e9e639d832c8c44ec","type":"string"},{"key":"id_visitor","value":"3732966","type":"string"},{"key":"id_visitor_external","value":"pQ2plpMzJC","type":"string"},{"key":"connect_username","value":"janedoe","type":"string"},{"key":"connect_password","value":"janejane","type":"string"},{"key":"signon_username","value":"johndoe","type":"string"},{"key":"signon_password","value":"johnjohn","type":"string"}]}