{"info":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","description":"<html><head></head><body><p>HybridForms® – Software for Smart Mobile Business consists of mobile Clients Apps for iOS, Android and Windows as well as a Web App for legacy clients. The Apps connect to HybridForms Server for synchronization, business logic and workflow.</p>\n<p>HybridForms® is a brand by icomedias® - Entenplatz 1, 8020 Graz, Austria, <a href=\"http://www.icomedias.com\">www.icomedias.com</a> \nProduct information at <a href=\"http://www.hybridforms.net\">www.hybridforms.net</a>, for commercial and partner program inquiries please contact <a href=\"mailto:info@hybridforms.net\">info@hybridforms.net</a>.</p>\n<p>Happy coding – have successful projects with HybridForms!</p>\n\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6898557","collectionId":"5b21d585-ddb9-4b68-81e9-066486e411fa","publishedId":"S1EMUzAD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-05-06T08:08:36.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get System Info","item":[{"name":"Gateway Data","event":[{"listen":"test","script":{"id":"6f2b473a-058f-488a-9083-67ddf01eafcb","exec":["let jsonData = pm.response.json();\r","if (jsonData.loginMethod != \"AzureAD\")\r","    pm.environment.set('client_id', jsonData.clientID);\r","if (jsonData.scope)\r","    pm.environment.set('server_id', jsonData.scope.replace(\"api://\",\"\").replace(\"/HybridForms\",\"\"));\r","if (jsonData.loginMethod == \"AzureAD\") {\r","    let tenantId = jsonData.metaDataAddress.replace('https://login.microsoftonline.com/','').replace('/v2.0/.well-known/openid-configuration','')\r","    pm.environment.set('tenantId', tenantId);\r","}"],"type":"text/javascript","packages":{}}}],"id":"9a509f2a-841c-44c3-b4a7-dc572d4476ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-HF-Version","value":"HybridForms 8.6.4 (Core)","description":"<p>value &gt;= 8.0 is required to get Azure authentication method in response </p>\n","type":"text"}],"url":"https://example.hybridforms.net/api/app/gatewayData","description":"<h2 id=\"get-information-on-the-server-youre-connecting-to\">Get information on the server you're connecting to.</h2>\n<p>This endpoint can be called without authentication as the results are required to decide which authentication method should be used</p>\n<h2 id=\"response-properties\">response properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product</td>\n<td>Identifies APi as HybridForms Server</td>\n</tr>\n<tr>\n<td>loginMethod</td>\n<td>ADFS/AzureAD/WindowsAuthentication - tells you how to authenticate for the server. WindowsAuthentication supports both Negotiate/NTML and Basic Auth</td>\n</tr>\n<tr>\n<td>gateway Version</td>\n<td>HybridForms Server version</td>\n</tr>\n<tr>\n<td>metaDataAddress</td>\n<td>Endpoint on hybridforms Server for OpenID Metadata document. This endpoint gets forwarded to the actual OpenID Server</td>\n</tr>\n<tr>\n<td>scope</td>\n<td>on Azure ID specifies the Scope defined for the HybridForms Server</td>\n</tr>\n<tr>\n<td>clientID</td>\n<td>for ADFS or Azure specifies the Client ID for the HybridForms app</td>\n</tr>\n<tr>\n<td>maxFileSizeMb</td>\n<td>exposes the max file size for binary attachments allowed on the server</td>\n</tr>\n<tr>\n<td>cookies</td>\n<td>List of cookies required for pre authentication gateway (for use by native apps)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","app","gatewayData"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"42590494-e2ff-4a19-96a8-e038da4ac8f2","name":"Gateway Data - ADFS","originalRequest":{"method":"GET","header":[{"key":"X-HF-Version","value":"HybridForms 8.6.4 (Core)","type":"text"}],"url":"https://example.hybridforms.net/api/app/gatewayData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a8a77c92-8ab0-4040-ae33-c7d13b6d6cb3'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.7.0.1"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 13 Sep 2021 10:21:40 GMT"},{"key":"Content-Length","value":"299"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": \"HybridForms Server\",\n    \"loginMethod\": \"ADFS\",\n    \"gatewayVersion\": \"8.6.4.0\",\n    \"metaDataAddress\": \"https://server.example.com/api/app/openid-configuration\",\n    \"scope\": null,\n    \"clientID\": \"6ab8a3a4-949b-4fe5-ad69-22a771488b86\",\n    \"maxFileSizeMb\": 30,\n    \"cookies\": [\n        \"\"\n    ]\n}"},{"id":"3cb97971-17fb-4cd1-b6ab-f9cb9a43c2b2","name":"Gateway Data - AzureAD","originalRequest":{"method":"GET","header":[{"key":"X-HF-Version","value":"HybridForms 8.6.4 (Core)","description":"value >= 8.0 is required to get Azure authentication method in response ","type":"text"}],"url":"https://example.hybridforms.net/api/app/gatewayData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-06de31cb-f404-483a-92d0-1debbf3ad360'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 13 Sep 2021 12:09:36 GMT"},{"key":"Content-Length","value":"379"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": \"HybridForms Server\",\n    \"loginMethod\": \"AzureAD\",\n    \"gatewayVersion\": \"8.6.4.5\",\n    \"metaDataAddress\": \"https://hybridforms.example.com/api/app/openid-configuration\",\n    \"scope\": \"api://6d29e5d3-e0ce-4907-a73a-f6b2e8e4e12f/HybridForms\",\n    \"clientID\": \"726fff3e-6e4e-4db8-a2b6-b9ea17b8f803\",\n    \"maxFileSizeMb\": 30,\n    \"cookies\": [\n        \"\"\n    ]\n}"},{"id":"b66ac3c2-8777-4ad2-88c6-e6f3b76dabae","name":"Gateway Data - Windows","originalRequest":{"method":"GET","header":[{"key":"X-HF-Version","value":"HybridForms 8.6.4 (Core)","description":"value >= 8.0 is required to get Azure authentication method in response ","type":"text"}],"url":"https://example.hybridforms.net/api/app/gatewayData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-e753d3f5-4720-447e-880d-778c5627e343'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 13 Sep 2021 12:11:12 GMT"},{"key":"Content-Length","value":"320"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": \"HybridForms Server\",\n    \"loginMethod\": \"WindowsAuthentication\",\n    \"gatewayVersion\": \"8.6.4.5\",\n    \"metaDataAddress\": \"https://hybridforms.example.com/api/app/openid-configuration\",\n    \"scope\": null,\n    \"clientID\": \"\",\n    \"maxFileSizeMb\": 30,\n    \"cookies\": [\n        \"\"\n    ]\n}"}],"_postman_id":"9a509f2a-841c-44c3-b4a7-dc572d4476ff"}],"id":"057e84aa-dbd8-41b2-aefa-cf8087a0ed05","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"749e4b1d-6395-4990-9773-6cc4bb394996","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"87627af8-275b-4fba-9f60-6d72a096395b","type":"text/javascript","exec":[""]}}],"_postman_id":"057e84aa-dbd8-41b2-aefa-cf8087a0ed05","description":""},{"name":"Get Bearer Token - ADFS","item":[{"name":"Get Bearer Token","event":[{"listen":"test","script":{"id":"ac1d3b5f-febd-42d4-a2a0-ad056ec57208","exec":["let jsonData = pm.response.json();\r","let token = jsonData.access_token;\r","pm.environment.set('token', token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bb37be18-fdf4-4cf5-b535-e4e802af59c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"resource","value":"https://example.hybridforms.net/","type":"text"}]},"url":"https://example.hybridforms.net/api/app/token","auth":{"type":"inherit","inherit":{},"isInherited":true,"source":{"_postman_id":"ae550d8a-03d7-4dee-9311-76d47e0712b5","id":"ae550d8a-03d7-4dee-9311-76d47e0712b5","name":"Get Bearer Token - ADFS","type":"folder"}},"urlObject":{"path":["api","app","token"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"e065249f-53fb-4cdf-a9ee-001e1b5a168d","name":"ADFS Authentication OAuth 2.0 Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"resource","value":"https://example.hybridforms.net/","type":"text"}]},"url":"https://example.hybridforms.net/api/app/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"4810"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Expires","value":"Fri, 16 Dec 2022 08:15:35 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-2cfc4610-1150-4622-b017-2577edf669c9'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"9.0.17.0"},{"key":"Date","value":"Fri, 16 Dec 2022 08:15:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 43200,\n    \"resource\": \"https://server.example.com/\",\n    \"refresh_token\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"refresh_token_expires_in\": 43200,\n    \"id_token\": \"eyJxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n}"}],"_postman_id":"bb37be18-fdf4-4cf5-b535-e4e802af59c0"}],"id":"ae550d8a-03d7-4dee-9311-76d47e0712b5","description":"<h2 id=\"get-bearer-token-from-adfs-server\">Get Bearer Token from ADFS Server.</h2>\n<p>The sample uses username/password to obtain a token; other methods of obtaining tokens (for example using the current user) may be available depending on ADFS configuration</p>\n","auth":{"type":"inherit","inherit":{},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c97d1c14-5747-407a-a376-f4984f17f50d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea3a0cbf-4c95-48ef-9ddc-ddea9da9009d","type":"text/javascript","exec":[""]}}],"_postman_id":"ae550d8a-03d7-4dee-9311-76d47e0712b5"},{"name":"Get Bearer Token Azure AD","item":[{"name":"Get App Bearer Token (secret)","event":[{"listen":"test","script":{"id":"bf8ea0e7-8b49-4b57-ab9b-ef8255b3cb7f","exec":["let jsonData = pm.response.json();\r","let token = jsonData.access_token;\r","pm.environment.set('token', token);"],"type":"text/javascript"}}],"id":"f4019790-16c8-4100-b526-0c01cd991cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","type":"text","value":"client_credentials"},{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"},{"key":"scope","type":"text","value":"api://{{server_id}}/.default","description":"<p>Server ID is the guid found in the scope property of gatewaydata request</p>\n"}]},"url":"https://example.hybridforms.net/api/app/token","description":"<p>This endpoint is forwarded to the actual OpenID Connect (Azure AD) Server to allow access without CORS issues for web apps</p>\n","urlObject":{"path":["api","app","token"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"d511f3cf-2230-47a2-9c69-b2ae7ee9f0a2","name":"Get App Bearer Token (secret)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","type":"text","value":"client_credentials"},{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"},{"key":"scope","type":"text","value":"api://afc6c7fa-7408-462d-baaa-89d998ce79e0/.default"}]},"url":"https://login.microsoftonline.com/{{tenantID}}/oauth2/v2.0/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-ms-request-id","value":"e13e7867-9eda-4463-b1f9-fa0da4701e00"},{"key":"x-ms-ests-server","value":"2.1.10244.24 - AMS1 ProdSlices"},{"key":"P3P","value":"CP=\"DSP CUR OTPi IND OTRi ONL FIN\""},{"key":"Set-Cookie","value":"fpc=AjZo8esDheRPheOjAU56ZoHbYC2uAQAAAJO9DtYOAAAA; expires=Sat, 25-Apr-2020 15:18:06 GMT; path=/; secure; HttpOnly; SameSite=None"},{"key":"Set-Cookie","value":"x-ms-gateway-slice=prod; path=/; SameSite=None; secure; HttpOnly"},{"key":"Set-Cookie","value":"stsservicecookie=ests; path=/; secure; HttpOnly; SameSite=None"},{"key":"Date","value":"Thu, 26 Mar 2020 15:18:05 GMT"},{"key":"Content-Length","value":"1301"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3599,\n    \"ext_expires_in\": 3599,\n    \"access_token\": \"eyJxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n}"}],"_postman_id":"f4019790-16c8-4100-b526-0c01cd991cae"},{"name":"Get App Bearer Token Direct","event":[{"listen":"test","script":{"id":"bf8ea0e7-8b49-4b57-ab9b-ef8255b3cb7f","exec":["let jsonData = pm.response.json();\r","let token = jsonData.access_token;\r","pm.environment.set('token', token);"],"type":"text/javascript","packages":{}}}],"id":"f2f6eb58-d238-4d0c-8f83-7d070f81881d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","type":"text","value":"client_credentials"},{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"},{"key":"scope","type":"text","value":"api://{{server_id}}/.default","description":"<p>Server ID is the guid found in the scope property of gatewaydata request</p>\n"}]},"url":"https://login.microsoftonline.com/{{tenantId}}/oauth2/v2.0/token","description":"<p>Actual OpenID Connect (Entra ID), no forwarding through HybridForms Server</p>\n","urlObject":{"protocol":"https","path":["{{tenantId}}","oauth2","v2.0","token"],"host":["login","microsoftonline","com"],"query":[],"variable":[]}},"response":[{"id":"8876e152-29ac-4954-a048-a0b46018574e","name":"Get App Bearer Token (secret)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","type":"text","value":"client_credentials"},{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"},{"key":"scope","type":"text","value":"api://afc6c7fa-7408-462d-baaa-89d998ce79e0/.default"}]},"url":"https://login.microsoftonline.com/{{tenantID}}/oauth2/v2.0/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-ms-request-id","value":"e13e7867-9eda-4463-b1f9-fa0da4701e00"},{"key":"x-ms-ests-server","value":"2.1.10244.24 - AMS1 ProdSlices"},{"key":"P3P","value":"CP=\"DSP CUR OTPi IND OTRi ONL FIN\""},{"key":"Set-Cookie","value":"fpc=AjZo8esDheRPheOjAU56ZoHbYC2uAQAAAJO9DtYOAAAA; expires=Sat, 25-Apr-2020 15:18:06 GMT; path=/; secure; HttpOnly; SameSite=None"},{"key":"Set-Cookie","value":"x-ms-gateway-slice=prod; path=/; SameSite=None; secure; HttpOnly"},{"key":"Set-Cookie","value":"stsservicecookie=ests; path=/; secure; HttpOnly; SameSite=None"},{"key":"Date","value":"Thu, 26 Mar 2020 15:18:05 GMT"},{"key":"Content-Length","value":"1301"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3599,\n    \"ext_expires_in\": 3599,\n    \"access_token\": \"eyJ0eXA....b5A\"\n}"}],"_postman_id":"f2f6eb58-d238-4d0c-8f83-7d070f81881d"}],"id":"1629f79b-c683-4378-956f-8d71e52ae88c","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a79917fc-0d44-48f7-b9b3-35b4755bab4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a519c198-1f8d-493a-bf61-3419b63cf3d5","type":"text/javascript","exec":[""]}}],"_postman_id":"1629f79b-c683-4378-956f-8d71e52ae88c","description":""},{"name":"Get HF Private Bearer Token","item":[{"name":"Get Private Token","event":[{"listen":"test","script":{"id":"bd15d24f-4631-43c4-88dc-1180c9f72291","exec":["let jsonData = pm.response.json();","let token = jsonData.access_token;","pm.environment.set('token', token);"],"type":"text/javascript"}}],"id":"f78ae0c1-7128-4dd9-9815-5e8097fac114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-HF-DeviceID","type":"text","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"apikey","value":"12345","type":"text"},{"key":"upn","value":"rsi@icomedias.com","type":"text"}]},"url":"https://example.hybridforms.net/api/admin/system/privatetoken","urlObject":{"path":["api","admin","system","privatetoken"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"f7fca68c-ac40-4c18-aba1-a80764c289fe","name":"Get Private Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"apikey","value":"12345","type":"text"},{"key":"upn","value":"rsi@icomedias.com","type":"text"},{"key":"raw","value":"true","type":"text","disabled":true}]},"url":"https://example.hybridforms.net/api/admin/system/privatetoken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-fe5e9d57-3f84-4032-af5f-ba070c308379'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.5.0.1"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Apr 2021 07:43:03 GMT"},{"key":"Content-Length","value":"539"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...mO8\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 21599,\n    \"scope\": null,\n    \"id_token\": null,\n    \"refresh_token\": null,\n    \"app_url\": \"https://server.example.com/forweb?authToken=eyJhbGc...mO8\"\n}"}],"_postman_id":"f78ae0c1-7128-4dd9-9815-5e8097fac114"}],"id":"2e9ecf7d-4043-4a98-ae54-9af81c82a1f1","description":"<p>Starting with HybridForms 8.5 it is possible to have HF issue private bearer tokens for users. These tokens can be used as bearer tokens to access HybridForms APIs and endpoints in addition to the primary method of authentication configured on the HybridForms server.</p>\n<p>To enable this feature, it has to be configured in the appsettings.production.json file:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  \"AuthenticationSettings\": {\n    \"PrivateTokenSecret\": \"RmpHjB8fKL*STt86qEG5wasdasdoQwF9TPP7ReASa+eD1rgE1JxYS86e4asdadqwdewer24gfterf23er\",\n    \"PrivateTokenACL\": [ \"ag-mitarbeiter\" ],\n    \"PrivateTokenApiKey\": \"12345\",\n    \"PrivateTokenLifetime\": 480,\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PrivateTokenSecret</td>\n<td>random string</td>\n</tr>\n<tr>\n<td>PrivateTokenACL</td>\n<td>list of users/groups allowed to access the private token endpoint</td>\n</tr>\n<tr>\n<td>PrivateTokenApiKey</td>\n<td>api key to enable access to the private token endpoint</td>\n</tr>\n<tr>\n<td>PrivateTokenLifetime</td>\n<td>Lifetime in minutes for the private tokens</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can access the endpoint either using the ACL or using the apiKey.</p>\n<h2 id=\"anyone-granted-access-to-the-endpoint-can-issue-bearer-tokens-for-arbitrary-users\">Anyone granted access to the endpoint can issue bearer tokens for arbitrary users!</h2>\n","_postman_id":"2e9ecf7d-4043-4a98-ae54-9af81c82a1f1","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Get Information on current User","item":[{"name":"User Data","id":"c3da664c-a39a-4fb6-82de-b038a977a470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://example.hybridforms.net/api/app/userData","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","userData"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"e31e4f38-f9d9-4d67-ae5c-5ece4ed7bdf6","name":"User Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://example.hybridforms.net/api/app/userData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-cfdb3294-49ea-419e-b7b2-3e7aef06ca4d'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 13 Sep 2021 13:03:26 GMT"},{"key":"Content-Length","value":"1804"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"149\",\n    \"accountName\": \"emf@example.com\",\n    \"companyName\": null,\n    \"displayName\": \"Eva Musterfrau\",\n    \"email\": \"emf@example.com\",\n    \"features\": {\n        \"useGroupForms\": true,\n        \"saveGroupForms\": true,\n        \"pdf\": true\n    },\n    \"pictureUrl\": null,\n    \"sigCrypto\": \"none\",\n    \"options\": {},\n    \"clients\": [\n        {\n            \"id\": 3,\n            \"title\": \"Default\",\n            \"remark\": null,\n            \"errorEmail\": null,\n            \"acl\": null,\n            \"autoCalACL\": null,\n            \"catalogAdminAcl\": null,\n            \"adContainer\": null,\n            \"haveCal\": false,\n            \"role\": \"none\",\n            \"roleCode\": 0,\n            \"groupPortal\": null\n        }\n    ]\n}"}],"_postman_id":"c3da664c-a39a-4fb6-82de-b038a977a470"},{"name":"User Data with Client","id":"63dab2ce-7236-49ea-8fbd-65adc20b2c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://example.hybridforms.net/api/app/userData/{{client}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","userData","{{client}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"312ea90a-e187-429b-9b57-bc09e353afca","name":"User Data with Client","originalRequest":{"method":"POST","header":[],"url":"https://example.hybridforms.net/api/app/userData/{{client}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"3047"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-cfdb3294-49ea-419e-b7b2-3e7aef06ca4d'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 13 Sep 2021 13:08:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"149\",\n    \"accountName\": \"emf@example.com\",\n    \"companyName\": null,\n    \"displayName\": \"Eva Musterfrau\",\n    \"email\": \"emf@example.com\",\n    \"features\": {\n        \"useGroupForms\": true,\n        \"saveGroupForms\": true,\n        \"pdf\": true\n    },\n    \"pictureUrl\": null,\n    \"sigCrypto\": \"none\",\n    \"options\": {\n        \n        \"cognitiveServicesAudioKey\": {\n            \"label\": \"Cognitive Services Audio\",\n            \"placeholder\": null,\n            \"value\": \"----\",\n            \"visibility\": \"disabled\"\n        },\n        \"cognitiveServicesVisionKey\": {\n            \"label\": \"Cognitive Services Vision\",\n            \"placeholder\": null,\n            \"value\": \"---\",\n            \"visibility\": \"disabled\"\n        },\n        \"googleMapsApiKey\": {\n            \"label\": \"Google Maps Key\",\n            \"placeholder\": null,\n            \"value\": \"----\",\n            \"visibility\": \"disabled\"\n        }\n    },\n    \"clients\": [\n        {\n            \"id\": 3,\n            \"title\": \"Default\",\n            \"remark\": null,\n            \"errorEmail\": null,\n            \"acl\": null,\n            \"autoCalACL\": null,\n            \"catalogAdminAcl\": null,\n            \"adContainer\": null,\n            \"haveCal\": false,\n            \"role\": \"none\",\n            \"roleCode\": 0,\n            \"groupPortal\": null\n        }\n    ]\n}"}],"_postman_id":"63dab2ce-7236-49ea-8fbd-65adc20b2c57"}],"id":"51776563-9faa-4dc7-a54e-1b446418a1e7","_postman_id":"51776563-9faa-4dc7-a54e-1b446418a1e7","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}}],"id":"8f46184f-2f39-4292-b646-15ae9b3c4f8a","_postman_id":"8f46184f-2f39-4292-b646-15ae9b3c4f8a","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"/api/app","item":[{"name":"FormDefinitions","item":[{"name":"Get FormDefinitions","event":[{"listen":"test","script":{"id":"f07f6364-dd55-428e-b69e-ba369acbd49f","exec":["var formDefinitions = pm.response.json();","var baseForm = formDefinitions.filter(function(formDefinition) { return formDefinition.title === 'BaseForm'; })[0];","if (baseForm) {","    console.log(baseForm);","    pm.environment.set(\"formID\", baseForm.formID);","}",""],"type":"text/javascript"}}],"id":"230f0a66-3b15-466a-ad99-d61daab74993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"957fd1b0-9b59-4f00-9a07-4a7e70119c32","name":"Get FormDefinitions","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Jul 2019 13:49:34 GMT"},{"key":"Content-Length","value":"6681"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 8,\n        \"formID\": \"28cb4bd2-d470-4d6b-b9e5-c78fd40bd94f\",\n        \"version\": 146,\n        \"title\": \"BaseForm\",\n        \"description\": \"Dies ist die lange Beschreibung von Test Formulardefinition1\",\n        \"culture\": \"de-DE\",\n        \"archiveDays\": 60,\n        \"files\": [\n            {\n                \"filename\": \"AddressPicker.js\",\n                \"size\": 18669,\n                \"contentType\": \"application/javascript\",\n                \"modified\": \"2019-04-15T09:12:13.2981664Z\",\n                \"version\": 636909163332981664\n            },\n            {\n                \"filename\": \"base.css\",\n                \"size\": 7552,\n                \"contentType\": \"text/css\",\n                \"modified\": \"2019-04-04T09:49:39.5523442Z\",\n                \"version\": 636899681795523442\n            },\n            {\n                \"filename\": \"base-80x80.svg\",\n                \"size\": 3470,\n                \"contentType\": \"image/svg+xml\",\n                \"modified\": \"2019-04-04T09:49:39.5385604Z\",\n                \"version\": 636899681795385604\n            },\n            {\n                \"filename\": \"baseform-en-US.html\",\n                \"size\": 124205,\n                \"contentType\": \"text/html\",\n                \"modified\": \"2019-04-23T12:35:34.4331468Z\",\n                \"version\": 636916197344331468\n            },\n            {\n                \"filename\": \"BaseHelpers.js\",\n                \"size\": 13787,\n                \"contentType\": \"application/javascript\",\n                \"modified\": \"2019-04-04T09:49:39.55246Z\",\n                \"version\": 636899681795524600\n            },\n            {\n                \"filename\": \"catalog.tab1_combobox_sp_liste.json\",\n                \"size\": 185978,\n                \"contentType\": \"application/json\",\n                \"modified\": \"2019-04-04T09:49:39.6971251Z\",\n                \"version\": 636899681796971251\n            },\n            {\n                \"filename\": \"custom-controls.css\",\n                \"size\": 3369,\n                \"contentType\": \"text/css\",\n                \"modified\": \"2019-04-04T09:49:39.701109Z\",\n                \"version\": 636899681797011090\n            },\n            {\n                \"filename\": \"customer-logo.css\",\n                \"size\": 606,\n                \"contentType\": \"text/css\",\n                \"modified\": \"2019-04-04T09:49:39.7005568Z\",\n                \"version\": 636899681797005568\n            },\n            {\n                \"filename\": \"female_grey.svg\",\n                \"size\": 966,\n                \"contentType\": \"image/svg+xml\",\n                \"modified\": \"2019-04-04T09:49:39.6999706Z\",\n                \"version\": 636899681796999706\n            },\n            {\n                \"filename\": \"form-logo.png\",\n                \"size\": 5343,\n                \"contentType\": \"image/png\",\n                \"modified\": \"2019-04-04T09:49:39.6999777Z\",\n                \"version\": 636899681796999777\n            },\n            {\n                \"filename\": \"form-logo.svg\",\n                \"size\": 8598,\n                \"contentType\": \"image/svg+xml\",\n                \"modified\": \"2019-04-04T09:49:39.70096Z\",\n                \"version\": 636899681797009600\n            },\n            {\n                \"filename\": \"HFCustomControls.js\",\n                \"size\": 34018,\n                \"contentType\": \"application/javascript\",\n                \"modified\": \"2019-04-04T09:49:39.7736279Z\",\n                \"version\": 636899681797736279\n            },\n            {\n                \"filename\": \"img-ink-ctrl.png\",\n                \"size\": 164219,\n                \"contentType\": \"image/png\",\n                \"modified\": \"2019-04-04T09:49:39.7705192Z\",\n                \"version\": 636899681797705192\n            },\n            {\n                \"filename\": \"lupe.svg\",\n                \"size\": 814,\n                \"contentType\": \"image/svg+xml\",\n                \"modified\": \"2019-04-04T09:49:39.7717602Z\",\n                \"version\": 636899681797717602\n            },\n            {\n                \"filename\": \"male_grey.svg\",\n                \"size\": 1028,\n                \"contentType\": \"image/svg+xml\",\n                \"modified\": \"2019-04-04T09:49:39.7745975Z\",\n                \"version\": 636899681797745975\n            },\n            {\n                \"filename\": \"pdf.footer\",\n                \"size\": 1894,\n                \"contentType\": \"application/octet-stream\",\n                \"modified\": \"2019-04-04T09:49:39.7757705Z\",\n                \"version\": 636899681797757705\n            },\n            {\n                \"filename\": \"pdf.header\",\n                \"size\": 1711,\n                \"contentType\": \"application/octet-stream\",\n                \"modified\": \"2019-04-04T09:49:39.7783993Z\",\n                \"version\": 636899681797783993\n            },\n            {\n                \"filename\": \"pdf.logo.png\",\n                \"size\": 5155,\n                \"contentType\": \"image/png\",\n                \"modified\": \"2019-04-04T09:49:39.8622362Z\",\n                \"version\": 636899681798622362\n            },\n            {\n                \"filename\": \"qrcode-test.png\",\n                \"size\": 1776,\n                \"contentType\": \"image/png\",\n                \"modified\": \"2019-04-04T09:49:39.8531575Z\",\n                \"version\": 636899681798531575\n            },\n            {\n                \"filename\": \"self-evaluation-130x130.svg\",\n                \"size\": 1464,\n                \"contentType\": \"image/svg+xml\",\n                \"modified\": \"2019-04-04T09:49:39.8537263Z\",\n                \"version\": 636899681798537263\n            },\n            {\n                \"filename\": \"Table.js\",\n                \"size\": 7212,\n                \"contentType\": \"application/javascript\",\n                \"modified\": \"2019-04-04T09:49:39.85676Z\",\n                \"version\": 636899681798567600\n            },\n            {\n                \"filename\": \"table-ctrl.css\",\n                \"size\": 2622,\n                \"contentType\": \"text/css\",\n                \"modified\": \"2019-04-04T09:49:39.8583583Z\",\n                \"version\": 636899681798583583\n            },\n            {\n                \"filename\": \"WebviewCtrl.js\",\n                \"size\": 6662,\n                \"contentType\": \"application/javascript\",\n                \"modified\": \"2019-04-04T09:49:39.5422916Z\",\n                \"version\": 636899681795422916\n            }\n        ],\n        \"flags\": {\n            \"Form.New\": true,\n            \"Form.Delete\": true,\n            \"Form.Copy\": true,\n            \"Form.ReturnToGroup\": true,\n            \"Form.Filter\": true,\n            \"Form.View\": false,\n            \"Form.Sort\": true,\n            \"Feature.Picture\": true,\n            \"Feature.Sketch\": true,\n            \"Feature.Map\": true,\n            \"Feature.Audio\": true,\n            \"Feature.Document\": true,\n            \"PDF\": true,\n            \"PDF.Picture\": true,\n            \"PDF.Sketch\": true,\n            \"PDF.Map\": true,\n            \"PDF.Audio\": true,\n            \"Audio.ReadOnly\": false,\n            \"Document.ReadOnly\": false,\n            \"Map.ReadOnly\": false,\n            \"Picture.ReadOnly\": false,\n            \"Sketch.ReadOnly\": false\n        },\n        \"modified\": \"2019-06-12T09:22:12.3456064Z\",\n        \"modifiedBy\": \"Eva Musterfrau\",\n        \"areaId\": 2,\n        \"area\": {\n            \"id\": 2,\n            \"clientId\": 1,\n            \"title\": \"Default\",\n            \"modified\": \"2019-06-13T07:19:31.5148499Z\",\n            \"modifiedBy\": \"Eva Musterfrau\"\n        }\n    }\n]"}],"_postman_id":"230f0a66-3b15-466a-ad99-d61daab74993"},{"name":"Get FormDefinition","id":"fc50c324-3d6b-4174-8ad8-6cc5936e22f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"1fe7e72a-ec8c-4e65-9df2-811c91537adb","name":"Get FormDefinition","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Jul 2019 13:50:27 GMT"},{"key":"Content-Length","value":"4899"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 8,\n    \"formID\": \"28cb4bd2-d470-4d6b-b9e5-c78fd40bd94f\",\n    \"version\": 146,\n    \"title\": \"BaseForm\",\n    \"description\": \"Dies ist die lange Beschreibung von Test Formulardefinition1\",\n    \"culture\": \"de-DE\",\n    \"archiveDays\": 60,\n    \"files\": [\n        {\n            \"filename\": \"AddressPicker.js\",\n            \"size\": 18669,\n            \"contentType\": \"application/javascript\",\n            \"modified\": \"2019-04-15T09:12:13.2981664Z\",\n            \"version\": 636909163332981664\n        },\n        {\n            \"filename\": \"base.css\",\n            \"size\": 7552,\n            \"contentType\": \"text/css\",\n            \"modified\": \"2019-04-04T09:49:39.5523442Z\",\n            \"version\": 636899681795523442\n        },\n        {\n            \"filename\": \"base-80x80.svg\",\n            \"size\": 3470,\n            \"contentType\": \"image/svg+xml\",\n            \"modified\": \"2019-04-04T09:49:39.5385604Z\",\n            \"version\": 636899681795385604\n        },\n        {\n            \"filename\": \"baseform-en-US.html\",\n            \"size\": 124205,\n            \"contentType\": \"text/html\",\n            \"modified\": \"2019-04-23T12:35:34.4331468Z\",\n            \"version\": 636916197344331468\n        },\n        {\n            \"filename\": \"BaseHelpers.js\",\n            \"size\": 13787,\n            \"contentType\": \"application/javascript\",\n            \"modified\": \"2019-04-04T09:49:39.55246Z\",\n            \"version\": 636899681795524600\n        },\n        {\n            \"filename\": \"catalog.tab1_combobox_sp_liste.json\",\n            \"size\": 185978,\n            \"contentType\": \"application/json\",\n            \"modified\": \"2019-04-04T09:49:39.6971251Z\",\n            \"version\": 636899681796971251\n        },\n        {\n            \"filename\": \"custom-controls.css\",\n            \"size\": 3369,\n            \"contentType\": \"text/css\",\n            \"modified\": \"2019-04-04T09:49:39.701109Z\",\n            \"version\": 636899681797011090\n        },\n        {\n            \"filename\": \"customer-logo.css\",\n            \"size\": 606,\n            \"contentType\": \"text/css\",\n            \"modified\": \"2019-04-04T09:49:39.7005568Z\",\n            \"version\": 636899681797005568\n        },\n        {\n            \"filename\": \"female_grey.svg\",\n            \"size\": 966,\n            \"contentType\": \"image/svg+xml\",\n            \"modified\": \"2019-04-04T09:49:39.6999706Z\",\n            \"version\": 636899681796999706\n        },\n        {\n            \"filename\": \"form-logo.png\",\n            \"size\": 5343,\n            \"contentType\": \"image/png\",\n            \"modified\": \"2019-04-04T09:49:39.6999777Z\",\n            \"version\": 636899681796999777\n        },\n        {\n            \"filename\": \"form-logo.svg\",\n            \"size\": 8598,\n            \"contentType\": \"image/svg+xml\",\n            \"modified\": \"2019-04-04T09:49:39.70096Z\",\n            \"version\": 636899681797009600\n        },\n        {\n            \"filename\": \"HFCustomControls.js\",\n            \"size\": 34018,\n            \"contentType\": \"application/javascript\",\n            \"modified\": \"2019-04-04T09:49:39.7736279Z\",\n            \"version\": 636899681797736279\n        },\n        {\n            \"filename\": \"img-ink-ctrl.png\",\n            \"size\": 164219,\n            \"contentType\": \"image/png\",\n            \"modified\": \"2019-04-04T09:49:39.7705192Z\",\n            \"version\": 636899681797705192\n        },\n        {\n            \"filename\": \"lupe.svg\",\n            \"size\": 814,\n            \"contentType\": \"image/svg+xml\",\n            \"modified\": \"2019-04-04T09:49:39.7717602Z\",\n            \"version\": 636899681797717602\n        },\n        {\n            \"filename\": \"male_grey.svg\",\n            \"size\": 1028,\n            \"contentType\": \"image/svg+xml\",\n            \"modified\": \"2019-04-04T09:49:39.7745975Z\",\n            \"version\": 636899681797745975\n        },\n        {\n            \"filename\": \"pdf.footer\",\n            \"size\": 1894,\n            \"contentType\": \"application/octet-stream\",\n            \"modified\": \"2019-04-04T09:49:39.7757705Z\",\n            \"version\": 636899681797757705\n        },\n        {\n            \"filename\": \"pdf.header\",\n            \"size\": 1711,\n            \"contentType\": \"application/octet-stream\",\n            \"modified\": \"2019-04-04T09:49:39.7783993Z\",\n            \"version\": 636899681797783993\n        },\n        {\n            \"filename\": \"pdf.logo.png\",\n            \"size\": 5155,\n            \"contentType\": \"image/png\",\n            \"modified\": \"2019-04-04T09:49:39.8622362Z\",\n            \"version\": 636899681798622362\n        },\n        {\n            \"filename\": \"qrcode-test.png\",\n            \"size\": 1776,\n            \"contentType\": \"image/png\",\n            \"modified\": \"2019-04-04T09:49:39.8531575Z\",\n            \"version\": 636899681798531575\n        },\n        {\n            \"filename\": \"self-evaluation-130x130.svg\",\n            \"size\": 1464,\n            \"contentType\": \"image/svg+xml\",\n            \"modified\": \"2019-04-04T09:49:39.8537263Z\",\n            \"version\": 636899681798537263\n        },\n        {\n            \"filename\": \"Table.js\",\n            \"size\": 7212,\n            \"contentType\": \"application/javascript\",\n            \"modified\": \"2019-04-04T09:49:39.85676Z\",\n            \"version\": 636899681798567600\n        },\n        {\n            \"filename\": \"table-ctrl.css\",\n            \"size\": 2622,\n            \"contentType\": \"text/css\",\n            \"modified\": \"2019-04-04T09:49:39.8583583Z\",\n            \"version\": 636899681798583583\n        },\n        {\n            \"filename\": \"WebviewCtrl.js\",\n            \"size\": 6662,\n            \"contentType\": \"application/javascript\",\n            \"modified\": \"2019-04-04T09:49:39.5422916Z\",\n            \"version\": 636899681795422916\n        }\n    ],\n    \"flags\": {\n        \"Form.New\": true,\n        \"Form.Delete\": true,\n        \"Form.Copy\": true,\n        \"Form.ReturnToGroup\": true,\n        \"Form.Filter\": true,\n        \"Form.View\": false,\n        \"Form.Sort\": true,\n        \"Feature.Picture\": true,\n        \"Feature.Sketch\": true,\n        \"Feature.Map\": true,\n        \"Feature.Audio\": true,\n        \"Feature.Document\": true,\n        \"PDF\": true,\n        \"PDF.Picture\": true,\n        \"PDF.Sketch\": true,\n        \"PDF.Map\": true,\n        \"PDF.Audio\": true,\n        \"Audio.ReadOnly\": false,\n        \"Document.ReadOnly\": false,\n        \"Map.ReadOnly\": false,\n        \"Picture.ReadOnly\": false,\n        \"Sketch.ReadOnly\": false\n    },\n    \"modified\": \"2019-06-12T09:22:12.3456064Z\",\n    \"modifiedBy\": \"Eva Musterfrau\",\n    \"areaId\": 2,\n    \"area\": {\n        \"id\": 2,\n        \"clientId\": 1,\n        \"title\": \"Default\",\n        \"modified\": \"2019-06-13T07:19:31.5148499Z\",\n        \"modifiedBy\": \"Eva Musterfrau\"\n    },\n    \"useACL\": [\n        {\n            \"id\": 104,\n            \"title\": \"EXAMPLE\\\\demogroup1\",\n            \"upn\": \"EXAMPLE\\\\demogroup1\",\n            \"email\": null\n        },\n        {\n            \"id\": 152,\n            \"title\": \"Eva Musterfrau\",\n            \"upn\": \"emf@example.com\",\n            \"email\": null\n        }\n    ],\n    \"editACL\": [\n        {\n            \"id\": 7,\n            \"title\": \"EXAMPLE\\\\demogroup2\",\n            \"upn\": \"EXAMPLE\\\\demogroup2\",\n            \"email\": null\n        }\n    ],\n    \"adminACL\": [\n        {\n            \"id\": 91,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": null\n        }\n    ],\n    \"group\": {\n        \"id\": 7,\n        \"title\": \"EXAMPLE\\\\demogroup2\",\n        \"upn\": \"EXAMPLE\\\\demogroup2\",\n        \"email\": null\n    },\n    \"role\": \"user\"\n}"}],"_postman_id":"fc50c324-3d6b-4174-8ad8-6cc5936e22f7"},{"name":"GetMyGroups","id":"17ddab0b-10c9-4540-a942-e15501fbf35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/mygroups","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","mygroups"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"a26e17be-210b-420c-b9d1-8434440851d8","name":"GetMyGroups","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/mygroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-cfdb3294-49ea-419e-b7b2-3e7aef06ca4d'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 13 Sep 2021 13:31:04 GMT"},{"key":"Content-Length","value":"144"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 85,\n        \"title\": \"EXAMPLE\\\\demogroup2\",\n        \"upn\": \"EXAMPLE\\\\demogroup2\",\n        \"email\": null,\n        \"isGroup\": true\n    }\n]"}],"_postman_id":"17ddab0b-10c9-4540-a942-e15501fbf35a"},{"name":"Get FormDefinition File","id":"901b459d-3111-4770-92fb-55770f783c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/files/baseform-en-US.html","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","files","baseform-en-US.html"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"326c9ecd-3e4f-4307-b882-dd3406f771d5","name":"Get FormDefinition File","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/files/baseform-en-US.html"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"124283"},{"key":"Content-Type","value":"text/html"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-d96b55b8-d45f-4f8b-9bd6-4594b847613a'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.6"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 14 Sep 2021 16:46:09 GMT"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title></title>\n        <!-- *** ALSO HAVE A LOOK AT THE TEMPLATING REFERENCE -->\n        <!-- CSS-file to set your customer's label within the SplitView (Menu-Flyout): change the .png-file within the .css-file below -->\n        <link rel=\"stylesheet\" data-hf-href=\"customer-logo.css\" />\n        <!-- CSS-file for the customized controls: Skype, Route, Location, getUser, getSigner ... - for single and for repeating Units -->\n        <link rel=\"stylesheet\" data-hf-href=\"custom-controls.css\" />\n        <!-- CSS-file for all of the other styles within a form; usually named the same as the form title -->\n        <link rel=\"stylesheet\" data-hf-href=\"base.css\" />\n        <!-- CSS-file for the Table Control (Page 3) -->\n        <link rel=\"stylesheet\" data-hf-href=\"table-ctrl.css\" />\n        <!-- JS-file for additional JS-functionality, e.g. filterData for field dependency -->\n        <script data-hf-src=\"BaseHelpers.js\"></script>\n        <!-- JS-file for additional address picker JS-functionality -->\n        <script data-hf-src=\"AddressPicker.js\"></script>\n        <!-- JS-file to implement the Video Control -->\n        <script data-hf-src=\"WebviewCtrl.js\"></script>\n        <!-- JS-file to implement the Table Control -->\n        <script data-hf-src=\"Table.js\"></script>\n    </head>\n    <body>\n        <!-- IMPORTANT: Define the Namespaces as used in the external files above. If not defined here, you will receive a severe Error when opening the App -->\n        <script type=\"text/javascript\">\n        WinJS.Namespace.define(\"HFFormdefinition.BaseHelpers\", {});\n        WinJS.Namespace.define(\"HFFormdefinition.BaseAddressHelpers\", {});\n        WinJS.Namespace.define(\"HFFormdefinition.BaseTable\", {});\n    </script>\n        <form>\n            <var data-hf-name=\"info\" data-hf-version=\"1.0.0\" data-hf-date=\"2020-06-09T13:18:25.439Z\"></var>\n            <!-- landscape title -->\n            <var data-hf-name=\"Title\">BASE FORM API</var>\n            <!-- portrait title -->\n            <var data-hf-name=\"ShortTitle\">BASE</var>\n            <!-- label for list title (Dashboard) -->\n            <var data-hf-name=\"ListTitle\">BASE FORM: ALL CONTROLS</var>\n            <!-- label for button new item (List view; Top left) -->\n            <var data-hf-name=\"LabelNewItem\">New Base Form</var>\n            <var data-hf-name=\"DataSource\" data-hf-data-source-id=\"BundeslandKatalog\">/api/catalog/Catalog1?$select=Title,KatalogText&amp;$orderby=KatalogText&amp;$top=5000</var>\n            <var data-hf-name=\"DataSource\" data-hf-data-source-id=\"GemeindeKatalog\">/api/catalog/Catalog2?$select=Title,KatalogText,BundeslandID&amp;$orderby=Title&amp;$top=5000</var>\n            <var data-hf-name=\"DataSource\" data-hf-data-source-id=\"StrassenKatalog\">/api/catalog/Catalog3?$select=Title,KatalogText,PLZ,Postort,GemeindeID,BundeslandID&amp;$orderby=Title&amp;$top=5000</var>\n            <!-- first level - pages -->\n            <ol>\n                <li data-hf-title=\"Controls\">\n                    <!-- second level - tabs -->\n                    <ol>\n                        <!-- Tab 1: Expandable tab, set default \"opened\" for the first form launch; drop \"data-hf-expandabledefault\" completely in case the tab should be closed from the beginning -->\n                        <li data-hf-title=\"Tab 1\" data-hf-expandableid=\"expand_one_column\" data-hf-expandable=\"true\"\n                        data-hf-expandabledefault=\"expanded\">\n                            <!-- third level - blocks -->\n                            <a href=\"#tab1-block1\"></a>\n                            <a href=\"#tab1-block2\"></a>\n                            <a href=\"#tab1-block3\"></a>\n                            <a href=\"#tab1-block4\"></a>\n                            <a href=\"#tab1-block5\"></a>\n                            <a href=\"#tab1-block6\"></a>\n                        </li>\n                        <li data-hf-title=\"Tab 2\">\n                            <!-- third level - blocks -->\n                            <a href=\"#tab2-block1\"></a>\n                            <a href=\"#tab2-block2\"></a>\n                        </li>\n                        <li data-hf-title=\"Tab 3\">\n                            <!-- third level - blocks -->\n                            <a href=\"#tab3-block1\"></a>\n                            <a href=\"#tab3-block2\"></a>\n                        </li>\n                        <li data-hf-title=\"Tab 4\">\n                            <!-- fourth level - blocks -->\n                            <a href=\"#tab4-block1\"></a>\n                        </li>\n                    </ol>\n                </li>\n                <!-- Use \\n to force a break within the Pages title -->\n                <li data-hf-title=\"Repeating Unit,\\nTable-Tag & DeepLink\">\n                    <!-- second level - tabs -->\n                    <ol>\n                        <!-- Repeating Unit:\n                         * has to have an ID (NOTE: In case of an expandable tab, too, forget about the \"data-hf-expandableid\" as set above and use one ID instead for both, the expanding and the repeating)\n                         * only usable for Tabs/Register\n                         * default minimum: 0 | default maximum: 99 -> set, whenever you miss to define other values\n                         * repeatablelabel = content based Title, e.g. name of tab\n                         * repeatablelabeladd = Title for Button \"Add a new Area\"\n                         * repeatablelabelremove = Title for Button \"Remove last Area\"\n                    -->\n                        <li data-hf-title=\"Repeating #1\" data-hf-expandable=\"true\" data-hf-expandabledefault=\"expanded\" id=\"repeating1\"\n                        data-hf-repeatable=\"true\" data-hf-repeatablemin=\"1\" data-hf-repeatablemax=\"10\"\n                        data-hf-repeatablelabel=\"Title/Label\" data-hf-repeatablelabeladd=\"Add\"\n                        data-hf-repeatablelabelremove=\"Remove\">\n                            <!-- third level - blocks -->\n                            <a href=\"#repeating1-block1\"></a>\n                            <a href=\"#repeating1-block2\"></a>\n                        </li>\n                        <li data-hf-title=\"Repeating #2\" id=\"repeating2\" data-hf-repeatable=\"true\" data-hf-repeatablemin=\"0\"\n                        data-hf-repeatablemax=\"4\" data-hf-repeatablelabel=\"Repeating #2\" data-hf-repeatablelabeladd=\"Add\"\n                        data-hf-repeatablelabelremove=\"Remove\">\n                            <!-- third level - blocks -->\n                            <a href=\"#repeating2-block1\"></a>\n                            <a href=\"#repeating2-block2\"></a>\n                            <a href=\"#repeating2-block3\"></a>\n                            <a href=\"#repeating2-block4\"></a>\n                        </li>\n                        <li data-hf-title=\"Repeating #3\" id=\"repeating3\" data-hf-repeatable=\"true\" data-hf-repeatablemin=\"0\" data-hf-repeatablelable=\"Repeating 3\" data-hf-repeatablelabelremove=\"Löschen\">\n                            <a href=\"#repeating3-block1\"></a>\n                        </li>\n                        <!-- Use <table>-structure when useful, e.g. when the given Grid system is too rigid -->\n                        <li data-hf-title=\"Table-Tag / QR\">\n                            <a href=\"#table-block1\"></a>\n                            <a href=\"#qrcode-block2\"></a>\n                        </li>\n                    </ol>\n                </li>\n                <li data-hf-title=\"Address Picker\">\n                    <!-- second level - tabs -->\n                    <ol>\n                        <li data-hf-title=\"Data\">\n                            <!-- third level - blocks -->\n                            <a href=\"#address-list-picker-block1\"></a>\n                            <a href=\"#address-list-picker-block2\"></a>\n                        </li>\n                    </ol>\n                </li>\n                <li data-hf-title=\"HybridForms Tables\">\n                    <!-- second level - tabs -->\n                    <ol>\n                        <li data-hf-title=\"Examples\">\n                            <!-- third level - blocks -->\n                            <a href=\"#hf-tables-block1\"></a>\n                            <a href=\"#hf-tables-block2\"></a>\n                            <a href=\"#hf-tables-block3\"></a>\n                            <a href=\"#hf-tables-block4\"></a>\n                            <a href=\"#hf-tables-block5\"></a>\n                            <a href=\"#hf-tables-block6\"></a>\n                        </li>\n                    </ol>\n                </li>\n                <li data-hf-title=\"Table-Control\">\n                    <!-- second level - tabs -->\n                    <ol>\n                        <li data-hf-title=\"Data\">\n                            <!-- third level - blocks -->\n                            <a href=\"#table-data-block1\"></a>\n                            <a href=\"#table-data-block2\"></a>\n                        </li>\n                    </ol>\n                </li>\n                <li data-hf-title=\"Conditions\">\n                    <ol>\n                        <li data-hf-title=\"Page Conditions\">\n                            <a href=\"#page-conditions\"></a>\n                            <a href=\"#page-conditions2\"></a>\n                        </li>\n                        <li data-hf-title=\"Tab Conditions\" data-hf-condition='{\n                        \"cond\": [{ \"type\": \"field\", \"id\": \"page-condition-checkbox\", \"val\": true}], \"else\": \"disabled\"\n                    }'>\n                            <a href=\"#tab-conditions\"></a>\n                            <a href=\"#tab-conditions2\"></a>\n                        </li>\n                        <li data-hf-title=\"Invisable Tab\" id=\"invisible-tab\" data-hf-condition='{\n                        \"op\": \"or\",\n                        \"cond\": [\n                        {\n                            \"type\": \"field\",\n                            \"id\": \"invisable-block-combobox\",\n                            \"val\": \"pizza\"\n                        }, \n                        {\n                            \"type\": \"field\",\n                            \"id\": \"invisable-block-combobox\",\n                            \"val\": \"pasta\"\n                        },\n                        {\n                            \"type\": \"field\",\n                            \"id\": \"invisable-block-combobox\",\n                            \"val\": \"salat\"\n                        }\n                        ]\n                    }'>\n                            <a href=\"#hidden-tab\"></a>\n                        </li>\n                        <li data-hf-title=\"Disabled tab\" id=\"disabled-tab\" data-hf-condition='{\n                        \"cond\": [{\n                            \"type\": \"field\",\n                            \"id\": \"invisable-block-combobox\",\n                            \"val\": \"meat\"\n                        }],\n                        \"else\": \"disabled\"\n                    }'>\n                            <a href=\"#enabled-meat-tab\"></a>\n                        </li>\n                        <li data-hf-title=\"Block and Area Conditions\" data-hf-condition='{\n                        \"cond\": [{ \"type\": \"field\", \"id\": \"tab-condition-checkbox\", \"val\": true}], \"else\": \"disabled\"\n                    }'>\n                            <a href=\"#block-conditions\"></a>\n                            <a href=\"#block-conditions2\"></a>\n                            <a href=\"#block-conditions3\"></a>\n                        </li>\n                        <li data-hf-title=\"Field Conditions\" data-hf-condition='{\n                        \"cond\": [{ \"type\": \"field\", \"id\": \"block-condition-checkbox\", \"val\": true}], \"else\": \"disabled\"\n                    }'>\n                            <a href=\"#field-conditions\"></a>\n                            <a href=\"#field-conditions2\"></a>\n                        </li>\n                        <li data-hf-title=\"Success\" data-hf-condition='{\n                        \"cond\": [{ \"type\": \"field\", \"id\": \"field-condition-checkbox\", \"val\": true}]\n                    }'>\n                            <a href=\"#success-conditions\"></a>\n                        </li>\n                    </ol>\n                </li>\n                <li data-hf-title=\"Invisible\" id=\"invisible-page\" data-hf-condition='{\n                \"cond\": [ { \n                    \"type\": \"field\",\n                    \"id\": \"hidden-page\"           \n                } ]\n            }'>\n                    <ol>\n                        <li data-hf-title=\"Success\">\n                            <a href=\"#invisable-page\"></a>\n                        </li>\n                    </ol>\n                </li>\n                <li data-hf-title=\"Disabled\" id=\"disable-page\" data-hf-condition='{\n                \"cond\": [{\n                    \"type\": \"field\",\n                    \"id\": \"disabled-page\",\n                    \"val\": \"enable me\"\n                }], \n                \"else\": \"disabled\"\n            }'>\n                    <ol>\n                        <li data-hf-title=\"Success\">\n                            <a href=\"#enable-page\"></a>\n                        </li>\n                    </ol>\n                </li>\n                <li data-hf-title=\"Validation\">\n                    <ol>\n                        <li data-hf-title=\"Validation Input\">\n                            <a href=\"#validation-input-exp\"></a>\n                            <a href=\"#validation-input-exp2\"></a>\n                        </li>\n                        <li data-hf-title=\"Other Types of Validation\">\n                            <a href=\"#other-validations-1\"></a>\n                            <a href=\"#other-validations-2\"></a>\n                        </li>\n                    </ol>\n                </li>\n                <!-- SELF EVALUATION:\n                    * Can be copied completely.\n                    * Should be the last page entry.\n                    * HINT: Customize the Text within the first block of this area\n            -->\n                <li data-hf-title=\"Self Evaluation\" data-hf-type=\"evaluation\">\n                    <!-- second level - tabs -->\n                    <ol>\n                        <li data-hf-title=\"Self Evaluation\">\n                            <!-- third level - blocks -->\n                            <a href=\"#selfevaluation-block1\"></a>\n                            <a href=\"#selfevaluation-block2\"></a>\n                            <a href=\"#selfevaluation-block3\"></a>\n                            <a href=\"#selfevaluation-block4\"></a>\n                        </li>\n                    </ol>\n                </li>\n            </ol>\n        </form>\n        <!-- titleTemplate: Additional information (Controls content) within the forms title:\n         * <h1> always remains the same\n         * <h2> use the Control ID's to add their content within the forms title\n             * class=\"win-type-ellipsis\" - to add ... when the Controls content within the forms title is longer\n             * data-win-control=\"HFWinJSCtrl.ObserveField\" - observes the defined Control while data input and changes the forms title whenever the content within the Control changes\n             * data-win-options=\"{ fieldId : 'tab1_textfield' }\" - replace tab1_textfield with the ID from the wanted Control\n    -->\n        <div id=\"titleTemplate\" data-win-control=\"WinJS.Binding.Template\">\n            <h1>\n                <span class=\"nolandscape\">\n                    <span class=\"pipe\" data-win-bind=\"innerHTML: data.ShortTitle\"></span>\n                </span>\n                <span class=\"noportrait\">\n                    <span class=\"colon\" data-win-bind=\"innerHTML: data.FormTitle\"></span>\n                </span>\n            </h1>\n            <h2 data-win-control=\"HFWinJSCtrl.Spacer\">\n                <span data-win-control=\"HFWinJSCtrl.ObserveField\" data-win-options=\"{ fieldId : 'tab1_datepicker', dateFormat: 'dd/MMM/yyyy' }\"></span>\n                <span class=\"spacer\">|</span>\n                <span class=\"win-type-ellipsis\" data-win-control=\"HFWinJSCtrl.ObserveField\" data-win-options=\"{ fieldId : 'tab1_textfield' }\"></span>\n            </h2>\n        </div>\n        <!-- listTemplate (Dashboard):\n         * <div class=\"imagecontainer left\">: the Structure always remains the same - NOTE: change the svg-file appropriate to your form/customer\n         * <script>...</script>: Change the Namespace of the date output on the dashboard\n         * data-win-bind=\"textContent: listData.tab1_datepicker\" - tab1_datepicker is the ID from the Control, whose content should be displayed on the Dashboard\n            NOTE:\n            * set \"list: true\" within the data-win-options of those controls you would like to present on the Dashboard\n            * to add content from the TimePicker-Control: expand the ID from the Control here with _HFTime\n            * to add content from the ComboBox-Control: expand the ID from the Control here with _HFComboText\n    -->\n        <div id=\"listTemplate\" data-win-control=\"WinJS.Binding.Template\">\n            <div>\n                <div class=\"imagecontainer left\">\n                    <img src=\"{{HFFormPath}}/base-80x80.svg\" class=\"smallListIconTextItem-Image\" data-win-control=\"HFWinJSCtrl.Picture\"\n                    data-win-bind=\"winControl.props.ItemID : data.ItemID; winControl.props.src: data.MainImage\"\n                    data-win-options=\"{ thumbnail : true }\" />\n                </div>\n                <div class=\"smallListIconTextItem-Detail left\">\n                    <h3 class=\"win-type-ellipsis\">\n                        <script>\n                        if (typeof Icomedias === 'undefined') {\n\n                            WinJS.Namespace.define(\"HFFormdefinition.BaseEN\", {\n                                dateFormat: '{0} {1} {2}'\n                            });\n\n                        }\n                    </script>\n                        <span data-win-control=\"HFWinJSCtrl.Spacer\">\n                            <span data-win-bind=\"textContent: listData.tab1_datepicker\" data-win-control=\"HFWinJSCtrl.DateFormater\"\n                            data-win-options=\"{ dateFormat: HFFormdefinition.BaseEN.dateFormat, dateOnly: true }\"></span>\n                            <span class=\"spacer\"> | </span>\n                            <span data-win-bind=\"textContent: listData.tab1_timepicker1_HFTime\"></span>\n                            <span class=\"spacer\"> | </span>\n                            <span data-win-bind=\"textContent: listData.tab1_combobox_statisch_HFComboText\"></span>\n                        </span>\n                    </h3>\n                    <h4>\n                        <span data-win-control=\"HFWinJSCtrl.Spacer\">\n                            <strong>User: </strong>\n                            <span data-win-bind=\"textContent: listData.tab1_prefilled_textfield\"></span>\n                        </span>\n                    </h4>\n                    <h5>\n                        <span data-win-control=\"HFWinJSCtrl.Spacer\">\n                            <strong>E: </strong>\n                            <span data-win-bind=\"textContent: listData.email\"></span>\n                        </span>\n                    </h5>\n                </div>\n                <div class=\"left symbol\">\n                    <span style=\"display: none;\" data-win-control=\"HFWinJSCtrl.FormStatusImage\" data-win-bind=\"innerText: listData.formCompletionStatus\"></span>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 1 - TAB 1 - Block 1 -->\n        <div id=\"tab1-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column3\">\n                <div class=\"r1 c1\">\n                    <!-- DatePicker - Date - mostly used within a grid of 3 columns -->\n                    <div id=\"tab1_datepicker\" data-win-control=\"HFWinJSCtrl.DatePicker\" data-win-options=\"{ \n                    label: 'DatePicker', \n                    required: true, \n                    list: true, \n                    min: '1979-12-21',\n                    max: 'now',\n                    mapping: false, \n                    emptyContent: 'Select ...', \n                    displayValueFormat: 'dd.MM.yyyy', \n                    parseFormats: ['ddMMyyyy', 'dd/MM/yyyy', 'dd-MM-yyyy'],\n                    tooltip: 'ggf. Datum eingeben'\n                }\"></div>\n                </div>\n                <div class=\"r1 c2\">\n                    <!-- TextField - single Line text field input field -->\n                    <input type=\"text\" id=\"tab1_textfield\" data-win-control=\"HFWinJSCtrl.TextField\" placeholder=\"Placeholder: Text\"\n                    data-win-options=\"{\n                       label: 'TextField',\n                       required: true,\n                       list: true,\n                       mapping: true,                       \n                       tooltip: 'Nur Eingabe von alpha-numerischen Werten erlaubt: a-z,A-Z,0-9.',\n                       validator: {\n                            pattern: '[a-zA-Z0-9]+',\n                            maxlength: 5\n                        }\n                }\" />\n                </div>\n                <div class=\"r1 c3\">\n                    <input id=\"tab1_datepickerText\" type=\"date\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{\n                    label:'Textfield Datepicker',\n                    validator: {\n                        type: 'date',\n                        min: '1979-12-19',\n                        max: '2018-07-23'\n                    }\n                }\" />\n                </div>\n            </div>\n            <div class=\"grid column4\">\n                <div class=\"r1 c1\">\n                    <!-- TimePicker - Time - mostly used within a grid of 4 columns -->\n                    <div id=\"tab1_timepicker1\" data-win-control=\"HFWinJSCtrl.TimePicker\" data-win-options=\"{\n                    label: 'Time 1',\n                    required: true,\n                    list: true,\n                    mapping: true,\n                    defaultValue: 'now',\n                    emptyContent: 'hh:mm',\n                    tooltip: 'Start time',\n                    onChanged: HFFormdefinition.BaseHelpers.calculateDuration,\n                    calcDurationOptions:'tab1_timepicker1,tab1_timepicker2,tab1_time_duration'\n                    }\">\n                </div>\n                    <!-- Replace Namespace and Control-IDs -->\n            \n                </div>\n                <div class=\"r1 c2\">\n                    <div id=\"tab1_timepicker2\" data-win-control=\"HFWinJSCtrl.TimePicker\" data-win-options=\"{\n                     label: 'Time 2',\n                     required: true,\n                     list: true,\n                     mapping: true,\n                     defaultValue: 'now',\n                     emptyContent: 'hh:mm',\n                     tooltip: 'End time',\n                     onChanged: HFFormdefinition.BaseHelpers.calculateDuration,\n                     calcDurationOptions:'tab1_timepicker1,tab1_timepicker2,tab1_time_duration'\n                     }\">\n                </div>\n                    <!-- Replace Namespace and Control-IDs -->\n            \n                </div>\n                <div class=\"r1 c3\">\n                    <input type=\"text\" id=\"tab1_time_duration\" data-win-control=\"HFWinJSCtrl.TextField\" class=\"disabled\"\n                    data-win-options=\"{ \n                    label: 'Duration', \n                    displayOnly: true\n                 }\" />\n                </div>\n                <div class=\"r1 c4\">\n                    <!-- NumericField -->\n                    <div id=\"tab1_numericfield\" data-win-control=\"HFWinJSCtrl.NumericField\" data-win-options=\"{\n                       label: 'Numeric',\n                       list: true,\n                       mapping: true,\n                       tooltip: 'Add additional time',\n                       defaultValue: '10',\n                       min: '5',\n                       max: '15',\n                       format: '0.00 m',\n                       isDecimalNumber: true,\n                       unit: 'm',\n                       step: 2\n                }\"></div>\n                </div>\n            </div>\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <!-- ComboBox with pre-defined, static Values - Dropdown - Sometimes it's smarter to use a SelectBox instead, as ComboBoxes cause a longer forms loading time -->\n                    <div id=\"tab1_combobox_statisch\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                            label: 'ComboBox (static)',\n                            required: true,\n                            list: true,\n                            anytext: true,\n                            mapping: true,\n                            minLength: 3,\n                            defaultValue: 'No. 01',\n                            dataSource: [\n                                            { name: 'Selection 1', code: 'No. 01' },\n                                            { name: 'Selection 2', code: 'No. 02' },\n                                            { name: 'Selection 3', code: 'No. 03' },\n                                            { name: 'Selection 4', code: 'No. 04' }\n                                        ],\n                            dataTextField: 'name',\n                            dataValueField: 'code'\n                     }\">\n                </div>\n                </div>\n                <div class=\"r1 c2\">\n                    <!-- ComboBox with Values from a SharePoint list - Dropdown\n                     * url:\n                            forms = Subsite on SharePoint, where the list is saved, e.g. your customer's subsite\n                            \\'Strassenliste'\\ = the name of the list\n                            StrassenID,Title,PLZ,Postort = the names of the columns of the list (NOTE: you need to inspect all of the columns of the list to get the real name of the column instead of the displayed name )\n                     * template: HFFormdefinition.BaseHelpers.setStreetTemplate = optional = whenever there should be more than one content value from the list within the ComboBox\n                     * dataTextField: 'Title' = which Column content should primarely be shown within the ComboBox\n                     * dataValueField: 'StrassenID' = always use a Number, e.g. the list ID, for this dataValueField\n\t\t\t\t\t \t\t\t\t\t\t\tparameterMap: HFFormdefinition.BaseHelpers.oDataParameterMap,\n                            paging: true\n\n                -->\n                    <div id=\"tab1_combobox_sp_liste\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                            label: 'ComboBox (SP-Liste)',\n\t\t\t\t\t\t\trequired: false,\n                            dataTextField: 'KatalogText',\n                            dataValueField: 'Title',\n\t\t\t\t\t\t\tautoBind: false,\n\t\t\t\t\t\t\tdataSource: {\n\t\t\t\t\t\t\t\ttype: 'odata',\n\t\t\t\t\t\t\t\ttransport: {\n\t\t\t\t\t\t\t\t\tread: {\n\t\t\t\t\t\t\t\t\t\turl: '/api/catalog/Catalog4',  \n\t\t\t\t\t\t\t\t\t\tdataType: 'json',\n\t\t\t\t\t\t\t\t\t\theaders: {\n\t\t\t\t\t\t\t\t\t\t\t'Accept': 'application/json;odata=verbose'\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n                     }\">\n                </div>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 1 - TAB 1 - Block 2 -->\n        <div id=\"tab1-block2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column3\">\n                <div class=\"r1 c1 cspan2\">\n                    <!-- textarea with HFWinJSCtrl.TextField - multi line text input field -->\n                    <textarea id=\"tab1_textarea\" style=\"min-height:110px; height:auto\" data-win-control=\"HFWinJSCtrl.TextField\"\n                    placeholder=\"Write your text in here ...\" data-win-options=\"{\n                          label: 'TextArea',\n                          mapping: true,\n                          tooltip: 'Type in your text',\n                          defaultValue: 'Default Value'\n                          }\"></textarea>\n                </div>\n                <div class=\"r1 c3\">\n                    <!-- SelectBox - Dropdown for just a few options to select from and as an alternative for static ComboBoxes -->\n                    <select id=\"tab1_selectbox\" data-win-control=\"HFWinJSCtrl.SelectBox\" data-win-options=\"{ label: 'SelectBox', list: true, mapping: true, tooltip: 'Einfach etwas auswählen' }\">\n                        <!-- defaultValue: '3', -->\n                        <option>-</option>\n                        <option value=\"1\">Select 1</option>\n                        <option value=\"2\">Select 2</option>\n                        <option value=\"3\">Select 3</option>\n                        <option value=\"4\">Select 4</option>\n                        <option value=\"5\">Select 5</option>\n                    </select>\n                    <!-- GetUser - non-editable TextField with the pre-filled name of the current User of HybridForms App -->\n                    <input type=\"text\" id=\"tab1_prefilled_textfield\" data-win-control=\"HFWinJSCtrl.TextField\" disabled\n                    readonly data-win-options=\"{ label: 'GetUser', list: true, mapping: true, tooltip: 'Username wird hier reingeschrieben' }\"\n                    placeholder=\"Username\" />\n                    <div id=\"tab1_prefilled_textfield_getuser\" class=\"hide-in-pdf\" data-win-control=\"HFFormdefinition.BaseHelpers.User\"\n                    data-win-options=\"{ userId: 'tab1_prefilled_textfield' }\"></div>\n                </div>\n            </div>\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <!-- ComboBox: Begin - Field Dependence: When choosing a Value from the Main ComboBox, the content in the Sub ComboBox will change to the relevant content for your selection. -->\n                    <div id=\"tab1_combobox_haupt\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                            label: 'Main ComboBox',\n                            list: true,\n                            mapping: true,\n                            minLength: 3,\n                            dataSource:\n                                 [\n                                    {\n                                    kat:1,\n                                    name:'Main selection 1'\n                                    },\n                                    {\n                                    kat:2,\n                                    name:'Main selection 2'\n                                    },\n                                    {\n                                    kat:3,\n                                    name:'Main selection 3'\n                                    }\n                                 ],\n                            dataTextField: 'name',\n                            dataValueField: 'kat',\n                            onChanged: HFFormdefinition.BaseHelpers.filterData\n                     }\">\n                </div>\n                    <!-- Replace Namespace from added Script \"BaseHelpers.js\" -->\n            \n                </div>\n                <div class=\"r1 c2\">\n                    <div id=\"tab1_combobox_sub\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                            label: 'Sub ComboBox',\n                            list: true,\n                            mapping: true,\n                            dataSource: [\n\n                                            {\n                                            value:101,\n                                            name:'Sub selection 1.1',\n                                            kat:1\n                                            },\n                                            {\n                                            value:102,\n                                            name:'Sub selection 1.2',\n                                            kat:1\n                                            },\n                                            {\n                                            value:103,\n                                            name:'Sub selection 1.3',\n                                            kat:1\n                                            },\n                                            {\n                                            value:104,\n                                            name:'Sub selection 1.4',\n                                            kat:1\n                                            },\n                                            {\n                                            value:105,\n                                            name:'Sub selection 1.5',\n                                            kat:1\n                                            },\n                                            {\n                                            value:201,\n                                            name:'Sub selection 2.1',\n                                            kat:2\n                                            },\n                                            {\n                                            value:202,\n                                            name:'Sub selection 2.2',\n                                            kat:2\n                                            },\n                                            {\n                                            value:203,\n                                            name:'Sub selection 2.3',\n                                            kat:2\n                                            },\n                                            {\n                                            value:301,\n                                            name:'Sub selection 3.1',\n                                            kat:3\n                                            },\n                                            {\n                                            value:302,\n                                            name:'Sub selection 3.2',\n                                            kat:3\n                                            },\n                                            {\n                                            value:303,\n                                            name:'Sub selection 3.3',\n                                            kat:3\n                                            },\n                                            {\n                                            value:304,\n                                            name:'Sub selection 3.4',\n                                            kat:3\n                                            }\n                                    ],\n                                dataTextField: 'name',\n                                dataValueField: 'value'\n                     }\">\n                </div>\n                </div>\n            </div>\n            <!-- ComboBox: End - Field Dependence -->\n    \n        </div>\n        <!-- PAGE 1 - TAB 1 - Block 3 -->\n        <div id=\"tab1-block3\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column3\">\n                <div class=\"r1 c1\">\n                    <input type=\"text\" id=\"tab1_last_name\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{label: 'Last name', defaultValue: 'Jennings', required: true}\" class=\"hide-in-pdf\" />\n                </div>\n                <div class=\"r1 c2\">\n                    <input type=\"text\" id=\"tab1_first_name\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ label: 'First name', defaultValue: 'Andrea', required: true }\" />\n                </div>\n                <div class=\"r1 c3\">\n                    <input type=\"text\" id=\"tab1_age\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ \n                    label: 'Age', \n                    validator: {\n                        type: 'number',\n                        step: 1,\n                        max: 33,\n                        min: 10.05\n                    }\n                }\" />\n                </div>\n            </div>\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <!-- signingAsCallback: Signature with additionally added name of the signing person - The signer's name comes from 2 fields -->\n                    <div id=\"tab1_signature_incl_name1\" data-win-control=\"HFWinJSCtrl.Signature\" data-win-options=\"{\n                            label : 'Signature: Two Fields',\n                            required: true,\n                            width: 460,\n                            height: 162,\n                            clearButton: true,\n                            signingFromFields: ['tab1_first_name', 'tab1_last_name'],\n                            saveTimeout: 10,\n                            logSigning: false,\n                            printMetadata: true,\n                            printMetadataParts: ['DateTime', 'Signer']\n                        }\">\n                </div>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 1 - TAB 1 - Block 4 -->\n        <div id=\"tab1-block4\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <input type=\"text\" id=\"tab1_full_name\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ label: 'Full name', defaultValue: 'Robert Simon' }\" />\n                </div>\n                <div class=\"r2 c1\">\n                    <!-- signingAsCallback: Signature with additionally added name of the signing person - The signer's name comes from 1 field -->\n                    <div id=\"tab1_signature_incl_name2\" data-win-control=\"HFWinJSCtrl.Signature\" data-win-options=\"{\n                            label : 'Signature: One Field',\n                            required: true,\n                            width: 460,\n                            height: 162,\n                            clearButton: true,\n                            signingAsCallback: HFFormdefinition.BaseHelpers.getSigner,\n                            getSignerOptions: 'tab1_full_name',\n                            saveTimeout: 1\n                        }\">\n                </div>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 1 - TAB 1 - Block 5 -->\n        <div id=\"tab1-block5\" data-win-control=\"WinJS.Binding.Template\">\n            <!-- CheckBox (horizontal) - Multi selection/choice - arranged horizontally -->\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"checkboxh_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ \n                    label: 'Checkbox (horizontal)',\n                    required: true,\n                    requiredFields: 'checkboxh1,checkboxh2,checkboxh3,checkboxh4,checkboxh5,checkboxh6,checkboxh7,checkboxh8',\n                    tooltip: 'Multiple choice'\n                }\"></div>\n                </div>\n            </div>\n            <div class=\"grid column4\">\n                <div class=\"r1 c1\">\n                    <input type=\"checkbox\" id=\"checkboxh1\" value=\"Wert Check h 1\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ \n                    htmlLabel: 'Check \n                    <strong>1</strong>', \n                    list: true,\n                    mapping: true,\n                    defaultValue: true\n                }\" />\n                </div>\n                <div class=\"r1 c2\">\n                    <input type=\"checkbox\" id=\"checkboxh2\" value=\"Wert Check h 2\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{  label: 'Check 2', htmlLabel: 'Check \n                    <strong>2</strong>', list: true, mapping: true }\" />\n                </div>\n                <div class=\"r1 c3\">\n                    <input type=\"checkbox\" id=\"checkboxh3\" value=\"Wert Check h 3\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 3', htmlLabel: 'Check \n                    <strong>3</strong>', list: true, mapping: true }\" />\n                </div>\n                <div class=\"r1 c4\">\n                    <input type=\"checkbox\" id=\"checkboxh4\" data-win-control=\"HFWinJSCtrl.CheckBox\" data-win-options=\"{ label: 'Check 4', htmlLabel: 'Check \n                    <strong>4</strong>', list: true, mapping: true }\" />\n                </div>\n                <div class=\"r2 c1\">\n                    <input type=\"checkbox\" id=\"checkboxh5\" value=\"Wert Check h 5\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 5', htmlLabel: 'Check \n                    <strong>5</strong>', list: true, mapping: true }\" />\n                </div>\n                <div class=\"r2 c2\">\n                    <input type=\"checkbox\" id=\"checkboxh6\" value=\"Wert Check h 6\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 6', htmlLabel: 'Check \n                    <strong>6</strong>', list: true, mapping: true }\" />\n                </div>\n                <div class=\"r2 c3\">\n                    <input type=\"checkbox\" id=\"checkboxh7\" value=\"Wert Check h 7\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 7', htmlLabel: 'Check \n                    <strong>7</strong>', list: true, mapping: true }\" />\n                </div>\n                <div class=\"r2 c4\">\n                    <input type=\"checkbox\" id=\"checkboxh8\" value=\"Wert Check h 8\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 8', htmlLabel: 'Check \n                    <strong>8</strong>', list: true, mapping: true }\" />\n                </div>\n            </div>\n            <!-- RadioBox (horizontal) - Single selection/choice - arranged horizontally -->\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"radioh_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Radio (horizontal)', required: true, requiredFields: 'radioh1,radioh2,radioh3,radioh4,radioh5,radioh6,radioh7,radioh8', tooltip: 'Single choice' }\"></div>\n                </div>\n            </div>\n            <div class=\"grid column4\">\n                <div class=\"r1 c1\">\n                    <input type=\"radio\" id=\"radioh1\" value=\"Wert Radio h 1\" name=\"radiohname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ htmlLabel:'Radio \n                    <strong>1</strong>', list: true, mapping: true }\" />\n                </div>\n                <div class=\"r1 c2\">\n                    <input type=\"radio\" id=\"radioh2\" value=\"Wert Radio h 2\" name=\"radiohname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 2',  htmlLabel:'Radio \n                    <strong>2</strong>',list: true, mapping: true }\" />\n                </div>\n                <div class=\"r1 c3\">\n                    <input type=\"radio\" id=\"radioh3\" value=\"Wert Radio h 3\" name=\"radiohname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 3',  htmlLabel:'Radio \n                    <strong>3</strong>',list: true, mapping: true }\" />\n                </div>\n                <div class=\"r1 c4\">\n                    <input type=\"radio\" id=\"radioh4\" value=\"Wert Radio h 4\" name=\"radiohname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 4',  htmlLabel:'Radio \n                    <strong>4</strong>',defaultValue: true, list: true, mapping: true }\" />\n                </div>\n                <div class=\"r2 c1\">\n                    <input type=\"radio\" id=\"radioh5\" value=\"Wert Radio h 5\" name=\"radiohname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 5',  htmlLabel:'Radio \n                    <strong>5</strong>',list: true, mapping: true }\" />\n                </div>\n                <div class=\"r2 c2\">\n                    <input type=\"radio\" id=\"radioh6\" value=\"Wert Radio h 6\" name=\"radiohname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 6',  htmlLabel:'Radio \n                    <strong>6</strong>',list: true, mapping: true }\" />\n                </div>\n                <div class=\"r2 c3\">\n                    <input type=\"radio\" id=\"radioh7\" value=\"Wert Radio h 7\" name=\"radiohname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 7',  htmlLabel:'Radio \n                    <strong>7</strong>',list: true, mapping: true }\" />\n                </div>\n                <div class=\"r2 c4\">\n                    <input type=\"radio\" id=\"radioh8\" value=\"Wert Radio h 8\" name=\"radiohname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 8',  htmlLabel:'Radio \n                    <strong>8</strong>',list: true, mapping: true }\" />\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 1 - TAB 1 - Block 6 -->\n        <div id=\"tab1-block6\" data-win-control=\"WinJS.Binding.Template\">\n            <!-- CheckBox (vertical) - Multiple selection/choice - arranged vertically -->\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <div id=\"checkboxv_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Checkbox (vertikal)', required: true, requiredFields: 'checkboxv1,checkboxv2,checkboxv3,checkboxv4,checkboxv5', tooltip: 'Multiple choice' }\"></div>\n                    <input type=\"checkbox\" id=\"checkboxv1\" value=\"Wert Check v 1\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 1', list: true, mapping: true }\" />\n                    <input type=\"checkbox\" id=\"checkboxv2\" value=\"Wert Check v 2\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 2', defaultValue: true, list: true, mapping: true }\" />\n                    <input type=\"checkbox\" id=\"checkboxv3\" value=\"Wert Check v 3\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 3', list: true, mapping: true }\" />\n                    <input type=\"checkbox\" id=\"checkboxv4\" value=\"Wert Check v 4\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 4', list: true, mapping: true }\" />\n                    <input type=\"checkbox\" id=\"checkboxv5\" value=\"Wert Check v 5\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                    data-win-options=\"{ label: 'Check 5', list: true, mapping: true }\" />\n                </div>\n                <!-- RadioBox (vertical) - Single selection/choice - arranged vertically -->\n                <div class=\"r1 c2\">\n                    <div id=\"radiov_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Radio (vertikal)', required: true, requiredFields: 'radiov1,radiov2,radiov3,radiov4,radiov5', tooltip: 'Single choice' }\"></div>\n                    <input type=\"radio\" id=\"radiov1\" value=\"Wert Radio v 1\" name=\"radioname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 1', list: true, mapping: true }\" />\n                    <input type=\"radio\" id=\"radiov2\" name=\"radioname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 2', list: true, mapping: true }\" />\n                    <input type=\"radio\" id=\"radiov3\" value=\"Wert Radio v 3\" name=\"radioname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 3', list: true, mapping: true }\" />\n                    <input type=\"radio\" id=\"radiov4\" value=\"Wert Radio v 4\" name=\"radioname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 4', defaultValue: true, list: true, mapping: true }\" />\n                    <input type=\"radio\" id=\"radiov5\" value=\"Wert Radio v 5\" name=\"radioname\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                    data-win-options=\"{ label: 'Radio 5', list: true, mapping: true }\" />\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 1 - TAB 2 - Block 1 -->\n        <!-- Address area - Standardized\n         1. Copy the whole block into your HTML file\n         2. Copy the custom-controls.css + HFCustomControls.js into your Project folder\n         3. Link to these two files on top of your HTML file\n         4. Replace Namespace according to your form within the HTML file\n         5. Replace the ID's according to your Controls within the HTML file\n    -->\n        <div id=\"tab2-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <!-- Begin of Address area -->\n            <div class=\"grid column4\">\n                <div class=\"r1 c1 cspan2 get-location-row\">\n                    <input type=\"text\" id=\"address_city\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ required: true, label: 'Address: City', mapping: true }\" />\n                    <!-- Change Namespace according to your form and replace the ID's -->\n                    <div data-win-control=\"HFWinJSCtrl.ReverseGeolocatorButton\" id=\"reverseGeolocator1\" class=\"hide-in-pdf\"\n                    data-win-options=\"{\n                    buttonLabel: 'Get Location',\n                    buttonType: 'small',\n                    targetFields: {'address_zip_code':'postal_code', 'address_city': 'locality', 'address_street_and_no':'route + street_number' },\n                    typesSeperator: ', '\n               }\"></div>\n                </div>\n                <div class=\"r1 c3\">\n                    <input type=\"text\" id=\"address_zip_code\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ label: 'ZIP Code' }\" />\n                </div>\n                <div class=\"r1 c4 hide-in-pdf\">\n                    <!-- <div id=\"navigation_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Navigation' }\"></div> -->\n                    <!-- Change Namespace according to your form and replace the ID's -->\n                    <div id=\"mapButton\" class=\"hide-in-pdf\" data-win-control=\"HFWinJSCtrl.MapButton\" data-win-options=\"{\n                         cityId:'address_city',\n                         zipCodeId: 'address_zip_code',\n                         streetId:'address_street_and_no',\n                         buttonLabel: 'Route',\n                         buttonType: 'large',\n                         buttonHeading: 'Navigation'\n                     }\">\n                </div>\n                </div>\n                <div class=\"r2 c1 cspan3\">\n                    <input type=\"text\" id=\"address_street_and_no\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ required: true, label: 'Address: Street name + no.' }\" />\n                </div>\n                <div class=\"r2 c4 hide-in-pdf\">\n                    <!-- <div id=\"call_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Customer' }\"></div> -->\n                    <!-- Change Namespace according to your form and replace the ID's -->\n                    <div id=\"phoneButton1\" class=\"hide-in-pdf\" data-win-control=\"HFWinJSCtrl.PhoneButton\" data-win-options=\"{\n                        phoneId:'phone',\n                        buttonHeading: 'Customer',\n                        buttonLabel: 'Skype',\n                        buttonType: 'large'\n                     }\">\n                </div>\n                </div>\n            </div>\n            <div class=\"grid column4\">\n                <div class=\"r1 c2 cspan2\">\n                    <input type=\"email\" id=\"email\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ \n                    label: 'Email address', \n                    list: true, \n                    mapping: true\n                }\" />\n                </div>\n                <div class=\"r1 c3\">\n                    <div type=\"text\" id=\"openMail\" data-win-control=\"HFFormdefinition.BaseHelpers.OpenMail\"\n                    data-win-options=\"{ \n                    mailId: 'email',\n                    label: 'Open mail'\n                }\">\n                </div>\n                </div>\n                <div class=\"r1 c4\">\n                    <input type=\"text\" id=\"phone\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ label: 'Phone no.' }\" />\n                </div>\n            </div>\n            <!-- End of Address area -->\n    \n        </div>\n        <!-- PAGE 1 - TAB 2 - Block 2 -->\n        <!-- Webview - Link a video, e.g. from YouTube, to your form - NOTE: Add the \"WebviewCtrl.js\" file to your form -->\n        <div id=\"tab2-block2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <!-- You can also link a video file, e.g. mp4 format, from a different domain. Therefore, use type: 'videofile' and the URL, e.g.: 'http://transfer.icomedias.com/Video%20Biomarkerkonferenz%20ENDVERSION.mp4' -->\n                    <div id=\"tab2_webview_ctrl\" class=\"hide-in-pdf\" style=\"max-width: 100%;\" data-win-control=\"HFWinJSCtrl.WebviewCtrl\"\n                    data-win-options=\"{\n                         url: 'https://www.youtube.com/embed/_wIOjzZ2ly4',\n                         height: 270,\n                         width: 460,\n                         type: 'website'\n                     }\">\n                </div>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 1 - TAB 3 - Block 1 -->\n        <div id=\"tab3-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <!-- InkControl - an Image, on which you are able to draw/sketch/mark\n                     * width + height: has to be exactely the size of your image (maximum for possible width: 460px (maximum width of a block element))\n                     * defaultColor: default colour is Red; change the last three values (RGB) of the example to change the colour; the first value (255) remains always the same\n                -->\n                    <div id=\"tab3_ink_control\" data-win-control=\"HFWinJSCtrl.InkControl\" data-win-options=\"{\n                     label: 'Ink Control' ,\n                     width: 460,\n                     height: 290,\n                     image: '{{HFFormPath}}/img-ink-ctrl.png' ,\n                     defaultColor: '255, 33, 203, 0' ,\n                     clearButton: true,\n                     tooltip: '\n                        <strong>A T T E N T I O N</strong>\n                        <br />\n                        <br />\n                        <strong>Tooltip: </strong>\n                        <br />&bull; Style with HTML-Code\n                        <br />&bull; No worries about the format within the HTML-file\n                        <br />&bull; Give it a try'\n                     }\">\n                    </div>\n                    <p>some static content...</p>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 1 - TAB 3 - Block 2 -->\n        <div id=\"tab3-block2\" data-win-control=\"WinJS.Binding.Template\">\n            <!-- PicturePicker - 1 row = max. 3 PicturePickers (column3). Take photos/Load images directly for the form structure -> Thumbnail. Activate them to be displayed at full size at the end of the PDF with one click.\n             * label: Place it as an extra Control within a seperate row, e.g. below. Especially, when 1 Label is enough for three PicturePicker Controls. Add the label within the data-win-options as you are used to, whenever each PicturePicker shall have an own label.\n             * showComment: true - When a Remark is added to the taken picture, a comment area (same size as PicturePicker itself) will display it within the form. Drop it, if not needed.\n        -->\n            <div class=\"grid column3\">\n                <div class=\"r1 c1 cspan2\">\n                    <div id=\"picturepicker_together_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'PicturePicker', tooltip: 'showComment included' }\"></div>\n                </div>\n                <div class=\"r1 c3\">\n                    <div id=\"picturepicker_seperate_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'PicturePicker', tooltip: 'Without options' }\"></div>\n                </div>\n                <div class=\"r2 c1\">\n                    <div id=\"picturepicker_pic1\" data-win-control=\"HFWinJSCtrl.PicturePicker\" data-win-options=\"{ showComment: true }\"></div>\n                </div>\n                <div class=\"r2 c2\">\n                    <div id=\"picturepicker_pic2\" data-win-control=\"HFWinJSCtrl.PicturePicker\" data-win-options=\"{ showComment: true }\"></div>\n                </div>\n                <div class=\"r2 c3\">\n                    <div id=\"picturepicker_pic3\" data-win-control=\"HFWinJSCtrl.PicturePicker\"></div>\n                </div>\n            </div>\n        </div>\n        <div id=\"tab4-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <p>Some static html...</p>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 2 - Repeating 1 - Block 1 -->\n        <div id=\"repeating1-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column3\">\n                <!-- Optional Header for a RepeatingUnit: Add repeatableCount, as shown in this example, to help the User navigate -->\n                <div class=\"r1 c1 cspan2\">\n                    <h3 style=\"padding-top: 15px;\">RepeatingUnit #\n                    \n                        <span data-win-bind=\"textContent: repeatableCount\"></span>\n                    </h3>\n                </div>\n                <!-- RadioBoxes with an .SVG-Symbol instead of a label text - REMEMBER: Also these .SVG-Symbols need to be uploaded to the created HF.Formdefintion on SharePoint -->\n                <div class=\"r1 c3\">\n                    <div data-win-control=\"HFWinJSCtrl.Label\" id=\"symbols_example_label\" data-win-options=\"{label: 'Symbols', required: true, requiredFields: 'symbols_example_female,symbols_example_male' }\"></div>\n                    <div class=\"grid column2\">\n                        <div class=\"r1 c1\">\n                            <input type=\"radio\" data-win-control=\"HFWinJSCtrl.RadioBox\" id=\"symbols_example_female\" value=\"Female\"\n                            name=\"symbols_example\">\n                            <img src=\"{{HFFormPath}}/female_grey.svg\" />\n                        </div>\n                        <div class=\"r1 c2\">\n                            <input type=\"radio\" data-win-control=\"HFWinJSCtrl.RadioBox\" id=\"symbols_example_male\" value=\"Male\"\n                            name=\"symbols_example\">\n                            <img src=\"{{HFFormPath}}/male_grey.svg\" />\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <input type=\"text\" id=\"repeating_first_name\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ label: 'Rep.: First name' }\" />\n                </div>\n                <div class=\"r1 c2\">\n                    <input type=\"text\" id=\"repeating_last_name\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ label: 'Rep.: Last name', required: true }\" />\n                </div>\n            </div>\n            <div class=\"grid column4\">\n                <div class=\"r1 c1 cspan2 get-location-row\">\n                    <input type=\"text\" id=\"repeating_address_city\" class=\"float-getloc-next-city\" data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label: 'Address: City', mapping: true }\" />\n                    <div data-win-control=\"HFWinJSCtrl.ReverseGeolocatorButton\" id=\"reverseGeolocator2\" class=\"hide-in-pdf\"\n                    data-win-options=\"{\n                    buttonLabel: 'Get Location',\n                    buttonType: 'small',\n                    targetFields: {'repeating_zip_code':'postal_code', 'repeating_address_city': 'locality', 'repeating_address_street':'route + street_number' },\n                    typesSeperator: ', '\n               }\"></div>\n                </div>\n                <div class=\"r1 c3\">\n                    <input type=\"text\" id=\"repeating_zip_code\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ label: 'ZIP Code' }\" />\n                </div>\n                <div class=\"r1 c4 hide-in-pdf\">\n                    <div id=\"mapButton2\" class=\"hide-in-pdf\" data-win-control=\"HFWinJSCtrl.MapButton\" data-win-options=\"{\n                     cityId: 'repeating_address_city',\n                     zipCodeId: 'repeating_zip_code',\n                     streetId: 'repeating_address_street',\n                     buttonHeading: 'Navigation',\n                     buttonLabel: 'Route',\n                     buttonType: 'large'\n                }\"></div>\n                </div>\n                <div class=\"r2 c1 cspan3\">\n                    <input type=\"text\" id=\"repeating_address_street\" data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label: 'Address: Street name + no.' }\" />\n                </div>\n                <div class=\"r2 c4 hide-in-pdf\">\n                    <div id=\"phoneButton2\" class=\"hide-in-pdf\" data-win-control=\"HFWinJSCtrl.PhoneButton\" data-win-options=\"{\n                     phoneId:'repeating_phone',\n                     buttonHeading: 'Customer',\n                     buttonLabel: 'Skype',\n                     buttonType: 'large'\n                     }\">\n                </div>\n                </div>\n            </div>\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <input type=\"text\" id=\"repeating_email\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{\n                       label: 'Email address',\n                       required: true,\n                       mapping: true\n                       }\" />\n                </div>\n                <div class=\"r1 c2\">\n                    <input type=\"text\" id=\"repeating_phone\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{ label: 'Phone no.' }\" />\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 2 - Repeating 1 - Block 2 -->\n        <div id=\"repeating1-block2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"signature_repeating_unit\" data-win-control=\"HFWinJSCtrl.Signature\" data-win-options=\"{\n                        label: 'Signature',\n                        width: 460,\n                        height: 160,\n                        clearButton: true,\n                        signingFromFields: ['repeating_first_name','repeating_last_name']\n                     }\">\n                </div>\n                </div>\n            </div>\n            <!-- ComboBox: Begin - Field Dependence within a Repeating Unit -->\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"repeating_combobox_main\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                            label: 'Main Repeating ComboBox',\n                            required: true,\n                            list: true,\n                            mapping: true,\n                            minLength: 3,\n                            dataSource:\n                                 [\n                                    {\n                                    kat:1,\n                                    name:'Main selection a'\n                                    },\n                                    {\n                                    kat:2,\n                                    name:'Main selection b'\n                                    },\n                                    {\n                                    kat:3,\n                                    name:'Main selection c'\n                                    }\n                                 ],\n                            dataTextField: 'name',\n                            dataValueField: 'kat',\n                            onChanged: HFFormdefinition.BaseHelpers.filterDataRepeating\n                     }\">\n                        <!-- Replace the Namespace as set in BaseHelpers.js -->\n                \n                    </div>\n                </div>\n                <div class=\"r2 c1\">\n                    <div id=\"repeating_combobox_sub\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                            label: 'Sub Repeating ComboBox',\n                            list: true,\n                            mapping: true,\n                            dataSource: [\n\n                                            {\n                                            value:a01,\n                                            name:'Sub selection a.1',\n                                            kat:1\n                                            },\n                                            {\n                                            value:a02,\n                                            name:'Sub selection a.2',\n                                            kat:1\n                                            },\n                                            {\n                                            value:a03,\n                                            name:'Sub selection a.3',\n                                            kat:1\n                                            },\n                                            {\n                                            value:a04,\n                                            name:'Sub selection a.4',\n                                            kat:1\n                                            },\n                                            {\n                                            value:a05,\n                                            name:'Sub selection a.5',\n                                            kat:1\n                                            },\n                                            {\n                                            value:b01,\n                                            name:'Sub selection b.1',\n                                            kat:2\n                                            },\n                                            {\n                                            value:b02,\n                                            name:'Sub selection b.2',\n                                            kat:2\n                                            },\n                                            {\n                                            value:b03,\n                                            name:'Sub selection b.3',\n                                            kat:2\n                                            },\n                                            {\n                                            value:c01,\n                                            name:'Sub selection c.1',\n                                            kat:3\n                                            },\n                                            {\n                                            value:c02,\n                                            name:'Sub selection c.2',\n                                            kat:3\n                                            },\n                                            {\n                                            value:c03,\n                                            name:'Sub selection c.3',\n                                            kat:3\n                                            },\n                                            {\n                                            value:c04,\n                                            name:'Sub selection c.4',\n                                            kat:3\n                                            }\n                                    ],\n                                dataTextField: 'name',\n                                dataValueField: 'value'\n                     }\">\n                </div>\n                </div>\n            </div>\n            <!-- ComboBox: End - Field Dependence within a Repeating Unit -->\n    \n        </div>\n        <!-- PAGE 2 - Repeating 2 - Block 1 -->\n        <div id=\"repeating2-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <input type=\"text\" id=\"repeating2_textfield\" disabled readonly data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label: 'Textfield' }\" />\n                    <div id=\"repeating2_textfield_getuser\" class=\"hide-in-pdf\" data-win-control=\"HFFormdefinition.BaseHelpers.User\"\n                    data-win-options=\"{ userId: 'repeating2_textfield' }\"></div>\n                </div>\n            </div>\n            <div class=\"grid column4\">\n                <div class=\"r1 c1\">\n                    <div id=\"repeating2_date\" data-win-control=\"HFWinJSCtrl.DatePicker\" data-win-options=\"{ label: 'Date', defaultValue: 'now', emptyContent: 'Select', displayValueFormat: 'dd.M.yyyy' }\"></div>\n                </div>\n                <div class=\"r1 c2\">\n                    <div id=\"repeating2_time1\" data-win-control=\"HFWinJSCtrl.TimePicker\" data-win-options=\"{\n                            label: 'Time1',\n                            defaultValue: 'now',\n                            emptyContent: 'hh:mm',\n                            onChanged: HFFormdefinition.BaseHelpers.calculateDuration,\n                            calcDurationOptions:'repeating2_time1,repeating2_time2,repeating2_duration'\n                       }\">\n                </div>\n                </div>\n                <div class=\"r1 c3\">\n                    <div id=\"repeating2_time2\" data-win-control=\"HFWinJSCtrl.TimePicker\" data-win-options=\"{\n                            label: 'Time2',\n                            defaultValue: 'now',\n                            emptyContent: 'hh:mm',\n                            onChanged: HFFormdefinition.BaseHelpers.calculateDuration,\n                            calcDurationOptions:'repeating2_time1,repeating2_time2,repeating2_duration'\n                       }\">\n                </div>\n                </div>\n                <div class=\"r1 c4\">\n                    <input type=\"text\" disabled readonly id=\"repeating2_duration\" data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label: 'Duration' }\" />\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 2 - Repeating 2 - Block 2 -->\n        <div id=\"repeating2-block2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <select id=\"repeating2_selectbox\" data-win-control=\"HFWinJSCtrl.SelectBox\" data-win-options=\"{ label: 'SelectBox', list: true, mapping: true, tooltip: 'Select something' }\">\n                        <option>-</option>\n                        <option>Repeating Select 1</option>\n                        <option>Repeating Select 2</option>\n                        <option>Repeating Select 3</option>\n                        <option>Repeating Select 4</option>\n                        <option>Repeating Select 5</option>\n                    </select>\n                </div>\n                <div class=\"r1 c2\">\n                    <div id=\"repeating2_checkbox_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Repeating CheckBox', required: true, requiredFields: 'repeating2_checkbox_select1,repeating2_checkbox_select2,repeating2_checkbox_select3' }\"></div>\n                    <div class=\"grid column3\">\n                        <div class=\"r1 c1\">\n                            <input type=\"checkbox\" id=\"repeating2_checkbox_select1\" value=\"1\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                            data-win-options=\"{ label: '1' }\" />\n                        </div>\n                        <div class=\"r1 c2\">\n                            <input type=\"checkbox\" id=\"repeating2_checkbox_select2\" value=\"2\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                            data-win-options=\"{ label: '2' }\" />\n                        </div>\n                        <div class=\"r1 c3\">\n                            <input type=\"checkbox\" id=\"repeating2_checkbox_select3\" value=\"3\" data-win-control=\"HFWinJSCtrl.CheckBox\"\n                            data-win-options=\"{ label: '3' }\" />\n                        </div>\n                    </div>\n                </div>\n                <div class=\"r2 c1 cspan2\">\n                    <!-- URL for backendqa-SharePoint: url: '/forms/_api/web/lists/getbytitle(\\'Strassenliste\\')/Items?%24select=StrassenID,Title,PLZ,Postort&amp;%24orderby=Title,PLZ&amp;%24top=16000', -->\n                    <div id=\"repeating2_combobox_sp_list\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                            label: 'Repeating ComboBox (SP-List)',\n                            required: true,\n                            list: true,\n                            mapping: true,\n                            minLength: 3,\n                            url: '/api/catalog/Catalog1?$select=Title,Strassenbezeichnung,PLZ,Postort&amp;$orderby=Strassenbezeichnung,PLZ&amp;$top=1000',\n                            template: HFFormdefinition.BaseHelpers.setStreetTemplate,\n                            dataTextField: 'Title',\n                            dataValueField: 'StrassenID',\n                            paging: true\n                     }\">\n                </div>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 2 - Repeating 2 - Block 3 -->\n        <div id=\"repeating2-block3\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <!-- InkControl - an Image, on which you are able to draw/sketch/mark\n                 * width + height: has to be exactely the size of your image (maximum for possible width: 460px (maximum width of a block element))\n                 * defaultColor: default colour is Red; change the last three values (RGB) of the example to change the colour; the first value (255) remains always the same\n                -->\n                    <div id=\"ink_control_repeating\" data-win-control=\"HFWinJSCtrl.InkControl\" data-win-options=\"{\n                     label: 'Ink Control' ,\n                     width: 460,\n                     height: 290,\n                     image: '{{HFFormPath}}/img-ink-ctrl.png' ,\n                     defaultColor: '255, 33, 203, 0' ,\n                     clearButton: true,\n                     tooltip: '\n                        <strong>A T T E N T I O N</strong>\n                        <br />\n                        <br />\n                        <strong>Tooltip: </strong>\n                        <br />&bull; Style with HTML-Code\n                        <br />&bull; No worries about the format within the HTML-file\n                        <br />&bull; Give it a try'\n                     }\">\n                    </div>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 2 - Repeating 2 - Block 4 -->\n        <div id=\"repeating2-block4\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <textarea id=\"repeating2_textarea\" style=\"min-height:100px; height:auto\" data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label : 'Remarks' }\"></textarea>\n                </div>\n            </div>\n            <div class=\"grid column3\">\n                <div class=\"r1 c1 cspan3\">\n                    <div id=\"repeating2_picturepicker_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Repeating PicturePicker' }\"></div>\n                </div>\n                <div class=\"r2 c1\">\n                    <div id=\"repeating2_picturepicker1\" data-win-control=\"HFWinJSCtrl.PicturePicker\" data-win-options=\"{ showComment: false }\"></div>\n                </div>\n                <div class=\"r2 c2\">\n                    <div id=\"repeating2_picturepicker2\" data-win-control=\"HFWinJSCtrl.PicturePicker\" data-win-options=\"{ showComment: false }\"></div>\n                </div>\n                <div class=\"r2 c3\">\n                    <div id=\"repeating2_picturepicker3\" data-win-control=\"HFWinJSCtrl.PicturePicker\" data-win-options=\"{ showComment: false }\"></div>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 2 - Repeating 2 - Block 4 -->\n        <div id=\"repeating3-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <input type=\"text\" id=\"repeating3_bezeichnung\" data-win-control=\"HFWinJSCtrl.TextField\"\n            data-win-options=\"{ required: true, label: 'Bezeichnung' }\" />\n                    <div id=\"repeating3_date\" data-win-control=\"HFWinJSCtrl.DatePicker\" data-win-options=\"{ label: 'Date', required: true, defaultValue: 'now', emptyContent: 'Select', displayValueFormat: 'dd.M.yyyy' }\"></div>\n                    <div id=\"repeating3_picturepicker1\" data-win-control=\"HFWinJSCtrl.PicturePicker\" data-win-options=\"{ required: true, showComment: false }\"></div>\n                </div>\n            </div>\n        </div>\n        <div id=\"address-list-picker-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column3\">\n                <div class=\"r1 c1 cspan2\">\n                    <input type=\"text\" id=\"address_bundesland_HFComboText\" disabled readonly data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label: 'Bundesland' }\" />\n                    <input type=\"text\" id=\"address_bundesland\" disabled readonly data-win-control=\"HFWinJSCtrl.TextField\"\n                    style=\"display: none;\" />\n                </div>\n                <div class=\"r1 c3\">\n                    <div id=\"address_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Suche/Zuordnung' }\"></div>\n                    <div id=\"address_locationpicker\" data-win-control=\"HFFormdefinition.BaseAddressHelpers.AddressPicker\"\n                    data-win-options=\"{ idPrefix: 'address' }\"></div>\n                </div>\n                <div class=\"r2 c1 cspan2\">\n                    <input type=\"text\" id=\"address_ort_HFComboText\" disabled readonly data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label: 'Ort', list: true }\" />\n                    <input type=\"text\" id=\"address_ort\" disabled readonly data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ list: true }\" style=\"display: none;\" />\n                </div>\n                <div class=\"r2 c3\">\n                    <input type=\"number\" id=\"address_plz\" maxlength=\"15\" data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label: 'PLZ', list: true }\" />\n                </div>\n                <div class=\"r3 c1 cspan2\">\n                    <input type=\"text\" id=\"address_strasse_HFComboText\" disabled readonly data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label: 'Straße', list: true, mapping: true }\" />\n                    <input type=\"text\" id=\"address_strasse\" disabled readonly data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ list: true, mapping: true }\" style=\"display: none;\" />\n                </div>\n                <div class=\"r3 c3\">\n                    <div class=\"grid column2\">\n                        <div class=\"r1 c1\">\n                            <input type=\"number\" id=\"address_hausnummer\" maxlength=\"9\" data-win-control=\"HFWinJSCtrl.TextField\"\n                            data-win-options=\"{ label: 'Nr.', list: true }\" />\n                        </div>\n                        <div class=\"r1 c2\">\n                            <input type=\"text\" id=\"address_hausnummer_zusatz\" maxlength=\"10\" data-win-control=\"HFWinJSCtrl.TextField\"\n                            data-win-options=\"{ label: 'Zus.', mapping: true }\" />\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"address-list-picker-block2\" data-win-control=\"WinJS.Binding.Template\">\n\n    </div>\n        <!-- PAGE 3 - Table - Block 1 -->\n        <!-- <table> - Used, whenever the grid system is too rigid -->\n        <div id=\"table-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\" style=\"margin-top:10px;\">\n                <div class=\"r1 c1\">\n                    <!-- Change the table style within the forms specific CSS file, e.g. base.css -->\n                    <table class=\"tab-base\">\n                        <thead>\n                            <tr>\n                                <td>Bezeichnung</td>\n                                <td>N</td>\n                                <td>J</td>\n                                <td colspan=\"2\">Details</td>\n                                <td></td>\n                            </tr>\n                        </thead>\n                        <tbody>\n                            <tr>\n                                <td>Testtext 1</td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext1_nein\" name=\"testtext1\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 1: Nein\" />\n                                </td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext1_ja\" name=\"testtext1\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 1: Ja\" />\n                                </td>\n                                <td colspan=\"2\">\n                                    <input type=\"text\" id=\"testtext1_text\" data-win-control=\"HFWinJSCtrl.TextField\"\n                                    placeholder=\"Freitext\" />\n                                </td>\n                                <td></td>\n                            </tr>\n                            <tr>\n                                <td>Testtext 2</td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext2_nein\" name=\"testtext2\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 2: Nein\" />\n                                </td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext2_ja\" name=\"testtext2\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 2: Ja\" />\n                                </td>\n                                <td>&#160;</td>\n                                <td>&#160;</td>\n                            </tr>\n                            <tr>\n                                <td>Testtext 3</td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext3_nein\" name=\"testtext3\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 3: Nein\" />\n                                </td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext3_ja\" name=\"testtext3\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 3: Ja\" />\n                                </td>\n                                <td>&#160;</td>\n                                <td>&#160;</td>\n                            </tr>\n                            <tr>\n                                <td>Testtext 4</td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext4_nein\" name=\"testtext4\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 4: Nein\" />\n                                </td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext4_ja\" name=\"testtext4\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 4: Ja\" />\n                                </td>\n                                <td>&#160;</td>\n                                <td>&#160;</td>\n                            </tr>\n                            <tr>\n                                <td>Testtext 5</td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext5_nein\" name=\"testtext5\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 5: Nein\" />\n                                </td>\n                                <td>\n                                    <input type=\"radio\" id=\"testtext5_ja\" name=\"testtext5\" data-win-control=\"HFWinJSCtrl.RadioBox\"\n                                    value=\"Testtext 5: Ja\" />\n                                </td>\n                                <td>\n                                    <input type=\"text\" id=\"testtext5_text1\" data-win-control=\"HFWinJSCtrl.TextField\"\n                                    placeholder=\"TT.MM.JJJJ\" />\n                                </td>\n                                <td>\n                                    <input type=\"text\" id=\"testtext5_text2\" data-win-control=\"HFWinJSCtrl.TextField\"\n                                    placeholder=\"TT.MM.JJJJ\" />\n                                </td>\n                            </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 3 - QR-Code - Block 2 -->\n        <!-- QR code - An example, how to place an ordinary image within a form. Furthermore, QR codes with DeepLinking code can be scanned from the PDF output file and, for example, open up a new, empty form.\n         NOTES:\n                * Use a suitable size for your QR code. It should not be too tiny.\n                * HybridForms needs to be installed, activated and the HF.Formdefinition of the deep linked form (QR code) has to be displayed on the Dashboard.\n    -->\n        <div id=\"qrcode-block2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column3\">\n                <div class=\"r1 c1 cspan3\">\n                    <div id=\"qrcode_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Scannen Sie den QR-Code' }\"></div>\n                </div>\n                <div class=\"r2 c1\">\n                    <img src=\"{{HFFormPath}}/qrcode-test.png\" />\n                </div>\n                <div class=\"r2 c2 cspan2\">\n                Mit dem kostenlosen QR-Reader\n                \n                    <strong>Barcode Read It!</strong> für Windows 10 können Sie diesen Code scannen und sich so automatisch\n                ein\n                    <strong>neues Formular des Typs &quot;Demo Repair&quot;</strong> öffnen lassen.\n                    <br />\n                    <br />\n                    <strong>Beachten Sie:</strong> HybridForms muss auf dem Gerät, mit dem Sie den Code scannen,\n                installiert, mit dem\n                Key von backend.hybridforms.net aktiviert und das Formular \"Demo Repair (Partner)\" im Dashboard aktiv\n                sein.\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 4 - Different default TABLE-Styles -->\n        <div id=\"hf-tables-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"table_basic_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Table Basic' }\"></div>\n                    <table class=\"table\">\n                        <caption>Optional table caption.</caption>\n                        <thead>\n                            <tr>\n                                <th>#</th>\n                                <th>First Name</th>\n                                <th>Last Name</th>\n                                <th>Username</th>\n                            </tr>\n                        </thead>\n                        <tbody>\n                            <tr>\n                                <th scope=\"row\">1</th>\n                                <td>Mark</td>\n                                <td>Otto</td>\n                                <td>@mdo</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">2</th>\n                                <td>Jacob</td>\n                                <td>Thornton</td>\n                                <td>@fat</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">3</th>\n                                <td>Larry</td>\n                                <td>the Bird</td>\n                                <td>@twitter</td>\n                            </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </div>\n        </div>\n        <div id=\"hf-tables-block2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"table_striped_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Table Stripes' }\"></div>\n                    <table class=\"table table-striped\">\n                        <thead>\n                            <tr>\n                                <th>#</th>\n                                <th>First Name</th>\n                                <th>Last Name</th>\n                                <th>Username</th>\n                            </tr>\n                        </thead>\n                        <tbody>\n                            <tr>\n                                <th scope=\"row\">1</th>\n                                <td>Mark</td>\n                                <td>Otto</td>\n                                <td>@mdo</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">2</th>\n                                <td>Jacob</td>\n                                <td>Thornton</td>\n                                <td>@fat</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">3</th>\n                                <td>Larry</td>\n                                <td>the Bird</td>\n                                <td>@twitter</td>\n                            </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </div>\n        </div>\n        <div id=\"hf-tables-block3\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"table_border_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Table Border' }\"></div>\n                    <table class=\"table table-bordered\">\n                        <thead>\n                            <tr>\n                                <th>#</th>\n                                <th>First Name</th>\n                                <th>Last Name</th>\n                                <th>Username</th>\n                            </tr>\n                        </thead>\n                        <tbody>\n                            <tr>\n                                <th scope=\"row\">1</th>\n                                <td>Mark</td>\n                                <td>Otto</td>\n                                <td>@mdo</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">2</th>\n                                <td>Jacob</td>\n                                <td>Thornton</td>\n                                <td>@fat</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">3</th>\n                                <td>Larry</td>\n                                <td>the Bird</td>\n                                <td>@twitter</td>\n                            </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </div>\n        </div>\n        <div id=\"hf-tables-block4\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"table_hover_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Table Hover' }\"></div>\n                    <table class=\"table table-hover\">\n                        <thead>\n                            <tr>\n                                <th>#</th>\n                                <th>First Name</th>\n                                <th>Last Name</th>\n                                <th>Username</th>\n                            </tr>\n                        </thead>\n                        <tbody>\n                            <tr>\n                                <th scope=\"row\">1</th>\n                                <td>Mark</td>\n                                <td>Otto</td>\n                                <td>@mdo</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">2</th>\n                                <td>Jacob</td>\n                                <td>Thornton</td>\n                                <td>@fat</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">3</th>\n                                <td>Larry</td>\n                                <td>the Bird</td>\n                                <td>@twitter</td>\n                            </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </div>\n        </div>\n        <div id=\"hf-tables-block5\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"table_condensed_label\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{ label: 'Table Condensed' }\"></div>\n                    <table class=\"table table-condensed\">\n                        <thead>\n                            <tr>\n                                <th>#</th>\n                                <th>First Name</th>\n                                <th>Last Name</th>\n                                <th>Username</th>\n                            </tr>\n                        </thead>\n                        <tbody>\n                            <tr>\n                                <th scope=\"row\">1</th>\n                                <td>Mark</td>\n                                <td>Otto</td>\n                                <td>@mdo</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">2</th>\n                                <td>Jacob</td>\n                                <td>Thornton</td>\n                                <td>@fat</td>\n                            </tr>\n                            <tr>\n                                <th scope=\"row\">3</th>\n                                <td>Larry</td>\n                                <td>the Bird</td>\n                                <td>@twitter</td>\n                            </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </div>\n        </div>\n        <div id=\"hf-tables-block6\" data-win-control=\"WinJS.Binding.Template\"></div>\n        <!-- PAGE 3 - TABLE CONTROL - Block 1 -->\n        <div id=\"table-data-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div class=\"hide-everywhere show-in-pdf\" id=\"table_ctrl_pdf_infotext\">In der App/Im Webfiller sehen Sie\n                    an dieser Stelle das Table Control. Dies kann jedoch zum aktuellen Zeitpunkt\n                    im PDF nicht angedruckt werden.</div>\n                    <script>\n                    if (typeof WinJS !== 'undefined') {\n                        WinJS.Namespace.define(\"HFFormdefinition.BaseTable\", {\n\n                            /* Singledata objects */\n                            staticData: [\n                                [\n                                    { key: 'StaticName', label: 'Name (static)', value: 'John Doe' },\n                                    { key: 'Birthyear', label: 'Year of Birth', value: 1975 },\n                                    { key: 'Birthplace', label: 'Place of Birth', value: 'Pittsburgh' },\n                                    { key: 'Nickname', label: 'Nickname', value: 'Joe' }\n                                ]\n                            ],\n\n                            /* Multidata objects */\n                            multiData: [\n                                [\n                                    { key: 'MultiName', label: 'Name (multi)', value: 'Andrea Jennings' },\n                                    { key: 'Birthyear', label: 'Year of Birth', value: 1984 },\n                                    { key: 'Birthplace', label: 'Place of Birth', value: 'London' },\n                                    { key: 'Nickname', label: 'Nickname', value: 'Andy' }\n                                ],\n\n                                [\n                                    { key: 'MultiName', label: 'Name (multi)', value: 'Robert Simon' },\n                                    { key: 'Birthyear', label: 'Year of Birth', value: 1975 },\n                                    { key: 'Birthplace', label: 'Place of Birth', value: 'New York City' },\n                                    { key: 'Nickname', label: 'Nickname', value: 'Rob' }\n                                ],\n\n                                [\n                                    { key: 'MultiName', label: 'Name (multi)', value: 'Walter Schmidt' },\n                                    { key: 'Birthyear', label: 'Year of Birth', value: 1980 },\n                                    { key: 'Birthplace', label: 'Place of Birth', value: 'Santa Barbara' },\n                                    { key: 'Nickname', label: 'Nickname', value: 'Walt' }\n                                ]\n                            ]\n                        });\n                        WinJS.Utilities.markSupportedForProcessing(HFFormdefinition.BaseTable.staticData);\n                        WinJS.Utilities.markSupportedForProcessing(HFFormdefinition.BaseTable.multiData);\n                    }\n                </script>\n                    <div id=\"table_data_single\" data-win-control=\"HFWinJSCtrl.Table\" class=\"hide-in-pdf\" data-win-options=\"{ label: 'Singledata', fieldLabel: 'Name of Datafield', valueLabel: 'Value', data: HFFormdefinition.BaseTable.staticData }\"></div>\n                </div>\n            </div>\n        </div>\n        <!-- PAGE 3 - TABLE CONTROL - Block 2 -->\n        <div id=\"table-data-block2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"table_data_pages\" data-win-control=\"HFWinJSCtrl.Table\" class=\"hide-in-pdf\" data-win-options=\"{ label: 'Multidata', fieldLabel: 'Name of Datafield', valueLabel: 'Value', data: HFFormdefinition.BaseTable.multiData }\"></div>\n                </div>\n            </div>\n        </div>\n        <!--********************* SELF EVALUATION - CAN BE COPIED COMPLETELY, JUST CHANGE THE TEXT ACCORDING TO YOUR CUSTOMER (block1) AND THE CONTENT OF THE LAST COMBOBOX (block4) *********************-->\n        <!--selfevaluation block 1-->\n        <div id=\"selfevaluation-block1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2 c1auto\">\n                <div class=\"r1 c1\">\n                    <p>\n                        <img src=\"{{HFFormPath}}/self-evaluation-130x130.svg\" class=\"self-evaluation\" />\n                    </p>\n                </div>\n                <div class=\"r1 c2\">\n                    <p>\n                        <strong>Medical Record Quality &amp; Support</strong>\n                        <br /> Besides the official content of the form, please state your personal remarks and\n                    recommendations for\n                    service and quality improvements.\n                        <br />\n                        <span class=\"red\">\n                            <strong>Data privacy: This section is strictly employee private and will not be printed as part\n                            of the form.</strong>\n                        </span>\n                    </p>\n                </div>\n            </div>\n        </div>\n        <!--selfevaluation block 2-->\n        <div id=\"selfevaluation-block2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <textarea id=\"eval_description\" style=\"min-height:90px; height:auto\" data-win-control=\"HFWinJSCtrl.TextField\"\n                    data-win-options=\"{ label : 'Remarks' }\"></textarea>\n                </div>\n            </div>\n        </div>\n        <!--selfevaluation block 3-->\n        <div id=\"selfevaluation-block3\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <div id=\"eval_categorization\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                     label: 'Assessment',\n                     required: true,\n                     dataSource: [\n                        { name: 'Standard', code: 'Standard' },\n                        { name: 'Technical problems', code: 'Technical problems' },\n                        { name: 'Mental stress', code: 'Mental stress' }\n                     ],\n                     dataTextField: 'name',\n                     dataValueField: 'code'\n                     }\">\n                </div>\n                </div>\n                <div class=\"r1 c2\">\n                    <div id=\"post_operation\" data-win-control=\"HFWinJSCtrl.Label\" data-win-options=\"{\n                     label: 'Post operation'\n                      }\">\n                </div>\n                    <input id=\"support_required\" type=\"checkbox\" data-win-control=\"HFWinJSCtrl.CheckBox\" value=\"Support required\"\n                    data-win-options=\"{ label: 'Support required' }\" />\n                </div>\n            </div>\n        </div>\n        <!--selfevaluation block 4-->\n        <div id=\"selfevaluation-block4\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <div id=\"liveOdataSource\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                    label: 'Combobox with live OData source',\n                    minLength: 3,\n                    dataTextField: 'name',\n                    dataValueField: 'code',\n                    dataSource: [\n                         { name: 'Selection 1', code: 'No. 01' },\n                         { name: 'Selection 2', code: 'No. 02' },\n                         { name: 'Selection 3', code: 'No. 03' },\n                         { name: 'Selection 4', code: 'No. 04' }\n                     ],\n                  }\"></div>\n                </div>\n            </div>\n        </div>\n        <!-- @page-conditions -->\n        <div id=\"page-conditions\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <h3>Page Conditions Example</h3>\n                    <p>On the left side you can see some examples of page conditions. Pages can be: </p>\n                    <ul>\n                        <li>\n                            <strong>Invisible</strong>\n                        </li>\n                        <li>\n                            <strong>Disabled</strong>\n                        </li>\n                    </ul>\n                    <input id=\"page-condition-checkbox\" type=\"checkbox\" data-win-control=\"HFWinJSCtrl.CheckBox\" value=\"page\" data-win-options=\"{\n                    label: 'Please check this, if you like to enable the next tab',\n                    required: true\n                }\" />\n                </div>\n                <div class=\"r1 c2\">\n                    <div>\n                        <h5>Invisable Page</h5>\n                        <p> This input field can have any value and by filling it out, the hidden page will become visable </p>\n                        <input \n                        type=\"text\" \n                        id=\"hidden-page\" \n                        data-win-control=\"HFWinJSCtrl.TextField\"\n                        data-win-options=\"{ label: 'Enter anything',}\" />\n                        <p>* It can be any type of TextField that HybridForms supports (TextField, RadioBox, CheckBox, TextArea, ...)</p>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"page-conditions2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <div>\n                        <h5>Disabled Page</h5>\n                        <p> To enable the page, you need to enter a specific input, like in this example \"enable me\" </p>\n                        <input \n                        type=\"text\" \n                        id=\"disabled-page\" \n                        data-win-control=\"HFWinJSCtrl.TextField\"\n                        data-win-options=\"{ label: 'Enter anything',}\" />\n                        <p>* It can be any type of TextField that HybridForms supports (TextField, RadioBox, CheckBox, TextArea, ...)</p>\n                    </div>\n                </div>\n                <div class=\"r1 c2\">\n                    <div>\n                        <h5>Invisable Page</h5>\n                        <code>\n                            {\n                                \"cond\": [ { \n                                    \"type\": \"field\",\n                                    \"id\": \"hidden-page\"           \n                                } ]\n                            }\n                    </code>\n                    </div>\n                    <div>\n                        <h5>Disabled Page</h5>\n                        <code>\n                            {\n                                \"cond\": [{\n                                    \"type\": \"field\",\n                                    \"id\": \"disabled-page\",\n                                    \"val\": \"enable me\"\n                                }], \n                                \"else\": \"disabled\"\n                            }\n                    </code>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <!-- @tab-conditions -->\n        <div id=\"tab-conditions\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <h3>Tab Conditions Examples</h3>\n                    <p> You can do the same thing with tabs as you can do with pages. Tabs can be</p>\n                    <ul>\n                        <li>\n                            <strong>Invisible</strong>\n                        </li>\n                        <li>\n                            <strong>Disabled</strong>\n                        </li>\n                    </ul>\n                    <input id=\"tab-condition-checkbox\" type=\"checkbox\" data-win-control=\"HFWinJSCtrl.CheckBox\" value=\"page\" data-win-options=\"{\n                    label: 'Please check this, if you like to enable the next tab',\n                    required: true\n                }\" />\n                </div>\n                <div class=\"r1 c2\">\n                    <h3>Combining invisable and hidden tabs</h3>\n                    <p> Let's try with something else this time, we are going to use ComboBox for this example.Try to select the different options from dropdown and see what happens.</p>\n                </div>\n            </div>\n        </div>\n        <div id=\"tab-conditions2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <div \n                        id=\"invisable-block-combobox\" \n                        data-win-control=\"HFWinJSCtrl.ComboBox\" \n                        data-win-options=\"{\n                            required: true,\n                            anytext: false,\n                            dataSource: [\n                                { name: 'Pizza', code: 'pizza' },\n                                { name: 'Pasta', code: 'pasta' },\n                                { name: 'Meat', code: 'meat' },\n                                { name: 'Salat', code: 'salat'}\n                            ],\n                            dataTextField: 'name',\n                            dataValueField: 'code',\n                            validator: {\n                                errorText: 'Only input from the dropdown are allowed'\n                            },\n                            label: 'Food'\n                        }\">\n                    </div>\n                </div>\n            </div>\n        </div>\n        <!-- @area-conditions -->\n        <div id=\"block-conditions\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <h3>Block Conditions Example</h3>\n                    <p>Block conditions can be: </p>\n                    <ul>\n                        <li>\n                            <strong>Invisible</strong>\n                        </li>\n                        <li>\n                            <strong>Disabled</strong>\n                        </li>\n                    </ul>\n                    <input id=\"block-condition-checkbox\" type=\"checkbox\" data-win-control=\"HFWinJSCtrl.CheckBox\" value=\"page\" data-win-options=\"{\n                    label: 'Please check this, if you like to enable the next tab',\n                    required: true\n                }\" />\n                </div>\n                <div class=\"r1 c2\">\n                    <h3>Using multiple fields for condition controlling</h3>\n                    <p>In this example we are going to use multiple input fields (check boxes and radio buttons) to see how can we combine them to build a very rich user expirience.</p>\n                </div>\n            </div>\n        </div>\n        <div id=\"block-conditions2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <h3>Your position:</h3>\n                    <input id=\"block-conditions-checkbox\" data-win-control=\"HFWinJSCtrl.CheckBox\" type=\"checkbox\" value=\"developer\" data-win-options=\"{label: 'Developer'}\"/>\n                    <input id=\"block-conditions-checkbox2\" data-win-control=\"HFWinJSCtrl.CheckBox\" type=\"checkbox\" value=\"project-manager\" data-win-options=\"{label: 'Project Manager'}\"/>\n                    <input id=\"block-conditions-checkbox3\" data-win-control=\"HFWinJSCtrl.CheckBox\" type=\"checkbox\" value=\"marketing\" data-win-options=\"{label: 'Marketing'}\"/>\n                    <input id=\"block-conditions-checkbox4\" data-win-control=\"HFWinJSCtrl.CheckBox\" type=\"checkbox\" value=\"support\" data-win-options=\"{label: 'Support'}\"/>\n                </div>\n                <div class=\"r1 c1\">\n                    <div id=\"work-time\"\n                     data-win-control=\"HFWinJSCtrl.Condition\"\n                     data-hf-condition='{\n                        \"op\": \"or\",\n                        \"cond\": [\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"block-conditions-checkbox\",\n                                \"val\": true\n                            },\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"block-conditions-checkbox2\",\n                                \"val\": true\n                            },\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"block-conditions-checkbox3\",\n                                \"val\": true\n                            },\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"block-conditions-checkbox4\",\n                                \"val\": true\n                            }\n                        ],\n                        \"else\": \"disabled\",\n                        \"hintText\": \"Please select first you job in the company\"\n                     }'>\n                        <h4>How much do you work in a week</h4>\n                        <div>\n                            <input id=\"work-1\" data-win-control=\"HFWinJSCtrl.RadioBox\" type=\"radio\" name=\"work\" value=\"part-time\" data-win-options=\"{\n                             label: 'Part Time'\n                         }\"/>\n                            <div id=\"part-time-select\" \n                            data-win-control=\"HFWinJSCtrl.Condition\"\n                            data-hf-condition='{\n                                \"cond\": [{ \"type\": \"field\", \"id\": \"work-1\", \"val\": true}]\n                            }'>\n                                <input id=\"time-work\" type=\"text\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{\n                                label: 'How many h per week'\n                            }\" />\n                            </div>\n                            <input id=\"work-2\" data-win-control=\"HFWinJSCtrl.RadioBox\" type=\"radio\" name=\"work\" value=\"full-time\" data-win-options=\"{\n                             label: 'Full Time'\n                         }\"/>\n                            <div id=\"full-time-select\"\n                            data-win-control=\"HFWinJSCtrl.Condition\"\n                            data-hf-condition='{\n                                \"cond\": [{ \"type\": \"field\", \"id\": \"work-2\", \"val\": true}]\n                            }'>\n                                <input id=\"full-time\" type=\"text\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{\n                                 label: 'How many h per week ',\n                                 defaultValue: '40'\n                             }\" />\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"block-conditions3\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div id=\"developer-block\" \n                class=\"r1 c1\" \n                data-win-control=\"HFWinJSCtrl.Condition\"\n                data-hf-condition='{\n                    \"cond\" : [\n                        { \n                            \"type\": \"field\", \n                            \"id\":  \"block-conditions-checkbox\",\n                            \"val\": true\n                        }\n                    ],\n                    \"hintText\": \"This is a hint text\" \n                }'> You are a Developer</div>\n                <div id=\"developer-block2\" \n                class=\"r1 c1\" \n                data-win-control=\"HFWinJSCtrl.Condition\"\n                data-hf-condition='{\n                    \"cond\" : [\n                        { \n                            \"type\": \"field\", \n                            \"id\":  \"block-conditions-checkbox2\",\n                            \"val\": true\n                        }\n                    ],\n                    \"hintText\": \"This is a hint text\" \n                }'> You are a Project Manager</div>\n                <div id=\"developer-block3\" \n                class=\"r1 c1\" \n                data-win-control=\"HFWinJSCtrl.Condition\"\n                data-hf-condition='{\n                    \"cond\" : [\n                        { \n                            \"type\": \"field\", \n                            \"id\":  \"block-conditions-checkbox3\",\n                            \"val\": true\n                        }\n                    ],\n                    \"hintText\": \"This is a hint text\" \n                }'> You are a Marketing Person</div>\n                <div id=\"developer-block4\" \n                class=\"r1 c1\" \n                data-win-control=\"HFWinJSCtrl.Condition\"\n                data-hf-condition='{\n                    \"cond\" : [\n                        { \n                            \"type\": \"field\", \n                            \"id\":  \"block-conditions-checkbox4\",\n                            \"val\": true\n                        }\n                    ],\n                    \"hintText\": \"This is a hint text\" \n                }'> You are a Supporter</div>\n            </div>\n        </div>\n        <!-- @field-conditions -->\n        <div id=\"field-conditions\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <h3>Field Conditions Example</h3>\n                    <p>Field conditions can be: </p>\n                    <ul>\n                        <li>\n                            <strong>Invisible</strong>\n                        </li>\n                        <li>\n                            <strong>Disabled</strong>\n                        </li>\n                        <li>\n                            <strong>Optional</strong>\n                        </li>\n                    </ul>\n                    <input id=\"field-condition-checkbox\" type=\"checkbox\" data-win-control=\"HFWinJSCtrl.CheckBox\" value=\"page\" data-win-options=\"{\n                    label: 'Please check this, if you like to see the hidden tab',\n                    required: true\n                }\" />\n                </div>\n                <div class=\"r1 c2\">\n                    <p>This is a stright forward example how conditions can effect if a field is required or not.</p>\n                    <div>\n                        <input id=\"radiobox-field-condition\" data-win-control=\"HFWinJSCtrl.RadioBox\" type=\"radio\" name=\"field\" value=\"yes\" data-win-options=\"{\n                        label: 'Field is required'\n                    }\" />\n                        <input id=\"radiobox-field-condition2\" data-win-control=\"HFWinJSCtrl.RadioBox\" type=\"radio\" name=\"field\" value=\"no\" data-win-options=\"{\n                        label: 'Field is not required'\n                    }\" />\n                    </div>\n                    <p>To make a input hidden or disabled you can use the same process as we did with examples above.</p>\n                </div>\n            </div>\n        </div>\n        <div id=\"field-conditions2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <input id=\"textfield-condition\" type=\"text\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{\n                        label: 'Default Input',\n                        required: true\n                    }\" data-hf-condition='{ \"cond\": [{ \"type\": \"field\", \"id\": \"radiobox-field-condition\", \"val\": true }], \"else\": \"optional\"}'/>\n                </div>\n                <div class=\"r1 c2\">\n                    \n                </div>\n            </div>\n        </div>\n        <div id=\"invisable-page\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1\">\n                    <h1>You found me!</h1>\n                    <p>Good job, you found the hidden page</p>\n                </div>\n            </div>\n        </div>\n        <div id=\"enable-page\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <h1>You enabled me!</h1>\n                    <p>This page can be only enabled if you know the magic word</p>\n                </div>\n            </div>\n        </div>\n        <div id=\"hidden-tab\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column3\">\n                <div class=\"r1 c1\">\n                    <h3>You found the hidden tab</h3>\n                    <p>You can see how we defined this conditions, it should help you to enable the disabled tab.</p>\n                </div>\n                <div class=\"r1 c2\">\n                    <p>In our \n                        <code>data-hf-condition</code> we are defining the logical operation on our conditions. In this example we defined multiple conditions and use the logical\n                        <strong>OR</strong>.\n                    </p>\n                    <p>This way a user needs to select only pizza or pasta or salat and the hidden tab will be showen </p>\n                </div>\n                <div class=\"r1 c3\">\n                    <code style=\"display: block; white-space: pre-wrap\">{ \n                        \"op\": \"or\", \n                        \"cond\": [{....}]}, \n                        .... \n                    }</code>\n                </div>\n            </div>\n        </div>\n        <div id=\"enabled-meat-tab\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <h3>Try to enable me!</h3>\n                    <p>Tip: red and white</p>\n                </div>\n                <div class=\"r1 c2\" \n                 id=\"hidden-meat-block\" \n                 data-win-control=\"HFWinJSCtrl.Condition\"\n                 data-hf-condition='{\n                    \"cond\": [\n                        {\n                            \"type\": \"field\",\n                            \"id\": \"invisable-block-combobox\",\n                            \"val\": \"meat\"\n                        }  \n                    ]\n                 }'>\n                    <h3>Wait, i didn't see this part...</h3>\n                    <p>To enable a disable tab, we use the same definition like in our previus page example, nothing new here, maybe only that we didn't see this text when our tab was disabled. To see how to hide blocks please check the next tab.</p>\n                </div>\n            </div>\n        </div>\n        <div id=\"success-conditions\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column1\">\n                <div class=\"r1 c1\">\n                    <h2>Great Job!</h2>\n                    <p>You are closer to become the next HybridForms Master! </p>\n                    <p>You unlocked the power of Conditions, go and build your own now!</p>\n                </div>\n            </div>\n        </div>\n        <div id=\"validation-input-exp\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <input id=\"validation-input-exp-1\" type=\"text\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{\n                    required: true,\n                    label: 'First Name',\n                    validator: {\n                        type: text,\n                        minlength: 2,\n                        errorText: 'The input needs to be minimum 2 characters long'\n                    }\n                }\" />\n                    <p>This input only allows inputs which text is minimum 2 characters long</p>\n                </div>\n                <div class=\"r1 c1\">\n                    <input id=\"validation-input-exp-2\" type=\"number\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{\n                    required: true,\n                    label: 'Your Age',\n                    validator: {\n                        type: number,\n                        min: 18,\n                        errorText: 'You need to be 18 years old'\n                    }\n                }\" />\n                    <p>This input only allows the user to enter a number bigger or equal to 18</p>\n                </div>\n            </div>\n        </div>\n        <div id=\"validation-input-exp2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <input id=\"validation-input-exp-3\" type=\"email\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{\n                    required: true,\n                    label: 'Your Email',\n                    validator: {\n                        type: email,\n                        errorText: 'This is not a valid email address'\n                    }\n                }\" />\n                    <p>This checks if we have a valid email address</p>\n                </div>\n                <div class=\"r1 c1\">\n                    <input id=\"validation-input-exp-4\" type=\"tel\" data-win-control=\"HFWinJSCtrl.TextField\" data-win-options=\"{\n                    required: true,\n                    label: 'Your Phone number',\n                    validator: {\n                        type: tel,\n                        pattern: '[+]{1}[0-9]{13}',\n                        errorText: 'This is not a valid telephone number, It needs to start with a +'\n                    }\n                }\" />\n                    <p>This input fill allows only number that starts with a + and has 13 numbers. With help our of pattern definition we can be creative as we need.</p>\n                </div>\n            </div>\n        </div>\n        <div id=\"other-validations-1\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <div id=\"combobox-validation\" data-win-control=\"HFWinJSCtrl.ComboBox\" data-win-options=\"{\n                    required: true,\n                    label: 'Dropdown',\n                    anytext: false,\n                    dataSource: [\n                        {name: 'Example 1', code: 'exp1'},\n                        {name: 'Example 2', code: 'exp2'},\n                        {name: 'Example 3', code: 'exp3'},\n                        {name: 'Example 4', code: 'exp4'},\n                    ],\n                    dataTextField: 'name',\n                    dataValueField: 'code',\n                    validator: {\n                        errorText: 'Only input from the dropdown are allowed'\n                    }\n                }\"></div>\n                </div>\n                <div class=\"r1 c1\">\n                    <div id=\"birthdayPicker\" data-win-control=\"HFWinJSCtrl.DatePicker\" data-win-options=\"{\n                    required: true,\n                    label: 'Birthday',\n                    displayValueFormat: 'dd.MM.yyyy',\n                    max: 'now',\n                    min: '1965-05-14',\n                    parseFormats: ['dd.MM.yyyy', 'ddMMyyyy', 'dd/MM/yyyy', 'dd-MM-yyyy'],\n                    validator: {\n                        errorText: 'Please enter a valid date'\n                    }\n                }\"></div>\n                </div>\n            </div>\n        </div>\n        <div id=\"other-validations-2\" data-win-control=\"WinJS.Binding.Template\">\n            <div class=\"grid column2\">\n                <div class=\"r1 c1\">\n                    <select id=\"selectboxvalidation\" data-win-control=\"HFWinJSCtrl.SelectBox\" data-win-options=\"{required: true, label: 'Do you like Cake?'}\">\n                        <option value=\"Yes\">Yes</option>\n                        <option value=\"No\">No</option>\n                    </select>\n                </div>\n                <div class=\"r1 c1\">\n                    <h4>Do you like Cats?</h4>\n                    <input id=\"validationradio1\" data-win-control=\"HFWinJSCtrl.RadioBox\" type=\"radio\" name=\"test\" value=\"yes\" data-win-options=\"{label: 'yes'}\" />\n                    <input id=\"validationradio2\" data-win-control=\"HFWinJSCtrl.RadioBox\" type=\"radio\" name=\"test\" value=\"no\" data-win-options=\"{label: 'no'}\" />\n                </div>\n            </div>\n        </div>\n    </body>\n</html>"}],"_postman_id":"901b459d-3111-4770-92fb-55770f783c0e"},{"name":"Get FormDefinition Structure","id":"04e0ffaf-039a-4ecb-8728-2634021e672f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/structure","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","structure"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"6d4132d8-e9b6-41b0-b8d6-00e8eaa71cba","name":"Get FormDefinition Structure","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/structure"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"97004"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Jul 2019 13:51:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"sections\": [\n        {\n            \"code\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n            \"label\": \"Controls\",\n            \"labelHTML\": \"Controls\",\n            \"tabs\": [\n                {\n                    \"id\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                    \"code\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                    \"label\": \"Tab 1\",\n                    \"expandable\": true,\n                    \"expandableId\": \"expand_one_column\",\n                    \"blocks\": [\n                        {\n                            \"code\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                            \"templateId\": \"tab1-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"tab1_datepicker\",\n                                    \"type\": \"DatePicker\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": true,\n                                    \"label\": \"DatePicker\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"min\": \"1979-12-21\",\n                                        \"max\": \"now\"\n                                    },\n                                    \"refBlockCode\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_textfield\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"TextField\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 5,\n                                        \"pattern\": \"[a-zA-Z0-9]+\"\n                                    },\n                                    \"refBlockCode\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_datepickerText\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Textfield Datepicker\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"date\",\n                                        \"min\": \"1979-12-19\",\n                                        \"max\": \"2018-07-23\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_timepicker1\",\n                                    \"type\": \"TimePicker\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Time 1\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"now\",\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_timepicker2\",\n                                    \"type\": \"TimePicker\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Time 2\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"now\",\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_time_duration\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Duration\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_numericfield\",\n                                    \"type\": \"NumericField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Numeric\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"10\",\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_combobox_statisch\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"ComboBox (static)\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"No. 01\",\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_combobox_sp_liste\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"ComboBox (SP-Liste)\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"200003\",\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"70d2de73-0467-4dc3-3451-d86e6597262c\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab1-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"5b052a2c-018e-25de-9e14-26b7f1161b92\",\n                            \"templateId\": \"tab1-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"tab1_textarea\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": false,\n                                    \"label\": \"TextArea\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"Default Value\",\n                                    \"htmlTag\": \"textarea\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"5b052a2c-018e-25de-9e14-26b7f1161b92\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_selectbox\",\n                                    \"type\": \"SelectBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"SelectBox\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"select\",\n                                    \"validator\": {\n                                        \"allowedValues\": [\n                                            {\n                                                \"value\": \"-\"\n                                            },\n                                            {\n                                                \"value\": \"1\"\n                                            },\n                                            {\n                                                \"value\": \"2\"\n                                            },\n                                            {\n                                                \"value\": \"3\"\n                                            },\n                                            {\n                                                \"value\": \"4\"\n                                            },\n                                            {\n                                                \"value\": \"5\"\n                                            }\n                                        ]\n                                    },\n                                    \"refBlockCode\": \"5b052a2c-018e-25de-9e14-26b7f1161b92\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_prefilled_textfield\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"GetUser\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"5b052a2c-018e-25de-9e14-26b7f1161b92\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_combobox_haupt\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Main ComboBox\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"5b052a2c-018e-25de-9e14-26b7f1161b92\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_combobox_sub\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Sub ComboBox\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"5b052a2c-018e-25de-9e14-26b7f1161b92\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab1-block2\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"0d8552ad-de94-e83b-65cf-fb047f088ccb\",\n                            \"templateId\": \"tab1-block3\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"tab1_last_name\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Last name\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"Jennings\",\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"0d8552ad-de94-e83b-65cf-fb047f088ccb\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_first_name\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"First name\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"Andrea\",\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"0d8552ad-de94-e83b-65cf-fb047f088ccb\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_age\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Age\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"number\",\n                                        \"min\": 10.05,\n                                        \"max\": 33,\n                                        \"step\": 1,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"0d8552ad-de94-e83b-65cf-fb047f088ccb\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_signature_incl_name1\",\n                                    \"type\": \"Signature\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Signature: Two Fields\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"logSigning\": false\n                                    },\n                                    \"refBlockCode\": \"0d8552ad-de94-e83b-65cf-fb047f088ccb\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab1-block3\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"3b898faa-d12a-ba36-f0d9-ed9b2f0affec\",\n                            \"templateId\": \"tab1-block4\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"tab1_full_name\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Full name\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"Robert Simon\",\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"3b898faa-d12a-ba36-f0d9-ed9b2f0affec\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"tab1_signature_incl_name2\",\n                                    \"type\": \"Signature\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Signature: One Field\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"logSigning\": true\n                                    },\n                                    \"refBlockCode\": \"3b898faa-d12a-ba36-f0d9-ed9b2f0affec\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab1-block4\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                            \"templateId\": \"tab1-block5\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"checkboxh_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": true,\n                                    \"requiredFields\": \"checkboxh1,checkboxh2,checkboxh3,checkboxh4,checkboxh5,checkboxh6,checkboxh7,checkboxh8\",\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Checkbox (horizontal)\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxh1\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": null,\n                                    \"value\": \"Wert Check h 1\",\n                                    \"defaultValue\": true,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxh2\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 2\",\n                                    \"value\": \"Wert Check h 2\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxh3\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 3\",\n                                    \"value\": \"Wert Check h 3\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxh4\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 4\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxh5\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 5\",\n                                    \"value\": \"Wert Check h 5\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxh6\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 6\",\n                                    \"value\": \"Wert Check h 6\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxh7\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 7\",\n                                    \"value\": \"Wert Check h 7\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxh8\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 8\",\n                                    \"value\": \"Wert Check h 8\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radioh_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": true,\n                                    \"requiredFields\": \"radioh1,radioh2,radioh3,radioh4,radioh5,radioh6,radioh7,radioh8\",\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Radio (horizontal)\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radioh1\",\n                                    \"name\": \"radiohname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": null,\n                                    \"value\": \"Wert Radio h 1\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radioh2\",\n                                    \"name\": \"radiohname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 2\",\n                                    \"value\": \"Wert Radio h 2\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radioh3\",\n                                    \"name\": \"radiohname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 3\",\n                                    \"value\": \"Wert Radio h 3\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radioh4\",\n                                    \"name\": \"radiohname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 4\",\n                                    \"value\": \"Wert Radio h 4\",\n                                    \"defaultValue\": true,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radioh5\",\n                                    \"name\": \"radiohname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 5\",\n                                    \"value\": \"Wert Radio h 5\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radioh6\",\n                                    \"name\": \"radiohname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 6\",\n                                    \"value\": \"Wert Radio h 6\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radioh7\",\n                                    \"name\": \"radiohname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 7\",\n                                    \"value\": \"Wert Radio h 7\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radioh8\",\n                                    \"name\": \"radiohname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 8\",\n                                    \"value\": \"Wert Radio h 8\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"b328d2ac-a04d-f862-318e-d6fd422c7f4d\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab1-block5\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                            \"templateId\": \"tab1-block6\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"checkboxv_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": true,\n                                    \"requiredFields\": \"checkboxv1,checkboxv2,checkboxv3,checkboxv4,checkboxv5\",\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Checkbox (vertikal)\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxv1\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 1\",\n                                    \"value\": \"Wert Check v 1\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxv2\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 2\",\n                                    \"value\": \"Wert Check v 2\",\n                                    \"defaultValue\": true,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxv3\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 3\",\n                                    \"value\": \"Wert Check v 3\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxv4\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 4\",\n                                    \"value\": \"Wert Check v 4\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"checkboxv5\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Check 5\",\n                                    \"value\": \"Wert Check v 5\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radiov_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": true,\n                                    \"requiredFields\": \"radiov1,radiov2,radiov3,radiov4,radiov5\",\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Radio (vertikal)\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radiov1\",\n                                    \"name\": \"radioname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 1\",\n                                    \"value\": \"Wert Radio v 1\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radiov2\",\n                                    \"name\": \"radioname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 2\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radiov3\",\n                                    \"name\": \"radioname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 3\",\n                                    \"value\": \"Wert Radio v 3\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radiov4\",\n                                    \"name\": \"radioname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 4\",\n                                    \"value\": \"Wert Radio v 4\",\n                                    \"defaultValue\": true,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radiov5\",\n                                    \"name\": \"radioname\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Radio 5\",\n                                    \"value\": \"Wert Radio v 5\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1cbb2492-1070-897b-8c46-4e36d29e5900\",\n                                    \"refTabCode\": \"828616b8-9ac3-4b55-da60-dfeb69cf8fc9\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab1-block6\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null,\n                    \"expandableDefault\": \"expanded\"\n                },\n                {\n                    \"id\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                    \"code\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                    \"label\": \"Tab 2\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"a38ec836-6646-2120-d7a7-dd2a1fcd9b3a\",\n                            \"templateId\": \"tab2-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"address_city\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": false,\n                                    \"label\": \"Address: City\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"a38ec836-6646-2120-d7a7-dd2a1fcd9b3a\",\n                                    \"refTabCode\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"reverseGeolocator1\",\n                                    \"type\": \"ReverseGeolocatorButton\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"a38ec836-6646-2120-d7a7-dd2a1fcd9b3a\",\n                                    \"refTabCode\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_zip_code\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"ZIP Code\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"a38ec836-6646-2120-d7a7-dd2a1fcd9b3a\",\n                                    \"refTabCode\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"mapButton\",\n                                    \"type\": \"MapButton\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"a38ec836-6646-2120-d7a7-dd2a1fcd9b3a\",\n                                    \"refTabCode\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_street_and_no\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Address: Street name + no.\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"a38ec836-6646-2120-d7a7-dd2a1fcd9b3a\",\n                                    \"refTabCode\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"phoneButton1\",\n                                    \"type\": \"PhoneButton\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"a38ec836-6646-2120-d7a7-dd2a1fcd9b3a\",\n                                    \"refTabCode\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"email\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Email address\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"email\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"a38ec836-6646-2120-d7a7-dd2a1fcd9b3a\",\n                                    \"refTabCode\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"phone\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Phone no.\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"a38ec836-6646-2120-d7a7-dd2a1fcd9b3a\",\n                                    \"refTabCode\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab2-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"6fa1c2e5-8365-4447-87bb-b7addab59fb5\",\n                            \"templateId\": \"tab2-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"tab2_webview_ctrl\",\n                                    \"type\": \"WebviewCtrl\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"6fa1c2e5-8365-4447-87bb-b7addab59fb5\",\n                                    \"refTabCode\": \"be928fde-9641-ea2b-ae5c-e4e61b2faf94\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab2-block2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                },\n                {\n                    \"id\": \"79753c20-2971-940a-259f-e043421f08b7\",\n                    \"code\": \"79753c20-2971-940a-259f-e043421f08b7\",\n                    \"label\": \"Tab 3\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"819ce5cc-00a9-157d-2c73-b40ced3cb19d\",\n                            \"templateId\": \"tab3-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"tab3_ink_control\",\n                                    \"type\": \"InkControl\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Ink Control\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"819ce5cc-00a9-157d-2c73-b40ced3cb19d\",\n                                    \"refTabCode\": \"79753c20-2971-940a-259f-e043421f08b7\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab3-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"3632fa46-a57f-adca-5a40-00ccde564738\",\n                            \"templateId\": \"tab3-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"picturepicker_together_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"PicturePicker\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"3632fa46-a57f-adca-5a40-00ccde564738\",\n                                    \"refTabCode\": \"79753c20-2971-940a-259f-e043421f08b7\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"picturepicker_seperate_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"PicturePicker\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"3632fa46-a57f-adca-5a40-00ccde564738\",\n                                    \"refTabCode\": \"79753c20-2971-940a-259f-e043421f08b7\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"picturepicker_pic1\",\n                                    \"type\": \"PicturePicker\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"3632fa46-a57f-adca-5a40-00ccde564738\",\n                                    \"refTabCode\": \"79753c20-2971-940a-259f-e043421f08b7\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"picturepicker_pic2\",\n                                    \"type\": \"PicturePicker\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"3632fa46-a57f-adca-5a40-00ccde564738\",\n                                    \"refTabCode\": \"79753c20-2971-940a-259f-e043421f08b7\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"picturepicker_pic3\",\n                                    \"type\": \"PicturePicker\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"3632fa46-a57f-adca-5a40-00ccde564738\",\n                                    \"refTabCode\": \"79753c20-2971-940a-259f-e043421f08b7\",\n                                    \"refSectionCode\": \"f3470937-1144-607d-f359-57598ba07aa1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab3-block2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                },\n                {\n                    \"id\": \"92bcd7bd-9b87-a96e-a0d1-12a37a53e839\",\n                    \"code\": \"92bcd7bd-9b87-a96e-a0d1-12a37a53e839\",\n                    \"label\": \"Tab 4\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"123f5bb3-b4a4-4a0f-b298-1dd480be2c0b\",\n                            \"templateId\": \"tab4-block1\",\n                            \"fields\": [],\n                            \"id\": \"tab4-block1\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                }\n            ],\n            \"condition\": null\n        },\n        {\n            \"code\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n            \"label\": \"Repeating Unit, Table-Tag & DeepLink\",\n            \"labelHTML\": \"Repeating Unit,<br/>Table-Tag & DeepLink\",\n            \"tabs\": [\n                {\n                    \"id\": \"repeating1\",\n                    \"code\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                    \"label\": \"Repeating #1\",\n                    \"expandable\": true,\n                    \"expandableId\": \"hf-expandable-status-repeating1\",\n                    \"blocks\": [\n                        {\n                            \"code\": \"53a375df-c0f2-4a17-f976-5dbf473abf7e\",\n                            \"templateId\": \"repeating1-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"symbols_example_label_hfrepeating_1\",\n                                    \"type\": \"Label\",\n                                    \"required\": true,\n                                    \"requiredFields\": \"symbols_example_female_hfrepeating_1,symbols_example_male_hfrepeating_1\",\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Symbols\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"symbols_example_label\"\n                                },\n                                {\n                                    \"id\": \"symbols_example_female_hfrepeating_1\",\n                                    \"name\": \"symbols_example_hfrepeating_1\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Female\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"symbols_example_female\"\n                                },\n                                {\n                                    \"id\": \"symbols_example_male_hfrepeating_1\",\n                                    \"name\": \"symbols_example_hfrepeating_1\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Male\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"symbols_example_male\"\n                                },\n                                {\n                                    \"id\": \"repeating_first_name_hfrepeating_1\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Rep.: First name\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"repeating_first_name\"\n                                },\n                                {\n                                    \"id\": \"repeating_last_name_hfrepeating_1\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Rep.: Last name\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"repeating_last_name\"\n                                },\n                                {\n                                    \"id\": \"repeating_address_city_hfrepeating_1\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": false,\n                                    \"label\": \"Address: City\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"repeating_address_city\"\n                                },\n                                {\n                                    \"id\": \"reverseGeolocator2_hfrepeating_1\",\n                                    \"type\": \"ReverseGeolocatorButton\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"reverseGeolocator2\"\n                                },\n                                {\n                                    \"id\": \"repeating_zip_code_hfrepeating_1\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"ZIP Code\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"repeating_zip_code\"\n                                },\n                                {\n                                    \"id\": \"mapButton2_hfrepeating_1\",\n                                    \"type\": \"MapButton\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"mapButton2\"\n                                },\n                                {\n                                    \"id\": \"repeating_address_street_hfrepeating_1\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Address: Street name + no.\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"repeating_address_street\"\n                                },\n                                {\n                                    \"id\": \"phoneButton2_hfrepeating_1\",\n                                    \"type\": \"PhoneButton\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"phoneButton2\"\n                                },\n                                {\n                                    \"id\": \"repeating_email_hfrepeating_1\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": false,\n                                    \"label\": \"Email address\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"repeating_email\"\n                                },\n                                {\n                                    \"id\": \"repeating_phone_hfrepeating_1\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Phone no.\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"repeating_phone\"\n                                }\n                            ],\n                            \"id\": \"repeating1-block1_hfrepeating_1\",\n                            \"condition\": null,\n                            \"repeatable\": true,\n                            \"repeatablePostfixFieldId\": \"_hfrepeating_1\",\n                            \"repeatableCount\": 1\n                        },\n                        {\n                            \"code\": \"8af5ec0a-7a3f-c55f-2627-85d47f624bc8\",\n                            \"templateId\": \"repeating1-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"signature_repeating_unit_hfrepeating_1\",\n                                    \"type\": \"Signature\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Signature\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"logSigning\": true\n                                    },\n                                    \"refBlockCode\": \"1953a1cd-13ac-dee0-d74c-750badad94c1\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"signature_repeating_unit\"\n                                },\n                                {\n                                    \"id\": \"repeating_combobox_main_hfrepeating_1\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Main Repeating ComboBox\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"1953a1cd-13ac-dee0-d74c-750badad94c1\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"repeating_combobox_main\"\n                                },\n                                {\n                                    \"id\": \"repeating_combobox_sub_hfrepeating_1\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Sub Repeating ComboBox\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"1953a1cd-13ac-dee0-d74c-750badad94c1\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null,\n                                    \"repeatableDefaultId\": \"repeating_combobox_sub\"\n                                }\n                            ],\n                            \"id\": \"repeating1-block2_hfrepeating_1\",\n                            \"condition\": null,\n                            \"repeatable\": true,\n                            \"repeatablePostfixFieldId\": \"_hfrepeating_1\",\n                            \"repeatableCount\": 1\n                        }\n                    ],\n                    \"blockTemplates\": [\n                        {\n                            \"code\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                            \"templateId\": \"repeating1-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"symbols_example_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": true,\n                                    \"requiredFields\": \"symbols_example_female,symbols_example_male\",\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Symbols\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"symbols_example_female\",\n                                    \"name\": \"symbols_example\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Female\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"symbols_example_male\",\n                                    \"name\": \"symbols_example\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Male\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating_first_name\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Rep.: First name\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating_last_name\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Rep.: Last name\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating_address_city\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": false,\n                                    \"label\": \"Address: City\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"reverseGeolocator2\",\n                                    \"type\": \"ReverseGeolocatorButton\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating_zip_code\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"ZIP Code\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"mapButton2\",\n                                    \"type\": \"MapButton\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating_address_street\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Address: Street name + no.\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"phoneButton2\",\n                                    \"type\": \"PhoneButton\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating_email\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": false,\n                                    \"label\": \"Email address\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating_phone\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Phone no.\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"94c0ab75-7473-77fe-aeb5-b4f4c396fc96\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"repeating1-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"1953a1cd-13ac-dee0-d74c-750badad94c1\",\n                            \"templateId\": \"repeating1-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"signature_repeating_unit\",\n                                    \"type\": \"Signature\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Signature\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"logSigning\": true\n                                    },\n                                    \"refBlockCode\": \"1953a1cd-13ac-dee0-d74c-750badad94c1\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating_combobox_main\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Main Repeating ComboBox\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"1953a1cd-13ac-dee0-d74c-750badad94c1\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating_combobox_sub\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Sub Repeating ComboBox\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"1953a1cd-13ac-dee0-d74c-750badad94c1\",\n                                    \"refTabCode\": \"0d104bc8-ba12-a595-81b3-9eacbaa16d07\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"repeating1-block2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"repeatable\": true,\n                    \"repeatableMin\": 1,\n                    \"repeatableMax\": 10,\n                    \"repeatableLabel\": \"Title/Label\",\n                    \"repeatableLabelAdd\": \"Add\",\n                    \"repeatableLabelRemove\": \"Remove\",\n                    \"repeatableAnchors\": true,\n                    \"condition\": null,\n                    \"expandableDefault\": \"expanded\"\n                },\n                {\n                    \"id\": \"repeating2\",\n                    \"code\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                    \"label\": \"Repeating #2\",\n                    \"expandable\": false,\n                    \"expandableId\": \"hf-expandable-status-repeating2\",\n                    \"blocks\": [],\n                    \"blockTemplates\": [\n                        {\n                            \"code\": \"f674a2b6-a6fb-d9fc-d699-ab00538dd04f\",\n                            \"templateId\": \"repeating2-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"repeating2_textfield\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Textfield\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"f674a2b6-a6fb-d9fc-d699-ab00538dd04f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_date\",\n                                    \"type\": \"DatePicker\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Date\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"now\",\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"f674a2b6-a6fb-d9fc-d699-ab00538dd04f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_time1\",\n                                    \"type\": \"TimePicker\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Time1\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"now\",\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"f674a2b6-a6fb-d9fc-d699-ab00538dd04f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_time2\",\n                                    \"type\": \"TimePicker\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Time2\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"now\",\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"f674a2b6-a6fb-d9fc-d699-ab00538dd04f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_duration\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Duration\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"f674a2b6-a6fb-d9fc-d699-ab00538dd04f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"repeating2-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"31b15729-cda2-c3c2-b042-1c76da01ad8b\",\n                            \"templateId\": \"repeating2-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"repeating2_selectbox\",\n                                    \"type\": \"SelectBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"SelectBox\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"select\",\n                                    \"validator\": {\n                                        \"allowedValues\": [\n                                            {\n                                                \"value\": \"-\"\n                                            },\n                                            {\n                                                \"value\": \"Repeating Select 1\"\n                                            },\n                                            {\n                                                \"value\": \"Repeating Select 2\"\n                                            },\n                                            {\n                                                \"value\": \"Repeating Select 3\"\n                                            },\n                                            {\n                                                \"value\": \"Repeating Select 4\"\n                                            },\n                                            {\n                                                \"value\": \"Repeating Select 5\"\n                                            }\n                                        ]\n                                    },\n                                    \"refBlockCode\": \"31b15729-cda2-c3c2-b042-1c76da01ad8b\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_checkbox_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": true,\n                                    \"requiredFields\": \"repeating2_checkbox_select1,repeating2_checkbox_select2,repeating2_checkbox_select3\",\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Repeating CheckBox\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"31b15729-cda2-c3c2-b042-1c76da01ad8b\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_checkbox_select1\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"1\",\n                                    \"value\": \"1\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"31b15729-cda2-c3c2-b042-1c76da01ad8b\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_checkbox_select2\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"2\",\n                                    \"value\": \"2\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"31b15729-cda2-c3c2-b042-1c76da01ad8b\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_checkbox_select3\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"3\",\n                                    \"value\": \"3\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"31b15729-cda2-c3c2-b042-1c76da01ad8b\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_combobox_sp_list\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Repeating ComboBox (SP-List)\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"31b15729-cda2-c3c2-b042-1c76da01ad8b\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"repeating2-block2\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"f74d0223-7d89-74e7-2ff5-e923e7301c67\",\n                            \"templateId\": \"repeating2-block3\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"ink_control_repeating\",\n                                    \"type\": \"InkControl\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Ink Control\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"f74d0223-7d89-74e7-2ff5-e923e7301c67\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"repeating2-block3\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"8c232273-430d-cc55-754c-3ae5b1223a2f\",\n                            \"templateId\": \"repeating2-block4\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"repeating2_textarea\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Remarks\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"textarea\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"8c232273-430d-cc55-754c-3ae5b1223a2f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_picturepicker_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Repeating PicturePicker\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"8c232273-430d-cc55-754c-3ae5b1223a2f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_picturepicker1\",\n                                    \"type\": \"PicturePicker\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"8c232273-430d-cc55-754c-3ae5b1223a2f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_picturepicker2\",\n                                    \"type\": \"PicturePicker\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"8c232273-430d-cc55-754c-3ae5b1223a2f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating2_picturepicker3\",\n                                    \"type\": \"PicturePicker\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"8c232273-430d-cc55-754c-3ae5b1223a2f\",\n                                    \"refTabCode\": \"4e222853-8de2-5d16-b9a3-c714e47a0ee1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"repeating2-block4\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"repeatable\": true,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 4,\n                    \"repeatableLabel\": \"Repeating #2\",\n                    \"repeatableLabelAdd\": \"Add\",\n                    \"repeatableLabelRemove\": \"Remove\",\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                },\n                {\n                    \"id\": \"repeating3\",\n                    \"code\": \"2a54921c-0451-2b89-4149-ae8d73661e60\",\n                    \"label\": \"Repeating #3\",\n                    \"expandable\": false,\n                    \"expandableId\": \"hf-expandable-status-repeating3\",\n                    \"blocks\": [],\n                    \"blockTemplates\": [\n                        {\n                            \"code\": \"5b228ca2-a673-c792-7f74-98436fc463d2\",\n                            \"templateId\": \"repeating3-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"repeating3_bezeichnung\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Bezeichnung\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"5b228ca2-a673-c792-7f74-98436fc463d2\",\n                                    \"refTabCode\": \"2a54921c-0451-2b89-4149-ae8d73661e60\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating3_date\",\n                                    \"type\": \"DatePicker\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Date\",\n                                    \"value\": null,\n                                    \"defaultValue\": \"now\",\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"5b228ca2-a673-c792-7f74-98436fc463d2\",\n                                    \"refTabCode\": \"2a54921c-0451-2b89-4149-ae8d73661e60\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"repeating3_picturepicker1\",\n                                    \"type\": \"PicturePicker\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"5b228ca2-a673-c792-7f74-98436fc463d2\",\n                                    \"refTabCode\": \"2a54921c-0451-2b89-4149-ae8d73661e60\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"repeating3-block1\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"repeatable\": true,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 99,\n                    \"repeatableLabel\": \"\",\n                    \"repeatableLabelAdd\": \"\",\n                    \"repeatableLabelRemove\": \"Löschen\",\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                },\n                {\n                    \"id\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                    \"code\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                    \"label\": \"Table-Tag / QR\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                            \"templateId\": \"table-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"testtext1_nein\",\n                                    \"name\": \"testtext1\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 1: Nein\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext1_ja\",\n                                    \"name\": \"testtext1\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 1: Ja\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext1_text\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext2_nein\",\n                                    \"name\": \"testtext2\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 2: Nein\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext2_ja\",\n                                    \"name\": \"testtext2\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 2: Ja\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext3_nein\",\n                                    \"name\": \"testtext3\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 3: Nein\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext3_ja\",\n                                    \"name\": \"testtext3\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 3: Ja\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext4_nein\",\n                                    \"name\": \"testtext4\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 4: Nein\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext4_ja\",\n                                    \"name\": \"testtext4\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 4: Ja\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext5_nein\",\n                                    \"name\": \"testtext5\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 5: Nein\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext5_ja\",\n                                    \"name\": \"testtext5\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": \"Testtext 5: Ja\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext5_text1\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"testtext5_text2\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"99d6a133-4662-4897-70b3-be5420062e4b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"table-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"fa88040b-cf6b-f2d2-d1a4-08c290d8052b\",\n                            \"templateId\": \"qrcode-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"qrcode_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Scannen Sie den QR-Code\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"fa88040b-cf6b-f2d2-d1a4-08c290d8052b\",\n                                    \"refTabCode\": \"72b0b605-1935-a06c-27e6-9ac3485a97b1\",\n                                    \"refSectionCode\": \"16ca03c1-da8e-81f3-02c9-09c344ffd7bb\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"qrcode-block2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                }\n            ],\n            \"condition\": null\n        },\n        {\n            \"code\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n            \"label\": \"Address Picker\",\n            \"labelHTML\": \"Address Picker\",\n            \"tabs\": [\n                {\n                    \"id\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                    \"code\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                    \"label\": \"Data\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                            \"templateId\": \"address-list-picker-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"address_bundesland_HFComboText\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Bundesland\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_bundesland\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Suche/Zuordnung\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_ort_HFComboText\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": true,\n                                    \"label\": \"Ort\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_ort\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": true,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_plz\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": true,\n                                    \"label\": \"PLZ\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"number\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_strasse_HFComboText\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": \"Straße\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_strasse\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": true,\n                                    \"label\": null,\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_hausnummer\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": true,\n                                    \"label\": \"Nr.\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"number\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"address_hausnummer_zusatz\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": true,\n                                    \"list\": false,\n                                    \"label\": \"Zus.\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"abf7e717-cd0d-eca6-da2e-1ddeb3c39885\",\n                                    \"refTabCode\": \"bf1e46cf-35be-7794-ee00-5b49a7ca13d1\",\n                                    \"refSectionCode\": \"01c53e91-40b9-59cf-3953-0db5ee65d7a1\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"address-list-picker-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"31bcab5f-0d36-09a6-e0ec-4560e2183c04\",\n                            \"templateId\": \"address-list-picker-block2\",\n                            \"fields\": [],\n                            \"id\": \"address-list-picker-block2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                }\n            ],\n            \"condition\": null\n        },\n        {\n            \"code\": \"74a944e7-82a5-e37a-3fd9-2be774f2b735\",\n            \"label\": \"HybridForms Tables\",\n            \"labelHTML\": \"HybridForms Tables\",\n            \"tabs\": [\n                {\n                    \"id\": \"b8a110ec-8b12-3ce5-a42a-5374ffb64024\",\n                    \"code\": \"b8a110ec-8b12-3ce5-a42a-5374ffb64024\",\n                    \"label\": \"Examples\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"6be364d7-f026-770d-bfc6-b43896530b2e\",\n                            \"templateId\": \"hf-tables-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"table_basic_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Table Basic\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"6be364d7-f026-770d-bfc6-b43896530b2e\",\n                                    \"refTabCode\": \"b8a110ec-8b12-3ce5-a42a-5374ffb64024\",\n                                    \"refSectionCode\": \"74a944e7-82a5-e37a-3fd9-2be774f2b735\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"hf-tables-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"4a4c5202-dfcf-9657-0e7d-a2dcca4dbce1\",\n                            \"templateId\": \"hf-tables-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"table_striped_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Table Stripes\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"4a4c5202-dfcf-9657-0e7d-a2dcca4dbce1\",\n                                    \"refTabCode\": \"b8a110ec-8b12-3ce5-a42a-5374ffb64024\",\n                                    \"refSectionCode\": \"74a944e7-82a5-e37a-3fd9-2be774f2b735\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"hf-tables-block2\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"daf4e4a4-c9d1-97b0-6e87-a7e751d45931\",\n                            \"templateId\": \"hf-tables-block3\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"table_border_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Table Border\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"daf4e4a4-c9d1-97b0-6e87-a7e751d45931\",\n                                    \"refTabCode\": \"b8a110ec-8b12-3ce5-a42a-5374ffb64024\",\n                                    \"refSectionCode\": \"74a944e7-82a5-e37a-3fd9-2be774f2b735\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"hf-tables-block3\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"30a972b3-8a41-0758-42d4-4c23e7123100\",\n                            \"templateId\": \"hf-tables-block4\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"table_hover_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Table Hover\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"30a972b3-8a41-0758-42d4-4c23e7123100\",\n                                    \"refTabCode\": \"b8a110ec-8b12-3ce5-a42a-5374ffb64024\",\n                                    \"refSectionCode\": \"74a944e7-82a5-e37a-3fd9-2be774f2b735\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"hf-tables-block4\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"364d1be0-277d-0a18-b420-afd16a221995\",\n                            \"templateId\": \"hf-tables-block5\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"table_condensed_label\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Table Condensed\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"364d1be0-277d-0a18-b420-afd16a221995\",\n                                    \"refTabCode\": \"b8a110ec-8b12-3ce5-a42a-5374ffb64024\",\n                                    \"refSectionCode\": \"74a944e7-82a5-e37a-3fd9-2be774f2b735\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"hf-tables-block5\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"f3d50ae2-f8a3-a080-65fd-f7467f3294a4\",\n                            \"templateId\": \"hf-tables-block6\",\n                            \"fields\": [],\n                            \"id\": \"hf-tables-block6\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                }\n            ],\n            \"condition\": null\n        },\n        {\n            \"code\": \"77e6b216-e17c-18ed-264b-6175b9f30b93\",\n            \"label\": \"Table-Control\",\n            \"labelHTML\": \"Table-Control\",\n            \"tabs\": [\n                {\n                    \"id\": \"74ec3fd9-17e1-1a6b-c554-f39b9ef650d5\",\n                    \"code\": \"74ec3fd9-17e1-1a6b-c554-f39b9ef650d5\",\n                    \"label\": \"Data\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"b57b85f4-aaaf-2018-bacc-c83715b1de55\",\n                            \"templateId\": \"table-data-block1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"table_data_single\",\n                                    \"type\": \"Table\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Singledata\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"b57b85f4-aaaf-2018-bacc-c83715b1de55\",\n                                    \"refTabCode\": \"74ec3fd9-17e1-1a6b-c554-f39b9ef650d5\",\n                                    \"refSectionCode\": \"77e6b216-e17c-18ed-264b-6175b9f30b93\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"table-data-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"40369b45-b47b-0795-f2d1-fa5b56a24e68\",\n                            \"templateId\": \"table-data-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"table_data_pages\",\n                                    \"type\": \"Table\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Multidata\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"40369b45-b47b-0795-f2d1-fa5b56a24e68\",\n                                    \"refTabCode\": \"74ec3fd9-17e1-1a6b-c554-f39b9ef650d5\",\n                                    \"refSectionCode\": \"77e6b216-e17c-18ed-264b-6175b9f30b93\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"table-data-block2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                }\n            ],\n            \"condition\": null\n        },\n        {\n            \"code\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n            \"label\": \"Conditions\",\n            \"labelHTML\": \"Conditions\",\n            \"tabs\": [\n                {\n                    \"id\": \"957c79ed-6e13-09cf-db65-14c9506d0fff\",\n                    \"code\": \"957c79ed-6e13-09cf-db65-14c9506d0fff\",\n                    \"label\": \"Page Conditions\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"1f2b9b47-ae39-a7b5-8680-d30300d80ed0\",\n                            \"templateId\": \"page-conditions\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"page-condition-checkbox\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Please check this, if you like to enable the next tab\",\n                                    \"value\": \"page\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"1f2b9b47-ae39-a7b5-8680-d30300d80ed0\",\n                                    \"refTabCode\": \"957c79ed-6e13-09cf-db65-14c9506d0fff\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"hidden-page\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Enter anything\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"1f2b9b47-ae39-a7b5-8680-d30300d80ed0\",\n                                    \"refTabCode\": \"957c79ed-6e13-09cf-db65-14c9506d0fff\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"page-conditions\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"2e55b99d-ee87-f8a8-15c1-2373b76cf740\",\n                            \"templateId\": \"page-conditions2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"disabled-page\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Enter anything\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"2e55b99d-ee87-f8a8-15c1-2373b76cf740\",\n                                    \"refTabCode\": \"957c79ed-6e13-09cf-db65-14c9506d0fff\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"page-conditions2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                },\n                {\n                    \"id\": \"ce340731-5c2c-7961-e6f7-59e08aba6e6a\",\n                    \"code\": \"ce340731-5c2c-7961-e6f7-59e08aba6e6a\",\n                    \"label\": \"Tab Conditions\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"9a9dbfb6-288c-97c6-368a-20e162e69156\",\n                            \"templateId\": \"tab-conditions\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"tab-condition-checkbox\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Please check this, if you like to enable the next tab\",\n                                    \"value\": \"page\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"9a9dbfb6-288c-97c6-368a-20e162e69156\",\n                                    \"refTabCode\": \"ce340731-5c2c-7961-e6f7-59e08aba6e6a\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab-conditions\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"552108aa-e76f-093c-1e44-883cf6571730\",\n                            \"templateId\": \"tab-conditions2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"invisable-block-combobox\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Food\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"errorText\": \"Only input from the dropdown are allowed\",\n                                        \"anytext\": false,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"552108aa-e76f-093c-1e44-883cf6571730\",\n                                    \"refTabCode\": \"ce340731-5c2c-7961-e6f7-59e08aba6e6a\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"tab-conditions2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": {\n                        \"id\": \"4aa1e712-c7fd-c22b-419f-5f5e7af1f856\",\n                        \"cond\": [\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"page-condition-checkbox\",\n                                \"val\": true\n                            }\n                        ],\n                        \"else\": \"disabled\",\n                        \"op\": \"and\"\n                    }\n                },\n                {\n                    \"id\": \"invisible-tab\",\n                    \"code\": \"1a3c6268-cfac-21c1-16d6-fe8af71b8eb4\",\n                    \"label\": \"Invisable Tab\",\n                    \"expandable\": false,\n                    \"expandableId\": \"hf-expandable-status-invisible-tab\",\n                    \"blocks\": [\n                        {\n                            \"code\": \"f14b89ef-07c5-081c-0ca5-a722fc528524\",\n                            \"templateId\": \"hidden-tab\",\n                            \"fields\": [],\n                            \"id\": \"hidden-tab\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": {\n                        \"id\": \"9e79542b-0cd8-2c96-0cee-ff50860853d5\",\n                        \"cond\": [\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"invisable-block-combobox\",\n                                \"val\": \"pizza\"\n                            },\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"invisable-block-combobox\",\n                                \"val\": \"pasta\"\n                            },\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"invisable-block-combobox\",\n                                \"val\": \"salat\"\n                            }\n                        ],\n                        \"op\": \"or\",\n                        \"else\": \"invisible\"\n                    }\n                },\n                {\n                    \"id\": \"disabled-tab\",\n                    \"code\": \"bb3d036c-e9f9-c5dc-6179-491b9ff3dcf6\",\n                    \"label\": \"Disabled tab\",\n                    \"expandable\": false,\n                    \"expandableId\": \"hf-expandable-status-disabled-tab\",\n                    \"blocks\": [\n                        {\n                            \"code\": \"f231af46-66e4-1192-a7bf-0e3e0f94471f\",\n                            \"templateId\": \"enabled-meat-tab\",\n                            \"fields\": [],\n                            \"id\": \"enabled-meat-tab\",\n                            \"condition\": null,\n                            \"conditionControls\": {\n                                \"hidden-meat-block\": {\n                                    \"id\": \"hidden-meat-block\",\n                                    \"condition\": {\n                                        \"id\": \"1d5620af-0d69-df8f-a7a0-67700640c480\",\n                                        \"cond\": [\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"invisable-block-combobox\",\n                                                \"val\": \"meat\"\n                                            }\n                                        ],\n                                        \"op\": \"and\",\n                                        \"else\": \"invisible\"\n                                    },\n                                    \"fields\": []\n                                }\n                            }\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": {\n                        \"id\": \"cf545f65-67d9-d7c6-844c-969beea57779\",\n                        \"cond\": [\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"invisable-block-combobox\",\n                                \"val\": \"meat\"\n                            }\n                        ],\n                        \"else\": \"disabled\",\n                        \"op\": \"and\"\n                    }\n                },\n                {\n                    \"id\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                    \"code\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                    \"label\": \"Block and Area Conditions\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"02164e24-3d7f-6fa2-be02-78abb21ad8a0\",\n                            \"templateId\": \"block-conditions\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"block-condition-checkbox\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Please check this, if you like to enable the next tab\",\n                                    \"value\": \"page\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"02164e24-3d7f-6fa2-be02-78abb21ad8a0\",\n                                    \"refTabCode\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"block-conditions\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"a9ba364d-ace4-7f6c-87f1-30026a58f082\",\n                            \"templateId\": \"block-conditions2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"block-conditions-checkbox\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Developer\",\n                                    \"value\": \"developer\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"a9ba364d-ace4-7f6c-87f1-30026a58f082\",\n                                    \"refTabCode\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"block-conditions-checkbox2\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Project Manager\",\n                                    \"value\": \"project-manager\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"a9ba364d-ace4-7f6c-87f1-30026a58f082\",\n                                    \"refTabCode\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"block-conditions-checkbox3\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Marketing\",\n                                    \"value\": \"marketing\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"a9ba364d-ace4-7f6c-87f1-30026a58f082\",\n                                    \"refTabCode\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"block-conditions-checkbox4\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Support\",\n                                    \"value\": \"support\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"a9ba364d-ace4-7f6c-87f1-30026a58f082\",\n                                    \"refTabCode\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"work-1\",\n                                    \"name\": \"work\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Part Time\",\n                                    \"value\": \"part-time\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"a9ba364d-ace4-7f6c-87f1-30026a58f082\",\n                                    \"refTabCode\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null,\n                                    \"conditionControl\": \"work-time\"\n                                },\n                                {\n                                    \"id\": \"time-work\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"How many h per week\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"a9ba364d-ace4-7f6c-87f1-30026a58f082\",\n                                    \"refTabCode\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null,\n                                    \"conditionControl\": \"part-time-select\"\n                                },\n                                {\n                                    \"id\": \"work-2\",\n                                    \"name\": \"work\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Full Time\",\n                                    \"value\": \"full-time\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"a9ba364d-ace4-7f6c-87f1-30026a58f082\",\n                                    \"refTabCode\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null,\n                                    \"conditionControl\": \"work-time\"\n                                },\n                                {\n                                    \"id\": \"full-time\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"How many h per week \",\n                                    \"value\": null,\n                                    \"defaultValue\": \"40\",\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"a9ba364d-ace4-7f6c-87f1-30026a58f082\",\n                                    \"refTabCode\": \"77efe66a-f19b-f721-55c4-6327758fc529\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null,\n                                    \"conditionControl\": \"full-time-select\"\n                                }\n                            ],\n                            \"id\": \"block-conditions2\",\n                            \"condition\": null,\n                            \"conditionControls\": {\n                                \"work-time\": {\n                                    \"id\": \"work-time\",\n                                    \"condition\": {\n                                        \"id\": \"00df3776-11e1-27e8-4af8-216d8d6be023\",\n                                        \"cond\": [\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"block-conditions-checkbox\",\n                                                \"val\": true\n                                            },\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"block-conditions-checkbox2\",\n                                                \"val\": true\n                                            },\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"block-conditions-checkbox3\",\n                                                \"val\": true\n                                            },\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"block-conditions-checkbox4\",\n                                                \"val\": true\n                                            }\n                                        ],\n                                        \"op\": \"or\",\n                                        \"else\": \"disabled\",\n                                        \"hintText\": \"Please select first you job in the company\"\n                                    },\n                                    \"fields\": [\n                                        \"work-1\",\n                                        \"part-time-select\",\n                                        \"time-work\",\n                                        \"work-2\",\n                                        \"full-time-select\",\n                                        \"full-time\"\n                                    ]\n                                },\n                                \"part-time-select\": {\n                                    \"id\": \"part-time-select\",\n                                    \"condition\": {\n                                        \"id\": \"06171764-9735-b1fe-0028-f033e0e1e6c7\",\n                                        \"cond\": [\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"work-1\",\n                                                \"val\": true\n                                            }\n                                        ],\n                                        \"op\": \"and\",\n                                        \"else\": \"invisible\"\n                                    },\n                                    \"fields\": [\n                                        \"time-work\"\n                                    ]\n                                },\n                                \"full-time-select\": {\n                                    \"id\": \"full-time-select\",\n                                    \"condition\": {\n                                        \"id\": \"d2b5a7af-c15f-acf5-425b-8daf3d44b75a\",\n                                        \"cond\": [\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"work-2\",\n                                                \"val\": true\n                                            }\n                                        ],\n                                        \"op\": \"and\",\n                                        \"else\": \"invisible\"\n                                    },\n                                    \"fields\": [\n                                        \"full-time\"\n                                    ]\n                                }\n                            }\n                        },\n                        {\n                            \"code\": \"3e22990f-3a70-a26c-7f45-2b6f7f4b5e39\",\n                            \"templateId\": \"block-conditions3\",\n                            \"fields\": [],\n                            \"id\": \"block-conditions3\",\n                            \"condition\": null,\n                            \"conditionControls\": {\n                                \"developer-block\": {\n                                    \"id\": \"developer-block\",\n                                    \"condition\": {\n                                        \"id\": \"62e3d07e-6f22-f643-1d20-d0a0bbecff0b\",\n                                        \"cond\": [\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"block-conditions-checkbox\",\n                                                \"val\": true\n                                            }\n                                        ],\n                                        \"hintText\": \"This is a hint text\",\n                                        \"op\": \"and\",\n                                        \"else\": \"invisible\"\n                                    },\n                                    \"fields\": []\n                                },\n                                \"developer-block2\": {\n                                    \"id\": \"developer-block2\",\n                                    \"condition\": {\n                                        \"id\": \"04c14862-4c94-fbe6-fa0e-e68440324cd6\",\n                                        \"cond\": [\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"block-conditions-checkbox2\",\n                                                \"val\": true\n                                            }\n                                        ],\n                                        \"hintText\": \"This is a hint text\",\n                                        \"op\": \"and\",\n                                        \"else\": \"invisible\"\n                                    },\n                                    \"fields\": []\n                                },\n                                \"developer-block3\": {\n                                    \"id\": \"developer-block3\",\n                                    \"condition\": {\n                                        \"id\": \"149743f6-dc4d-0b84-a910-fe265fa98972\",\n                                        \"cond\": [\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"block-conditions-checkbox3\",\n                                                \"val\": true\n                                            }\n                                        ],\n                                        \"hintText\": \"This is a hint text\",\n                                        \"op\": \"and\",\n                                        \"else\": \"invisible\"\n                                    },\n                                    \"fields\": []\n                                },\n                                \"developer-block4\": {\n                                    \"id\": \"developer-block4\",\n                                    \"condition\": {\n                                        \"id\": \"1e7654ef-e17a-b6fa-358c-417d644a5245\",\n                                        \"cond\": [\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"block-conditions-checkbox4\",\n                                                \"val\": true\n                                            }\n                                        ],\n                                        \"hintText\": \"This is a hint text\",\n                                        \"op\": \"and\",\n                                        \"else\": \"invisible\"\n                                    },\n                                    \"fields\": []\n                                }\n                            }\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": {\n                        \"id\": \"4d3bf4c5-2a6a-21c9-bea0-36ecf3c64642\",\n                        \"cond\": [\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"tab-condition-checkbox\",\n                                \"val\": true\n                            }\n                        ],\n                        \"else\": \"disabled\",\n                        \"op\": \"and\"\n                    }\n                },\n                {\n                    \"id\": \"66b525a2-b932-8459-4da4-9f6264b208b1\",\n                    \"code\": \"66b525a2-b932-8459-4da4-9f6264b208b1\",\n                    \"label\": \"Field Conditions\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"c7b7f9fc-e91c-4617-0952-c435e4934d3d\",\n                            \"templateId\": \"field-conditions\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"field-condition-checkbox\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Please check this, if you like to see the hidden tab\",\n                                    \"value\": \"page\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"c7b7f9fc-e91c-4617-0952-c435e4934d3d\",\n                                    \"refTabCode\": \"66b525a2-b932-8459-4da4-9f6264b208b1\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radiobox-field-condition\",\n                                    \"name\": \"field\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Field is required\",\n                                    \"value\": \"yes\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"c7b7f9fc-e91c-4617-0952-c435e4934d3d\",\n                                    \"refTabCode\": \"66b525a2-b932-8459-4da4-9f6264b208b1\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"radiobox-field-condition2\",\n                                    \"name\": \"field\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Field is not required\",\n                                    \"value\": \"no\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"c7b7f9fc-e91c-4617-0952-c435e4934d3d\",\n                                    \"refTabCode\": \"66b525a2-b932-8459-4da4-9f6264b208b1\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"field-conditions\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"ddd9561a-6480-7923-247b-2ebfa9551ab0\",\n                            \"templateId\": \"field-conditions2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"textfield-condition\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Default Input\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"ddd9561a-6480-7923-247b-2ebfa9551ab0\",\n                                    \"refTabCode\": \"66b525a2-b932-8459-4da4-9f6264b208b1\",\n                                    \"refSectionCode\": \"9c3d3a7d-d2bd-be89-7e29-95c900d38f09\",\n                                    \"condition\": {\n                                        \"id\": \"79cdde73-7a66-a76e-1427-65c3f045b2a4\",\n                                        \"cond\": [\n                                            {\n                                                \"type\": \"field\",\n                                                \"id\": \"radiobox-field-condition\",\n                                                \"val\": true\n                                            }\n                                        ],\n                                        \"else\": \"optional\",\n                                        \"op\": \"and\"\n                                    }\n                                }\n                            ],\n                            \"id\": \"field-conditions2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": {\n                        \"id\": \"1bbf2b81-ddd7-bcb5-532a-cebd85fe30c8\",\n                        \"cond\": [\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"block-condition-checkbox\",\n                                \"val\": true\n                            }\n                        ],\n                        \"else\": \"disabled\",\n                        \"op\": \"and\"\n                    }\n                },\n                {\n                    \"id\": \"88c8188f-d589-8f8f-3c0e-300dc86eb116\",\n                    \"code\": \"88c8188f-d589-8f8f-3c0e-300dc86eb116\",\n                    \"label\": \"Success\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"591e8642-c570-c00f-1b9a-712d0549255a\",\n                            \"templateId\": \"success-conditions\",\n                            \"fields\": [],\n                            \"id\": \"success-conditions\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": {\n                        \"id\": \"df841794-ab64-5663-e456-bec71a3d9ef3\",\n                        \"cond\": [\n                            {\n                                \"type\": \"field\",\n                                \"id\": \"field-condition-checkbox\",\n                                \"val\": true\n                            }\n                        ],\n                        \"op\": \"and\",\n                        \"else\": \"invisible\"\n                    }\n                }\n            ],\n            \"condition\": null\n        },\n        {\n            \"code\": \"d3baac55-31a6-98f1-e0fa-f93da02cf910\",\n            \"label\": \"Invisible\",\n            \"labelHTML\": \"Invisible\",\n            \"tabs\": [\n                {\n                    \"id\": \"857cdf1f-748a-929a-7dbf-98e7b34053d3\",\n                    \"code\": \"857cdf1f-748a-929a-7dbf-98e7b34053d3\",\n                    \"label\": \"Success\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"4b86a38d-0ecb-5d80-a434-d112780f6a27\",\n                            \"templateId\": \"invisable-page\",\n                            \"fields\": [],\n                            \"id\": \"invisable-page\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                }\n            ],\n            \"condition\": {\n                \"id\": \"cb0142fa-a972-0d78-cf07-7673c7a350e8\",\n                \"cond\": [\n                    {\n                        \"type\": \"field\",\n                        \"id\": \"hidden-page\"\n                    }\n                ],\n                \"op\": \"and\",\n                \"else\": \"invisible\"\n            },\n            \"id\": \"invisible-page\"\n        },\n        {\n            \"code\": \"5fed32a2-3fcb-367f-e7b3-ab0f42fe3d62\",\n            \"label\": \"Disabled\",\n            \"labelHTML\": \"Disabled\",\n            \"tabs\": [\n                {\n                    \"id\": \"30faf7d2-e5a6-3614-6869-f8cbc0c19a52\",\n                    \"code\": \"30faf7d2-e5a6-3614-6869-f8cbc0c19a52\",\n                    \"label\": \"Success\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"6a6b0ac9-a6a0-165f-c094-b37813030e35\",\n                            \"templateId\": \"enable-page\",\n                            \"fields\": [],\n                            \"id\": \"enable-page\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                }\n            ],\n            \"condition\": {\n                \"id\": \"02dbb38b-bc48-654e-cf5c-4362664a1ed6\",\n                \"cond\": [\n                    {\n                        \"type\": \"field\",\n                        \"id\": \"disabled-page\",\n                        \"val\": \"enable me\"\n                    }\n                ],\n                \"else\": \"disabled\",\n                \"op\": \"and\"\n            },\n            \"id\": \"disable-page\"\n        },\n        {\n            \"code\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n            \"label\": \"Validation\",\n            \"labelHTML\": \"Validation\",\n            \"tabs\": [\n                {\n                    \"id\": \"42a0d594-6330-3551-05d5-3397120d5076\",\n                    \"code\": \"42a0d594-6330-3551-05d5-3397120d5076\",\n                    \"label\": \"Validation Input\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"943d47ab-b783-7186-91e3-180aada4fa21\",\n                            \"templateId\": \"validation-input-exp\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"validation-input-exp-1\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"First Name\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"minlength\": 2,\n                                        \"errorText\": \"The input needs to be minimum 2 characters long\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"943d47ab-b783-7186-91e3-180aada4fa21\",\n                                    \"refTabCode\": \"42a0d594-6330-3551-05d5-3397120d5076\",\n                                    \"refSectionCode\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"validation-input-exp-2\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Your Age\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"number\",\n                                        \"min\": 18,\n                                        \"errorText\": \"You need to be 18 years old\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"943d47ab-b783-7186-91e3-180aada4fa21\",\n                                    \"refTabCode\": \"42a0d594-6330-3551-05d5-3397120d5076\",\n                                    \"refSectionCode\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"validation-input-exp\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"c7c7de7c-cb5c-a924-98f5-64bef282d9bf\",\n                            \"templateId\": \"validation-input-exp2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"validation-input-exp-3\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Your Email\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"email\",\n                                        \"errorText\": \"This is not a valid email address\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"c7c7de7c-cb5c-a924-98f5-64bef282d9bf\",\n                                    \"refTabCode\": \"42a0d594-6330-3551-05d5-3397120d5076\",\n                                    \"refSectionCode\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"validation-input-exp-4\",\n                                    \"type\": \"TextField\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Your Phone number\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {\n                                        \"type\": \"tel\",\n                                        \"pattern\": \"[+]{1}[0-9]{13}\",\n                                        \"errorText\": \"This is not a valid telephone number, It needs to start with a +\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"c7c7de7c-cb5c-a924-98f5-64bef282d9bf\",\n                                    \"refTabCode\": \"42a0d594-6330-3551-05d5-3397120d5076\",\n                                    \"refSectionCode\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"validation-input-exp2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                },\n                {\n                    \"id\": \"fa0a907d-f516-f5e5-8a71-b72c9fe94484\",\n                    \"code\": \"fa0a907d-f516-f5e5-8a71-b72c9fe94484\",\n                    \"label\": \"Other Types of Validation\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"1f990ba6-fab8-64ca-377d-77d0f4136822\",\n                            \"templateId\": \"other-validations-1\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"combobox-validation\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Dropdown\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"errorText\": \"Only input from the dropdown are allowed\",\n                                        \"anytext\": false,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"1f990ba6-fab8-64ca-377d-77d0f4136822\",\n                                    \"refTabCode\": \"fa0a907d-f516-f5e5-8a71-b72c9fe94484\",\n                                    \"refSectionCode\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"birthdayPicker\",\n                                    \"type\": \"DatePicker\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Birthday\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"errorText\": \"Please enter a valid date\",\n                                        \"min\": \"1965-05-14\",\n                                        \"max\": \"now\"\n                                    },\n                                    \"refBlockCode\": \"1f990ba6-fab8-64ca-377d-77d0f4136822\",\n                                    \"refTabCode\": \"fa0a907d-f516-f5e5-8a71-b72c9fe94484\",\n                                    \"refSectionCode\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"other-validations-1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"ba51bcae-9504-9175-9968-6d11a89ed74f\",\n                            \"templateId\": \"other-validations-2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"selectboxvalidation\",\n                                    \"type\": \"SelectBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Do you like Cake?\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"select\",\n                                    \"validator\": {\n                                        \"allowedValues\": [\n                                            {\n                                                \"value\": \"Yes\"\n                                            },\n                                            {\n                                                \"value\": \"No\"\n                                            }\n                                        ]\n                                    },\n                                    \"refBlockCode\": \"ba51bcae-9504-9175-9968-6d11a89ed74f\",\n                                    \"refTabCode\": \"fa0a907d-f516-f5e5-8a71-b72c9fe94484\",\n                                    \"refSectionCode\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"validationradio1\",\n                                    \"name\": \"test\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"yes\",\n                                    \"value\": \"yes\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"ba51bcae-9504-9175-9968-6d11a89ed74f\",\n                                    \"refTabCode\": \"fa0a907d-f516-f5e5-8a71-b72c9fe94484\",\n                                    \"refSectionCode\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"validationradio2\",\n                                    \"name\": \"test\",\n                                    \"type\": \"RadioBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"no\",\n                                    \"value\": \"no\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"ba51bcae-9504-9175-9968-6d11a89ed74f\",\n                                    \"refTabCode\": \"fa0a907d-f516-f5e5-8a71-b72c9fe94484\",\n                                    \"refSectionCode\": \"e39eadc7-a9df-7641-4bee-6c76f38274c2\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"other-validations-2\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                }\n            ],\n            \"condition\": null\n        },\n        {\n            \"code\": \"a502ce33-6bb0-ac19-45b2-01ec132c63fc\",\n            \"label\": \"Self Evaluation\",\n            \"labelHTML\": \"Self Evaluation\",\n            \"tabs\": [\n                {\n                    \"id\": \"31123c98-4719-0170-cd80-29b21312b9f5\",\n                    \"code\": \"31123c98-4719-0170-cd80-29b21312b9f5\",\n                    \"label\": \"Self Evaluation\",\n                    \"expandable\": false,\n                    \"expandableId\": null,\n                    \"blocks\": [\n                        {\n                            \"code\": \"7d4ee399-0dc2-839b-0542-0e369a2bd43c\",\n                            \"templateId\": \"selfevaluation-block1\",\n                            \"fields\": [],\n                            \"id\": \"selfevaluation-block1\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"d5b77390-2276-40a7-b0a4-d87be0af713b\",\n                            \"templateId\": \"selfevaluation-block2\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"eval_description\",\n                                    \"type\": \"TextField\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Remarks\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"textarea\",\n                                    \"validator\": {\n                                        \"type\": \"text\",\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"d5b77390-2276-40a7-b0a4-d87be0af713b\",\n                                    \"refTabCode\": \"31123c98-4719-0170-cd80-29b21312b9f5\",\n                                    \"refSectionCode\": \"a502ce33-6bb0-ac19-45b2-01ec132c63fc\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"selfevaluation-block2\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"60021fa8-d4a5-2711-2429-b0e30316823a\",\n                            \"templateId\": \"selfevaluation-block3\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"eval_categorization\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": true,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Assessment\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"60021fa8-d4a5-2711-2429-b0e30316823a\",\n                                    \"refTabCode\": \"31123c98-4719-0170-cd80-29b21312b9f5\",\n                                    \"refSectionCode\": \"a502ce33-6bb0-ac19-45b2-01ec132c63fc\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"post_operation\",\n                                    \"type\": \"Label\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Post operation\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": null,\n                                    \"refBlockCode\": \"60021fa8-d4a5-2711-2429-b0e30316823a\",\n                                    \"refTabCode\": \"31123c98-4719-0170-cd80-29b21312b9f5\",\n                                    \"refSectionCode\": \"a502ce33-6bb0-ac19-45b2-01ec132c63fc\",\n                                    \"condition\": null\n                                },\n                                {\n                                    \"id\": \"support_required\",\n                                    \"type\": \"CheckBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Support required\",\n                                    \"value\": \"Support required\",\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"input\",\n                                    \"validator\": {},\n                                    \"refBlockCode\": \"60021fa8-d4a5-2711-2429-b0e30316823a\",\n                                    \"refTabCode\": \"31123c98-4719-0170-cd80-29b21312b9f5\",\n                                    \"refSectionCode\": \"a502ce33-6bb0-ac19-45b2-01ec132c63fc\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"selfevaluation-block3\",\n                            \"condition\": null\n                        },\n                        {\n                            \"code\": \"4f6bf026-bdc2-15fb-7701-60033a2403b4\",\n                            \"templateId\": \"selfevaluation-block4\",\n                            \"fields\": [\n                                {\n                                    \"id\": \"liveOdataSource\",\n                                    \"type\": \"ComboBox\",\n                                    \"required\": false,\n                                    \"requiredFields\": null,\n                                    \"mapping\": false,\n                                    \"list\": false,\n                                    \"label\": \"Combobox with live OData source\",\n                                    \"value\": null,\n                                    \"defaultValue\": null,\n                                    \"htmlTag\": \"div\",\n                                    \"validator\": {\n                                        \"anytext\": true,\n                                        \"maxlength\": 1000\n                                    },\n                                    \"refBlockCode\": \"4f6bf026-bdc2-15fb-7701-60033a2403b4\",\n                                    \"refTabCode\": \"31123c98-4719-0170-cd80-29b21312b9f5\",\n                                    \"refSectionCode\": \"a502ce33-6bb0-ac19-45b2-01ec132c63fc\",\n                                    \"condition\": null\n                                }\n                            ],\n                            \"id\": \"selfevaluation-block4\",\n                            \"condition\": null\n                        }\n                    ],\n                    \"blockTemplates\": [],\n                    \"repeatable\": false,\n                    \"repeatableMin\": 0,\n                    \"repeatableMax\": 0,\n                    \"repeatableAnchors\": true,\n                    \"condition\": null\n                }\n            ],\n            \"condition\": null,\n            \"type\": \"evaluation\"\n        }\n    ],\n    \"ListDataMapping\": {\n        \"tab1_datepicker\": \"tab1_datepicker\",\n        \"tab1_datepicker_HFLocal\": \"tab1_datepicker_HFLocal\",\n        \"tab1_textfield\": \"tab1_textfield\",\n        \"tab1_timepicker1\": \"tab1_timepicker1\",\n        \"tab1_timepicker1_HFTime\": \"tab1_timepicker1_HFTime\",\n        \"tab1_timepicker1_HFLocal\": \"tab1_timepicker1_HFLocal\",\n        \"tab1_timepicker2\": \"tab1_timepicker2\",\n        \"tab1_timepicker2_HFTime\": \"tab1_timepicker2_HFTime\",\n        \"tab1_timepicker2_HFLocal\": \"tab1_timepicker2_HFLocal\",\n        \"tab1_numericfield\": \"tab1_numericfield\",\n        \"tab1_numericfield_HFNumericField\": \"tab1_numericfield_HFNumericField\",\n        \"tab1_combobox_statisch\": \"tab1_combobox_statisch\",\n        \"tab1_combobox_statisch_HFComboText\": \"tab1_combobox_statisch_HFComboText\",\n        \"tab1_combobox_sp_liste\": \"tab1_combobox_sp_liste\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"tab1_combobox_sp_liste_HFComboText\",\n        \"tab1_selectbox\": \"tab1_selectbox\",\n        \"tab1_selectbox_HFSelectText\": \"tab1_selectbox_HFSelectText\",\n        \"tab1_prefilled_textfield\": \"tab1_prefilled_textfield\",\n        \"tab1_combobox_haupt\": \"tab1_combobox_haupt\",\n        \"tab1_combobox_haupt_HFComboText\": \"tab1_combobox_haupt_HFComboText\",\n        \"tab1_combobox_sub\": \"tab1_combobox_sub\",\n        \"tab1_combobox_sub_HFComboText\": \"tab1_combobox_sub_HFComboText\",\n        \"checkboxh1\": \"checkboxh1\",\n        \"checkboxh1_HFValue\": \"checkboxh1_HFValue\",\n        \"checkboxh2\": \"checkboxh2\",\n        \"checkboxh2_HFValue\": \"checkboxh2_HFValue\",\n        \"checkboxh3\": \"checkboxh3\",\n        \"checkboxh3_HFValue\": \"checkboxh3_HFValue\",\n        \"checkboxh4\": \"checkboxh4\",\n        \"checkboxh4_HFValue\": \"checkboxh4_HFValue\",\n        \"checkboxh5\": \"checkboxh5\",\n        \"checkboxh5_HFValue\": \"checkboxh5_HFValue\",\n        \"checkboxh6\": \"checkboxh6\",\n        \"checkboxh6_HFValue\": \"checkboxh6_HFValue\",\n        \"checkboxh7\": \"checkboxh7\",\n        \"checkboxh7_HFValue\": \"checkboxh7_HFValue\",\n        \"checkboxh8\": \"checkboxh8\",\n        \"checkboxh8_HFValue\": \"checkboxh8_HFValue\",\n        \"radioh1\": \"radioh1\",\n        \"radiohname_HFValue\": \"radiohname_HFValue\",\n        \"radioh2\": \"radioh2\",\n        \"radioh3\": \"radioh3\",\n        \"radioh4\": \"radioh4\",\n        \"radioh5\": \"radioh5\",\n        \"radioh6\": \"radioh6\",\n        \"radioh7\": \"radioh7\",\n        \"radioh8\": \"radioh8\",\n        \"checkboxv1\": \"checkboxv1\",\n        \"checkboxv1_HFValue\": \"checkboxv1_HFValue\",\n        \"checkboxv2\": \"checkboxv2\",\n        \"checkboxv2_HFValue\": \"checkboxv2_HFValue\",\n        \"checkboxv3\": \"checkboxv3\",\n        \"checkboxv3_HFValue\": \"checkboxv3_HFValue\",\n        \"checkboxv4\": \"checkboxv4\",\n        \"checkboxv4_HFValue\": \"checkboxv4_HFValue\",\n        \"checkboxv5\": \"checkboxv5\",\n        \"checkboxv5_HFValue\": \"checkboxv5_HFValue\",\n        \"radiov1\": \"radiov1\",\n        \"radioname_HFValue\": \"radioname_HFValue\",\n        \"radiov2\": \"radiov2\",\n        \"radiov3\": \"radiov3\",\n        \"radiov4\": \"radiov4\",\n        \"radiov5\": \"radiov5\",\n        \"email\": \"email\",\n        \"repeating_combobox_main_hfrepeating_1\": \"repeating_combobox_main_hfrepeating_1\",\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"repeating_combobox_main_HFComboText_hfrepeating_1\",\n        \"repeating_combobox_sub_hfrepeating_1\": \"repeating_combobox_sub_hfrepeating_1\",\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"repeating_combobox_sub_HFComboText_hfrepeating_1\",\n        \"address_ort_HFComboText\": \"address_ort_HFComboText\",\n        \"address_ort\": \"address_ort\",\n        \"address_plz\": \"address_plz\",\n        \"address_strasse_HFComboText\": \"address_strasse_HFComboText\",\n        \"address_strasse\": \"address_strasse\",\n        \"address_hausnummer\": \"address_hausnummer\"\n    },\n    \"ListItemTemplateId\": \"listTemplate\",\n    \"TitleTemplateId\": \"titleTemplate\",\n    \"dataSources\": [\n        {\n            \"url\": \"/api/catalog/Catalog1?$select=Title,KatalogText&$orderby=KatalogText&$top=5000\",\n            \"persistent\": false,\n            \"id\": \"Catalog1\",\n            \"name\": \"Catalog1\"\n        },\n        {\n            \"url\": \"/api/catalog/Catalog2?$select=Title,KatalogText,BundeslandID&$orderby=Title&$top=5000\",\n            \"persistent\": false,\n            \"id\": \"Catalog2\",\n            \"name\": \"Catalog2\"\n        },\n        {\n            \"url\": \"/api/catalog/Catalog3?$select=Title,KatalogText,PLZ,Postort,GemeindeID,BundeslandID&$orderby=Title&$top=5000\",\n            \"persistent\": false,\n            \"id\": \"Catalog3\",\n            \"name\": \"Catalog3\"\n        }\n    ],\n    \"Title\": \"BASE FORM API\",\n    \"ShortTitle\": \"BASE\",\n    \"ListTitle\": \"BASE FORM: ALL CONTROLS\",\n    \"LabelNewItem\": \"New Base Form\",\n    \"DataSource\": \"/api/catalog/Catalog4?$select=Title,KatalogText,PLZ,Postort,GemeindeID,BundeslandID&$orderby=Title&$top=5000\",\n    \"approvalCondition\": null,\n    \"version\": 1\n}"}],"_postman_id":"04e0ffaf-039a-4ecb-8728-2634021e672f"}],"id":"c340a5aa-9602-4e3d-96d3-7f87642ff3e9","event":[{"listen":"prerequest","script":{"id":"9a697045-2520-4d2f-b9e8-358f6779a510","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"20382495-d6a0-4007-98eb-9e0dc598ecea","type":"text/javascript","exec":[""]}}],"_postman_id":"c340a5aa-9602-4e3d-96d3-7f87642ff3e9","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Forms","item":[{"name":"List Forms","id":"335cf95a-6038-43ff-a08c-2e63611a0ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/?format=brief&allforms=true&page=1&hitsPerPage=25","description":"<p>Lists forms owned by the user or accessible in group mode. allforms=true lists all forms regardless of owner or status.\nUser needs \"Full access &amp; API\" or \"Readonly access &amp; API\" permission to specify allforms=true. \nResult can be filtered by specifying additional parameters.</p>\n<p>For queries expected to return &gt; ~50 hits, use minimal format and fetch items one at a time for processing. This Limit will be enforced starting with Server Version 8.7</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms",""],"host":["https://example.hybridforms.net"],"query":[{"description":{"content":"<p>json result format (minimal|brief|full), default brief</p>\n","type":"text/plain"},"key":"format","value":"brief"},{"description":{"content":"<p>all forms for template, not just those for current user. requiresd special access rights</p>\n","type":"text/plain"},"key":"allforms","value":"true"},{"disabled":true,"description":{"content":"<p>filter: pdf generation / workflows finished</p>\n","type":"text/plain"},"key":"pdfready","value":"true"},{"disabled":true,"description":{"content":"<p>filter: stage</p>\n","type":"text/plain"},"key":"stage","value":"S1"},{"disabled":true,"description":{"content":"<p>filter: status (Edit|Group|Approved|Archived)</p>\n","type":"text/plain"},"key":"status","value":"Approved"},{"disabled":true,"description":{"content":"<p>filter: search text use filedname:text to search in specified field. only fields marked as ListData are searchable</p>\n","type":"text/plain"},"key":"query","value":""},{"disabled":true,"description":{"content":"<p>filter: forms modified after given timestamp (iso8601)</p>\n","type":"text/plain"},"key":"modifiedSince","value":"2021-09-01T00:00:00+02:00"},{"disabled":true,"description":{"content":"<p>filter: forms modified before given timestamp (iso8601)</p>\n","type":"text/plain"},"key":"modifiedBefore","value":"2021-10-01T00:00:00+02:00"},{"disabled":true,"description":{"content":"<p>filter: forms created after given timestamp (iso8601)</p>\n","type":"text/plain"},"key":"createdSince","value":"2021-09-01T00:00:00+02:00"},{"disabled":true,"description":{"content":"<p>filter: forms created before given timestamp (iso8601)</p>\n","type":"text/plain"},"key":"createdBefore","value":"2021-10-01T00:00:00+02:00"},{"disabled":true,"description":{"content":"<p>filter: include deleted forms (requires allforms true)</p>\n","type":"text/plain"},"key":"deleted","value":"true"},{"description":{"content":"<p>Paged query, page number to display</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Paged query, number of items per page (max 25)</p>\n","type":"text/plain"},"key":"hitsPerPage","value":"25"}],"variable":[]}},"response":[{"id":"3134d3de-d00d-46e5-9a3f-4885fd0a230d","name":"List Forms (minimal)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/?format=minimal&allforms=true&page=1&hitsPerPage=25","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms",""],"query":[{"key":"format","value":"minimal","description":"json result format (minimal|brief|full), default brief"},{"key":"allforms","value":"true","description":"all forms for template, not just those for current user. requiresd special access rights"},{"key":"pdfready","value":"true","description":"filter: pdf generation / workflows finished","disabled":true},{"key":"stage","value":"S1","description":"filter: stage","disabled":true},{"key":"status","value":"Approved","description":"filter: status (Edit|Group|Approved|Archived)","disabled":true},{"key":"query","value":"","description":"filter: search text use filedname:text to search in specified field. only fields marked as ListData are searchable","disabled":true},{"key":"modifiedSince","value":"2021-09-01T00:00:00+02:00","description":"filter: forms modified after given timestamp (iso8601)","type":"text","disabled":true},{"key":"modifiedBefore","value":"2021-10-01T00:00:00+02:00","description":"filter: forms modified before given timestamp (iso8601)","type":"text","disabled":true},{"key":"deleted","value":"true","description":"filter: include deleted forms (requires allforms true)","type":"text","disabled":true},{"key":"page","value":"1","description":"Paged query, page number to display"},{"key":"hitsPerPage","value":"25","description":"Paged query, number of items per page (max 50)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"8881"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-f36f480f-66d7-4205-8295-6d566d20a235'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.7.1.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Oct 2021 14:23:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"forms\": [\n        {\n            \"itemID\": \"3c8bd731-d5d9-4e7b-bd8f-3111b6f94572\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:34.7603941Z\",\n            \"created\": \"2021-05-19T20:18:33.6348954Z\",\n            \"pdfDate\": \"2021-05-19T20:18:42.267851Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523222678510,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"c17481fb-6795-40d3-936c-0c8665510c62\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:35.4439911Z\",\n            \"created\": \"2021-05-19T20:18:35.069633Z\",\n            \"pdfDate\": \"2021-05-19T20:18:42.2562052Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523222562052,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"19bd12b1-f14a-48b5-bcdb-2e4f91c00701\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:36.3810714Z\",\n            \"created\": \"2021-05-19T20:18:35.7289744Z\",\n            \"pdfDate\": \"2021-05-19T20:18:48.2277152Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523282277152,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"810a4f3a-d69a-46b9-9168-205c4f38c42b\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:37.5216157Z\",\n            \"created\": \"2021-05-19T20:18:36.8252034Z\",\n            \"pdfDate\": \"2021-05-19T20:18:48.059449Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523280594490,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"b2220df0-8319-4212-b6d0-cee5f19d7f35\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:38.7462332Z\",\n            \"created\": \"2021-05-19T20:18:38.1728249Z\",\n            \"pdfDate\": \"2021-05-19T20:18:50.9060627Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523309060627,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"8a24e224-b98e-4110-b2c6-0d89975c0870\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:39.7961622Z\",\n            \"created\": \"2021-05-19T20:18:39.1408052Z\",\n            \"pdfDate\": \"2021-05-19T20:18:51.0591793Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523310591793,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"00c7b38c-dc21-4592-b546-a1e37b833b10\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:40.5939962Z\",\n            \"created\": \"2021-05-19T20:18:40.1249014Z\",\n            \"pdfDate\": \"2021-05-19T20:18:56.7217439Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523367217439,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"a2711481-8298-46e7-b4a6-00f3794253c5\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:43.2661401Z\",\n            \"created\": \"2021-05-19T20:18:42.5491961Z\",\n            \"pdfDate\": \"2021-05-19T20:18:56.9200215Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523369200215,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"30c730a7-959c-460f-a3b1-309b2184c25b\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:44.596794Z\",\n            \"created\": \"2021-05-19T20:18:43.7140247Z\",\n            \"pdfDate\": \"2021-05-19T20:18:59.702925Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523397029250,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"7ad7a4d8-17f9-4a91-ae39-da80c436311f\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:46.8955903Z\",\n            \"created\": \"2021-05-19T20:18:46.1118415Z\",\n            \"pdfDate\": \"2021-05-19T20:19:00.1065324Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523401065324,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"d95c835e-6b63-4c43-b829-d934b784d25f\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:48.0956076Z\",\n            \"created\": \"2021-05-19T20:18:47.3755532Z\",\n            \"pdfDate\": \"2021-05-19T20:19:06.0754435Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523460754435,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"4445d4b1-4b7d-40b9-958c-353ca1a5bcd6\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:49.3225745Z\",\n            \"created\": \"2021-05-19T20:18:48.5609751Z\",\n            \"pdfDate\": \"2021-05-19T20:19:06.1858092Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523461858092,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"56eeadcc-3305-4fb5-a08c-bd2b67998bb4\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:50.7235123Z\",\n            \"created\": \"2021-05-19T20:18:49.7980502Z\",\n            \"pdfDate\": \"2021-05-19T20:19:09.9997119Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523499997119,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"d18b04c8-aeb0-4ddb-9083-be1b169fcbaf\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:51.868518Z\",\n            \"created\": \"2021-05-19T20:18:51.1773179Z\",\n            \"pdfDate\": \"2021-05-19T20:19:09.7890999Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523497890999,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"65718808-df1f-4114-9655-9d756d2b779a\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:53.6024857Z\",\n            \"created\": \"2021-05-19T20:18:52.7190867Z\",\n            \"pdfDate\": \"2021-05-19T20:19:14.1977869Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523541977869,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"a0123b09-ef3e-432a-8f48-b99f00a32099\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:56.4201868Z\",\n            \"created\": \"2021-05-19T20:18:55.1334711Z\",\n            \"pdfDate\": \"2021-05-19T20:19:14.4622499Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523544622499,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"f9a44fb7-4c53-4d4b-8d63-d75182e1ed6b\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:57.9626566Z\",\n            \"created\": \"2021-05-19T20:18:57.1875355Z\",\n            \"pdfDate\": \"2021-05-19T20:19:17.6057683Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523576057683,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"17b8982e-5df0-4f2d-ad17-c09a9e77c256\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:18:59.4457025Z\",\n            \"created\": \"2021-05-19T20:18:58.6737766Z\",\n            \"pdfDate\": \"2021-05-19T20:19:18.2235416Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523582235416,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"4f05f223-8edf-4c04-8e91-fcba2006f4d7\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:19:01.5017752Z\",\n            \"created\": \"2021-05-19T20:19:00.5513543Z\",\n            \"pdfDate\": \"2021-05-19T20:19:22.2368597Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523622368597,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"836189be-3b59-40b3-a87a-e7662313343c\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:19:04.6435207Z\",\n            \"created\": \"2021-05-19T20:19:02.8078102Z\",\n            \"pdfDate\": \"2021-05-19T20:19:22.8219258Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523628219258,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"872d8067-16bb-4fed-9033-5123c103b5d1\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:19:06.3551579Z\",\n            \"created\": \"2021-05-19T20:19:05.4126161Z\",\n            \"pdfDate\": \"2021-05-19T20:19:27.364511Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523673645110,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"601abfa0-ad3c-4760-a062-9feb3e98d5d8\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:19:07.5220972Z\",\n            \"created\": \"2021-05-19T20:19:06.8617246Z\",\n            \"pdfDate\": \"2021-05-19T20:19:27.690103Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523676901030,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"eae5443e-71a5-4b00-be1f-e519745f1276\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:19:09.4294932Z\",\n            \"created\": \"2021-05-19T20:19:08.0597313Z\",\n            \"pdfDate\": \"2021-05-19T20:19:33.1279887Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523731279887,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"ef1029c6-59df-41f0-97dd-b1894f1c2172\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:19:10.7046344Z\",\n            \"created\": \"2021-05-19T20:19:09.9939787Z\",\n            \"pdfDate\": \"2021-05-19T20:19:33.2748947Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523732748947,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"c6bfa086-552a-407c-bd6a-6db99940b09f\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"status\": \"Edit\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": \"\",\n            \"modified\": \"2021-05-19T20:19:11.9847588Z\",\n            \"created\": \"2021-05-19T20:19:11.1137806Z\",\n            \"pdfDate\": \"2021-05-19T20:19:38.0017549Z\",\n            \"pdfReady\": true,\n            \"pdfVersion\": 637570523780017549,\n            \"stage\": \"ST1\"\n        }\n    ],\n    \"queryDate\": \"2021-10-11T14:23:47.6221137Z\",\n    \"page\": 1,\n    \"hitsPerPage\": 25,\n    \"totalCount\": 2090,\n    \"totalPages\": 84\n}"},{"id":"9a6333d4-a270-436e-b9f0-88cba50236f0","name":"List Forms (brief)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/?format=brief&allforms=true&page=1&hitsPerPage=25","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms",""],"query":[{"key":"format","value":"brief","description":"json result format (minimal|brief|full), default brief"},{"key":"allforms","value":"true","description":"all forms for template, not just those for current user. requiresd special access rights"},{"key":"pdfready","value":"true","description":"filter: pdf generation / workflows finished","disabled":true},{"key":"stage","value":"S1","description":"filter: stage","disabled":true},{"key":"status","value":"Approved","description":"filter: status (Edit|Group|Approved|Archived)","disabled":true},{"key":"query","value":"","description":"filter: search text use filedname:text to search in specified field. only fields marked as ListData are searchable","disabled":true},{"key":"modifiedSince","value":"2021-09-01T00:00:00+02:00","description":"filter: forms modified after given timestamp (iso8601)","type":"text","disabled":true},{"key":"modifiedBefore","value":"2021-10-01T00:00:00+02:00","description":"filter: forms modified before given timestamp (iso8601)","type":"text","disabled":true},{"key":"deleted","value":"true","description":"filter: include deleted forms (requires allforms true)","type":"text","disabled":true},{"key":"page","value":"1","description":"Paged query, page number to display"},{"key":"hitsPerPage","value":"25","description":"Paged query, number of items per page (max 50)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"28645"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-f36f480f-66d7-4205-8295-6d566d20a235'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.7.1.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Oct 2021 14:22:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"forms\": [\n        {\n            \"itemID\": \"3c8bd731-d5d9-4e7b-bd8f-3111b6f94572\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL1\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL1\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 1 in run 1\",\n                \"email\": \"email_1_1@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:34.7603941Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:33.6348954Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:42.267851Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523222678510,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"c17481fb-6795-40d3-936c-0c8665510c62\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL2\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL2\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 2 in run 1\",\n                \"email\": \"email_1_2@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:35.4439911Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:35.069633Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:42.2562052Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523222562052,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"19bd12b1-f14a-48b5-bcdb-2e4f91c00701\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL3\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL3\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 3 in run 1\",\n                \"email\": \"email_1_3@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:36.3810714Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:35.7289744Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:48.2277152Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523282277152,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"810a4f3a-d69a-46b9-9168-205c4f38c42b\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL4\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL4\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 4 in run 1\",\n                \"email\": \"email_1_4@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:37.5216157Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:36.8252034Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:48.059449Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523280594490,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"b2220df0-8319-4212-b6d0-cee5f19d7f35\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL5\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL5\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 5 in run 1\",\n                \"email\": \"email_1_5@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:38.7462332Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:38.1728249Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:50.9060627Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523309060627,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"8a24e224-b98e-4110-b2c6-0d89975c0870\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL6\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL6\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 6 in run 1\",\n                \"email\": \"email_1_6@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:39.7961622Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:39.1408052Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:51.0591793Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523310591793,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"00c7b38c-dc21-4592-b546-a1e37b833b10\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL7\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL7\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 7 in run 1\",\n                \"email\": \"email_1_7@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:40.5939962Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:40.1249014Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:56.7217439Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523367217439,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"a2711481-8298-46e7-b4a6-00f3794253c5\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL8\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL8\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 8 in run 1\",\n                \"email\": \"email_1_8@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:43.2661401Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:42.5491961Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:56.9200215Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523369200215,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"30c730a7-959c-460f-a3b1-309b2184c25b\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL9\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL9\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 9 in run 1\",\n                \"email\": \"email_1_9@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:44.596794Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:43.7140247Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:59.702925Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523397029250,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"7ad7a4d8-17f9-4a91-ae39-da80c436311f\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL10\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL10\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 10 in run 1\",\n                \"email\": \"email_1_10@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:46.8955903Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:46.1118415Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:00.1065324Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523401065324,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"d95c835e-6b63-4c43-b829-d934b784d25f\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL11\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL11\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 11 in run 1\",\n                \"email\": \"email_1_11@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:48.0956076Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:47.3755532Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:06.0754435Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523460754435,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"4445d4b1-4b7d-40b9-958c-353ca1a5bcd6\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL12\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL12\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 12 in run 1\",\n                \"email\": \"email_1_12@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:49.3225745Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:48.5609751Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:06.1858092Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523461858092,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"56eeadcc-3305-4fb5-a08c-bd2b67998bb4\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL13\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL13\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 13 in run 1\",\n                \"email\": \"email_1_13@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:50.7235123Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:49.7980502Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:09.9997119Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523499997119,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"d18b04c8-aeb0-4ddb-9083-be1b169fcbaf\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL14\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL14\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 14 in run 1\",\n                \"email\": \"email_1_14@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:51.868518Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:51.1773179Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:09.7890999Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523497890999,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"65718808-df1f-4114-9655-9d756d2b779a\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL15\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL15\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 15 in run 1\",\n                \"email\": \"email_1_15@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:53.6024857Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:52.7190867Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:14.1977869Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523541977869,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"a0123b09-ef3e-432a-8f48-b99f00a32099\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL16\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL16\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 16 in run 1\",\n                \"email\": \"email_1_16@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:56.4201868Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:55.1334711Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:14.4622499Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523544622499,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"f9a44fb7-4c53-4d4b-8d63-d75182e1ed6b\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL17\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL17\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 17 in run 1\",\n                \"email\": \"email_1_17@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:57.9626566Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:57.1875355Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:17.6057683Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523576057683,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"17b8982e-5df0-4f2d-ad17-c09a9e77c256\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL18\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL18\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 18 in run 1\",\n                \"email\": \"email_1_18@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:18:59.4457025Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:58.6737766Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:18.2235416Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523582235416,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"4f05f223-8edf-4c04-8e91-fcba2006f4d7\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL19\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL19\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 19 in run 1\",\n                \"email\": \"email_1_19@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:19:01.5017752Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:00.5513543Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:22.2368597Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523622368597,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"836189be-3b59-40b3-a87a-e7662313343c\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL20\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL20\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 20 in run 1\",\n                \"email\": \"email_1_20@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:19:04.6435207Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:02.8078102Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:22.8219258Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523628219258,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"872d8067-16bb-4fed-9033-5123c103b5d1\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL21\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL21\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 21 in run 1\",\n                \"email\": \"email_1_21@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:19:06.3551579Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:05.4126161Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:27.364511Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523673645110,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"601abfa0-ad3c-4760-a062-9feb3e98d5d8\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL22\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL22\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 22 in run 1\",\n                \"email\": \"email_1_22@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:19:07.5220972Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:06.8617246Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:27.690103Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523676901030,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"eae5443e-71a5-4b00-be1f-e519745f1276\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL23\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL23\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 23 in run 1\",\n                \"email\": \"email_1_23@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:19:09.4294932Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:08.0597313Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:33.1279887Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523731279887,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"ef1029c6-59df-41f0-97dd-b1894f1c2172\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL24\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL24\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 24 in run 1\",\n                \"email\": \"email_1_24@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:19:10.7046344Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:09.9939787Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:33.2748947Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523732748947,\n            \"stage\": \"ST1\"\n        },\n        {\n            \"itemID\": \"c6bfa086-552a-407c-bd6a-6db99940b09f\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL25\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL25\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 25 in run 1\",\n                \"email\": \"email_1_25@example.com\"\n            },\n            \"modified\": \"2021-05-19T20:19:11.9847588Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:11.1137806Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:38.0017549Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1b\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mmu@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523780017549,\n            \"stage\": \"ST1\"\n        }\n    ],\n    \"queryDate\": \"2021-10-11T14:22:28.2345748Z\",\n    \"page\": 1,\n    \"hitsPerPage\": 25,\n    \"totalCount\": 2090,\n    \"totalPages\": 84\n}"},{"id":"f249700f-7e72-4a97-b03d-f30026cc6044","name":"List Forms (full)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/?format=full&allforms=true&page=1&hitsPerPage=25","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms",""],"query":[{"key":"format","value":"full","description":"json result format (minimal|brief|full), default brief"},{"key":"allforms","value":"true","description":"all forms for template, not just those for current user. requiresd special access rights"},{"key":"pdfready","value":"true","description":"filter: pdf generation / workflows finished","disabled":true},{"key":"stage","value":"S1","description":"filter: stage","disabled":true},{"key":"status","value":"Approved","description":"filter: status (Edit|Group|Approved|Archived)","disabled":true},{"key":"query","value":"","description":"filter: search text use filedname:text to search in specified field. only fields marked as ListData are searchable","disabled":true},{"key":"modifiedSince","value":"2021-09-01T00:00:00+02:00","description":"filter: forms modified after given timestamp (iso8601)","type":"text","disabled":true},{"key":"modifiedBefore","value":"2021-10-01T00:00:00+02:00","description":"filter: forms modified before given timestamp (iso8601)","type":"text","disabled":true},{"key":"deleted","value":"true","description":"filter: include deleted forms (requires allforms true)","type":"text","disabled":true},{"key":"page","value":"1","description":"Paged query, page number to display"},{"key":"hitsPerPage","value":"25","description":"Paged query, number of items per page (max 50)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-3089e792-f1d7-4cef-9139-1857a8b2abbc'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.7.1.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Oct 2021 14:38:26 GMT"},{"key":"Content-Length","value":"45585"}],"cookie":[],"responseTime":null,"body":"{\n    \"forms\": [\n        {\n            \"itemID\": \"3c8bd731-d5d9-4e7b-bd8f-3111b6f94572\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL1\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL1\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 1 in run 1\",\n                \"email\": \"email_1_1@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL1\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 1 in run 1\",\n                \"email\": \"email_1_1@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972146,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:18:42.267851Z\",\n                    \"version\": 637570523222678510,\n                    \"fileID\": 76426\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:34.7603941Z\",\n            \"modifiedBy\": \"Eva M\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:33.6348954Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:42.267851Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523222678510,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:18:42.2883077\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"c17481fb-6795-40d3-936c-0c8665510c62\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL2\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL2\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 2 in run 1\",\n                \"email\": \"email_1_2@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL2\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 2 in run 1\",\n                \"email\": \"email_1_2@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 707965,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:18:42.2562052Z\",\n                    \"version\": 637570523222562052,\n                    \"fileID\": 76425\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:35.4439911Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:35.069633Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:42.2562052Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523222562052,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:18:42.2888293\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"19bd12b1-f14a-48b5-bcdb-2e4f91c00701\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL3\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL3\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 3 in run 1\",\n                \"email\": \"email_1_3@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL3\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 3 in run 1\",\n                \"email\": \"email_1_3@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972149,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:18:48.2277152Z\",\n                    \"version\": 637570523282277152,\n                    \"fileID\": 76428\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:36.3810714Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:35.7289744Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:48.2277152Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523282277152,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:18:48.2361216\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"810a4f3a-d69a-46b9-9168-205c4f38c42b\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL4\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL4\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 4 in run 1\",\n                \"email\": \"email_1_4@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL4\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 4 in run 1\",\n                \"email\": \"email_1_4@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 707965,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:18:48.059449Z\",\n                    \"version\": 637570523280594490,\n                    \"fileID\": 76427\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:37.5216157Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:36.8252034Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:48.059449Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523280594490,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:18:48.0726242\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"b2220df0-8319-4212-b6d0-cee5f19d7f35\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL5\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL5\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 5 in run 1\",\n                \"email\": \"email_1_5@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL5\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 5 in run 1\",\n                \"email\": \"email_1_5@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972150,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:18:50.9060627Z\",\n                    \"version\": 637570523309060627,\n                    \"fileID\": 76429\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:38.7462332Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:38.1728249Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:50.9060627Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523309060627,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:18:50.9156352\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"8a24e224-b98e-4110-b2c6-0d89975c0870\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL6\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL6\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 6 in run 1\",\n                \"email\": \"email_1_6@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL6\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 6 in run 1\",\n                \"email\": \"email_1_6@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972306,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:18:51.0591793Z\",\n                    \"version\": 637570523310591793,\n                    \"fileID\": 76430\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:39.7961622Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:39.1408052Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:51.0591793Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523310591793,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:18:51.0682908\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"00c7b38c-dc21-4592-b546-a1e37b833b10\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL7\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL7\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 7 in run 1\",\n                \"email\": \"email_1_7@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL7\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 7 in run 1\",\n                \"email\": \"email_1_7@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972210,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:18:56.7217439Z\",\n                    \"version\": 637570523367217439,\n                    \"fileID\": 76431\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:40.5939962Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:40.1249014Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:56.7217439Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523367217439,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:18:56.7444437\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"a2711481-8298-46e7-b4a6-00f3794253c5\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL8\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL8\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 8 in run 1\",\n                \"email\": \"email_1_8@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL8\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 8 in run 1\",\n                \"email\": \"email_1_8@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972335,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:18:56.9200215Z\",\n                    \"version\": 637570523369200215,\n                    \"fileID\": 76432\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:43.2661401Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:42.5491961Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:56.9200215Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523369200215,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:18:56.9323787\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"30c730a7-959c-460f-a3b1-309b2184c25b\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL9\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL9\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 9 in run 1\",\n                \"email\": \"email_1_9@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL9\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 9 in run 1\",\n                \"email\": \"email_1_9@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972319,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:18:59.702925Z\",\n                    \"version\": 637570523397029250,\n                    \"fileID\": 76433\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:44.596794Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:43.7140247Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:18:59.702925Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523397029250,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:18:59.7799592\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"7ad7a4d8-17f9-4a91-ae39-da80c436311f\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL10\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL10\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 10 in run 1\",\n                \"email\": \"email_1_10@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL10\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 10 in run 1\",\n                \"email\": \"email_1_10@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972245,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:00.1065324Z\",\n                    \"version\": 637570523401065324,\n                    \"fileID\": 76434\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:46.8955903Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:46.1118415Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:00.1065324Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523401065324,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:00.1388277\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"d95c835e-6b63-4c43-b829-d934b784d25f\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL11\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL11\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 11 in run 1\",\n                \"email\": \"email_1_11@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL11\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 11 in run 1\",\n                \"email\": \"email_1_11@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 707974,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:06.0754435Z\",\n                    \"version\": 637570523460754435,\n                    \"fileID\": 76435\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:48.0956076Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:47.3755532Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:06.0754435Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523460754435,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:06.0875315\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"4445d4b1-4b7d-40b9-958c-353ca1a5bcd6\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL12\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL12\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 12 in run 1\",\n                \"email\": \"email_1_12@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL12\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 12 in run 1\",\n                \"email\": \"email_1_12@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 707975,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:06.1858092Z\",\n                    \"version\": 637570523461858092,\n                    \"fileID\": 76436\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:49.3225745Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:48.5609751Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:06.1858092Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523461858092,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:06.1959729\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"56eeadcc-3305-4fb5-a08c-bd2b67998bb4\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL13\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL13\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 13 in run 1\",\n                \"email\": \"email_1_13@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL13\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 13 in run 1\",\n                \"email\": \"email_1_13@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972158,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:09.9997119Z\",\n                    \"version\": 637570523499997119,\n                    \"fileID\": 76438\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:50.7235123Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:49.7980502Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:09.9997119Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523499997119,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:10.008476\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"d18b04c8-aeb0-4ddb-9083-be1b169fcbaf\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL14\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL14\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 14 in run 1\",\n                \"email\": \"email_1_14@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL14\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 14 in run 1\",\n                \"email\": \"email_1_14@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 707974,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:09.7890999Z\",\n                    \"version\": 637570523497890999,\n                    \"fileID\": 76437\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:51.868518Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:51.1773179Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:09.7890999Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523497890999,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:09.7972776\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"65718808-df1f-4114-9655-9d756d2b779a\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL15\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL15\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 15 in run 1\",\n                \"email\": \"email_1_15@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL15\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 15 in run 1\",\n                \"email\": \"email_1_15@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972161,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:14.1977869Z\",\n                    \"version\": 637570523541977869,\n                    \"fileID\": 76439\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:53.6024857Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:52.7190867Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:14.1977869Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523541977869,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:14.217107\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"a0123b09-ef3e-432a-8f48-b99f00a32099\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL16\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL16\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 16 in run 1\",\n                \"email\": \"email_1_16@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL16\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 16 in run 1\",\n                \"email\": \"email_1_16@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972315,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:14.4622499Z\",\n                    \"version\": 637570523544622499,\n                    \"fileID\": 76440\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:56.4201868Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:55.1334711Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:14.4622499Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523544622499,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:14.4698995\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"f9a44fb7-4c53-4d4b-8d63-d75182e1ed6b\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL17\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL17\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 17 in run 1\",\n                \"email\": \"email_1_17@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL17\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 17 in run 1\",\n                \"email\": \"email_1_17@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 708033,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:17.6057683Z\",\n                    \"version\": 637570523576057683,\n                    \"fileID\": 76441\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:57.9626566Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:57.1875355Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:17.6057683Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523576057683,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:17.6140893\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"17b8982e-5df0-4f2d-ad17-c09a9e77c256\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL18\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL18\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 18 in run 1\",\n                \"email\": \"email_1_18@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL18\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 18 in run 1\",\n                \"email\": \"email_1_18@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972342,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:18.2235416Z\",\n                    \"version\": 637570523582235416,\n                    \"fileID\": 76442\n                }\n            ],\n            \"modified\": \"2021-05-19T20:18:59.4457025Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:18:58.6737766Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:18.2235416Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523582235416,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:18.2356991\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"4f05f223-8edf-4c04-8e91-fcba2006f4d7\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL19\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL19\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 19 in run 1\",\n                \"email\": \"email_1_19@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL19\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 19 in run 1\",\n                \"email\": \"email_1_19@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972327,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:22.2368597Z\",\n                    \"version\": 637570523622368597,\n                    \"fileID\": 76443\n                }\n            ],\n            \"modified\": \"2021-05-19T20:19:01.5017752Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:00.5513543Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:22.2368597Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523622368597,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:22.2465674\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"836189be-3b59-40b3-a87a-e7662313343c\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL20\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL20\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 20 in run 1\",\n                \"email\": \"email_1_20@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL20\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 20 in run 1\",\n                \"email\": \"email_1_20@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972246,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:22.8219258Z\",\n                    \"version\": 637570523628219258,\n                    \"fileID\": 76444\n                }\n            ],\n            \"modified\": \"2021-05-19T20:19:04.6435207Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:02.8078102Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:22.8219258Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523628219258,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:22.8317097\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"872d8067-16bb-4fed-9033-5123c103b5d1\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL21\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL21\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 21 in run 1\",\n                \"email\": \"email_1_21@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL21\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 21 in run 1\",\n                \"email\": \"email_1_21@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972157,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:27.364511Z\",\n                    \"version\": 637570523673645110,\n                    \"fileID\": 76445\n                }\n            ],\n            \"modified\": \"2021-05-19T20:19:06.3551579Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:05.4126161Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:27.364511Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523673645110,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:27.3790169\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"601abfa0-ad3c-4760-a062-9feb3e98d5d8\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL22\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL22\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 22 in run 1\",\n                \"email\": \"email_1_22@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL22\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 22 in run 1\",\n                \"email\": \"email_1_22@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972157,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:27.690103Z\",\n                    \"version\": 637570523676901030,\n                    \"fileID\": 76446\n                }\n            ],\n            \"modified\": \"2021-05-19T20:19:07.5220972Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:06.8617246Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:27.690103Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523676901030,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:27.7014938\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"eae5443e-71a5-4b00-be1f-e519745f1276\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL23\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL23\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 23 in run 1\",\n                \"email\": \"email_1_23@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL23\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 23 in run 1\",\n                \"email\": \"email_1_23@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 707973,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:33.1279887Z\",\n                    \"version\": 637570523731279887,\n                    \"fileID\": 76447\n                }\n            ],\n            \"modified\": \"2021-05-19T20:19:09.4294932Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:08.0597313Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:33.1279887Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523731279887,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:33.1378813\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"ef1029c6-59df-41f0-97dd-b1894f1c2172\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL24\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL24\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 24 in run 1\",\n                \"email\": \"email_1_24@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL24\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 24 in run 1\",\n                \"email\": \"email_1_24@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 707976,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:33.2748947Z\",\n                    \"version\": 637570523732748947,\n                    \"fileID\": 76448\n                }\n            ],\n            \"modified\": \"2021-05-19T20:19:10.7046344Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:09.9939787Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:33.2748947Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523732748947,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:33.2835655\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        },\n        {\n            \"itemID\": \"c6bfa086-552a-407c-bd6a-6db99940b09f\",\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"title\": \"QA Testform 1 TTL25\",\n            \"status\": \"Edit\",\n            \"saveStatus\": \"Manual\",\n            \"isExtendedRead\": true,\n            \"completion\": 0,\n            \"feedback\": null,\n            \"listData\": {\n                \"tab1_textfield_text\": \"TTL25\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 25 in run 1\",\n                \"email\": \"email_1_25@example.com\"\n            },\n            \"pictures\": [],\n            \"maps\": [],\n            \"sketches\": [],\n            \"links\": [],\n            \"audio\": [],\n            \"documents\": [],\n            \"fields\": {\n                \"tab1_textfield_text\": \"TTL25\",\n                \"tab1_prefilled_textfield\": \"vorbelegt für item 25 in run 1\",\n                \"email\": \"email_1_25@example.com\"\n            },\n            \"files\": [\n                {\n                    \"filename\": \"form.pdf\",\n                    \"size\": 972162,\n                    \"contentType\": \"application/pdf\",\n                    \"modified\": \"2021-05-19T20:19:38.0017549Z\",\n                    \"version\": 637570523780017549,\n                    \"fileID\": 76449\n                }\n            ],\n            \"modified\": \"2021-05-19T20:19:11.9847588Z\",\n            \"modifiedBy\": \"Eva Musterfrau\",\n            \"modifiedUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"created\": \"2021-05-19T20:19:11.1137806Z\",\n            \"createdBy\": \"Eva Musterfrau\",\n            \"createdUser\": {\n                \"id\": 102,\n                \"title\": \"Eva Musterfrau\",\n                \"upn\": \"emf@example.com\",\n                \"email\": \"emf@example.com\",\n                \"isGroup\": false\n            },\n            \"pdfDate\": \"2021-05-19T20:19:38.0017549Z\",\n            \"pdfReady\": true,\n            \"group\": {\n                \"company\": \"Contoso\",\n                \"address\": \"Strasse 1\\n9999 Sampletown\",\n                \"logoUrl\": \"/api/app/1/groupportal/45/logo\",\n                \"id\": 30,\n                \"title\": \"DOMAIN\\\\demogroup1\",\n                \"upn\": \"DOMAIN\\\\demogroup1\",\n                \"email\": null,\n                \"isGroup\": true\n            },\n            \"owner\": {\n                \"id\": 134,\n                \"title\": \"Max Mustermann\",\n                \"upn\": \"mma@example.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"pdfVersion\": 637570523780017549,\n            \"workflowLog\": {\n                \"log\": [\n                    {\n                        \"sequence\": 1,\n                        \"actionType\": 4,\n                        \"action\": \"\",\n                        \"actionTransform\": null,\n                        \"completed\": \"2021-05-19T22:19:38.010526\",\n                        \"completionStatus\": \"OK\"\n                    }\n                ],\n                \"isFinished\": true\n            },\n            \"stage\": \"ST1\",\n            \"statistic\": {\n                \"offline\": 0,\n                \"open\": 0,\n                \"pages\": {},\n                \"statusGroupToEdit\": 0,\n                \"statusEditToGroup\": 0,\n                \"time\": 0,\n                \"oneColumn\": 0,\n                \"twoColumns\": 0\n            }\n        }\n    ],\n    \"queryDate\": \"2021-10-11T14:38:25.6834217Z\",\n    \"page\": 1,\n    \"hitsPerPage\": 25,\n    \"totalCount\": 2090,\n    \"totalPages\": 84\n}"}],"_postman_id":"335cf95a-6038-43ff-a08c-2e63611a0ec8"},{"name":"Get Form","event":[{"listen":"test","script":{"id":"f4dd9651-7acf-4a6f-aa58-4f8194cdca03","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"1c4b9ebe-01d9-44d7-a126-1a7c6e88d011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[{"disabled":true,"description":{"content":"<p>minimal|brief|full|repeating, default full</p>\n","type":"text/plain"},"key":"format","value":"full"}],"variable":[]}},"response":[{"id":"b7859701-a7ad-4533-9a97-dd72ee7db660","name":"Get Form","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Jul 2019 13:55:57 GMT"},{"key":"Content-Length","value":"9040"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"d18ecd48-9fee-48bb-9cfe-46bfec171298\",\n    \"version\": 10,\n    \"displayVersion\": \"5.0\",\n    \"title\": \"BASE FORM API:\",\n    \"mainImage\": \"DSC06143.jpg\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-02-13T07:47:52.069Z\",\n        \"tab1_timepicker1_HFTime\": \"08:47\",\n        \"tab1_timepicker1_HFLocal\": \"2019-02-13T08:47:52.069+01:00\",\n        \"tab1_timepicker2\": \"2019-02-13T07:47:52.074Z\",\n        \"tab1_timepicker2_HFTime\": \"08:47\",\n        \"tab1_timepicker2_HFLocal\": \"2019-02-13T08:47:52.074+01:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10.00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": null,\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [\n        {\n            \"width\": 4912,\n            \"height\": 2763,\n            \"original\": true,\n            \"exifOrientation\": 1,\n            \"latitude\": 47.06686,\n            \"longitude\": 15.43693,\n            \"accuracy\": 813,\n            \"accuracyFormatted\": \"~ 813 m\",\n            \"id\": \"pic-8486c159-b9f0-4f38-68fa-d30e81bd41e7\",\n            \"filename\": \"DSC06143.jpg\",\n            \"remark\": \"\",\n            \"date\": \"2019-05-02T09:48:20.209Z\",\n            \"status\": null,\n            \"hideInPDF\": null,\n            \"fileType\": null\n        }\n    ],\n    \"maps\": [\n        {\n            \"width\": 1280,\n            \"height\": 960,\n            \"latitude\": 47.06686,\n            \"longitude\": 15.436929999999961,\n            \"accuracy\": null,\n            \"accuracyFormatted\": null,\n            \"zoomLevel\": 83,\n            \"bounds\": {\n                \"northeast\": {\n                    \"latitude\": 47.068416557254324,\n                    \"longitude\": 15.441248356513938\n                },\n                \"southwest\": {\n                    \"latitude\": 47.065303397290826,\n                    \"longitude\": 15.432611643485984\n                }\n            },\n            \"provider\": \"GoogleMaps\",\n            \"mapType\": 0,\n            \"address\": {\n                \"formattedAddress\": \"Samplestreet 3, 9999 Sampletown, Österreich\",\n                \"addressLine\": \"Samplestreet 3\",\n                \"adminDistrict\": \"Steiermark\",\n                \"adminDistrict2\": null,\n                \"countryRegion\": \"Österreich\",\n                \"locality\": \"Sampletown\",\n                \"postalCode\": \"9999\"\n            },\n            \"id\": \"map-9a878841-cace-f396-56cc-5ac4a4da00c2\",\n            \"filename\": \"hf-map.png\",\n            \"remark\": \"\",\n            \"date\": \"2019-03-20T14:47:30.92Z\",\n            \"status\": null,\n            \"hideInPDF\": null,\n            \"fileType\": null\n        }\n    ],\n    \"sketches\": [\n        {\n            \"height\": 768,\n            \"width\": 1366,\n            \"original\": false,\n            \"exifOrientation\": null,\n            \"id\": \"sketch-bee6855e-0068-e22d-7eec-98cec4b7805e\",\n            \"filename\": \"sketch-783ab131-247e-d525-4b7f-b86580117545.png\",\n            \"remark\": \"\",\n            \"date\": \"2019-03-20T14:47:11.969Z\",\n            \"status\": null,\n            \"hideInPDF\": null,\n            \"fileType\": null\n        }\n    ],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [\n        {\n            \"added\": \"2019-03-20T14:47:51.509Z\",\n            \"fileSize\": 1182,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-1aa5ada0-9581-6a47-bf6e-d52809380842\",\n            \"filename\": \"test.txt\",\n            \"remark\": \"\",\n            \"date\": \"2019-03-20T14:47:51.509Z\",\n            \"status\": null,\n            \"hideInPDF\": null,\n            \"fileType\": \"txt\"\n        }\n    ],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"08:47\",\n        \"tab1_timepicker1_HFLocal\": \"2019-02-13T08:47:52.069+01:00\",\n        \"tab1_timepicker1\": \"2019-02-13T07:47:52.069Z\",\n        \"tab1_timepicker2_HFTime\": \"08:47\",\n        \"tab1_timepicker2_HFLocal\": \"2019-02-13T08:47:52.074+01:00\",\n        \"tab1_timepicker2\": \"2019-02-13T07:47:52.074Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": null,\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Doe\",\n        \"tab1_first_name\": \"Jane\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Max Mustermann\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_text\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"invisable-block-combobox\": null,\n        \"time-work\": null,\n        \"full-time\": \"40\",\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10.00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":9,\\\"offline\\\":0,\\\"time\\\":280,\\\"statusGroupToEdit\\\":3,\\\"statusEditToGroup\\\":3,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":10},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":280}\",\n        \"pic-55ec9097-7ca4-cf0c-d5f2-67b81211c131\": \"picturepicker_pic1|Tab 3\",\n        \"pic-0fd1916f-a3ee-92bd-6e55-1b27f2057ab3\": \"picturepicker_pic2|Tab 3\",\n        \"checkboxh2\": null,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov5\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"page-condition-checkbox\": null,\n        \"tab-condition-checkbox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"work-2\": null,\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"support_required\": null\n    },\n    \"files\": [\n        {\n            \"filename\": \"DSC06143.jpg\",\n            \"size\": 11462391,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2019-05-02T09:48:42.7555201Z\",\n            \"version\": 636923873227555201\n        },\n        {\n            \"filename\": \"form.pdf\",\n            \"size\": 842825,\n            \"contentType\": \"application/pdf\",\n            \"modified\": \"2019-05-02T09:48:50.5984319Z\",\n            \"version\": 636923873305984319\n        }\n    ],\n    \"modified\": \"2019-05-02T09:48:43.0694983Z\",\n    \"modifiedBy\": \"Max Mustermann\",\n    \"created\": \"2019-04-25T13:48:49.023694Z\",\n    \"createdBy\": \"Eva Musterfrau\",\n    \"pdfDate\": \"2019-05-02T09:48:50.5984319Z\",\n    \"pdfVersion\": 636923873305984319,\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"\",\n                \"actionTransform\": null,\n                \"completed\": \"2019-05-02T11:48:50.6054302\",\n                \"completionStatus\": \"OK\"\n            }\n        ],\n        \"isFinished\": true\n    }\n}"},{"id":"4db8db9f-4f26-466e-a2ab-e5fbea28e2da","name":"Get Form Brief Mode","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}?format=brief","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}"],"query":[{"key":"format","value":"brief"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Jul 2019 13:56:59 GMT"},{"key":"Content-Length","value":"2463"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"d18ecd48-9fee-48bb-9cfe-46bfec171298\",\n    \"version\": 10,\n    \"displayVersion\": \"5.0\",\n    \"title\": \"BASE FORM API:\",\n    \"mainImage\": \"DSC06143.jpg\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-02-13T07:47:52.069Z\",\n        \"tab1_timepicker1_HFTime\": \"08:47\",\n        \"tab1_timepicker1_HFLocal\": \"2019-02-13T08:47:52.069+01:00\",\n        \"tab1_timepicker2\": \"2019-02-13T07:47:52.074Z\",\n        \"tab1_timepicker2_HFTime\": \"08:47\",\n        \"tab1_timepicker2_HFLocal\": \"2019-02-13T08:47:52.074+01:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10.00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": null,\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"modified\": \"2019-05-02T09:48:43.0694983Z\",\n    \"modifiedBy\": \"Max Mustermann\",\n    \"created\": \"2019-04-25T13:48:49.023694Z\",\n    \"pdfDate\": \"2019-05-02T09:48:50.5984319Z\",\n    \"pdfVersion\": 636923873305984319\n}"},{"id":"c4ca06ca-9dd3-4d65-9f58-2e40ce8d75ba","name":"Get Form Minimal Mode Copy","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}?format=minimal","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}"],"query":[{"key":"format","value":"minimal"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Jul 2019 13:57:31 GMT"},{"key":"Content-Length","value":"216"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"d18ecd48-9fee-48bb-9cfe-46bfec171298\",\n    \"version\": 10,\n    \"displayVersion\": \"5.0\",\n    \"status\": \"Group\",\n    \"completion\": 0.6785714285714286,\n    \"modified\": \"2019-05-02T09:48:43.0694983Z\",\n    \"created\": \"2019-04-25T13:48:49.023694Z\"\n}"}],"_postman_id":"1c4b9ebe-01d9-44d7-a126-1a7c6e88d011"},{"name":"List Form Files","id":"c772325e-bb65-42cf-b5a5-8ad5e41ce6bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/files","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","files"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"96bc8a38-a029-46c0-a9cb-9933b841bd2f","name":"List Form Files","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-d96b55b8-d45f-4f8b-9bd6-4594b847613a'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.6"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 14 Sep 2021 17:06:05 GMT"},{"key":"Content-Length","value":"1028"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"filename\": \"form.pdf\",\n        \"size\": 1200589,\n        \"contentType\": \"application/pdf\",\n        \"modified\": \"2021-09-14T15:33:40.3105795Z\",\n        \"version\": 637672304203105795,\n        \"fileID\": 78670\n    },\n    {\n        \"filename\": \"tab1_signature_incl_name1.png\",\n        \"size\": 311062,\n        \"contentType\": \"image/png\",\n        \"modified\": \"2021-05-07T12:04:49.0135499Z\",\n        \"version\": 637559858890135499,\n        \"fileID\": 74525\n    },\n    {\n        \"filename\": \"tab1_signature_incl_name1.zip\",\n        \"size\": 6776,\n        \"contentType\": \"application/x-zip-compressed\",\n        \"modified\": \"2021-05-07T12:04:48.8096593Z\",\n        \"version\": 637559858888096593,\n        \"fileID\": 74524\n    },\n    {\n        \"filename\": \"tab1_signature_incl_name2.png\",\n        \"size\": 324576,\n        \"contentType\": \"image/png\",\n        \"modified\": \"2021-09-01T19:36:11.9229987Z\",\n        \"version\": 637661217719229987,\n        \"fileID\": 78616\n    },\n    {\n        \"filename\": \"tab1_signature_incl_name2.zip\",\n        \"size\": 12585,\n        \"contentType\": \"application/x-zip-compressed\",\n        \"modified\": \"2021-09-01T19:36:11.7813048Z\",\n        \"version\": 637661217717813048,\n        \"fileID\": 78615\n    }\n]"}],"_postman_id":"c772325e-bb65-42cf-b5a5-8ad5e41ce6bf"},{"name":"Get Form File","id":"a0836ac2-f5a0-480b-94b2-ced5a28f8850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/files/{{filename}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","files","{{filename}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0836ac2-f5a0-480b-94b2-ced5a28f8850"},{"name":"Get Form History","id":"3090f55e-62d7-41d5-964c-411862377d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/history","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","history"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"6bb54789-2a44-4fb8-9c06-71cc827fbd52","name":"Get Form History","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"18623"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-d96b55b8-d45f-4f8b-9bd6-4594b847613a'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.6"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 14 Sep 2021 17:03:38 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 122507,\n        \"modified\": \"2021-05-07T12:04:05.1349538Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 1,\n        \"displayVersion\": \"1.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction started (Device-ID b9d96ca2-b9f5-3edb-2b00-76117a40aedb)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122508,\n        \"modified\": \"2021-05-07T12:04:05.2836305Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 1,\n        \"displayVersion\": \"1.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Form data saved\",\n        \"hasDetails\": true\n    },\n    {\n        \"id\": 122509,\n        \"modified\": \"2021-05-07T12:04:05.8747488Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 1,\n        \"displayVersion\": \"1.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"kages.png\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122510,\n        \"modified\": \"2021-05-07T12:04:06.0286653Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 1,\n        \"displayVersion\": \"1.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction completed (Device-ID b9d96ca2-b9f5-3edb-2b00-76117a40aedb)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122511,\n        \"modified\": \"2021-05-07T12:04:15.422954Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 1,\n        \"displayVersion\": \"1.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122512,\n        \"modified\": \"2021-05-07T12:04:15.4371508Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 1,\n        \"displayVersion\": \"1.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122513,\n        \"modified\": \"2021-05-07T12:04:23.7443459Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 2,\n        \"displayVersion\": \"1.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction started (Device-ID b9d96ca2-b9f5-3edb-2b00-76117a40aedb)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122514,\n        \"modified\": \"2021-05-07T12:04:23.8670887Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 2,\n        \"displayVersion\": \"1.0\",\n        \"isArchvied\": true,\n        \"status\": \"Group\",\n        \"change\": \"Form data saved\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122515,\n        \"modified\": \"2021-05-07T12:04:24.0134349Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 2,\n        \"displayVersion\": \"2.0\",\n        \"isArchvied\": true,\n        \"status\": \"Group\",\n        \"change\": \"Save transaction completed (Device-ID b9d96ca2-b9f5-3edb-2b00-76117a40aedb)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122516,\n        \"modified\": \"2021-05-07T12:04:30.3985222Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 2,\n        \"displayVersion\": \"2.0\",\n        \"isArchvied\": true,\n        \"status\": \"Group\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122517,\n        \"modified\": \"2021-05-07T12:04:30.4322908Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 2,\n        \"displayVersion\": \"2.0\",\n        \"isArchvied\": true,\n        \"status\": \"Group\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122519,\n        \"modified\": \"2021-05-07T12:04:30.5521193Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 2,\n        \"displayVersion\": \"2.0\",\n        \"isArchvied\": true,\n        \"status\": \"Group\",\n        \"change\": \"Run workflow Change Metadata: setfield tab1_textfield={null} with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122518,\n        \"modified\": \"2021-05-07T12:04:30.5351359Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 3,\n        \"displayVersion\": \"2.0\",\n        \"isArchvied\": false,\n        \"status\": \"Group\",\n        \"change\": \"Form data saved\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122520,\n        \"modified\": \"2021-05-07T12:04:30.6536341Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 3,\n        \"displayVersion\": \"2.1\",\n        \"isArchvied\": false,\n        \"status\": \"Group\",\n        \"change\": \"Save transaction completed (Device-ID 00000000-0000-0000-0000-000000000000)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122521,\n        \"modified\": \"2021-05-07T12:04:36.7981601Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 3,\n        \"displayVersion\": \"2.1\",\n        \"isArchvied\": false,\n        \"status\": \"Group\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122522,\n        \"modified\": \"2021-05-07T12:04:36.813025Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 3,\n        \"displayVersion\": \"2.1\",\n        \"isArchvied\": false,\n        \"status\": \"Group\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122523,\n        \"modified\": \"2021-05-07T12:04:39.3834099Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 4,\n        \"displayVersion\": \"2.1\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Assigned to user \\\"mmu@example.com\\\"\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122524,\n        \"modified\": \"2021-05-07T12:04:47.5540338Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 4,\n        \"displayVersion\": \"3.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122525,\n        \"modified\": \"2021-05-07T12:04:47.5761503Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 4,\n        \"displayVersion\": \"3.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122526,\n        \"modified\": \"2021-05-07T12:04:48.4049119Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 5,\n        \"displayVersion\": \"3.0\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction started (Device-ID b9d96ca2-b9f5-3edb-2b00-76117a40aedb)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122527,\n        \"modified\": \"2021-05-07T12:04:48.5834148Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 5,\n        \"displayVersion\": \"3.0\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Form data saved\",\n        \"hasDetails\": true\n    },\n    {\n        \"id\": 122528,\n        \"modified\": \"2021-05-07T12:04:48.8098539Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 5,\n        \"displayVersion\": \"3.0\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"tab1_signature_incl_name1.zip\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122529,\n        \"modified\": \"2021-05-07T12:04:49.0136646Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 5,\n        \"displayVersion\": \"3.0\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"tab1_signature_incl_name1.png\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122530,\n        \"modified\": \"2021-05-07T12:04:49.1831397Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 5,\n        \"displayVersion\": \"3.1\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction completed (Device-ID b9d96ca2-b9f5-3edb-2b00-76117a40aedb)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122531,\n        \"modified\": \"2021-05-07T12:04:58.4262437Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 5,\n        \"displayVersion\": \"3.1\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 122532,\n        \"modified\": \"2021-05-07T12:04:58.4414617Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 5,\n        \"displayVersion\": \"3.1\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137981,\n        \"modified\": \"2021-08-24T08:32:55.1924777Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 6,\n        \"displayVersion\": \"3.1\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction started (Device-ID 1a28376f-8104-a155-9fba-1227ff4764b2)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137982,\n        \"modified\": \"2021-08-24T08:32:55.4505214Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 6,\n        \"displayVersion\": \"3.1\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Form data saved\",\n        \"hasDetails\": true\n    },\n    {\n        \"id\": 137983,\n        \"modified\": \"2021-08-24T08:32:55.6879705Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 6,\n        \"displayVersion\": \"3.2\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction completed (Device-ID 1a28376f-8104-a155-9fba-1227ff4764b2)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137984,\n        \"modified\": \"2021-08-24T08:33:06.7486452Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 6,\n        \"displayVersion\": \"3.2\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137985,\n        \"modified\": \"2021-08-24T08:33:06.7638149Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 6,\n        \"displayVersion\": \"3.2\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137992,\n        \"modified\": \"2021-09-01T19:34:23.6223995Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 8,\n        \"displayVersion\": \"3.2\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction started (Device-ID 1a28376f-8104-a155-9fba-1227ff4764b2)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137993,\n        \"modified\": \"2021-09-01T19:34:23.818509Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 8,\n        \"displayVersion\": \"3.2\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Form data saved\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137994,\n        \"modified\": \"2021-09-01T19:34:24.0308493Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 8,\n        \"displayVersion\": \"3.3\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction completed (Device-ID 1a28376f-8104-a155-9fba-1227ff4764b2)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137995,\n        \"modified\": \"2021-09-01T19:34:34.5554738Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 8,\n        \"displayVersion\": \"3.3\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137996,\n        \"modified\": \"2021-09-01T19:34:34.5740373Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 8,\n        \"displayVersion\": \"3.3\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137997,\n        \"modified\": \"2021-09-01T19:36:11.4688951Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 10,\n        \"displayVersion\": \"3.3\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction started (Device-ID 1a28376f-8104-a155-9fba-1227ff4764b2)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 137998,\n        \"modified\": \"2021-09-01T19:36:11.6555536Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 10,\n        \"displayVersion\": \"3.3\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Form data saved\",\n        \"hasDetails\": true\n    },\n    {\n        \"id\": 137999,\n        \"modified\": \"2021-09-01T19:36:11.7814454Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 10,\n        \"displayVersion\": \"3.3\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"tab1_signature_incl_name2.zip\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138000,\n        \"modified\": \"2021-09-01T19:36:11.9230828Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 10,\n        \"displayVersion\": \"3.3\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"tab1_signature_incl_name2.png\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138001,\n        \"modified\": \"2021-09-01T19:36:12.0623769Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 10,\n        \"displayVersion\": \"3.4\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction completed (Device-ID 1a28376f-8104-a155-9fba-1227ff4764b2)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138002,\n        \"modified\": \"2021-09-01T19:36:21.8136828Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 10,\n        \"displayVersion\": \"3.4\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138003,\n        \"modified\": \"2021-09-01T19:36:21.8338581Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 10,\n        \"displayVersion\": \"3.4\",\n        \"isArchvied\": false,\n        \"status\": \"Edit\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138196,\n        \"modified\": \"2021-09-14T15:10:56.3562737Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 11,\n        \"displayVersion\": \"4.0\",\n        \"isArchvied\": true,\n        \"status\": \"Archived\",\n        \"change\": \"Status changed\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138197,\n        \"modified\": \"2021-09-14T15:11:06.7743271Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 11,\n        \"displayVersion\": \"4.0\",\n        \"isArchvied\": true,\n        \"status\": \"Archived\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138198,\n        \"modified\": \"2021-09-14T15:11:06.7941939Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 11,\n        \"displayVersion\": \"4.0\",\n        \"isArchvied\": true,\n        \"status\": \"Archived\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138199,\n        \"modified\": \"2021-09-14T15:12:37.6654105Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 12,\n        \"displayVersion\": \"5.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Status changed\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138200,\n        \"modified\": \"2021-09-14T15:12:44.4298518Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 12,\n        \"displayVersion\": \"5.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138201,\n        \"modified\": \"2021-09-14T15:12:44.4505464Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 12,\n        \"displayVersion\": \"5.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138202,\n        \"modified\": \"2021-09-14T15:17:46.6294629Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 13,\n        \"displayVersion\": \"5.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction started (Device-ID 1a28376f-8104-a155-9fba-1227ff4764b2)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138203,\n        \"modified\": \"2021-09-14T15:17:47.6098933Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 13,\n        \"displayVersion\": \"5.0\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Form data saved\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138204,\n        \"modified\": \"2021-09-14T15:17:48.7577952Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 13,\n        \"displayVersion\": \"5.1\",\n        \"isArchvied\": true,\n        \"status\": \"Edit\",\n        \"change\": \"Save transaction completed (Device-ID 1a28376f-8104-a155-9fba-1227ff4764b2)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138205,\n        \"modified\": \"2021-09-14T15:33:21.8583984Z\",\n        \"modifiedBy\": {\n            \"id\": 102,\n            \"title\": \"Max Mustermann\",\n            \"upn\": \"mmu@example.com\",\n            \"email\": \"mmu@example.com\",\n            \"isGroup\": false\n        },\n        \"version\": 14,\n        \"displayVersion\": \"6.0\",\n        \"isArchvied\": true,\n        \"status\": \"Approved\",\n        \"change\": \"Status changed\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138206,\n        \"modified\": \"2021-09-14T15:33:33.6847339Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 14,\n        \"displayVersion\": \"6.0\",\n        \"isArchvied\": true,\n        \"status\": \"Approved\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138207,\n        \"modified\": \"2021-09-14T15:33:33.7024353Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 14,\n        \"displayVersion\": \"6.0\",\n        \"isArchvied\": true,\n        \"status\": \"Approved\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138208,\n        \"modified\": \"2021-09-14T15:33:34.0374692Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 14,\n        \"displayVersion\": \"6.0\",\n        \"isArchvied\": true,\n        \"status\": \"Approved\",\n        \"change\": \"Run workflow Send Mail with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138210,\n        \"modified\": \"2021-09-14T15:33:34.1238822Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 14,\n        \"displayVersion\": \"6.0\",\n        \"isArchvied\": true,\n        \"status\": \"Approved\",\n        \"change\": \"Run workflow Proceed to stage S2 with result OK\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138209,\n        \"modified\": \"2021-09-14T15:33:34.0973547Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 15,\n        \"displayVersion\": \"6.0\",\n        \"isArchvied\": true,\n        \"status\": \"Group\",\n        \"change\": \"Stage changed to \\\"S2\\\"\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138211,\n        \"modified\": \"2021-09-14T15:33:34.1940627Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 15,\n        \"displayVersion\": \"7.0\",\n        \"isArchvied\": true,\n        \"status\": \"Group\",\n        \"change\": \"Save transaction completed (Device-ID 00000000-0000-0000-0000-000000000000)\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138212,\n        \"modified\": \"2021-09-14T15:33:40.3108898Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 15,\n        \"displayVersion\": \"7.0\",\n        \"isArchvied\": true,\n        \"status\": \"Group\",\n        \"change\": \"File \\\"form.pdf\\\" added/updated\",\n        \"hasDetails\": false\n    },\n    {\n        \"id\": 138213,\n        \"modified\": \"2021-09-14T15:33:40.3251602Z\",\n        \"modifiedBy\": {\n            \"id\": 104,\n            \"title\": \"System\",\n            \"upn\": \"System\",\n            \"email\": null,\n            \"isGroup\": false\n        },\n        \"version\": 15,\n        \"displayVersion\": \"7.0\",\n        \"isArchvied\": true,\n        \"status\": \"Group\",\n        \"change\": \"Run workflow Generate PDF with result OK\",\n        \"hasDetails\": false\n    }\n]"}],"_postman_id":"3090f55e-62d7-41d5-964c-411862377d20"},{"name":"Begin Transaction","id":"48ebbd61-fe7b-4306-8bac-01bd99f0c1de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/begin","description":"<p>Multiple changes to a form (e.g. change of form data and upload of files) should be collected in a transaction; the changes are collected server side and published only when the transaction is commited.</p>\n<p>The same X-HF-DeviceID header is required for all updates belonging to the same transaction</p>\n<p>If the specified itemID does not yet exist, a new empty item is created.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","begin"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"1a944166-b4e6-4bef-abad-baf376933cf4","name":"Begin Transaction","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/begin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Jul 2019 14:08:13 GMT"},{"key":"Content-Length","value":"30"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionState\": \"Started\"\n}"}],"_postman_id":"48ebbd61-fe7b-4306-8bac-01bd99f0c1de"},{"name":"Create Form","event":[{"listen":"test","script":{"id":"79dd6825-66a9-4e27-b37a-571f3bdaa895","exec":[" var form = pm.response.json();","pm.environment.set(\"itemID\", form.itemID);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"form version is 1\", function () {","    var form = pm.response.json();","    pm.expect(form.version).to.eql(2);","});"],"type":"text/javascript"}}],"id":"dd46649c-abfa-46a1-991f-641d3273d4c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"antenna protocol| BY0999| Doberlug-Kirchhain Süd 100\",\n    \"status\": \"Edit\",\n    \"stage\": \"S1\",\n    \"saveStatus\": \"Manual\",\n    \"listData\": {\n        \"formCompletionStatus\": -1,\n        \"location_identifier\": \"BY0999\",\n        \"location_name\": \"Doberlug-Kirchhain Süd 100\",\n        \"location_street\": \"Tiergartenstr\",\n        \"location_street_number\": \"1\",\n        \"location_postcode\": \"03253\",\n        \"location_city\": \"Doberlug-Kirchhain\"\n    },\n    \"fields\": {\n        \"location_identifier\": \"BY0999\",\n        \"location_street\": \"Tiergartenstr\",\n        \"location_street_number\": \"1\",\n        \"location_postcode\": \"03253\",\n        \"location_city\": \"Doberlug-Kirchhain\",\n        \"location_name\": \"Doberlug-Kirchhain Süd 100\"\n    },\n    \"group\": {\n        \"upn\": \"ICOAD\\\\HUAWEI-user\"\n    },\n    \"owner\": {\n        \"upn\": \"mbe@icomedias.com\"\n    }\n}"},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/","description":"<p>Only use this endpoint if there are no further changes (e.g. file uploads) for the new form. If you need to als upload files, use </p>\n<ul>\n<li>begin transaction </li>\n<li>update form</li>\n<li>upload files</li>\n<li>commit transaction</li>\n</ul>\n<p>instead</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms",""],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"489f3bd9-6919-48d1-be58-d9129e663bb6","name":"Create Form","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"itemID\": \"56389af9-7a09-4cd4-b995-b1debd35d910\",\n    \"title\": \"BASE FORM API:\",\n    \"version\": 0,\n    \"displayVersion\": \"0\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"mainImage\": null,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": null,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\"\n    },\n    \"audio\": [],\n    \"documents\": [],\n    \"maps\": [],\n    \"links\": [],\n    \"pictures\": [],\n    \"sketches\": [],\n    \"created\": \"2019-07-08T14:04:05.422Z\",\n    \"feedback\": null,\n    \"statistic\": {\n        \"open\": 1,\n        \"offline\": 0,\n        \"time\": 0,\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"pages\": {\n            \"0\": {\n                \"label\": \"Controls\",\n                \"open\": 1\n            },\n            \"1\": {\n                \"label\": \"Repeating Unit, Table-Tag & DeepLink\",\n                \"open\": 0\n            },\n            \"2\": {\n                \"label\": \"Address Picker\",\n                \"open\": 0\n            },\n            \"3\": {\n                \"label\": \"HybridForms Tables\",\n                \"open\": 0\n            },\n            \"4\": {\n                \"label\": \"Table-Control\",\n                \"open\": 0\n            },\n            \"5\": {\n                \"label\": \"Conditions\",\n                \"open\": 0\n            },\n            \"6\": {\n                \"label\": \"Invisible\",\n                \"open\": 0\n            },\n            \"7\": {\n                \"label\": \"Disabled\",\n                \"open\": 0\n            },\n            \"8\": {\n                \"label\": \"Validation\",\n                \"open\": 0\n            },\n            \"9\": {\n                \"label\": \"Self Evaluation\",\n                \"open\": 0\n            }\n        },\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Jul 2019 14:05:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"938878f0-8f5b-4a10-b37e-a97c1c7f853c\",\n    \"version\": 1,\n    \"displayVersion\": \"1.0\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": null,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-08T14:05:49.3291246Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-08T14:05:49.322508Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    },\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 1,\n        \"pages\": {\n            \"0\": {\n                \"label\": \"Controls\",\n                \"open\": 1\n            },\n            \"1\": {\n                \"label\": \"Repeating Unit, Table-Tag & DeepLink\",\n                \"open\": 0\n            },\n            \"2\": {\n                \"label\": \"Address Picker\",\n                \"open\": 0\n            },\n            \"3\": {\n                \"label\": \"HybridForms Tables\",\n                \"open\": 0\n            },\n            \"4\": {\n                \"label\": \"Table-Control\",\n                \"open\": 0\n            },\n            \"5\": {\n                \"label\": \"Conditions\",\n                \"open\": 0\n            },\n            \"6\": {\n                \"label\": \"Invisible\",\n                \"open\": 0\n            },\n            \"7\": {\n                \"label\": \"Disabled\",\n                \"open\": 0\n            },\n            \"8\": {\n                \"label\": \"Validation\",\n                \"open\": 0\n            },\n            \"9\": {\n                \"label\": \"Self Evaluation\",\n                \"open\": 0\n            }\n        },\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"dd46649c-abfa-46a1-991f-641d3273d4c9"},{"name":"Update Form","event":[{"listen":"test","script":{"id":"4ab29eb0-8fe7-4365-a1b5-262438037a6a","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7d0d29f1-7a5c-48f1-a17f-a75125dab637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"itemID\": \"{{itemID}}\",\n    \"title\": \"Base Form API | 1234567890\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"listData\": {\n        \"tab1_textfield\": \"1234567890\",\n        \"Vorname\": \"yyy\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\":\"Wert Check h 2\"\n    },\n    \"fields\": {\n        \"tab1_textfield\": \"1234567890\",\n        \"Vorname\": \"yyy\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\":\"Wert Check h 2\"\n    },\n    \"group\": {\n        \"upn\": \"ICOAD\\\\AG-Hybridforms\"\n    },\n    \"owner\": {\n        \"upn\": \"mbe@icomedias.com\"\n    },\n    \"stage\": \"S2\"\n}\n"},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"58e09e3c-acf8-4860-932e-3dadce9f2308","name":"Update Form","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"itemID\": \"{{itemID}}\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"mainImage\": null,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"audio\": [],\n    \"documents\": [],\n    \"maps\": [],\n    \"links\": [],\n    \"pictures\": [\n        null\n    ],\n    \"sketches\": [],\n    \"feedback\": null,\n    \"statistic\": {\n        \"open\": 1,\n        \"offline\": 0,\n        \"time\": 0,\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"pages\": {\n            \"0\": {\n                \"label\": \"Controls\",\n                \"open\": 1\n            },\n            \"1\": {\n                \"label\": \"Repeating Unit, Table-Tag & DeepLink\",\n                \"open\": 0\n            },\n            \"2\": {\n                \"label\": \"Address Picker\",\n                \"open\": 0\n            },\n            \"3\": {\n                \"label\": \"HybridForms Tables\",\n                \"open\": 0\n            },\n            \"4\": {\n                \"label\": \"Table-Control\",\n                \"open\": 0\n            },\n            \"5\": {\n                \"label\": \"Conditions\",\n                \"open\": 0\n            },\n            \"6\": {\n                \"label\": \"Invisible\",\n                \"open\": 0\n            },\n            \"7\": {\n                \"label\": \"Disabled\",\n                \"open\": 0\n            },\n            \"8\": {\n                \"label\": \"Validation\",\n                \"open\": 0\n            },\n            \"9\": {\n                \"label\": \"Self Evaluation\",\n                \"open\": 0\n            }\n        },\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 05:53:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"16029d90-d6fc-4ee1-9ec1-06137d54e459\",\n    \"version\": 4,\n    \"displayVersion\": \"1.3\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T05:53:05.767398Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T05:51:48.7703828Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    },\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 1,\n        \"pages\": {\n            \"0\": {\n                \"label\": \"Controls\",\n                \"open\": 1\n            },\n            \"1\": {\n                \"label\": \"Repeating Unit, Table-Tag & DeepLink\",\n                \"open\": 0\n            },\n            \"2\": {\n                \"label\": \"Address Picker\",\n                \"open\": 0\n            },\n            \"3\": {\n                \"label\": \"HybridForms Tables\",\n                \"open\": 0\n            },\n            \"4\": {\n                \"label\": \"Table-Control\",\n                \"open\": 0\n            },\n            \"5\": {\n                \"label\": \"Conditions\",\n                \"open\": 0\n            },\n            \"6\": {\n                \"label\": \"Invisible\",\n                \"open\": 0\n            },\n            \"7\": {\n                \"label\": \"Disabled\",\n                \"open\": 0\n            },\n            \"8\": {\n                \"label\": \"Validation\",\n                \"open\": 0\n            },\n            \"9\": {\n                \"label\": \"Self Evaluation\",\n                \"open\": 0\n            }\n        },\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"},{"id":"e21c91ed-eefb-4984-9324-7e7adfc94789","name":"Update Form with If-Match Header","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"},{"key":"If-Match","value":"4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"itemID\": \"16029d90-d6fc-4ee1-9ec1-06137d54e459\",\n    \"version\": 5,\n    \"displayVersion\": \"1.4\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T05:54:27.5650779Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T05:51:48.7703828Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    },\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 1,\n        \"pages\": {\n            \"0\": {\n                \"label\": \"Controls\",\n                \"open\": 1\n            },\n            \"1\": {\n                \"label\": \"Repeating Unit, Table-Tag & DeepLink\",\n                \"open\": 0\n            },\n            \"2\": {\n                \"label\": \"Address Picker\",\n                \"open\": 0\n            },\n            \"3\": {\n                \"label\": \"HybridForms Tables\",\n                \"open\": 0\n            },\n            \"4\": {\n                \"label\": \"Table-Control\",\n                \"open\": 0\n            },\n            \"5\": {\n                \"label\": \"Conditions\",\n                \"open\": 0\n            },\n            \"6\": {\n                \"label\": \"Invisible\",\n                \"open\": 0\n            },\n            \"7\": {\n                \"label\": \"Disabled\",\n                \"open\": 0\n            },\n            \"8\": {\n                \"label\": \"Validation\",\n                \"open\": 0\n            },\n            \"9\": {\n                \"label\": \"Self Evaluation\",\n                \"open\": 0\n            }\n        },\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 05:54:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"16029d90-d6fc-4ee1-9ec1-06137d54e459\",\n    \"version\": 5,\n    \"displayVersion\": \"1.4\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T05:54:27.5650779Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T05:51:48.7703828Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    },\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 1,\n        \"pages\": {\n            \"0\": {\n                \"label\": \"Controls\",\n                \"open\": 1\n            },\n            \"1\": {\n                \"label\": \"Repeating Unit, Table-Tag & DeepLink\",\n                \"open\": 0\n            },\n            \"2\": {\n                \"label\": \"Address Picker\",\n                \"open\": 0\n            },\n            \"3\": {\n                \"label\": \"HybridForms Tables\",\n                \"open\": 0\n            },\n            \"4\": {\n                \"label\": \"Table-Control\",\n                \"open\": 0\n            },\n            \"5\": {\n                \"label\": \"Conditions\",\n                \"open\": 0\n            },\n            \"6\": {\n                \"label\": \"Invisible\",\n                \"open\": 0\n            },\n            \"7\": {\n                \"label\": \"Disabled\",\n                \"open\": 0\n            },\n            \"8\": {\n                \"label\": \"Validation\",\n                \"open\": 0\n            },\n            \"9\": {\n                \"label\": \"Self Evaluation\",\n                \"open\": 0\n            }\n        },\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"7d0d29f1-7a5c-48f1-a17f-a75125dab637"},{"name":"Upload Form File","event":[{"listen":"test","script":{"id":"27baa1ad-5a0e-4c57-9b25-5d4e39d2ba83","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"9c5e32f8-0ce7-4f55-91b1-ecf3a2317bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"image/jpeg","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/mas.ICOAD/Pictures/testpicture.jpg"}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/files/testpicture.jpg","description":"<p>Files can be uploaded either as binary body with a content type matching the uploaded file or as multipart/form-data; only one file element may be included</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","files","testpicture.jpg"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"4ccdbdbd-c436-47a1-be71-ba7dd257600f","name":"Upload Form File","originalRequest":{"method":"PUT","header":[{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"image/jpeg","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/mas.ICOAD/Pictures/testpicture.jpg"}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/files/testpicture.jpg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:11:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"filename\": \"testpicture.jpg\",\n    \"size\": 333960,\n    \"contentType\": \"image/jpeg\",\n    \"modified\": \"2019-07-09T06:11:06.9904864Z\",\n    \"version\": 636982494669904864\n}"}],"_postman_id":"9c5e32f8-0ce7-4f55-91b1-ecf3a2317bf6"},{"name":"Upload Multiple Files","event":[{"listen":"test","script":{"id":"45efc672-e11f-43ec-9eeb-5d26e186cd9e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6239bcca-e1aa-4ca9-a656-35a26a9a21aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":["/C:/Users/mbe/Documents/pdf/test-lorem.pdf","/C:/Users/mbe/Documents/pdf/test-lorem-bilder.pdf"]}]},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/files","description":"<p>You can send multiple files in one request. The files must be multipart/form-data encoded, filenames are taken from the mime parts.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","files"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"076a94fa-2120-4895-a474-aced5dbf0e43","name":"Upload Multiple Files","originalRequest":{"method":"PUT","header":[{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":["/C:/Users/mbe/Documents/pdf/test-lorem.pdf","/C:/Users/mbe/Documents/pdf/test-lorem-bilder.pdf"]}]},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"332"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-6d020a56-6484-4cb4-bcbd-733e3e4e6c0f'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.4"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 24 Aug 2021 19:54:20 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"filename\": \"test-lorem.pdf\",\n        \"size\": 264474,\n        \"contentType\": \"application/pdf\",\n        \"modified\": \"2021-08-24T19:54:20.5902426Z\",\n        \"version\": 637654316605902426,\n        \"fileID\": 78611\n    },\n    {\n        \"filename\": \"test-lorem-bilder.pdf\",\n        \"size\": 458349,\n        \"contentType\": \"application/pdf\",\n        \"modified\": \"2021-08-24T19:54:20.6337375Z\",\n        \"version\": 637654316606337375,\n        \"fileID\": 78612\n    }\n]"}],"_postman_id":"6239bcca-e1aa-4ca9-a656-35a26a9a21aa"},{"name":"Delete Form File","id":"e716ed0f-5530-4581-893e-6f01587c4be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/files/testpicture.jpg","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","files","testpicture.jpg"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"3e83d810-fe1d-4e1e-8c7f-de98345ea2a4","name":"Delete Form File","originalRequest":{"method":"DELETE","header":[{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/files/testpicture.jpg","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","files","testpicture.jpg"],"query":[{"key":"X-HF-DeviceID","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:14:10 GMT"},{"key":"Content-Length","value":"135"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted\": true\n}"}],"_postman_id":"e716ed0f-5530-4581-893e-6f01587c4be3"},{"name":"Rollback Transaction","id":"ba9be74f-3f1e-44b1-90a2-8597fbe870b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/rollback","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","rollback"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"48aed58c-3431-41b4-bc79-ffcfb44a6af3","name":"Rollback Transaction","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/rollback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:18:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionState\": \"Aborted\"\n}"}],"_postman_id":"ba9be74f-3f1e-44b1-90a2-8597fbe870b5"},{"name":"Commit Transaction","event":[{"listen":"test","script":{"id":"a3371e02-a358-4ff3-be9d-93c8c15d6e69","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f720063c-fdd1-413a-b1be-a70a5e409fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-HF-DeviceID","type":"text","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3"}],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/commit","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","commit"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"1cf91fcc-4eb9-4e71-bca1-cf0daf01e922","name":"Commit Transaction","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-HF-DeviceID","type":"text","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3"}],"body":{"mode":"raw","raw":""},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/commit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:13:07 GMT"},{"key":"Content-Length","value":"2348"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"3586a14e-eeef-4e08-87da-75001aaccf58\",\n    \"version\": 4,\n    \"displayVersion\": \"1.3\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"files\": [\n        {\n            \"filename\": \"testpicture.jpg\",\n            \"size\": 333960,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2019-07-09T06:11:06.9904864Z\",\n            \"version\": 636982494669904864\n        }\n    ],\n    \"modified\": \"2019-07-09T06:13:07.7384515Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:10:45.4547357Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"f720063c-fdd1-413a-b1be-a70a5e409fe7"},{"name":"Put Form into Group","id":"89b973a7-1548-42f0-bdcf-1b6ff3957e51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-HF-DeviceID","type":"text","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3"}],"body":{"mode":"raw","raw":"{\n    \"itemID\": \"{{itemID}}\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"mainImage\": null,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"audio\": [],\n    \"documents\": [],\n    \"maps\": [],\n    \"links\": [],\n    \"pictures\": [],\n    \"sketches\": [],\n    \"feedback\": null,\n    \"statistic\": {\n        \"open\": 1,\n        \"offline\": 0,\n        \"time\": 0,\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"pages\": {\n            \"0\": {\n                \"label\": \"Controls\",\n                \"open\": 1\n            },\n            \"1\": {\n                \"label\": \"Repeating Unit, Table-Tag & DeepLink\",\n                \"open\": 0\n            },\n            \"2\": {\n                \"label\": \"Address Picker\",\n                \"open\": 0\n            },\n            \"3\": {\n                \"label\": \"HybridForms Tables\",\n                \"open\": 0\n            },\n            \"4\": {\n                \"label\": \"Table-Control\",\n                \"open\": 0\n            },\n            \"5\": {\n                \"label\": \"Conditions\",\n                \"open\": 0\n            },\n            \"6\": {\n                \"label\": \"Invisible\",\n                \"open\": 0\n            },\n            \"7\": {\n                \"label\": \"Disabled\",\n                \"open\": 0\n            },\n            \"8\": {\n                \"label\": \"Validation\",\n                \"open\": 0\n            },\n            \"9\": {\n                \"label\": \"Self Evaluation\",\n                \"open\": 0\n            }\n        },\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"bd78893b-7f89-4329-b667-41f96c7052f2","name":"Put Form to Group","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-HF-DeviceID","type":"text","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3"}],"body":{"mode":"raw","raw":"{\n    \"itemID\": \"{{itemID}}\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"mainImage\": null,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"audio\": [],\n    \"documents\": [],\n    \"maps\": [],\n    \"links\": [],\n    \"pictures\": [],\n    \"sketches\": [],\n    \"feedback\": null,\n    \"statistic\": {\n        \"open\": 1,\n        \"offline\": 0,\n        \"time\": 0,\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"pages\": {\n            \"0\": {\n                \"label\": \"Controls\",\n                \"open\": 1\n            },\n            \"1\": {\n                \"label\": \"Repeating Unit, Table-Tag & DeepLink\",\n                \"open\": 0\n            },\n            \"2\": {\n                \"label\": \"Address Picker\",\n                \"open\": 0\n            },\n            \"3\": {\n                \"label\": \"HybridForms Tables\",\n                \"open\": 0\n            },\n            \"4\": {\n                \"label\": \"Table-Control\",\n                \"open\": 0\n            },\n            \"5\": {\n                \"label\": \"Conditions\",\n                \"open\": 0\n            },\n            \"6\": {\n                \"label\": \"Invisible\",\n                \"open\": 0\n            },\n            \"7\": {\n                \"label\": \"Disabled\",\n                \"open\": 0\n            },\n            \"8\": {\n                \"label\": \"Validation\",\n                \"open\": 0\n            },\n            \"9\": {\n                \"label\": \"Self Evaluation\",\n                \"open\": 0\n            }\n        },\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:21:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"95a6531b-d17b-4c6c-9e53-f677bc1c6e3a\",\n    \"version\": 4,\n    \"displayVersion\": \"3.0\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:21:15.5299125Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:20:19.1094424Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"89b973a7-1548-42f0-bdcf-1b6ff3957e51"},{"name":"Take Form from Group","id":"dd348467-a9c4-48eb-ad06-803c64ac5f72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/group?action=take","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","group"],"host":["https://example.hybridforms.net"],"query":[{"key":"action","value":"take"}],"variable":[]}},"response":[{"id":"aab9d9a9-1ba7-4bbc-877e-782547a23db2","name":"Take Form from Group","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/group?action=take","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","group"],"query":[{"key":"action","value":"take"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:21:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"95a6531b-d17b-4c6c-9e53-f677bc1c6e3a\",\n    \"version\": 5,\n    \"displayVersion\": \"3.1\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:21:42.7882206Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:20:19.1094424Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"dd348467-a9c4-48eb-ad06-803c64ac5f72"},{"name":"Take Form from Group (Form)","id":"acebe308-d159-409d-a549-0b7e6bb25ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"take","type":"text"}]},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/group","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","group"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"eb24a3cf-6448-4d48-8d75-28b3b33f0322","name":"Take Form from Group","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/group?action=take","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","group"],"query":[{"key":"action","value":"take"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:21:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"95a6531b-d17b-4c6c-9e53-f677bc1c6e3a\",\n    \"version\": 5,\n    \"displayVersion\": \"3.1\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:21:42.7882206Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:20:19.1094424Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"acebe308-d159-409d-a549-0b7e6bb25ed9"},{"name":"Request PDF","id":"9f68c625-9d1b-486f-8a55-cb24dec97326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/pdf","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","pdf"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"32e92ba4-125c-47da-af74-3221813597ae","name":"Take Form from Group","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/group?action=take","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","group"],"query":[{"key":"action","value":"take"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:21:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"95a6531b-d17b-4c6c-9e53-f677bc1c6e3a\",\n    \"version\": 5,\n    \"displayVersion\": \"3.1\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": true,\n        \"checkboxh2_HFValue\": \"Wert Check h 2\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:14\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:14:43.344+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:14:43.344Z\",\n        \"tab1_timepicker2_HFTime\": \"16:14\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:14:43.352+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:14:43.352Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": true,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"checkboxh2_HFValue\": \"Wert Check h 2\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:21:42.7882206Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:20:19.1094424Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"9f68c625-9d1b-486f-8a55-cb24dec97326"},{"name":"Delete Form","id":"ec1528cb-176f-4337-807d-42bd9af437d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[{"disabled":true,"description":{"content":"<p>delete from database instead of marking as deleted. required admin access</p>\n","type":"text/plain"},"key":"permanent","value":"true"}],"variable":[]}},"response":[{"id":"21218de1-386e-428a-a5c0-29cd11e98bf3","name":"Delete Form","originalRequest":{"method":"DELETE","header":[{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"}],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:23:27 GMT"},{"key":"Content-Length","value":"135"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted\": true\n}"}],"_postman_id":"ec1528cb-176f-4337-807d-42bd9af437d2"},{"name":"Assign Form to User (deprecated)","id":"0292f64b-8731-47bc-baab-da22aa961a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/owner?to=rsi@icomedias.com","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","owner"],"host":["https://example.hybridforms.net"],"query":[{"key":"to","value":"rsi@icomedias.com"}],"variable":[]}},"response":[{"id":"464f1de6-c883-413f-b6e1-5678c6746d00","name":"Assign Form to User","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/owner?to=rsi@icomedias.com","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","owner"],"query":[{"key":"to","value":"rsi@icomedias.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:32:34 GMT"},{"key":"Content-Length","value":"2258"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"ae4dcac5-56c4-4667-98cf-fdc946593d82\",\n    \"version\": 4,\n    \"displayVersion\": \"1.3\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": null,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:32:34.6553828Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:31:53.1401739Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"0292f64b-8731-47bc-baab-da22aa961a76"},{"name":"Assign Form to User (Form)","id":"a13c12bb-e201-4396-9631-e3c2d4235370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"to","value":"rsi@icomedias.com","type":"text"}]},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/owner","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","owner"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"ab99188c-33c0-42a7-afaf-3435dd8ce2fe","name":"Assign Form to User","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/owner?to=rsi@icomedias.com","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","owner"],"query":[{"key":"to","value":"rsi@icomedias.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:32:34 GMT"},{"key":"Content-Length","value":"2258"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"ae4dcac5-56c4-4667-98cf-fdc946593d82\",\n    \"version\": 4,\n    \"displayVersion\": \"1.3\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": null,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:32:34.6553828Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:31:53.1401739Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"a13c12bb-e201-4396-9631-e3c2d4235370"},{"name":"Assign Form to Group (deprecated)","id":"aa52f018-7744-4901-83f6-f9242bc505c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/group?to=ag-mitarbeiter","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","group"],"host":["https://example.hybridforms.net"],"query":[{"key":"to","value":"ag-mitarbeiter"}],"variable":[]}},"response":[{"id":"ba52b60b-f90c-4934-a892-09eda0c0531a","name":"Assign Form to Group","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/group?to=ag-mitarbeiter","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","group"],"query":[{"key":"to","value":"ag-mitarbeiter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:32:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"ae4dcac5-56c4-4667-98cf-fdc946593d82\",\n    \"version\": 5,\n    \"displayVersion\": \"1.4\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": null,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:32:37.6263388Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:31:53.1401739Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"group\": {\n        \"id\": 30,\n        \"title\": \"ICOAD\\\\ag-mitarbeiter\",\n        \"upn\": \"ICOAD\\\\ag-mitarbeiter\",\n        \"email\": null\n    },\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"aa52f018-7744-4901-83f6-f9242bc505c4"},{"name":"Assign Form to Group (Form)","id":"b9ffaa9f-3696-4fbf-9498-cc33f983e902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"to","value":"ag-mitarbeiter","type":"text"}]},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/group","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","group"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"d07ce495-b95e-43cc-bcd3-a6c5cc182478","name":"Assign Form to Group","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/group?to=ag-mitarbeiter","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","group"],"query":[{"key":"to","value":"ag-mitarbeiter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:32:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"ae4dcac5-56c4-4667-98cf-fdc946593d82\",\n    \"version\": 5,\n    \"displayVersion\": \"1.4\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": null,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:32:37.6263388Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:31:53.1401739Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"group\": {\n        \"id\": 30,\n        \"title\": \"ICOAD\\\\ag-mitarbeiter\",\n        \"upn\": \"ICOAD\\\\ag-mitarbeiter\",\n        \"email\": null\n    },\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"b9ffaa9f-3696-4fbf-9498-cc33f983e902"},{"name":"Set Form Status (deprecated)","id":"7a187f24-008d-43c5-8231-a4657d13cd95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/status?to=Approved","description":"<p>Put with url Parameters is deprecated as of server version 8.6.5, please send arguments as body (x-www-form-urlencoded)</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","status"],"host":["https://example.hybridforms.net"],"query":[{"key":"to","value":"Approved"},{"disabled":true,"description":{"content":"<p>Optional new stage</p>\n","type":"text/plain"},"key":"stage","value":"S2"},{"disabled":true,"key":"feedback","value":"test"}],"variable":[]}},"response":[{"id":"2273ec68-7062-4367-8168-b34006028cf6","name":"Set Form Status","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/status?to=Approved","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","status"],"query":[{"key":"to","value":"Approved"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:32:34 GMT"},{"key":"Content-Length","value":"2258"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"ae4dcac5-56c4-4667-98cf-fdc946593d82\",\n    \"version\": 4,\n    \"displayVersion\": \"1.3\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": null,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:32:34.6553828Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:31:53.1401739Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"7a187f24-008d-43c5-8231-a4657d13cd95"},{"name":"Set Form Status (Form)","id":"8bad12b2-564f-417c-8a36-63221b3a8a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"to","value":"Edit","type":"text"},{"key":"stage","value":"S2","type":"text","disabled":true},{"key":"feedback","value":"Test Feedback Message","type":"text"}]},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/status","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","status"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"ece61155-6496-4d9e-b4ad-b3352147f58c","name":"Set Form Status (Form)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"to","value":"Approved","type":"text"}]},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:32:34 GMT"},{"key":"Content-Length","value":"2258"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"ae4dcac5-56c4-4667-98cf-fdc946593d82\",\n    \"version\": 4,\n    \"displayVersion\": \"1.3\",\n    \"title\": \"BASE FORM API:\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Manual\",\n    \"completion\": 0.6785714285714286,\n    \"listData\": {\n        \"formCompletionStatus\": 0.6785714285714286,\n        \"tab1_datepicker\": null,\n        \"tab1_datepicker_HFLocal\": \"\",\n        \"tab1_textfield\": null,\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_numericfield\": \"10\",\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\",\n        \"tab1_selectbox\": null,\n        \"tab1_selectbox_HFSelectText\": \"\",\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": null,\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"checkboxh1\": true,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh2\": null,\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": null,\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": null,\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": null,\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": null,\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": null,\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": null,\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv1_HFValue\": \"\",\n        \"checkboxv2\": true,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv3\": null,\n        \"checkboxv3_HFValue\": \"\",\n        \"checkboxv4\": null,\n        \"checkboxv4_HFValue\": \"\",\n        \"checkboxv5\": null,\n        \"checkboxv5_HFValue\": \"\",\n        \"radiov1\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"email\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_main_HFComboText_hfrepeating_1\": \"\",\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"repeating_combobox_sub_HFComboText_hfrepeating_1\": \"\",\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"tab1_datepicker\": null,\n        \"tab1_textfield\": null,\n        \"tab1_datepickerText\": null,\n        \"tab1_timepicker1_HFTime\": \"16:04\",\n        \"tab1_timepicker1_HFLocal\": \"2019-07-08T16:04:05.891+02:00\",\n        \"tab1_timepicker1\": \"2019-07-08T14:04:05.891Z\",\n        \"tab1_timepicker2_HFTime\": \"16:04\",\n        \"tab1_timepicker2_HFLocal\": \"2019-07-08T16:04:05.905+02:00\",\n        \"tab1_timepicker2\": \"2019-07-08T14:04:05.905Z\",\n        \"tab1_time_duration\": null,\n        \"tab1_numericfield\": \"10\",\n        \"tab1_combobox_statisch\": \"No. 01\",\n        \"tab1_combobox_sp_liste\": \"200003\",\n        \"tab1_textarea\": \"Default Value\",\n        \"tab1_selectbox\": null,\n        \"tab1_prefilled_textfield\": \"Robert Simon\",\n        \"tab1_combobox_haupt\": null,\n        \"tab1_combobox_sub\": null,\n        \"tab1_last_name\": \"Jennings\",\n        \"tab1_first_name\": \"Andrea\",\n        \"tab1_age\": null,\n        \"tab1_signature_incl_name1\": null,\n        \"tab1_full_name\": \"Robert Simon\",\n        \"tab1_signature_incl_name2\": null,\n        \"checkboxh1_HFValue\": \"Wert Check h 1\",\n        \"checkboxh1\": true,\n        \"checkboxh2\": null,\n        \"checkboxh3\": null,\n        \"checkboxh4\": null,\n        \"checkboxh5\": null,\n        \"checkboxh6\": null,\n        \"checkboxh7\": null,\n        \"checkboxh8\": null,\n        \"radioh1\": null,\n        \"radioh2\": null,\n        \"radioh3\": null,\n        \"radiohname_HFValue\": \"Wert Radio h 4\",\n        \"radioh4\": true,\n        \"radioh5\": null,\n        \"radioh6\": null,\n        \"radioh7\": null,\n        \"radioh8\": null,\n        \"checkboxv1\": null,\n        \"checkboxv2_HFValue\": \"Wert Check v 2\",\n        \"checkboxv2\": true,\n        \"checkboxv3\": null,\n        \"checkboxv4\": null,\n        \"checkboxv5\": null,\n        \"radiov1\": null,\n        \"radiov2\": null,\n        \"radiov3\": null,\n        \"radioname_HFValue\": \"Wert Radio v 4\",\n        \"radiov4\": true,\n        \"radiov5\": null,\n        \"address_city\": null,\n        \"reverseGeolocator1\": null,\n        \"address_zip_code\": null,\n        \"address_street_and_no\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"tab3_ink_control\": null,\n        \"picturepicker_pic1\": null,\n        \"picturepicker_pic2\": null,\n        \"picturepicker_pic3\": null,\n        \"symbols_example_female_hfrepeating_1\": null,\n        \"symbols_example_male_hfrepeating_1\": null,\n        \"repeating_first_name_hfrepeating_1\": null,\n        \"repeating_last_name_hfrepeating_1\": null,\n        \"repeating_address_city_hfrepeating_1\": null,\n        \"reverseGeolocator2_hfrepeating_1\": null,\n        \"repeating_zip_code_hfrepeating_1\": null,\n        \"repeating_address_street_hfrepeating_1\": null,\n        \"repeating_email_hfrepeating_1\": null,\n        \"repeating_phone_hfrepeating_1\": null,\n        \"signature_repeating_unit_hfrepeating_1\": null,\n        \"repeating_combobox_main_hfrepeating_1\": null,\n        \"repeating_combobox_sub_hfrepeating_1\": null,\n        \"testtext1_nein\": null,\n        \"testtext1_ja\": null,\n        \"testtext1_text\": null,\n        \"testtext2_nein\": null,\n        \"testtext2_ja\": null,\n        \"testtext3_nein\": null,\n        \"testtext3_ja\": null,\n        \"testtext4_nein\": null,\n        \"testtext4_ja\": null,\n        \"testtext5_nein\": null,\n        \"testtext5_ja\": null,\n        \"testtext5_text1\": null,\n        \"testtext5_text2\": null,\n        \"address_bundesland_HFComboText\": null,\n        \"address_bundesland\": null,\n        \"address_ort_HFComboText\": null,\n        \"address_ort\": null,\n        \"address_plz\": null,\n        \"address_strasse_HFComboText\": null,\n        \"address_strasse\": null,\n        \"address_hausnummer\": null,\n        \"address_hausnummer_zusatz\": null,\n        \"table_data_single\": null,\n        \"table_data_pages\": null,\n        \"page-condition-checkbox\": null,\n        \"hidden-page\": null,\n        \"disabled-page\": null,\n        \"tab-condition-checkbox\": null,\n        \"invisable-block-combobox\": null,\n        \"block-condition-checkbox\": null,\n        \"block-conditions-checkbox\": null,\n        \"block-conditions-checkbox2\": null,\n        \"block-conditions-checkbox3\": null,\n        \"block-conditions-checkbox4\": null,\n        \"work-1\": null,\n        \"time-work\": null,\n        \"work-2\": null,\n        \"full-time\": \"40\",\n        \"field-condition-checkbox\": null,\n        \"radiobox-field-condition\": null,\n        \"radiobox-field-condition2\": null,\n        \"textfield-condition\": null,\n        \"validation-input-exp-1\": null,\n        \"validation-input-exp-2\": null,\n        \"validation-input-exp-3\": null,\n        \"validation-input-exp-4\": null,\n        \"combobox-validation\": null,\n        \"birthdayPicker\": null,\n        \"selectboxvalidation\": null,\n        \"validationradio1\": null,\n        \"validationradio2\": null,\n        \"eval_description\": null,\n        \"eval_categorization\": null,\n        \"support_required\": null,\n        \"liveOdataSource\": null,\n        \"tab1_numericfield_HFNumericField\": \"10,00 m\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 1\",\n        \"HFStatistics_UsageDetails\": \"{\\\"open\\\":1,\\\"offline\\\":0,\\\"time\\\":0,\\\"statusGroupToEdit\\\":0,\\\"statusEditToGroup\\\":0,\\\"pages\\\":{\\\"0\\\":{\\\"label\\\":\\\"Controls\\\",\\\"open\\\":1},\\\"1\\\":{\\\"label\\\":\\\"Repeating Unit, Table-Tag & DeepLink\\\",\\\"open\\\":0},\\\"2\\\":{\\\"label\\\":\\\"Address Picker\\\",\\\"open\\\":0},\\\"3\\\":{\\\"label\\\":\\\"HybridForms Tables\\\",\\\"open\\\":0},\\\"4\\\":{\\\"label\\\":\\\"Table-Control\\\",\\\"open\\\":0},\\\"5\\\":{\\\"label\\\":\\\"Conditions\\\",\\\"open\\\":0},\\\"6\\\":{\\\"label\\\":\\\"Invisible\\\",\\\"open\\\":0},\\\"7\\\":{\\\"label\\\":\\\"Disabled\\\",\\\"open\\\":0},\\\"8\\\":{\\\"label\\\":\\\"Validation\\\",\\\"open\\\":0},\\\"9\\\":{\\\"label\\\":\\\"Self Evaluation\\\",\\\"open\\\":0}},\\\"oneColumn\\\":0,\\\"twoColumns\\\":0}\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"\"\n    },\n    \"files\": [],\n    \"modified\": \"2019-07-09T06:32:34.6553828Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"created\": \"2019-07-09T06:31:53.1401739Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"owner\": {\n        \"id\": 148,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"1\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": null\n            }\n        ],\n        \"isFinished\": false\n    }\n}"}],"_postman_id":"8bad12b2-564f-417c-8a36-63221b3a8a98"}],"id":"dee76c31-13bb-416d-8de0-1f8678d5fb27","_postman_id":"dee76c31-13bb-416d-8de0-1f8678d5fb27","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Form Update API","item":[{"name":"Create a form with several fields","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":[" var form = pm.response.json();\r","pm.environment.set(\"itemID\", form.itemID);\r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"form version is 1\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.fields.ma_name).to.eql(\"Erwin Schrödinger\");\r","});\r","\r","pm.test(\"Field is set\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.fields.ma_name).to.eql(\"Erwin Schrödinger\");\r","});\r","\r","pm.test(\"Title is set\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.title).to.eql(\"A sample form created with Postman\");\r","});"],"type":"text/javascript"}}],"id":"8edf1859-1c60-4c94-99b8-ae3728f5db50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"A sample form created with Postman\",\r\n\r\n\t\"fields\": {\t\t\t\t\r\n        // Set simple fields (Text, numbers)\r\n        \"ma_name\": \"Erwin Schrödinger\",\r\n        \"qr-textfield\": \"123456789\",\r\n        \"tab1_textfield_text\": \"ABCDE\",\r\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",    \r\n        \"checkboxv1\": true,\r\n        \"checkboxv4\": true,\r\n        \"tab1_textfield_decimal\": \"23.4\",\r\n        \"tab1_numeric\": 34,\r\n        \"tab1_numeri_standard\": 23,\r\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\r\n\r\n        // Set Radiobuttons (and reset all other of the same group)\r\n        \"radioh3\": true,\r\n\r\n        // Set date/time fields and set the shadow/presentations values as well, optional with timezone\r\n        \"tab1_datepicker\": \"2019-02-01T00:00:00Z\",\r\n        \"tab1_datepicker2\": \"2019-02-01T00:00:00+01\",\r\n\r\n        // Set Comboboxes. No need to supply the displayvalue, simply supply the value if you are using catalogs \r\n        \"tab1_combobox_statisch\": \"Selection 03\",\r\n        \"tab1_combobox_sp_liste\": \"201101\",                \r\n        \"tab1_selectbox\": \"2\",\r\n        \"dropdownlist\": \"No. 11\",\r\n        \"dropdownlist2\": \"No. 08\",\r\n        \"dropdownlist-catalog\": \"201101\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"d3d713b2-f1d5-418d-95bf-8a04038c7aa2","name":"Create a form with several fields","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"A sample form created with Postman\",\r\n\r\n\t\"fields\": {\t\t\t\t\r\n        // Set simple fields (Text, numbers)\r\n        \"ma_name\": \"Erwin Schrödinger\",\r\n        \"qr-textfield\": \"123456789\",\r\n        \"tab1_textfield_text\": \"ABCDE\",\r\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",    \r\n        \"checkboxv1\": true,\r\n        \"checkboxv4\": true,\r\n        \"tab1_textfield_decimal\": \"23.4\",\r\n        \"tab1_numeric\": 34,\r\n        \"tab1_numeri_standard\": 23,\r\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\r\n\r\n        // Set Radiobuttons (and reset all other of the same group)\r\n        \"radioh3\": true,\r\n\r\n        // Set date/time fields and set the shadow/presentations values as well, optional with timezone\r\n        \"tab1_datepicker\": \"2019-02-01T00:00:00Z\",\r\n        \"tab1_datepicker2\": \"2019-02-01T00:00:00+01\",\r\n\r\n        // Set Comboboxes. No need to supply the displayvalue, simply supply the value if you are using catalogs \r\n        \"tab1_combobox_statisch\": \"Selection 03\",\r\n        \"tab1_combobox_sp_liste\": \"201101\",                \r\n        \"tab1_selectbox\": \"2\",\r\n        \"dropdownlist\": \"No. 11\",\r\n        \"dropdownlist2\": \"No. 08\",\r\n        \"dropdownlist-catalog\": \"201101\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:51:50 GMT"},{"key":"Content-Length","value":"4909"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 1,\n    \"displayVersion\": \"1.0\",\n    \"title\": \"A sample form created with Postman\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": false,\n    \"completion\": 1,\n    \"feedback\": null,\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\"\n    },\n    \"files\": [],\n    \"modified\": \"2022-04-08T12:51:50.7593426Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": null,\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": \"\"\n            }\n        ],\n        \"isFinished\": false\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"8edf1859-1c60-4c94-99b8-ae3728f5db50"},{"name":"Update a form","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":[" var form = pm.response.json();\r","pm.environment.set(\"itemID\", form.itemID);\r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"form version is 1\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.fields.ma_name).to.eql(\"Erwin Schrödinger\");\r","});\r","\r","pm.test(\"Field is set\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.fields.ma_name).to.eql(\"Erwin Schrödinger\");\r","});\r","\r","pm.test(\"Title is set\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.title).to.eql(\"A sample form created with Postman\");\r","});"],"type":"text/javascript"}}],"id":"2901fd96-9b78-4daf-9f3d-db7e4fe12d27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"A sample form created with Postman\",\r\n\r\n\t\"fields\": {\t\t\t\t\r\n        // Set simple fields (Text, numbers)\r\n        \"ma_name\": \"Erwin Schrödinger\",\r\n        \"qr-textfield\": \"123456789\",\r\n        \"tab1_textfield_text\": \"ABCDE\",\r\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",    \r\n        \"checkboxv1\": true,\r\n        \"checkboxv4\": true,\r\n        \"tab1_textfield_decimal\": \"23.4\",\r\n        \"tab1_numeric\": 34,\r\n        \"tab1_numeri_standard\": 23,\r\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\r\n\r\n        // Set Radiobuttons (and reset all other of the same group)\r\n        \"radioh3\": true,\r\n\r\n        // Set date/time fields and set the shadow/presentations values as well, optional with timezone\r\n        \"tab1_datepicker\": \"2019-02-01T00:00:00Z\",\r\n        \"tab1_datepicker2\": \"2019-02-01T00:00:00+01\",\r\n\r\n        // Set Comboboxes. No need to supply the displayvalue, simply supply the value if you are using catalogs \r\n        \"tab1_combobox_statisch\": \"Selection 03\",\r\n        \"tab1_combobox_sp_liste\": \"201101\",                \r\n        \"tab1_selectbox\": \"2\",\r\n        \"dropdownlist\": \"No. 11\",\r\n        \"dropdownlist2\": \"No. 08\",\r\n        \"dropdownlist-catalog\": \"201101\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"1a9518ad-249c-4e60-ad75-622f0bd9c0ef","name":"Create a form with several fields","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"A sample form created with Postman\",\r\n\r\n\t\"fields\": {\t\t\t\t\r\n        // Set simple fields (Text, numbers)\r\n        \"ma_name\": \"Erwin Schrödinger\",\r\n        \"qr-textfield\": \"123456789\",\r\n        \"tab1_textfield_text\": \"ABCDE\",\r\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",    \r\n        \"checkboxv1\": true,\r\n        \"checkboxv4\": true,\r\n        \"tab1_textfield_decimal\": \"23.4\",\r\n        \"tab1_numeric\": 34,\r\n        \"tab1_numeri_standard\": 23,\r\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\r\n\r\n        // Set Radiobuttons (and reset all other of the same group)\r\n        \"radioh3\": true,\r\n\r\n        // Set date/time fields and set the shadow/presentations values as well, optional with timezone\r\n        \"tab1_datepicker\": \"2019-02-01T00:00:00Z\",\r\n        \"tab1_datepicker2\": \"2019-02-01T00:00:00+01\",\r\n\r\n        // Set Comboboxes. No need to supply the displayvalue, simply supply the value if you are using catalogs \r\n        \"tab1_combobox_statisch\": \"Selection 03\",\r\n        \"tab1_combobox_sp_liste\": \"201101\",                \r\n        \"tab1_selectbox\": \"2\",\r\n        \"dropdownlist\": \"No. 11\",\r\n        \"dropdownlist2\": \"No. 08\",\r\n        \"dropdownlist-catalog\": \"201101\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:51:50 GMT"},{"key":"Content-Length","value":"4909"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 1,\n    \"displayVersion\": \"1.0\",\n    \"title\": \"A sample form created with Postman\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": false,\n    \"completion\": 1,\n    \"feedback\": null,\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\"\n    },\n    \"files\": [],\n    \"modified\": \"2022-04-08T12:51:50.7593426Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": null,\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": \"\"\n            }\n        ],\n        \"isFinished\": false\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"2901fd96-9b78-4daf-9f3d-db7e4fe12d27"},{"name":"Add some fields","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check fields\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.fields.ma_name).to.eql(\"Erwin Schrödinger\");\r","    pm.expect(form.fields.tab1_textarea).to.contains(\"This might be a larger textarea\");\r","});"],"type":"text/javascript"}}],"id":"2962d9c6-6647-4541-abd1-babbdc0d9a87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"fields\": {\r\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"b79ea7d0-8581-491c-a673-aadf0d97c995","name":"Add some fields","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"fields\": {\r\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"5089"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:51:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 2,\n    \"displayVersion\": \"1.1\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": false,\n    \"completion\": 1,\n    \"feedback\": null,\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\"\n    },\n    \"files\": [],\n    \"modified\": \"2022-04-08T12:51:56.5550859Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": null,\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": \"\"\n            }\n        ],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"2962d9c6-6647-4541-abd1-babbdc0d9a87"},{"name":"Set Form status","id":"da159e45-93ae-4928-8e42-6ddf2d8777ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"Group\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"5031e6b0-c2ac-40e2-ae54-c073a1d1501a","name":"Set Form status","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"Group\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:08 GMT"},{"key":"Content-Length","value":"5226"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 4,\n    \"displayVersion\": \"2.1\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": null,\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\"\n    },\n    \"files\": [],\n    \"modified\": \"2022-04-08T12:52:08.6231746Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": \"\"\n            }\n        ],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"da159e45-93ae-4928-8e42-6ddf2d8777ef"},{"name":"Set Form owner and group","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check owner\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.owner.upn).to.eql(\"rsi@icomedias.com\");    \r","});"],"type":"text/javascript"}}],"id":"2f9a6559-0712-45a6-9487-4b2b73e7e8ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"owner\": \"rsi@icomedias.com\",\r\n    \"group\": \"AG-Entwickler\",\r\n    \"status\": \"Group\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"935d1958-6ede-438b-bb7b-5ba66caeb358","name":"Set Form owner and group","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"owner\": \"rsi@icomedias.com\",\r\n    \"group\": \"AG-Entwickler\",\r\n    \"status\": \"Group\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:03 GMT"},{"key":"Content-Length","value":"5227"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 3,\n    \"displayVersion\": \"2.0\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": null,\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\"\n    },\n    \"files\": [],\n    \"modified\": \"2022-04-08T12:52:03.0104832Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": \"\"\n            }\n        ],\n        \"isFinished\": false\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"2f9a6559-0712-45a6-9487-4b2b73e7e8ef"},{"name":"Set Feedback","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check feedback\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.feedback).to.eql(\"This form is not correctly filled\");    \r","});"],"type":"text/javascript"}}],"id":"60b1bb0f-e545-4b59-8bf6-cd6aad03c846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"feedback\": \"This form is not correctly filled\",\r\n    \"status\": \"Edit\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"3f0f301f-346e-43fd-84b9-99a627294269","name":"Set Feedback","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"feedback\": \"This form is not correctly filled\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:13 GMT"},{"key":"Content-Length","value":"5154"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 5,\n    \"displayVersion\": \"2.2\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": \"This form is not correctly filled\",\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\"\n    },\n    \"files\": [],\n    \"modified\": \"2022-04-08T12:52:13.8850846Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"60b1bb0f-e545-4b59-8bf6-cd6aad03c846"},{"name":"Add a picture and document","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check attachments\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.pictures.length).to.eql(1);\r","    pm.expect(form.pictures[0].filename).to.eql(\"hybridforms-icon.jpg\");\r","    pm.expect(form.documents.length).to.eql(1);\r","    pm.expect(form.documents[0].filename).to.eql(\"a-sample-textfile.txt\");\r","});"],"type":"text/javascript"}}],"id":"e4ba5bfa-0def-46ee-9f46-cca8b7d5d4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pictures\": [\r\n        {\r\n            \"filename\": \"hybridforms-icon.jpg\",\r\n            \"content\": \"/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAVABgDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAYFB//EACoQAAEDAwIFAgcAAAAAAAAAAAECAxEABAUSIRMUMUGhBmEHFRYjMpGS/8QAFgEBAQEAAAAAAAAAAAAAAAAABQID/8QAHxEAAQQBBQEAAAAAAAAAAAAAAgABAxEEEhMxMoHw/9oADAMBAAIRAxEAPwDr2YyyMWyyBpU/cuBplKiQCo9zHYVBK9Z5mHbu3y1lcNtweXTarSFSfxBKRv3iZ2NUHrxl5tOMyrbSnmrB4qdQgwdKo38eal8dfobxfOWAaeyiVFNqx9ttFmDtxlAkBTqo6jp7bU7iQx7Wt2u/vELlTSbuhnqvvV0PBZgZmxLi2lW9w0rhvsK6tqif1BmlT/w4x11aY28ubsKBuXRp1GdWmZVPeSTv7Uo3JAQlIR4SOOZHEJFyrJSQtJSsBSSIIIkEVjfR+A5rj/K2dczvOn+ZjxSlZDIYdXpaEAH2a1spSEJCUgJSBAAGwpSlSrX/2Q==\"\r\n        }        \r\n    ],\r\n    \"documents\": [\r\n        {\r\n            \"filename\": \"a-sample-textfile.txt\",\r\n            \"content\": \"VGhpcyBpcyBqdXN0IHRleHQu\",\r\n\r\n            // do not attach this document to the form PDF\r\n            \"hideInPDF\": true\r\n        }\r\n    ],\r\n\r\n    // Audio is possible too\r\n    \"audio\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","description":"<p>Filedata must be transmittet as Base64 encoded string. If you do not want to use Base64 encoding, there is an alternative variant, check the \"Upload binary document without base64 encoding\".</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"db3c0743-8289-48b9-8beb-9f0247d0aff7","name":"Add a picture and document","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pictures\": [\r\n        {\r\n            \"filename\": \"hybridforms-icon.jpg\",\r\n            \"content\": \"/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAVABgDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAYFB//EACoQAAEDAwIFAgcAAAAAAAAAAAECAxEABAUSIRMUMUGhBmEHFRYjMpGS/8QAFgEBAQEAAAAAAAAAAAAAAAAABQID/8QAHxEAAQQBBQEAAAAAAAAAAAAAAgABAxEEEhMxMoHw/9oADAMBAAIRAxEAPwDr2YyyMWyyBpU/cuBplKiQCo9zHYVBK9Z5mHbu3y1lcNtweXTarSFSfxBKRv3iZ2NUHrxl5tOMyrbSnmrB4qdQgwdKo38eal8dfobxfOWAaeyiVFNqx9ttFmDtxlAkBTqo6jp7bU7iQx7Wt2u/vELlTSbuhnqvvV0PBZgZmxLi2lW9w0rhvsK6tqif1BmlT/w4x11aY28ubsKBuXRp1GdWmZVPeSTv7Uo3JAQlIR4SOOZHEJFyrJSQtJSsBSSIIIkEVjfR+A5rj/K2dczvOn+ZjxSlZDIYdXpaEAH2a1spSEJCUgJSBAAGwpSlSrX/2Q==\"\r\n        }        \r\n    ],\r\n    \"documents\": [\r\n        {\r\n            \"filename\": \"a-sample-textfile.txt\",\r\n            \"content\": \"VGhpcyBpcyBqdXN0IHRleHQu\",\r\n\r\n            // do not attach this document to the form PDF\r\n            \"hideInPDF\": true\r\n        }\r\n    ],\r\n\r\n    // Audio is possible too\r\n    \"audio\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:19 GMT"},{"key":"Content-Length","value":"6228"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 6,\n    \"displayVersion\": \"2.3\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"mainImage\": \"hybridforms-icon.jpg\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": \"This form is not correctly filled\",\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [\n        {\n            \"width\": 24,\n            \"height\": 21,\n            \"original\": true,\n            \"exifOrientation\": 1,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"accuracy\": null,\n            \"accuracyFormatted\": null,\n            \"bgFilename\": null,\n            \"strokeJson\": null,\n            \"sketchTemplate\": null,\n            \"sketchLabel\": null,\n            \"id\": \"pic-5470868e-84f7-4702-8078-4d0673ba5b41\",\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.382+02:00\",\n            \"status\": null,\n            \"hideInPDF\": false,\n            \"fileType\": null,\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [\n        {\n            \"added\": \"2022-04-08T14:52:19.383+02:00\",\n            \"fileSize\": 18,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-fa13fbbf-d16f-4888-b2e7-dda28e139761\",\n            \"filename\": \"a-sample-textfile.txt\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.383+02:00\",\n            \"status\": null,\n            \"hideInPDF\": true,\n            \"fileType\": \"txt\",\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\"\n    },\n    \"files\": [\n        {\n            \"filename\": \"a-sample-textfile.txt\",\n            \"size\": 18,\n            \"contentType\": \"text/plain\",\n            \"modified\": \"2022-04-08T12:52:19.4422168Z\",\n            \"version\": 637850191394422168,\n            \"fileID\": 28062\n        },\n        {\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"size\": 556,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2022-04-08T12:52:19.447943Z\",\n            \"version\": 637850191394479430,\n            \"fileID\": 28063\n        }\n    ],\n    \"modified\": \"2022-04-08T12:52:19.4505932Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"e4ba5bfa-0def-46ee-9f46-cca8b7d5d4b5"},{"name":"Update picture","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check attachments\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.pictures.length).to.eql(1);\r","    pm.expect(form.pictures[0].filename).to.eql(\"hybridforms-icon.jpg\");\r","    pm.expect(form.documents.length).to.eql(1);\r","    pm.expect(form.documents[0].filename).to.eql(\"a-sample-textfile.txt\");\r","});"],"type":"text/javascript"}}],"id":"fc959b4c-b689-4cb9-93b2-3761c4e9eb47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pictures\": [\r\n        {\r\n            \"filename\": \"hybridforms-icon.jpg\",\r\n            \"content\": \"/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAVABgDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAYFB//EACoQAAEDAwIFAgcAAAAAAAAAAAECAxEABAUSIRMUMUGhBmEHFRYjMpGS/8QAFgEBAQEAAAAAAAAAAAAAAAAABQID/8QAHxEAAQQBBQEAAAAAAAAAAAAAAgABAxEEEhMxMoHw/9oADAMBAAIRAxEAPwDr2YyyMWyyBpU/cuBplKiQCo9zHYVBK9Z5mHbu3y1lcNtweXTarSFSfxBKRv3iZ2NUHrxl5tOMyrbSnmrB4qdQgwdKo38eal8dfobxfOWAaeyiVFNqx9ttFmDtxlAkBTqo6jp7bU7iQx7Wt2u/vELlTSbuhnqvvV0PBZgZmxLi2lW9w0rhvsK6tqif1BmlT/w4x11aY28ubsKBuXRp1GdWmZVPeSTv7Uo3JAQlIR4SOOZHEJFyrJSQtJSsBSSIIIkEVjfR+A5rj/K2dczvOn+ZjxSlZDIYdXpaEAH2a1spSEJCUgJSBAAGwpSlSrX/2Q==\",\r\n            \"operation\": \"update\"\r\n        }        \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","description":"<p>Filedata must be transmittet as Base64 encoded string. If you do not want to use Base64 encoding, there is an alternative variant, check the \"Upload binary document without base64 encoding\".</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"43319bfa-9533-4dd8-b0c7-4117ea6cc538","name":"Add a picture and document","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pictures\": [\r\n        {\r\n            \"filename\": \"hybridforms-icon.jpg\",\r\n            \"content\": \"/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAVABgDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAYFB//EACoQAAEDAwIFAgcAAAAAAAAAAAECAxEABAUSIRMUMUGhBmEHFRYjMpGS/8QAFgEBAQEAAAAAAAAAAAAAAAAABQID/8QAHxEAAQQBBQEAAAAAAAAAAAAAAgABAxEEEhMxMoHw/9oADAMBAAIRAxEAPwDr2YyyMWyyBpU/cuBplKiQCo9zHYVBK9Z5mHbu3y1lcNtweXTarSFSfxBKRv3iZ2NUHrxl5tOMyrbSnmrB4qdQgwdKo38eal8dfobxfOWAaeyiVFNqx9ttFmDtxlAkBTqo6jp7bU7iQx7Wt2u/vELlTSbuhnqvvV0PBZgZmxLi2lW9w0rhvsK6tqif1BmlT/w4x11aY28ubsKBuXRp1GdWmZVPeSTv7Uo3JAQlIR4SOOZHEJFyrJSQtJSsBSSIIIkEVjfR+A5rj/K2dczvOn+ZjxSlZDIYdXpaEAH2a1spSEJCUgJSBAAGwpSlSrX/2Q==\"\r\n        }        \r\n    ],\r\n    \"documents\": [\r\n        {\r\n            \"filename\": \"a-sample-textfile.txt\",\r\n            \"content\": \"VGhpcyBpcyBqdXN0IHRleHQu\",\r\n\r\n            // do not attach this document to the form PDF\r\n            \"hideInPDF\": true\r\n        }\r\n    ],\r\n\r\n    // Audio is possible too\r\n    \"audio\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:19 GMT"},{"key":"Content-Length","value":"6228"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 6,\n    \"displayVersion\": \"2.3\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"mainImage\": \"hybridforms-icon.jpg\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": \"This form is not correctly filled\",\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [\n        {\n            \"width\": 24,\n            \"height\": 21,\n            \"original\": true,\n            \"exifOrientation\": 1,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"accuracy\": null,\n            \"accuracyFormatted\": null,\n            \"bgFilename\": null,\n            \"strokeJson\": null,\n            \"sketchTemplate\": null,\n            \"sketchLabel\": null,\n            \"id\": \"pic-5470868e-84f7-4702-8078-4d0673ba5b41\",\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.382+02:00\",\n            \"status\": null,\n            \"hideInPDF\": false,\n            \"fileType\": null,\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [\n        {\n            \"added\": \"2022-04-08T14:52:19.383+02:00\",\n            \"fileSize\": 18,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-fa13fbbf-d16f-4888-b2e7-dda28e139761\",\n            \"filename\": \"a-sample-textfile.txt\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.383+02:00\",\n            \"status\": null,\n            \"hideInPDF\": true,\n            \"fileType\": \"txt\",\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\"\n    },\n    \"files\": [\n        {\n            \"filename\": \"a-sample-textfile.txt\",\n            \"size\": 18,\n            \"contentType\": \"text/plain\",\n            \"modified\": \"2022-04-08T12:52:19.4422168Z\",\n            \"version\": 637850191394422168,\n            \"fileID\": 28062\n        },\n        {\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"size\": 556,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2022-04-08T12:52:19.447943Z\",\n            \"version\": 637850191394479430,\n            \"fileID\": 28063\n        }\n    ],\n    \"modified\": \"2022-04-08T12:52:19.4505932Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"fc959b4c-b689-4cb9-93b2-3761c4e9eb47"},{"name":"Change a row in a repeating unit","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check changed repeating unit\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.fields.repeating_first_name_hfrepeating_1).to.eql(\"Maximilian\");\r","});"],"type":"text/javascript"}}],"id":"229cac17-070e-4d0f-b672-020c27cccb8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"repeatingUnits\": {\r\n\t\t\"repeating1\": [\r\n\t\t\t{\r\n                \"position\": 1,\r\n\t\t\t\t\"operation\": \"update\",\r\n                \"fields\": {\r\n                    \"repeating_first_name\": \"Maximilian\"\r\n                }\r\n\t\t\t}\r\n\t\t]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"4afa3ba5-a6ed-4ec6-85d1-d18bcaa90370","name":"Change a row in a repeating unit","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"repeatingUnits\": {\r\n\t\t\"repeating1\": [\r\n\t\t\t{\r\n                \"position\": 1,\r\n\t\t\t\t\"operation\": \"update\",\r\n                \"fields\": {\r\n                    \"repeating_first_name\": \"Maximilian\"\r\n                }\r\n\t\t\t}\r\n\t\t]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:30 GMT"},{"key":"Content-Length","value":"6583"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 8,\n    \"displayVersion\": \"2.5\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"mainImage\": \"hybridforms-icon.jpg\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": \"This form is not correctly filled\",\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [\n        {\n            \"width\": 24,\n            \"height\": 21,\n            \"original\": true,\n            \"exifOrientation\": 1,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"accuracy\": null,\n            \"accuracyFormatted\": null,\n            \"bgFilename\": null,\n            \"strokeJson\": null,\n            \"sketchTemplate\": null,\n            \"sketchLabel\": null,\n            \"id\": \"pic-5470868e-84f7-4702-8078-4d0673ba5b41\",\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.382+02:00\",\n            \"status\": null,\n            \"hideInPDF\": false,\n            \"fileType\": null,\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [\n        {\n            \"added\": \"2022-04-08T14:52:19.383+02:00\",\n            \"fileSize\": 18,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-fa13fbbf-d16f-4888-b2e7-dda28e139761\",\n            \"filename\": \"a-sample-textfile.txt\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.383+02:00\",\n            \"status\": null,\n            \"hideInPDF\": true,\n            \"fileType\": \"txt\",\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\",\n        \"repeating_first_name_hfrepeating_1\": \"Maximilian\",\n        \"hf-repeatable-count-repeating1\": 2,\n        \"repeating_first_name_hfrepeating_2\": \"This row 2 of a repeating unit\",\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"hf-repeatable-count-repeating2\": 1\n    },\n    \"files\": [\n        {\n            \"filename\": \"a-sample-textfile.txt\",\n            \"size\": 18,\n            \"contentType\": \"text/plain\",\n            \"modified\": \"2022-04-08T12:52:19.4422168Z\",\n            \"version\": 637850191394422168,\n            \"fileID\": 28062\n        },\n        {\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"size\": 556,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2022-04-08T12:52:19.447943Z\",\n            \"version\": 637850191394479430,\n            \"fileID\": 28063\n        }\n    ],\n    \"modified\": \"2022-04-08T12:52:30.3451963Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"229cac17-070e-4d0f-b672-020c27cccb8b"},{"name":"Handle repeating units","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check repeating unit items\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.fields.repeating_first_name_hfrepeating_1).to.eql(\"This row 1 of a repeating unit\");\r","    pm.expect(form.fields.repeating_first_name_hfrepeating_2).to.eql(\"This row 2 of a repeating unit\");\r","    pm.expect(form.fields.repeating2_selectbox_hfrepeating_1_HFSelectText).to.eql(\"Repeating Select 2\");\r","    pm.expect(form.fields.repeating2_selectbox_hfrepeating_1).to.eql(\"Repeating Select 2\");\r","});"],"type":"text/javascript"}}],"id":"7e140749-f65d-44fb-9bc1-d00d7f226921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"repeatingUnits\": {\r\n        // Simple \r\n\t\t\"repeating1\": [\r\n\t\t\t{\r\n\t\t\t\t\"operation\": \"create\",\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating_first_name\": \"This row 1 of a repeating unit\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n                // operation default is create\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating_first_name\": \"This row 2 of a repeating unit\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t],\r\n\r\n        // Another repeating unit\r\n\t\t\"repeating2\": [\r\n\t\t\t{\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating2_selectbox\": \"Repeating Select 2\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"51968858-d6d1-448e-bf95-fef8a6f7262c","name":"Handle repeating units","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"repeatingUnits\": {\r\n        // Simple \r\n\t\t\"repeating1\": [\r\n\t\t\t{\r\n\t\t\t\t\"operation\": \"create\",\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating_first_name\": \"This row 1 of a repeating unit\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n                // operation default is create\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating_first_name\": \"This row 2 of a repeating unit\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t],\r\n\r\n        // Another repeating unit\r\n\t\t\"repeating2\": [\r\n\t\t\t{\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating2_selectbox\": \"Repeating Select 2\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:25 GMT"},{"key":"Content-Length","value":"6603"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 7,\n    \"displayVersion\": \"2.4\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"mainImage\": \"hybridforms-icon.jpg\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": \"This form is not correctly filled\",\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [\n        {\n            \"width\": 24,\n            \"height\": 21,\n            \"original\": true,\n            \"exifOrientation\": 1,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"accuracy\": null,\n            \"accuracyFormatted\": null,\n            \"bgFilename\": null,\n            \"strokeJson\": null,\n            \"sketchTemplate\": null,\n            \"sketchLabel\": null,\n            \"id\": \"pic-5470868e-84f7-4702-8078-4d0673ba5b41\",\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.382+02:00\",\n            \"status\": null,\n            \"hideInPDF\": false,\n            \"fileType\": null,\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [\n        {\n            \"added\": \"2022-04-08T14:52:19.383+02:00\",\n            \"fileSize\": 18,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-fa13fbbf-d16f-4888-b2e7-dda28e139761\",\n            \"filename\": \"a-sample-textfile.txt\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.383+02:00\",\n            \"status\": null,\n            \"hideInPDF\": true,\n            \"fileType\": \"txt\",\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\",\n        \"repeating_first_name_hfrepeating_1\": \"This row 1 of a repeating unit\",\n        \"hf-repeatable-count-repeating1\": 2,\n        \"repeating_first_name_hfrepeating_2\": \"This row 2 of a repeating unit\",\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"hf-repeatable-count-repeating2\": 1\n    },\n    \"files\": [\n        {\n            \"filename\": \"a-sample-textfile.txt\",\n            \"size\": 18,\n            \"contentType\": \"text/plain\",\n            \"modified\": \"2022-04-08T12:52:19.4422168Z\",\n            \"version\": 637850191394422168,\n            \"fileID\": 28062\n        },\n        {\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"size\": 556,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2022-04-08T12:52:19.447943Z\",\n            \"version\": 637850191394479430,\n            \"fileID\": 28063\n        }\n    ],\n    \"modified\": \"2022-04-08T12:52:25.0420661Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"7e140749-f65d-44fb-9bc1-d00d7f226921"},{"name":"Remove a row in a repeating unit","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check fields\", function () {\r","    var form = pm.response.json();    \r","    pm.expect(form.fields.repeating_first_name_hfrepeating_1).to.eql(\"This row 2 of a repeating unit\");\r","});"],"type":"text/javascript"}}],"id":"f55f0691-484e-4793-a932-2ec6413967e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"repeatingUnits\": {\r\n\t\t\"repeating1\": [\r\n\t\t\t{\r\n                \"position\": 1,\r\n\t\t\t\t\"operation\": \"delete\"\r\n\t\t\t}\r\n\t\t]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"195721ac-ee34-4396-9b42-0830cf5b213e","name":"Remove a row in a repeating unit","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"repeatingUnits\": {\r\n\t\t\"repeating1\": [\r\n\t\t\t{\r\n                \"position\": 1,\r\n\t\t\t\t\"operation\": \"delete\"\r\n\t\t\t}\r\n\t\t]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"6533"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 9,\n    \"displayVersion\": \"2.6\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"mainImage\": \"hybridforms-icon.jpg\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": \"This form is not correctly filled\",\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [\n        {\n            \"width\": 24,\n            \"height\": 21,\n            \"original\": true,\n            \"exifOrientation\": 1,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"accuracy\": null,\n            \"accuracyFormatted\": null,\n            \"bgFilename\": null,\n            \"strokeJson\": null,\n            \"sketchTemplate\": null,\n            \"sketchLabel\": null,\n            \"id\": \"pic-5470868e-84f7-4702-8078-4d0673ba5b41\",\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.382+02:00\",\n            \"status\": null,\n            \"hideInPDF\": false,\n            \"fileType\": null,\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [\n        {\n            \"added\": \"2022-04-08T14:52:19.383+02:00\",\n            \"fileSize\": 18,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-fa13fbbf-d16f-4888-b2e7-dda28e139761\",\n            \"filename\": \"a-sample-textfile.txt\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.383+02:00\",\n            \"status\": null,\n            \"hideInPDF\": true,\n            \"fileType\": \"txt\",\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\",\n        \"repeating_first_name_hfrepeating_1\": \"This row 2 of a repeating unit\",\n        \"hf-repeatable-count-repeating1\": 1,\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"hf-repeatable-count-repeating2\": 1\n    },\n    \"files\": [\n        {\n            \"filename\": \"a-sample-textfile.txt\",\n            \"size\": 18,\n            \"contentType\": \"text/plain\",\n            \"modified\": \"2022-04-08T12:52:19.4422168Z\",\n            \"version\": 637850191394422168,\n            \"fileID\": 28062\n        },\n        {\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"size\": 556,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2022-04-08T12:52:19.447943Z\",\n            \"version\": 637850191394479430,\n            \"fileID\": 28063\n        }\n    ],\n    \"modified\": \"2022-04-08T12:52:36.4613373Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"f55f0691-484e-4793-a932-2ec6413967e9"},{"name":"Upload binary document without base64 encoding","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check uploaded file\", function () {\r","    var form = pm.response.json();    \r","    var find = function(obj, filename) {\r","        var r = [];\r","        for(var item of obj) {            \r","            if(item.filename == filename) {\r","                r.push([item]);\r","            }\r","        }\r","        return r;\r","    };\r","    pm.expect(find(form.documents, \"test.txt\").length).to.eql(1);\r","});"],"type":"text/javascript"}}],"id":"71d7c561-f459-408e-b08f-57ba21113239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"a-sample-textfile.txt"}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}/documents/test.txt","description":"<p>This variants makes file uploads and accepts raw binary data as payload. The filename is taken from the URL itself.</p>\n<p>The endpoints are:</p>\n<ul>\n<li>documents</li>\n<li>pictures</li>\n<li>audios</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}","documents","test.txt"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"25c786b5-d765-45da-a38d-13b6f0708b3b","name":"Upload binary document without base64 encoding","originalRequest":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"a-sample-textfile.txt"}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}/documents/test.txt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"6964"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 10,\n    \"displayVersion\": \"2.7\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"mainImage\": \"hybridforms-icon.jpg\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": \"This form is not correctly filled\",\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [\n        {\n            \"width\": 24,\n            \"height\": 21,\n            \"original\": true,\n            \"exifOrientation\": 1,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"accuracy\": null,\n            \"accuracyFormatted\": null,\n            \"bgFilename\": null,\n            \"strokeJson\": null,\n            \"sketchTemplate\": null,\n            \"sketchLabel\": null,\n            \"id\": \"pic-5470868e-84f7-4702-8078-4d0673ba5b41\",\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.382+02:00\",\n            \"status\": null,\n            \"hideInPDF\": false,\n            \"fileType\": null,\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [\n        {\n            \"added\": \"2022-04-08T14:52:19.383+02:00\",\n            \"fileSize\": 18,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-fa13fbbf-d16f-4888-b2e7-dda28e139761\",\n            \"filename\": \"a-sample-textfile.txt\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.383+02:00\",\n            \"status\": null,\n            \"hideInPDF\": true,\n            \"fileType\": \"txt\",\n            \"readonly\": null,\n            \"objectLink\": null\n        },\n        {\n            \"added\": \"2022-04-08T14:52:41.826+02:00\",\n            \"fileSize\": 18,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-9087c349-9b9c-4bdb-9466-6130f4aaaeee\",\n            \"filename\": \"test.txt\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:41.826+02:00\",\n            \"status\": null,\n            \"hideInPDF\": false,\n            \"fileType\": \"txt\",\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\",\n        \"repeating_first_name_hfrepeating_1\": \"This row 2 of a repeating unit\",\n        \"hf-repeatable-count-repeating1\": 1,\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"hf-repeatable-count-repeating2\": 1\n    },\n    \"files\": [\n        {\n            \"filename\": \"a-sample-textfile.txt\",\n            \"size\": 18,\n            \"contentType\": \"text/plain\",\n            \"modified\": \"2022-04-08T12:52:19.4422168Z\",\n            \"version\": 637850191394422168,\n            \"fileID\": 28062\n        },\n        {\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"size\": 556,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2022-04-08T12:52:19.447943Z\",\n            \"version\": 637850191394479430,\n            \"fileID\": 28063\n        },\n        {\n            \"filename\": \"test.txt\",\n            \"size\": 18,\n            \"contentType\": \"text/plain\",\n            \"modified\": \"2022-04-08T12:52:41.8649432Z\",\n            \"version\": 637850191618649432,\n            \"fileID\": 28064\n        }\n    ],\n    \"modified\": \"2022-04-08T12:52:41.867744Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"71d7c561-f459-408e-b08f-57ba21113239"},{"name":"Remove a document","event":[{"listen":"test","script":{"id":"8e45f5ca-5d27-4262-bc53-a0963bae8a60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Check fields\", function () {\r","    var form = pm.response.json();    \r","    var find = function(obj, filename) {\r","        var r = [];\r","        for(var item of obj) {            \r","            if(item.filename == filename) {\r","                r.push([item]);\r","            }\r","        }\r","        return r;\r","    };    \r","    pm.expect(find(form.documents, \"test.txt\").length).to.eql(0);\r","});"],"type":"text/javascript"}}],"id":"3a52f74f-4e94-4fb1-b81b-512b148afed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documents\": [\r\n        {\r\n            \"filename\": \"test.txt\",\r\n            \"operation\": \"delete\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"d8edd8c3-ea31-43a4-8966-f6d5ca46ce37","name":"Remove a document","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documents\": [\r\n        {\r\n            \"filename\": \"test.txt\",\r\n            \"operation\": \"delete\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"6534"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"a0263016-2334-475a-a373-8426d59cac84\",\n    \"version\": 11,\n    \"displayVersion\": \"2.8\",\n    \"title\": \"QA Testformular01. Feb. 2019|ABCDE\",\n    \"mainImage\": \"hybridforms-icon.jpg\",\n    \"status\": \"Group\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": true,\n    \"completion\": 1,\n    \"feedback\": \"This form is not correctly filled\",\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [\n        {\n            \"width\": 24,\n            \"height\": 21,\n            \"original\": true,\n            \"exifOrientation\": 1,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"accuracy\": null,\n            \"accuracyFormatted\": null,\n            \"bgFilename\": null,\n            \"strokeJson\": null,\n            \"sketchTemplate\": null,\n            \"sketchLabel\": null,\n            \"id\": \"pic-5470868e-84f7-4702-8078-4d0673ba5b41\",\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.382+02:00\",\n            \"status\": null,\n            \"hideInPDF\": false,\n            \"fileType\": null,\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [\n        {\n            \"added\": \"2022-04-08T14:52:19.383+02:00\",\n            \"fileSize\": 18,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-fa13fbbf-d16f-4888-b2e7-dda28e139761\",\n            \"filename\": \"a-sample-textfile.txt\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:19.383+02:00\",\n            \"status\": null,\n            \"hideInPDF\": true,\n            \"fileType\": \"txt\",\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\",\n        \"repeating_first_name_hfrepeating_1\": \"This row 2 of a repeating unit\",\n        \"hf-repeatable-count-repeating1\": 1,\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"hf-repeatable-count-repeating2\": 1\n    },\n    \"files\": [\n        {\n            \"filename\": \"a-sample-textfile.txt\",\n            \"size\": 18,\n            \"contentType\": \"text/plain\",\n            \"modified\": \"2022-04-08T12:52:19.4422168Z\",\n            \"version\": 637850191394422168,\n            \"fileID\": 28062\n        },\n        {\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"size\": 556,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2022-04-08T12:52:19.447943Z\",\n            \"version\": 637850191394479430,\n            \"fileID\": 28063\n        }\n    ],\n    \"modified\": \"2022-04-08T12:52:46.2713512Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:51:50.7447781Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [],\n        \"isFinished\": true\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"3a52f74f-4e94-4fb1-b81b-512b148afed0"},{"name":"All-in-One Example","event":[{"listen":"test","script":{"id":"8db0ca0c-6095-4dac-a47f-1dc451409e35","exec":[" var form = pm.response.json();\r","pm.environment.set(\"itemID\", form.itemID);\r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"form version is 1\", function () {\r","    var form = pm.response.json();\r","    pm.expect(form.version).to.eql(1);\r","    pm.expect(form.fields.ma_name).to.eql(\"Erwin Schrödinger\");\r","});"],"type":"text/javascript"}}],"id":"89705c75-016a-4ee3-8554-f063d914ecbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Another sample form created with Postman\",\r\n    \"owner\": \"rsi@icomedias.com\",\r\n    \"group\": \"AG-Entwickler\",    \r\n    \"feedback\": \"This form is not correctly filled\",\r\n\t\"fields\": {\t\t\t\t\r\n        // Set simple fields (Text, numbers)\r\n        \"ma_name\": \"Erwin Schrödinger\",\r\n        \"qr-textfield\": \"123456789\",\r\n        \"tab1_textfield_text\": \"ABCDE\",\r\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",    \r\n        \"checkboxv1\": true,\r\n        \"checkboxv4\": true,\r\n        \"tab1_textfield_decimal\": \"23.4\",\r\n        \"tab1_numeric\": 34,\r\n        \"tab1_numeri_standard\": 23,\r\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\r\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\",\r\n\r\n        // Set Radiobuttons (and reset all other of the same group)\r\n        \"radioh3\": true,\r\n\r\n        // Set date/time fields and set the shadow/presentations values as well, optional with timezone\r\n        \"tab1_datepicker\": \"2019-02-01T00:00:00Z\",\r\n        \"tab1_datepicker2\": \"2019-02-01T00:00:00+01\",\r\n\r\n        // Set Comboboxes. No need to supply the displayvalue, simply supply the value if you are using catalogs \r\n        \"tab1_combobox_statisch\": \"Selection 03\",\r\n        \"tab1_combobox_sp_liste\": \"201101\",                \r\n        \"tab1_selectbox\": \"2\",\r\n        \"dropdownlist\": \"No. 11\",\r\n        \"dropdownlist2\": \"No. 08\",\r\n        \"dropdownlist-catalog\": \"201101\"\r\n\t},\r\n\r\n    \t\"repeatingUnits\": {\r\n        // Simple \r\n\t\t\"repeating1\": [\r\n\t\t\t{\r\n\t\t\t\t\"operation\": \"create\",\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating_first_name\": \"This row 1 of a repeating unit\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n                // operation default is create\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating_first_name\": \"This row 2 of a repeating unit\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t],\r\n\r\n        // Another repeating unit\r\n\t\t\"repeating2\": [\r\n\t\t\t{\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating2_selectbox\": \"Repeating Select 2\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t]\r\n\t},\r\n\r\n    \"pictures\": [\r\n        {\r\n            \"filename\": \"hybridforms-icon.jpg\",\r\n            \"content\": \"/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAVABgDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAYFB//EACoQAAEDAwIFAgcAAAAAAAAAAAECAxEABAUSIRMUMUGhBmEHFRYjMpGS/8QAFgEBAQEAAAAAAAAAAAAAAAAABQID/8QAHxEAAQQBBQEAAAAAAAAAAAAAAgABAxEEEhMxMoHw/9oADAMBAAIRAxEAPwDr2YyyMWyyBpU/cuBplKiQCo9zHYVBK9Z5mHbu3y1lcNtweXTarSFSfxBKRv3iZ2NUHrxl5tOMyrbSnmrB4qdQgwdKo38eal8dfobxfOWAaeyiVFNqx9ttFmDtxlAkBTqo6jp7bU7iQx7Wt2u/vELlTSbuhnqvvV0PBZgZmxLi2lW9w0rhvsK6tqif1BmlT/w4x11aY28ubsKBuXRp1GdWmZVPeSTv7Uo3JAQlIR4SOOZHEJFyrJSQtJSsBSSIIIkEVjfR+A5rj/K2dczvOn+ZjxSlZDIYdXpaEAH2a1spSEJCUgJSBAAGwpSlSrX/2Q==\"\r\n        }        \r\n    ],\r\n    \"documents\": [\r\n        {\r\n            \"filename\": \"a-sample-textfile.txt\",\r\n            \"content\": \"VGhpcyBpcyBqdXN0IHRleHQu\",\r\n\r\n            // do not attach this document to the form PDF\r\n            \"hideInPDF\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/sapi","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","sapi"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"5b54a7ed-c381-48e1-8881-29f1ac789e3d","name":"All-in-One Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Another sample form created with Postman\",\r\n    \"owner\": \"rsi@icomedias.com\",\r\n    \"group\": \"AG-Entwickler\",    \r\n    \"feedback\": \"This form is not correctly filled\",\r\n\t\"fields\": {\t\t\t\t\r\n        // Set simple fields (Text, numbers)\r\n        \"ma_name\": \"Erwin Schrödinger\",\r\n        \"qr-textfield\": \"123456789\",\r\n        \"tab1_textfield_text\": \"ABCDE\",\r\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",    \r\n        \"checkboxv1\": true,\r\n        \"checkboxv4\": true,\r\n        \"tab1_textfield_decimal\": \"23.4\",\r\n        \"tab1_numeric\": 34,\r\n        \"tab1_numeri_standard\": 23,\r\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\r\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\",\r\n\r\n        // Set Radiobuttons (and reset all other of the same group)\r\n        \"radioh3\": true,\r\n\r\n        // Set date/time fields and set the shadow/presentations values as well, optional with timezone\r\n        \"tab1_datepicker\": \"2019-02-01T00:00:00Z\",\r\n        \"tab1_datepicker2\": \"2019-02-01T00:00:00+01\",\r\n\r\n        // Set Comboboxes. No need to supply the displayvalue, simply supply the value if you are using catalogs \r\n        \"tab1_combobox_statisch\": \"Selection 03\",\r\n        \"tab1_combobox_sp_liste\": \"201101\",                \r\n        \"tab1_selectbox\": \"2\",\r\n        \"dropdownlist\": \"No. 11\",\r\n        \"dropdownlist2\": \"No. 08\",\r\n        \"dropdownlist-catalog\": \"201101\"\r\n\t},\r\n\r\n    \t\"repeatingUnits\": {\r\n        // Simple \r\n\t\t\"repeating1\": [\r\n\t\t\t{\r\n\t\t\t\t\"operation\": \"create\",\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating_first_name\": \"This row 1 of a repeating unit\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n                // operation default is create\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating_first_name\": \"This row 2 of a repeating unit\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t],\r\n\r\n        // Another repeating unit\r\n\t\t\"repeating2\": [\r\n\t\t\t{\r\n\t\t\t\t\"fields\": {\r\n\t\t\t\t\t\"repeating2_selectbox\": \"Repeating Select 2\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t]\r\n\t},\r\n\r\n    \"pictures\": [\r\n        {\r\n            \"filename\": \"hybridforms-icon.jpg\",\r\n            \"content\": \"/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAVABgDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAYFB//EACoQAAEDAwIFAgcAAAAAAAAAAAECAxEABAUSIRMUMUGhBmEHFRYjMpGS/8QAFgEBAQEAAAAAAAAAAAAAAAAABQID/8QAHxEAAQQBBQEAAAAAAAAAAAAAAgABAxEEEhMxMoHw/9oADAMBAAIRAxEAPwDr2YyyMWyyBpU/cuBplKiQCo9zHYVBK9Z5mHbu3y1lcNtweXTarSFSfxBKRv3iZ2NUHrxl5tOMyrbSnmrB4qdQgwdKo38eal8dfobxfOWAaeyiVFNqx9ttFmDtxlAkBTqo6jp7bU7iQx7Wt2u/vELlTSbuhnqvvV0PBZgZmxLi2lW9w0rhvsK6tqif1BmlT/w4x11aY28ubsKBuXRp1GdWmZVPeSTv7Uo3JAQlIR4SOOZHEJFyrJSQtJSsBSSIIIkEVjfR+A5rj/K2dczvOn+ZjxSlZDIYdXpaEAH2a1spSEJCUgJSBAAGwpSlSrX/2Q==\"\r\n        }        \r\n    ],\r\n    \"documents\": [\r\n        {\r\n            \"filename\": \"a-sample-textfile.txt\",\r\n            \"content\": \"VGhpcyBpcyBqdXN0IHRleHQu\",\r\n\r\n            // do not attach this document to the form PDF\r\n            \"hideInPDF\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/e0ad1953-46b0-4b28-992e-355ff287b46e/forms/sapi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a9c6fd6f-36b3-40c7-891f-53047ddb8e76'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.8.4.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 12:52:51 GMT"},{"key":"Content-Length","value":"6713"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemID\": \"9b0f9c00-04ee-457b-bd24-9c1a9dbaf1e3\",\n    \"version\": 1,\n    \"displayVersion\": \"1.0\",\n    \"title\": \"Another sample form created with Postman\",\n    \"mainImage\": \"hybridforms-icon.jpg\",\n    \"status\": \"Edit\",\n    \"saveStatus\": \"Automatic\",\n    \"isExtendedRead\": false,\n    \"completion\": 1,\n    \"feedback\": \"This form is not correctly filled\",\n    \"listData\": {\n        \"formCompletionStatus\": 1,\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"email\": \"\",\n        \"qr-textfield\": \"123456789\",\n        \"checkboxh1\": \"\",\n        \"checkboxh1_HFValue\": \"\",\n        \"checkboxh2\": \"\",\n        \"checkboxh2_HFValue\": \"\",\n        \"checkboxh3\": \"\",\n        \"checkboxh3_HFValue\": \"\",\n        \"checkboxh4\": \"\",\n        \"checkboxh4_HFValue\": \"\",\n        \"checkboxh5\": \"\",\n        \"checkboxh5_HFValue\": \"\",\n        \"checkboxh6\": \"\",\n        \"checkboxh6_HFValue\": \"\",\n        \"checkboxh7\": \"\",\n        \"checkboxh7_HFValue\": \"\",\n        \"checkboxh8\": \"\",\n        \"checkboxh8_HFValue\": \"\",\n        \"radioh1\": false,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"checkboxv5\": \"\",\n        \"checkboxv5_HFValue\": \"\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_combobox_haupt\": \"\",\n        \"tab1_combobox_haupt_HFComboText\": \"\",\n        \"tab1_combobox_sub\": \"\",\n        \"tab1_combobox_sub_HFComboText\": \"\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"dropdownlist-valueTemplate\": \"\",\n        \"dropdownlist-valueTemplate_HFDropDownListText\": \"\",\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_datepicker_month-year\": \"\",\n        \"tab1_datepicker_month-year_HFDate\": \"\",\n        \"tab1_datepicker_month-year_HFLocal\": \"\",\n        \"tab1_datepicker_day\": \"\",\n        \"tab1_datepicker_day_HFDate\": \"\",\n        \"tab1_datepicker_day_HFLocal\": \"\",\n        \"tab1_timepicker1\": \"\",\n        \"tab1_timepicker1_HFTime\": \"\",\n        \"tab1_timepicker1_HFLocal\": \"\",\n        \"tab1_timepicker2\": \"\",\n        \"tab1_timepicker2_HFTime\": \"\",\n        \"tab1_timepicker2_HFLocal\": \"\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_number\": \"\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"tab1_textfield_tel\": \"\",\n        \"tab1_textfield_date\": \"\",\n        \"tab1_prefilled_textfield\": \"\",\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"repeating2_combobox_sp_list_hfrepeating_1\": \"\",\n        \"repeating2_combobox_sp_list_hfrepeating_1_HFComboText\": \"\"\n    },\n    \"pictures\": [\n        {\n            \"width\": 24,\n            \"height\": 21,\n            \"original\": true,\n            \"exifOrientation\": 1,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"accuracy\": null,\n            \"accuracyFormatted\": null,\n            \"bgFilename\": null,\n            \"strokeJson\": null,\n            \"sketchTemplate\": null,\n            \"sketchLabel\": null,\n            \"id\": \"pic-268d7fdf-f673-4e5e-9f41-7dfda563cb7f\",\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:50.992+02:00\",\n            \"status\": null,\n            \"hideInPDF\": false,\n            \"fileType\": null,\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"maps\": [],\n    \"sketches\": [],\n    \"links\": [],\n    \"audio\": [],\n    \"documents\": [\n        {\n            \"added\": \"2022-04-08T14:52:50.992+02:00\",\n            \"fileSize\": 18,\n            \"mimeType\": \"text/plain\",\n            \"id\": \"doc-4b4225a1-2f98-4a14-8644-c25184b824c3\",\n            \"filename\": \"a-sample-textfile.txt\",\n            \"remark\": \"\",\n            \"date\": \"2022-04-08T14:52:50.992+02:00\",\n            \"status\": null,\n            \"hideInPDF\": true,\n            \"fileType\": \"txt\",\n            \"readonly\": null,\n            \"objectLink\": null\n        }\n    ],\n    \"fields\": {\n        \"ma_name\": \"Erwin Schrödinger\",\n        \"qr-textfield\": \"123456789\",\n        \"tab1_textfield_text\": \"ABCDE\",\n        \"tab1_textfield_email\": \"erwin.schroedinger@genius.net\",\n        \"checkboxv1\": true,\n        \"checkboxv1_HFValue\": \"Wert Check v 1\",\n        \"checkboxv4\": true,\n        \"checkboxv4_HFValue\": \"Wert Check v 4\",\n        \"tab1_textfield_decimal\": \"23.4\",\n        \"tab1_numeric\": 34,\n        \"tab1_numeric_HFNumericField\": \"34,0 °C\",\n        \"tab1_numeri_standard\": 23,\n        \"tab1_numeri_standard_HFNumericField\": \"23,0 °C\",\n        \"tab1_textarea_small\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\",\n        \"tab1_textarea\": \"This might be a larger textarea This might be a larger textarea. This might be a larger textarea. This might be a larger textarea.This might be a larger textarea.\",\n        \"radioh1\": false,\n        \"radioh2\": false,\n        \"radioh3\": true,\n        \"radiohname_HFValue\": \"Wert Radio h 3\",\n        \"radioh4\": false,\n        \"radioh5\": false,\n        \"radioh6\": false,\n        \"radioh7\": false,\n        \"radioh8\": false,\n        \"tab1_datepicker\": \"2019-02-01T00:00:00+00:00\",\n        \"tab1_datepicker_HFDate\": \"01. Feb. 2019\",\n        \"tab1_datepicker_HFLocal\": \"2019-02-01T01:00:00+01:00\",\n        \"tab1_datepicker2\": \"2019-01-31T23:00:00+00:00\",\n        \"tab1_datepicker2_HFDate\": \"2019/02/01\",\n        \"tab1_datepicker2_HFLocal\": \"2019-02-01T00:00:00+01:00\",\n        \"tab1_combobox_statisch\": \"Selection 03\",\n        \"tab1_combobox_statisch_HFComboText\": \"Selection 03\",\n        \"tab1_combobox_sp_liste\": \"201101\",\n        \"tab1_combobox_sp_liste_HFComboText\": \"Stahlwerkstraße\",\n        \"tab1_selectbox\": \"2\",\n        \"tab1_selectbox_HFSelectText\": \"{{@option}} 2\",\n        \"dropdownlist\": \"No. 11\",\n        \"dropdownlist_HFDropDownListText\": \"K-Selection 11\",\n        \"dropdownlist2\": \"No. 08\",\n        \"dropdownlist2_HFDropDownListText\": \"H-Selection 08\",\n        \"dropdownlist-catalog\": \"201101\",\n        \"dropdownlist-catalog_HFDropDownListText\": \"Stahlwerkstraße\",\n        \"repeating_first_name_hfrepeating_1\": \"This row 1 of a repeating unit\",\n        \"hf-repeatable-count-repeating1\": 2,\n        \"repeating_first_name_hfrepeating_2\": \"This row 2 of a repeating unit\",\n        \"repeating2_selectbox_hfrepeating_1\": \"Repeating Select 2\",\n        \"repeating2_selectbox_hfrepeating_1_HFSelectText\": \"Repeating Select 2\",\n        \"hf-repeatable-count-repeating2\": 1\n    },\n    \"files\": [\n        {\n            \"filename\": \"a-sample-textfile.txt\",\n            \"size\": 18,\n            \"contentType\": \"text/plain\",\n            \"modified\": \"2022-04-08T12:52:51.0534048Z\",\n            \"version\": 637850191710534048,\n            \"fileID\": 28065\n        },\n        {\n            \"filename\": \"hybridforms-icon.jpg\",\n            \"size\": 556,\n            \"contentType\": \"image/jpeg\",\n            \"modified\": \"2022-04-08T12:52:51.0591819Z\",\n            \"version\": 637850191710591819,\n            \"fileID\": 28066\n        }\n    ],\n    \"modified\": \"2022-04-08T12:52:51.0620008Z\",\n    \"modifiedBy\": \"Robert Simon\",\n    \"modifiedUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"created\": \"2022-04-08T12:52:50.995764Z\",\n    \"createdBy\": \"Robert Simon\",\n    \"createdUser\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"pdfReady\": false,\n    \"group\": {\n        \"company\": null,\n        \"address\": null,\n        \"logoUrl\": null,\n        \"id\": 7,\n        \"title\": \"ICOAD\\\\AG-Entwickler\",\n        \"upn\": \"ICOAD\\\\AG-Entwickler\",\n        \"email\": null,\n        \"isGroup\": true\n    },\n    \"owner\": {\n        \"id\": 152,\n        \"title\": \"Robert Simon\",\n        \"upn\": \"rsi@icomedias.com\",\n        \"email\": null,\n        \"isGroup\": false\n    },\n    \"workflowLog\": {\n        \"log\": [\n            {\n                \"sequence\": 1,\n                \"actionType\": 4,\n                \"action\": \"\",\n                \"actionTransform\": null,\n                \"completed\": null,\n                \"completionStatus\": \"\"\n            }\n        ],\n        \"isFinished\": false\n    },\n    \"stage\": \"ST1\",\n    \"reachOutUrl\": null,\n    \"reachOutDate\": null,\n    \"statistic\": {\n        \"offline\": 0,\n        \"open\": 0,\n        \"pages\": {},\n        \"statusGroupToEdit\": 0,\n        \"statusEditToGroup\": 0,\n        \"time\": 0,\n        \"oneColumn\": 0,\n        \"twoColumns\": 0\n    }\n}"}],"_postman_id":"89705c75-016a-4ee3-8554-f063d914ecbd"}],"id":"1ef6d91a-80a7-4575-a181-d87bb8f5f2a0","description":"<h2 id=\"improved-api-to-access-forms\">Improved API to access forms</h2>\n<p>Since server version 9.0 there is a new API available that makes form handling easier:</p>\n<ul>\n<li><p>Pictures, documents and audio attachments can be easily added to forms without the need to handle the section in the form data manually. Simply upload the file to the appropriate section</p>\n</li>\n<li><p>Datefields, timefields and such habe special shadow fields in HybridForms. With the new API there is no need to manually supply the value of those shadow fields (e.g. for date fields, the UTC value).</p>\n</li>\n<li><p>Feedback, status and form ownerships can be set as well.</p>\n</li>\n<li><p>Repeating units handling is much easier and straight forward.</p>\n</li>\n<li><p>\"listdata\" fields are automatically set.</p>\n</li>\n</ul>\n","_postman_id":"1ef6d91a-80a7-4575-a181-d87bb8f5f2a0","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Catalogs","item":[{"name":"Create/Update Catalog - JSON (deprecated)","id":"c55f7c2b-877c-47e2-a414-cbe99cb09ac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"DummyCatalog\",\r\n    \"entries\": {\r\n        \"1\": {\r\n            \"Fields\": {\r\n                \"Title\": \"B\",\r\n                \"KatalogText\": \"blue\"\r\n            },\r\n            \"Users\": [{\r\n                    \"upn\": \"subcontractor2-comp.user.one@try.hybridforms.net\"\r\n                }, {\r\n                    \"upn\": \"fma@icomedias.com\"\r\n                }, {\r\n                    \"upn\": \"ehs@icomedias.com\"\r\n                }\r\n            ]\r\n        },\r\n        \"2\": {\r\n            \"Fields\": {\r\n                \"Title\": \"g\",\r\n                \"KatalogText\": \"green\"\r\n            },\r\n            \"Users\": [{\r\n                    \"upn\": \"subcontractor1-comp.user.five@try.hybridforms.net\"\r\n                }, {\r\n                    \"upn\": \"jma@icomedias.com\"\r\n                }\r\n            ]\r\n        },\r\n        \"3\": {\r\n            \"Fields\": {\r\n                \"Title\": \"O\",\r\n                \"KatalogText\": \"orange\"\r\n            },\r\n            \"Users\": [{\r\n                    \"upn\": \"subcontractor1-comp.user.five@try.hybridforms.net\"\r\n                }, {\r\n                    \"upn\": \"fma@icomedias.com\"\r\n                }\r\n            ]\r\n        },\r\n        \"4\": {\r\n            \"Fields\": {\r\n                \"Title\": \"R\",\r\n                \"KatalogText\": \"red\"\r\n            },\r\n            \"Users\": [{\r\n                    \"upn\": \"subcontractor1-comp.user.five@try.hybridforms.net\"\r\n                }, {\r\n                    \"upn\": \"fma@icomedias.com\"\r\n                }\r\n            ]\r\n        },\r\n        \"5\": {\r\n            \"Fields\": {\r\n                \"Title\": \"S\",\r\n                \"KatalogText\": \"silver\"\r\n            },\r\n            \"Users\": [{\r\n                    \"upn\": \"subcontractor1-comp.user.five@try.hybridforms.net\"\r\n                }, {\r\n                    \"upn\": \"jma@icomedias.com\"\r\n                }\r\n            ]\r\n        },\r\n        \"6\": {\r\n            \"Fields\": {\r\n                \"Title\": \"W\",\r\n                \"KatalogText\": \"white\"\r\n            },\r\n            \"Users\": [{\r\n                    \"upn\": \"subcontractor1-comp.user.five@try.hybridforms.net\"\r\n                }, {\r\n                    \"upn\": \"fma@icomedias.com\"\r\n                }, {\r\n                    \"upn\": \"jma@icomedias.com\"\r\n                }\r\n            ]\r\n        },\r\n        \"7\": {\r\n            \"Fields\": {\r\n                \"Title\": \"Y\",\r\n                \"KatalogText\": \"yellow\"\r\n            },\r\n            \"Users\": [{\r\n                    \"upn\": \"subcontractor1-comp.user.five@try.hybridforms.net\"\r\n                }, {\r\n                    \"upn\": \"fma@icomedias.com\"\r\n                }, {\r\n                    \"upn\": \"jma@icomedias.com\"\r\n                }\r\n            ]\r\n        },\r\n        \"8\": {\r\n            \"Fields\": {\r\n                \"Title\": \"Z\",\r\n                \"KatalogText\": \"gold\"\r\n            },\r\n            \"Users\": [{\r\n                    \"upn\": \"subcontractor2-comp.user.one@try.hybridforms.net\"\r\n                }, {\r\n                    \"upn\": \"fma@icomedias.com\"\r\n                }, {\r\n                    \"upn\": \"ehs@icomedias.com\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog","description":"<p>Use POST for creating new catalogs and PUT for updating existing catalogs</p>\n<p>This json format is deprecated, HybridForms introduced a new JSON format with version 8.5. The old format remains supported.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c55f7c2b-877c-47e2-a414-cbe99cb09ac5"},{"name":"Create/Update Catalog - JSON","id":"02ce2a36-ffdc-4aae-b652-e66e2730c6f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Colors\",\r\n    \"entries\": [{\r\n            \"Fields\": {\r\n                \"Title\": \"B\",\r\n                \"KatalogText\": \"blue\"\r\n            },\r\n            \"Users\": [\"subcontractor2-comp.user.one@try.hybridforms.net\", \"fma@icomedias.com\", \"ehs@icomedias.com\"]\r\n        }, {\r\n            \"Fields\": {\r\n                \"Title\": \"g\",\r\n                \"KatalogText\": \"green\"\r\n            },\r\n            \"Users\": [\"subcontractor1-comp.user.five@try.hybridforms.net\", \"jma@icomedias.com\"]\r\n        }, {\r\n            \"Fields\": {\r\n                \"Title\": \"O\",\r\n                \"KatalogText\": \"orange\"\r\n            },\r\n            \"Users\": [\"subcontractor1-comp.user.five@try.hybridforms.net\", \"fma@icomedias.com\"]\r\n        }, {\r\n            \"Fields\": {\r\n                \"Title\": \"R\",\r\n                \"KatalogText\": \"red\"\r\n            },\r\n            \"Users\": [\"subcontractor1-comp.user.five@try.hybridforms.net\", \"fma@icomedias.com\"]\r\n        }, {\r\n            \"Fields\": {\r\n                \"Title\": \"S\",\r\n                \"KatalogText\": \"silver\"\r\n            },\r\n            \"Users\": [\"subcontractor1-comp.user.five@try.hybridforms.net\", \"jma@icomedias.com\"]\r\n        }, {\r\n            \"Fields\": {\r\n                \"Title\": \"W\",\r\n                \"KatalogText\": \"white\"\r\n            },\r\n            \"Users\": [\"subcontractor1-comp.user.five@try.hybridforms.net\", \"fma@icomedias.com\", \"jma@icomedias.com\"]\r\n        }, {\r\n            \"Fields\": {\r\n                \"Title\": \"Y\",\r\n                \"KatalogText\": \"yellow\"\r\n            },\r\n            \"Users\": [\"subcontractor1-comp.user.five@try.hybridforms.net\", \"fma@icomedias.com\", \"jma@icomedias.com\"]\r\n        }, {\r\n            \"Fields\": {\r\n                \"Title\": \"Z\",\r\n                \"KatalogText\": \"gold\"\r\n            },\r\n            \"Users\": [\"subcontractor2-comp.user.one@try.hybridforms.net\", \"fma@icomedias.com\", \"ehs@icomedias.com\"]\r\n        }, {\r\n            \"Fields\": {\r\n                \"Title\": \"U\",\r\n                \"KatalogText\": \"bunt\"\r\n            },\r\n            \"Users\": [\"subcontractor2-comp.user.one@try.hybridforms.net\", \"fma@icomedias.com\", \"ehs@icomedias.com\"]\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog","description":"<p>Use POST for creating new catalogs and PUT for updating existing catalogs</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"02ce2a36-ffdc-4aae-b652-e66e2730c6f6"},{"name":"Create/Update Catalog - CSV","id":"3212762c-bc7a-4c40-be09-7460b32cf588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/H:/Development/Formularentwicklung/SQL-Excel/Farbe.csv"}},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog","description":"<p>Use POST for creating new catalogs and PUT for updating existing catalogs</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"3212762c-bc7a-4c40-be09-7460b32cf588"},{"name":"Create/Update Catalog - XML","id":"e158d16d-a868-47d9-a7ec-13919da34040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/H:/Development/Formularentwicklung/SQL-Excel/Dienststelle.xml"}},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog","description":"<p>Use POST for creating new catalogs and PUT for updating existing catalogs</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e158d16d-a868-47d9-a7ec-13919da34040"},{"name":"Create/Update Catalog - XLSX","id":"42a261fe-f134-460f-8f93-f36b6acb4a4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}],"body":{"mode":"file","file":{"src":"Colors.xlsx"}},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog","description":"<p>Use POST for creating new catalogs and PUT for updating existing catalogs</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"42a261fe-f134-460f-8f93-f36b6acb4a4b"},{"name":"Get Catalog Uploadfile","id":"494744bf-e3be-48b0-8146-6c0de3e1815d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/mbe/Downloads/Colors.xlsx"}},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog/file","description":"<p>Use POST for creating new catalogs and PUT for updating existing catalogs</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog","file"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"494744bf-e3be-48b0-8146-6c0de3e1815d"},{"name":"List Catalogs","id":"6eeb1853-7ee5-4269-b29d-fe1cd81f91b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/catalogs","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6eeb1853-7ee5-4269-b29d-fe1cd81f91b4"},{"name":"Get Catalog","id":"7e39ce17-45ef-488c-bf10-5739a8bf152d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/catalogs","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e39ce17-45ef-488c-bf10-5739a8bf152d"},{"name":"Export Catalog","id":"509761c6-8f5e-4a33-a24e-0c613c31523b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog/export?format=json","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog","export"],"host":["https://example.hybridforms.net"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[],"_postman_id":"509761c6-8f5e-4a33-a24e-0c613c31523b"},{"name":"Update Metadata","id":"00559ef6-79f3-4c90-8a71-f0e81f4b9ef8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"text/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"clientId\": 1,\r\n        \"remark\": \"Hier eine Anmerkung\",\r\n        \"Version = \"\r\n}"},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog/metadata","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog","metadata"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"00559ef6-79f3-4c90-8a71-f0e81f4b9ef8"},{"name":"Upload XSL","id":"c790a6dc-f176-44ee-8a60-c4d0d7596e2f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/json","type":"text"}],"body":{"mode":"file","file":{"src":"xpolizei.xsl"}},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog/xsl/xpolizei.xsl","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog","xsl","xpolizei.xsl"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c790a6dc-f176-44ee-8a60-c4d0d7596e2f"},{"name":"Enable XSL","id":"a3cbff55-d19f-4737-9b78-ef216c536470","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"text/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"clientId\": 1,\r\n        \"remark\": \"Hier eine Anmerkung\",\r\n        \"version\": \"DummyCatalog\",\r\n        \"useXSL\": true\r\n}"},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog/metadata","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog","metadata"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3cbff55-d19f-4737-9b78-ef216c536470"},{"name":"Upload XML Catalog with transform","id":"e3ca179b-7164-4468-b033-0500f693e53e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/mbe/Downloads/Colors.xlsx"}},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog","description":"<p>Use POST for creating new catalogs and PUT for updating existing catalogs</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3ca179b-7164-4468-b033-0500f693e53e"},{"name":"Download XSL","id":"a2e0942e-da96-4398-a6d0-bfdefb8a2df4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"text/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog/xsl","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog","xsl"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2e0942e-da96-4398-a6d0-bfdefb8a2df4"},{"name":"DeleteXSL","id":"edb74963-a69a-429f-93f4-c74827fdff16","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"text/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog/xsl","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog","xsl"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"edb74963-a69a-429f-93f4-c74827fdff16"},{"name":"Catalog Example - German States","id":"c873c717-4ac7-4649-aae5-3e8150d00f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/catalogs/Bundesland?$select=Title,KatalogText&$orderby=KatalogText&$top=5000","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","Bundesland"],"host":["https://example.hybridforms.net"],"query":[{"key":"$select","value":"Title,KatalogText"},{"key":"$orderby","value":"KatalogText"},{"key":"$top","value":"5000"}],"variable":[]}},"response":[{"id":"fa05753c-b45c-4ca7-874a-2e461f5e5d23","name":"Catalog Example - German State","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.hybridforms.net/api/catalog/Bundesland?$select=Title,KatalogText&$orderby=KatalogText&$top=5000","host":["https://example.hybridforms.net"],"path":["api","catalog","Bundesland"],"query":[{"key":"$select","value":"Title,KatalogText"},{"key":"$orderby","value":"KatalogText"},{"key":"$top","value":"5000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Last-Modified","value":"Thu, 11 Apr 2019 06:24:44 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:33:15 GMT"},{"key":"Content-Length","value":"437"}],"cookie":[],"responseTime":null,"body":"{\n    \"d\": {\n        \"results\": [\n            {\n                \"Title\": \"31\",\n                \"KatalogText\": \"außerhalb Deutschland\"\n            },\n            {\n                \"Title\": \"8\",\n                \"KatalogText\": \"Baden-Württemberg\"\n            },\n            {\n                \"Title\": \"9\",\n                \"KatalogText\": \"Bayern\"\n            },\n            {\n                \"Title\": \"11\",\n                \"KatalogText\": \"Berlin\"\n            },\n            {\n                \"Title\": \"12\",\n                \"KatalogText\": \"Brandenburg\"\n            },\n            {\n                \"Title\": \"4\",\n                \"KatalogText\": \"Hansestadt Bremen\"\n            },\n            {\n                \"Title\": \"2\",\n                \"KatalogText\": \"Hansestadt Hamburg\"\n            },\n            {\n                \"Title\": \"6\",\n                \"KatalogText\": \"Hessen\"\n            },\n            {\n                \"Title\": \"13\",\n                \"KatalogText\": \"Mecklenburg-Vorpommern\"\n            },\n            {\n                \"Title\": \"3\",\n                \"KatalogText\": \"Niedersachsen\"\n            },\n            {\n                \"Title\": \"5\",\n                \"KatalogText\": \"Nordrhein-Westfalen\"\n            },\n            {\n                \"Title\": \"7\",\n                \"KatalogText\": \"Rheinland-Pfalz\"\n            },\n            {\n                \"Title\": \"10\",\n                \"KatalogText\": \"Saarland\"\n            },\n            {\n                \"Title\": \"14\",\n                \"KatalogText\": \"Sachsen\"\n            },\n            {\n                \"Title\": \"15\",\n                \"KatalogText\": \"Sachsen-Anhalt\"\n            },\n            {\n                \"Title\": \"1\",\n                \"KatalogText\": \"Schleswig-Holstein\"\n            },\n            {\n                \"Title\": \"16\",\n                \"KatalogText\": \"Thüringen\"\n            },\n            {\n                \"Title\": \"32\",\n                \"KatalogText\": \"unbekannt\"\n            }\n        ],\n        \"__count\": 18,\n        \"__next\": null\n    }\n}"}],"_postman_id":"c873c717-4ac7-4649-aae5-3e8150d00f3a"},{"name":"Delete Catalog","id":"fd986aea-5511-4bb9-bceb-2bf8549d149d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/catalogs/DummyCatalog","description":"<p>get list of catalogs</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","catalogs","DummyCatalog"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd986aea-5511-4bb9-bceb-2bf8549d149d"}],"id":"d4859c1a-afa8-4ee4-beee-c88088ab9b2e","event":[{"listen":"prerequest","script":{"id":"d22f9c4b-5a38-4567-af9d-187dbee7529a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"45509d0a-1fe2-450b-88ba-69a2f78139fe","type":"text/javascript","exec":[""]}}],"_postman_id":"d4859c1a-afa8-4ee4-beee-c88088ab9b2e","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Counter","item":[{"name":"Get Counter","id":"4d2c9bf6-5029-4cf8-9408-a4c9af987099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"options\": {\r\n        \"opt1\": \"abc\",\r\n        \"opt2\": \"def\"\r\n        \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/counter/Rulename","description":"<p>Request a new value from a HybridForms counter.\nEach counter rule can have up to 6 option fields (opt1 .. opt6) that influence presentation and value of the generated result.</p>\n<h2 id=\"properties-of-the-returned-object\">Properties of the returned object:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>name</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counter</td>\n<td>raw integer value of actual counter</td>\n</tr>\n<tr>\n<td>formatedCounter</td>\n<td>formatted value with all prefix/postfix/option elements and number formatting as defined by the counter rule</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","counter","Rulename"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"ffeeaadc-9467-4ef4-94ca-1be8b48f9164","name":"Get Counter","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"options\": {\r\n        \"opt1\": \"abc\",\r\n        \"opt2\": \"def\"\r\n        \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/counter/Rulename"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-4fbbfcc3-d35f-4acb-a3d9-38b60f9f43f4'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.6"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 14 Sep 2021 09:57:48 GMT"},{"key":"Content-Length","value":"46"}],"cookie":[],"responseTime":null,"body":"{\n    \"counter\": 1,\n    \"formatedCounter\": \"abc-0001-def\"\n}"}],"_postman_id":"4d2c9bf6-5029-4cf8-9408-a4c9af987099"}],"id":"b52319b5-9c4c-4fcb-8dcb-e4d8b2595911","_postman_id":"b52319b5-9c4c-4fcb-8dcb-e4d8b2595911","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Group Portal","item":[{"name":"Get Group Portal Logo","id":"0b6bdbf2-0bda-41ad-a68b-a8807bc2c0eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/groupportal/{{groupid}}/logo","urlObject":{"path":["api","app","{{client}}","groupportal","{{groupid}}","logo"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b6bdbf2-0bda-41ad-a68b-a8807bc2c0eb"},{"name":"Get Group Portal Usercatalog","id":"06d3b402-c26c-484f-a2b6-99c7152365ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/groupportal/catalog/users/","description":"<h2 id=\"list-group-portal-users-as-an-odata-datasource\">list group portal users as an oData Datasource.</h2>\n<p>Only users from groups the current user is also a member of are listed. The special string {me} gets replaced in $filter by the current ussers UPN\nStandard oData Parameters and syntax apply</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","groupportal","catalog","users",""],"host":["https://example.hybridforms.net"],"query":[{"disabled":true,"description":{"content":"<p>default json, only supported value</p>\n","type":"text/plain"},"key":"$format","value":"json"},{"disabled":true,"key":"$filter","value":"flag1 eq true"},{"disabled":true,"key":"$select","value":"id,upn,name"},{"disabled":true,"key":"$order","value":"email"}],"variable":[]}},"response":[{"id":"d7cba349-3390-4504-9038-dc64be5dea4e","name":"Get Group Portal Usercatalog","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.hybridforms.net/api/app/{{client}}/groupportal/catalog/users/","host":["https://example.hybridforms.net"],"path":["api","app","{{client}}","groupportal","catalog","users",""],"query":[{"key":"$format","value":"json","description":"default json, only supported value","type":"text","disabled":true},{"key":"$filter","value":"flag1 eq true","type":"text","disabled":true},{"key":"$select","value":"id,upn,name","type":"text","disabled":true},{"key":"$order","value":"email","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json"},{"key":"Last-Modified","value":"Tue, 01 Jun 2021 08:26:59 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-d96b55b8-d45f-4f8b-9bd6-4594b847613a'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.6"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 14 Sep 2021 16:36:05 GMT"},{"key":"Content-Length","value":"2489"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        {\n            \"id\": 38,\n            \"upn\": \"testgruppe.evn.freigener@icomedias.at\",\n            \"name\": \"Freigener \",\n            \"email\": \"mbe@icomedias.com\",\n            \"group\": \"Testgruppe\",\n            \"flag1\": true,\n            \"flag2\": false,\n            \"flag3\": false,\n            \"company\": null,\n            \"address\": null,\n            \"logourl\": \"/api/app/1/groupportal/62/logo\"\n        },\n        {\n            \"id\": 102,\n            \"upn\": \"mmu@icomedias.com\",\n            \"name\": \"Max Mustermann\",\n            \"email\": \"max.mustermann@icomedias.com\",\n            \"group\": \"Testgruppe\",\n            \"flag1\": true,\n            \"flag2\": false,\n            \"flag3\": false,\n            \"company\": null,\n            \"address\": null,\n            \"logourl\": \"/api/app/1/groupportal/62/logo\"\n        },\n        {\n            \"id\": 140,\n            \"upn\": \"rsi@icomedias.com\",\n            \"name\": \"Robert Simon\",\n            \"email\": \"rsi@icomedias.onmicrosoft.com\",\n            \"group\": \"Testgruppe\",\n            \"flag1\": false,\n            \"flag2\": false,\n            \"flag3\": false,\n            \"company\": null,\n            \"address\": null,\n            \"logourl\": \"/api/app/1/groupportal/62/logo\"\n        },\n        {\n            \"id\": 42,\n            \"upn\": \"loc1.test.kontakt@icomedias.at\",\n            \"name\": \"Test Kontakt (ACME Inc.)\",\n            \"email\": \"mbe@icomedias.com\",\n            \"group\": \"loc1\",\n            \"flag1\": true,\n            \"flag2\": false,\n            \"flag3\": false,\n            \"company\": \"ACME Inc.\",\n            \"address\": null,\n            \"logourl\": null\n        },\n        {\n            \"id\": 41,\n            \"upn\": \"loc1.test.leser@icomedias.at\",\n            \"name\": \"test Leser (ACME Inc.)\",\n            \"email\": \"mbe@icomedias.com\",\n            \"group\": \"loc1\",\n            \"flag1\": false,\n            \"flag2\": false,\n            \"flag3\": false,\n            \"company\": \"ACME Inc.\",\n            \"address\": null,\n            \"logourl\": null\n        }\n    ]\n}"}],"_postman_id":"06d3b402-c26c-484f-a2b6-99c7152365ad"},{"name":"Get Group Portal Usercatalog Metadata","id":"e548ac90-56d3-460f-bb9c-98ae34a90e10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/groupportal/catalog/users/metadata","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","groupportal","catalog","users","metadata"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"1e0731d8-8505-4699-bd48-8b65c2640e22","name":"Get Group Portal Usercatalog Metadata","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/groupportal/catalog/users/metadata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Length","value":"301"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-d96b55b8-d45f-4f8b-9bd6-4594b847613a'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.6.4.6"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 14 Sep 2021 16:23:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"users\",\n    \"count\": 11,\n    \"modified\": \"2021-06-01T10:26:59.9397772\",\n    \"modifiedUtc\": \"2021-06-01T08:26:59.9397772Z\",\n    \"modifiedBy\": {\n        \"id\": 102,\n        \"title\": \"Martin Bene\",\n        \"upn\": \"mbe@icomedias.com\",\n        \"email\": \"martin.bene@icomedias.com\",\n        \"isGroup\": false\n    },\n    \"hasACL\": true,\n    \"clientId\": 1,\n    \"clientName\": \"Default\",\n    \"remark\": null\n}"}],"_postman_id":"e548ac90-56d3-460f-bb9c-98ae34a90e10"}],"id":"f253ef82-25b0-4c52-8ea2-87437c40ebbf","_postman_id":"f253ef82-25b0-4c52-8ea2-87437c40ebbf","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Bugreporting","item":[{"name":"Submit Bug Report","id":"09a83987-b734-465f-b6dc-af0571f4cbfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-HF-DeviceModel","value":"Samsung Trala","type":"text"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Platform\": \"Core\",\r\n\t\"Build\": \"RELEASE\",\r\n\t\"HFVersion\": \"5.6.0\",\r\n\t\"Date\": \"2019-04-26T07:27:02.166Z\",\r\n\t\"Account\": \"i:0#.w|icoad\\\\mwe\",\r\n\t\"User\": \"Mario Weilguni\",\r\n\t\"Device\": {\r\n\t\t\"appVersion\": \"5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36\"\r\n\t},\r\n\t\"Company\": \"icomedias\",\r\n\t\"Email\": \"mario.weilguni@icomedias.com\",\r\n\t\"Backend\": \"https://gw.hybridforms.net/SPP/exec/aHR0cHM6Ly9iYWNrZW5kLmh5YnJpZGZvcm1zLm5ldC98SkdRMldYYk9IZ3xlZWFlMzRiNDFlNDA0ZDM0NzU5M2Y1MDRhNmMxZmU4YTA2ZGI3ZmM2\",\r\n\t\"ScreenWidth\": 1920,\r\n\t\"ScreenHeight\": 582,\r\n\t\"DevicePixelRatio\": 1,\r\n\t\"FormOpen\": false,\r\n\t\"CurrentFormID\": \"\",\r\n\t\"CurrentItemID\": \"\",\r\n\t\"UserComment\": \"\",\r\n\t\"Log\": \"[INFO@2019-04-26T07:26:45.591Z]: Translation initialized\\r\\n[INFO@2019-04-26T07:26:45.604Z]: AuthenticationBase.getUserData(), url=https://gw.hybridforms.net/Gateway/GetUserData\\r\\n[INFO@2019-04-26T07:26:46.771Z]: AuthenticationBase.getUserData(), login successful ICOAD\\\\mwe\\r\\n[INFO@2019-04-26T07:26:46.782Z]: FSBasedFormDefinitionRepository.syncFormDefinitions: cleaning parsed forms because of version change\\r\\n[INFO@2019-04-26T07:26:47.428Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:47.430Z]: FDSYNC: finished downloading graffitti-skizze-nurraster.png\\r\\n[INFO@2019-04-26T07:26:47.432Z]: FDSYNC: finished downloading form-logo.png\\r\\n[INFO@2019-04-26T07:26:47.439Z]: FDSYNC: finished downloading custom-controls.css\\r\\n[INFO@2019-04-26T07:26:47.604Z]: FDSYNC: finished downloading self-evaluation-130x130.svg\\r\\n[INFO@2019-04-26T07:26:47.605Z]: FDSYNC: finished downloading HFCustomControls.js\\r\\n[INFO@2019-04-26T07:26:47.607Z]: FDSYNC: finished downloading police-accident-ext-en-US.html\\r\\n[INFO@2019-04-26T07:26:47.609Z]: FDSYNC: finished downloading police-accident-80x80.svg\\r\\n[INFO@2019-04-26T07:26:47.765Z]: FDSYNC: finished downloading unfallbericht-skizzen-fahrzeuge.svg\\r\\n[INFO@2019-04-26T07:26:47.766Z]: FDSYNC: finished downloading style.css\\r\\n[INFO@2019-04-26T07:26:47.769Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form 5c1b1564-0ff8-4a35-b784-a4ea80c339bd\\r\\n[INFO@2019-04-26T07:26:48.136Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:48.138Z]: FDSYNC: finished downloading dashboard-unfall-80x80.svg\\r\\n[INFO@2019-04-26T07:26:48.141Z]: FDSYNC: finished downloading bmi-polizei-verkehrsunfall-de-DE.html\\r\\n[INFO@2019-04-26T07:26:48.144Z]: FDSYNC: finished downloading BMIPolizeiUnfallHelpers.js\\r\\n[INFO@2019-04-26T07:26:48.341Z]: FDSYNC: finished downloading skizze_460x273.png\\r\\n[INFO@2019-04-26T07:26:48.344Z]: FDSYNC: finished downloading mailtemplate_approved.txt\\r\\n[INFO@2019-04-26T07:26:48.346Z]: FDSYNC: finished downloading form-logo.png\\r\\n[INFO@2019-04-26T07:26:48.348Z]: FDSYNC: finished downloading polizei-verkehrsunfall.css\\r\\n[INFO@2019-04-26T07:26:48.504Z]: FDSYNC: finished downloading symbol-user-alt.svg\\r\\n[INFO@2019-04-26T07:26:48.505Z]: FDSYNC: finished downloading symbol-bike.svg\\r\\n[INFO@2019-04-26T07:26:48.506Z]: FDSYNC: finished downloading symbol-car.svg\\r\\n[INFO@2019-04-26T07:26:48.507Z]: FDSYNC: finished downloading symbol-box-full.svg\\r\\n[INFO@2019-04-26T07:26:48.510Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form c0da3769-368d-4437-bdea-920ff5f271ce\\r\\n[INFO@2019-04-26T07:26:48.943Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:48.945Z]: FDSYNC: finished downloading dashboard-kfzuntersuchung-80x80.svg\\r\\n[INFO@2019-04-26T07:26:48.946Z]: FDSYNC: finished downloading BMIPolizeiKfzHelpers.js\\r\\n[INFO@2019-04-26T07:26:48.963Z]: FDSYNC: finished downloading bmi-polizei-kfzuntersuchung-de-DE.html\\r\\n[INFO@2019-04-26T07:26:49.111Z]: FDSYNC: finished downloading mailtemplate_approved.txt\\r\\n[INFO@2019-04-26T07:26:49.112Z]: FDSYNC: finished downloading form-logo.png\\r\\n[INFO@2019-04-26T07:26:49.113Z]: FDSYNC: finished downloading polizei-kfzuntersuchung.css\\r\\n[INFO@2019-04-26T07:26:49.117Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form 7da7f050-a558-48cc-8e00-f188e343cda5\\r\\n[INFO@2019-04-26T07:26:49.583Z]: FDSYNC: finished downloading E1EnergieChecklistHelpers.js\\r\\n[INFO@2019-04-26T07:26:49.586Z]: FDSYNC: finished downloading e1-checkliste.css\\r\\n[INFO@2019-04-26T07:26:49.602Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:49.617Z]: FDSYNC: finished downloading Checkliste_Energie.html\\r\\n[INFO@2019-04-26T07:26:49.804Z]: FDSYNC: finished downloading hausschema.png\\r\\n[INFO@2019-04-26T07:26:49.807Z]: FDSYNC: finished downloading ink_flachdach.png\\r\\n[INFO@2019-04-26T07:26:49.825Z]: FDSYNC: finished downloading energie_steiermark_logo.png\\r\\n[INFO@2019-04-26T07:26:49.827Z]: FDSYNC: finished downloading energie_steiermark_schrift.png\\r\\n[INFO@2019-04-26T07:26:50.011Z]: FDSYNC: finished downloading logo_e_green.png\\r\\n[INFO@2019-04-26T07:26:50.015Z]: FDSYNC: finished downloading ink_satteldach_giebel.png\\r\\n[INFO@2019-04-26T07:26:50.037Z]: FDSYNC: finished downloading ink_satteldach.png\\r\\n[INFO@2019-04-26T07:26:50.040Z]: FDSYNC: finished downloading ink_pultdach.png\\r\\n[INFO@2019-04-26T07:26:50.189Z]: FDSYNC: finished downloading pdf.footer\\r\\n[INFO@2019-04-26T07:26:50.193Z]: FDSYNC: finished downloading mailtemplate_approved.txt\\r\\n[INFO@2019-04-26T07:26:50.204Z]: FDSYNC: finished downloading logo_e1_new.png\\r\\n[INFO@2019-04-26T07:26:50.206Z]: FDSYNC: finished downloading lupe.svg\\r\\n[INFO@2019-04-26T07:26:50.358Z]: FDSYNC: finished downloading pdf.header\\r\\n[INFO@2019-04-26T07:26:50.359Z]: FDSYNC: finished downloading skizze_460x273.png\\r\\n[INFO@2019-04-26T07:26:50.361Z]: FDSYNC: finished downloading pdf-logo.png\\r\\n[INFO@2019-04-26T07:26:50.362Z]: FDSYNC: finished downloading skizze_blanko.png\\r\\n[INFO@2019-04-26T07:26:50.367Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form 57cc42f3-e72a-416a-9632-ba15ea81bac5\\r\\n[INFO@2019-04-26T07:26:50.838Z]: FDSYNC: finished downloading dashboard-wienerbergerbau-80x80.svg\\r\\n[INFO@2019-04-26T07:26:50.840Z]: FDSYNC: finished downloading disabled_mailtemplate.txt\\r\\n[INFO@2019-04-26T07:26:50.843Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:50.846Z]: FDSYNC: finished downloading form-logo.png\\r\\n[INFO@2019-04-26T07:26:51.021Z]: FDSYNC: finished downloading s2l.js\\r\\n[INFO@2019-04-26T07:26:51.022Z]: FDSYNC: finished downloading wienerberger-bau-2019-de-DE.html\\r\\n[INFO@2019-04-26T07:26:51.023Z]: FDSYNC: finished downloading wienerberger-bau.css\\r\\n[INFO@2019-04-26T07:26:51.049Z]: FDSYNC: finished downloading WienerbergerBauHelpers.js\\r\\n[INFO@2019-04-26T07:26:51.058Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form 37056219-e4c2-4046-a199-faaa1ebb5945\\r\\n[INFO@2019-04-26T07:26:51.165Z]: FSBasedFormDefinitionRepository.syncFormDefinitions: synchronization complete\\r\\n[INFO@2019-04-26T07:26:51.912Z]: CatalogHandler.syncIfNeeded(): successfully synced datasource /kataloge/_api/web/lists/getbyTitle('countries')/items/?$select=Title,de&$orderby=de to filename catalogs-persist/5b72e990f910a88167f53eb7345573f5535bca25\\r\\n[INFO@2019-04-26T07:26:51.933Z]: FSBasedFormDefinitionRepository.syncFormDefinitions(): total 2 catalogs, failed 0\\r\\n[INFO@2019-04-26T07:26:51.933Z]: SYNCFD: finished, sync took 5152 msec\\r\\n[INFO@2019-04-26T07:26:52.005Z]: Page.constructor(), setting current page\\r\\n[INFO@2019-04-26T07:26:52.117Z]: SyncScheduler: starting sync\\r\\n[INFO@2019-04-26T07:26:52.145Z]: Pre-Caching all catalogs\\r\\n[INFO@2019-04-26T07:26:55.542Z]: WinJSBrowserHistory, handleNavigating history.pushState() #build/pages/settings/settings.html\\r\\n[INFO@2019-04-26T07:26:55.587Z]: Page.constructor(), dispose old page\\r\\n[INFO@2019-04-26T07:26:55.592Z]: Page.constructor(), setting current page\\r\\n[INFO@2019-04-26T07:26:56.460Z]: CoreIDBFormRepository: deleted form 57cc42f3-e72a-416a-9632-ba15ea81bac5/aaf7ec62-0644-497e-a002-2973e1a1faae from database\\r\\n[INFO@2019-04-26T07:26:56.461Z]: CoreIDBFormRepository: deleted form 57cc42f3-e72a-416a-9632-ba15ea81bac5/86e21e47-7788-4696-8caa-3d2edc63998d from database\\r\\n[INFO@2019-04-26T07:26:56.463Z]: CoreIDBFormRepository: deleted form 57cc42f3-e72a-416a-9632-ba15ea81bac5/5e83852b-cb6d-49b9-afc3-b9c7797cffa2 from database\\r\\n[INFO@2019-04-26T07:27:02.166Z]: SettingsPage: sending a crash report\"\r\n}\r\n"},"url":"https://example.hybridforms.net/api/app/bugreports","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","bugreports"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"5d6fb819-b180-48be-a844-df9f24683840","name":"Submit Bug Report","originalRequest":{"method":"POST","header":[{"key":"X-HF-DeviceModel","value":"Samsung Trala","type":"text"},{"key":"X-HF-DeviceID","value":"5C43CE42-1F20-47DE-A595-34D8FBD4B3C3","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Platform\": \"Core\",\r\n\t\"Build\": \"RELEASE\",\r\n\t\"HFVersion\": \"5.6.0\",\r\n\t\"Date\": \"2019-04-26T07:27:02.166Z\",\r\n\t\"Account\": \"i:0#.w|icoad\\\\mwe\",\r\n\t\"User\": \"Mario Weilguni\",\r\n\t\"Device\": {\r\n\t\t\"appVersion\": \"5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36\"\r\n\t},\r\n\t\"Company\": \"icomedias\",\r\n\t\"Email\": \"mario.weilguni@icomedias.com\",\r\n\t\"Backend\": \"https://gw.hybridforms.net/SPP/exec/aHR0cHM6Ly9iYWNrZW5kLmh5YnJpZGZvcm1zLm5ldC98SkdRMldYYk9IZ3xlZWFlMzRiNDFlNDA0ZDM0NzU5M2Y1MDRhNmMxZmU4YTA2ZGI3ZmM2\",\r\n\t\"ScreenWidth\": 1920,\r\n\t\"ScreenHeight\": 582,\r\n\t\"DevicePixelRatio\": 1,\r\n\t\"FormOpen\": false,\r\n\t\"CurrentFormID\": \"\",\r\n\t\"CurrentItemID\": \"\",\r\n\t\"UserComment\": \"\",\r\n\t\"Log\": \"[INFO@2019-04-26T07:26:45.591Z]: Translation initialized\\r\\n[INFO@2019-04-26T07:26:45.604Z]: AuthenticationBase.getUserData(), url=https://gw.hybridforms.net/Gateway/GetUserData\\r\\n[INFO@2019-04-26T07:26:46.771Z]: AuthenticationBase.getUserData(), login successful ICOAD\\\\mwe\\r\\n[INFO@2019-04-26T07:26:46.782Z]: FSBasedFormDefinitionRepository.syncFormDefinitions: cleaning parsed forms because of version change\\r\\n[INFO@2019-04-26T07:26:47.428Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:47.430Z]: FDSYNC: finished downloading graffitti-skizze-nurraster.png\\r\\n[INFO@2019-04-26T07:26:47.432Z]: FDSYNC: finished downloading form-logo.png\\r\\n[INFO@2019-04-26T07:26:47.439Z]: FDSYNC: finished downloading custom-controls.css\\r\\n[INFO@2019-04-26T07:26:47.604Z]: FDSYNC: finished downloading self-evaluation-130x130.svg\\r\\n[INFO@2019-04-26T07:26:47.605Z]: FDSYNC: finished downloading HFCustomControls.js\\r\\n[INFO@2019-04-26T07:26:47.607Z]: FDSYNC: finished downloading police-accident-ext-en-US.html\\r\\n[INFO@2019-04-26T07:26:47.609Z]: FDSYNC: finished downloading police-accident-80x80.svg\\r\\n[INFO@2019-04-26T07:26:47.765Z]: FDSYNC: finished downloading unfallbericht-skizzen-fahrzeuge.svg\\r\\n[INFO@2019-04-26T07:26:47.766Z]: FDSYNC: finished downloading style.css\\r\\n[INFO@2019-04-26T07:26:47.769Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form 5c1b1564-0ff8-4a35-b784-a4ea80c339bd\\r\\n[INFO@2019-04-26T07:26:48.136Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:48.138Z]: FDSYNC: finished downloading dashboard-unfall-80x80.svg\\r\\n[INFO@2019-04-26T07:26:48.141Z]: FDSYNC: finished downloading bmi-polizei-verkehrsunfall-de-DE.html\\r\\n[INFO@2019-04-26T07:26:48.144Z]: FDSYNC: finished downloading BMIPolizeiUnfallHelpers.js\\r\\n[INFO@2019-04-26T07:26:48.341Z]: FDSYNC: finished downloading skizze_460x273.png\\r\\n[INFO@2019-04-26T07:26:48.344Z]: FDSYNC: finished downloading mailtemplate_approved.txt\\r\\n[INFO@2019-04-26T07:26:48.346Z]: FDSYNC: finished downloading form-logo.png\\r\\n[INFO@2019-04-26T07:26:48.348Z]: FDSYNC: finished downloading polizei-verkehrsunfall.css\\r\\n[INFO@2019-04-26T07:26:48.504Z]: FDSYNC: finished downloading symbol-user-alt.svg\\r\\n[INFO@2019-04-26T07:26:48.505Z]: FDSYNC: finished downloading symbol-bike.svg\\r\\n[INFO@2019-04-26T07:26:48.506Z]: FDSYNC: finished downloading symbol-car.svg\\r\\n[INFO@2019-04-26T07:26:48.507Z]: FDSYNC: finished downloading symbol-box-full.svg\\r\\n[INFO@2019-04-26T07:26:48.510Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form c0da3769-368d-4437-bdea-920ff5f271ce\\r\\n[INFO@2019-04-26T07:26:48.943Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:48.945Z]: FDSYNC: finished downloading dashboard-kfzuntersuchung-80x80.svg\\r\\n[INFO@2019-04-26T07:26:48.946Z]: FDSYNC: finished downloading BMIPolizeiKfzHelpers.js\\r\\n[INFO@2019-04-26T07:26:48.963Z]: FDSYNC: finished downloading bmi-polizei-kfzuntersuchung-de-DE.html\\r\\n[INFO@2019-04-26T07:26:49.111Z]: FDSYNC: finished downloading mailtemplate_approved.txt\\r\\n[INFO@2019-04-26T07:26:49.112Z]: FDSYNC: finished downloading form-logo.png\\r\\n[INFO@2019-04-26T07:26:49.113Z]: FDSYNC: finished downloading polizei-kfzuntersuchung.css\\r\\n[INFO@2019-04-26T07:26:49.117Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form 7da7f050-a558-48cc-8e00-f188e343cda5\\r\\n[INFO@2019-04-26T07:26:49.583Z]: FDSYNC: finished downloading E1EnergieChecklistHelpers.js\\r\\n[INFO@2019-04-26T07:26:49.586Z]: FDSYNC: finished downloading e1-checkliste.css\\r\\n[INFO@2019-04-26T07:26:49.602Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:49.617Z]: FDSYNC: finished downloading Checkliste_Energie.html\\r\\n[INFO@2019-04-26T07:26:49.804Z]: FDSYNC: finished downloading hausschema.png\\r\\n[INFO@2019-04-26T07:26:49.807Z]: FDSYNC: finished downloading ink_flachdach.png\\r\\n[INFO@2019-04-26T07:26:49.825Z]: FDSYNC: finished downloading energie_steiermark_logo.png\\r\\n[INFO@2019-04-26T07:26:49.827Z]: FDSYNC: finished downloading energie_steiermark_schrift.png\\r\\n[INFO@2019-04-26T07:26:50.011Z]: FDSYNC: finished downloading logo_e_green.png\\r\\n[INFO@2019-04-26T07:26:50.015Z]: FDSYNC: finished downloading ink_satteldach_giebel.png\\r\\n[INFO@2019-04-26T07:26:50.037Z]: FDSYNC: finished downloading ink_satteldach.png\\r\\n[INFO@2019-04-26T07:26:50.040Z]: FDSYNC: finished downloading ink_pultdach.png\\r\\n[INFO@2019-04-26T07:26:50.189Z]: FDSYNC: finished downloading pdf.footer\\r\\n[INFO@2019-04-26T07:26:50.193Z]: FDSYNC: finished downloading mailtemplate_approved.txt\\r\\n[INFO@2019-04-26T07:26:50.204Z]: FDSYNC: finished downloading logo_e1_new.png\\r\\n[INFO@2019-04-26T07:26:50.206Z]: FDSYNC: finished downloading lupe.svg\\r\\n[INFO@2019-04-26T07:26:50.358Z]: FDSYNC: finished downloading pdf.header\\r\\n[INFO@2019-04-26T07:26:50.359Z]: FDSYNC: finished downloading skizze_460x273.png\\r\\n[INFO@2019-04-26T07:26:50.361Z]: FDSYNC: finished downloading pdf-logo.png\\r\\n[INFO@2019-04-26T07:26:50.362Z]: FDSYNC: finished downloading skizze_blanko.png\\r\\n[INFO@2019-04-26T07:26:50.367Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form 57cc42f3-e72a-416a-9632-ba15ea81bac5\\r\\n[INFO@2019-04-26T07:26:50.838Z]: FDSYNC: finished downloading dashboard-wienerbergerbau-80x80.svg\\r\\n[INFO@2019-04-26T07:26:50.840Z]: FDSYNC: finished downloading disabled_mailtemplate.txt\\r\\n[INFO@2019-04-26T07:26:50.843Z]: FDSYNC: finished downloading customer-logo.css\\r\\n[INFO@2019-04-26T07:26:50.846Z]: FDSYNC: finished downloading form-logo.png\\r\\n[INFO@2019-04-26T07:26:51.021Z]: FDSYNC: finished downloading s2l.js\\r\\n[INFO@2019-04-26T07:26:51.022Z]: FDSYNC: finished downloading wienerberger-bau-2019-de-DE.html\\r\\n[INFO@2019-04-26T07:26:51.023Z]: FDSYNC: finished downloading wienerberger-bau.css\\r\\n[INFO@2019-04-26T07:26:51.049Z]: FDSYNC: finished downloading WienerbergerBauHelpers.js\\r\\n[INFO@2019-04-26T07:26:51.058Z]: FSBasedFormDefinitionRepository.ensureParsedFormDefinition: computing formDefinition for form 37056219-e4c2-4046-a199-faaa1ebb5945\\r\\n[INFO@2019-04-26T07:26:51.165Z]: FSBasedFormDefinitionRepository.syncFormDefinitions: synchronization complete\\r\\n[INFO@2019-04-26T07:26:51.912Z]: CatalogHandler.syncIfNeeded(): successfully synced datasource /kataloge/_api/web/lists/getbyTitle('countries')/items/?$select=Title,de&$orderby=de to filename catalogs-persist/5b72e990f910a88167f53eb7345573f5535bca25\\r\\n[INFO@2019-04-26T07:26:51.933Z]: FSBasedFormDefinitionRepository.syncFormDefinitions(): total 2 catalogs, failed 0\\r\\n[INFO@2019-04-26T07:26:51.933Z]: SYNCFD: finished, sync took 5152 msec\\r\\n[INFO@2019-04-26T07:26:52.005Z]: Page.constructor(), setting current page\\r\\n[INFO@2019-04-26T07:26:52.117Z]: SyncScheduler: starting sync\\r\\n[INFO@2019-04-26T07:26:52.145Z]: Pre-Caching all catalogs\\r\\n[INFO@2019-04-26T07:26:55.542Z]: WinJSBrowserHistory, handleNavigating history.pushState() #build/pages/settings/settings.html\\r\\n[INFO@2019-04-26T07:26:55.587Z]: Page.constructor(), dispose old page\\r\\n[INFO@2019-04-26T07:26:55.592Z]: Page.constructor(), setting current page\\r\\n[INFO@2019-04-26T07:26:56.460Z]: CoreIDBFormRepository: deleted form 57cc42f3-e72a-416a-9632-ba15ea81bac5/aaf7ec62-0644-497e-a002-2973e1a1faae from database\\r\\n[INFO@2019-04-26T07:26:56.461Z]: CoreIDBFormRepository: deleted form 57cc42f3-e72a-416a-9632-ba15ea81bac5/86e21e47-7788-4696-8caa-3d2edc63998d from database\\r\\n[INFO@2019-04-26T07:26:56.463Z]: CoreIDBFormRepository: deleted form 57cc42f3-e72a-416a-9632-ba15ea81bac5/5e83852b-cb6d-49b9-afc3-b9c7797cffa2 from database\\r\\n[INFO@2019-04-26T07:27:02.166Z]: SettingsPage: sending a crash report\"\r\n}\r\n"},"url":"https://example.hybridforms.net/api/app/bugreports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Jul 2019 06:34:28 GMT"},{"key":"Content-Length","value":"135"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"09a83987-b734-465f-b6dc-af0571f4cbfd"}],"id":"5e79755d-24bb-49fe-9650-9ccee64b2932","_postman_id":"5e79755d-24bb-49fe-9650-9ccee64b2932","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"User","item":[{"name":"userdata","id":"ec7220f7-b50a-4e07-8957-dc7e6a67f38e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/userData","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","userData"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec7220f7-b50a-4e07-8957-dc7e6a67f38e"},{"name":"check if user is admin","id":"05f48826-037c-4242-a970-205b64479578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/userData","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","userData"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"05f48826-037c-4242-a970-205b64479578"},{"name":"extended Userdata","id":"f8e9ea92-82f2-4131-b65e-951f955e11fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://example.hybridforms.net/api/app/userData/{{client}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","userData","{{client}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8e9ea92-82f2-4131-b65e-951f955e11fc"},{"name":"Save Roaming Data","id":"a4cbd16b-b399-4676-9729-4f8a070a4cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"foo\":\"bar\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/userData/{{client}}/roamingData","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","userData","{{client}}","roamingData"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4cbd16b-b399-4676-9729-4f8a070a4cbd"}],"id":"6991ea24-feb3-47e0-9cae-3c9c69414b9e","_postman_id":"6991ea24-feb3-47e0-9cae-3c9c69414b9e","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Form Admin","item":[{"name":"List Available Actions","id":"35dfa3b0-104a-4165-8274-401fe20cccfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/admin/list-actions","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","admin","list-actions"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"35dfa3b0-104a-4165-8274-401fe20cccfd"},{"name":"Get Persons","id":"58cb4595-5cf7-4827-839a-b4acfa23b2b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/admin/get-persons","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","admin","get-persons"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"58cb4595-5cf7-4827-839a-b4acfa23b2b0"},{"name":"Perform Actions","id":"433e62f1-a400-475d-a766-5eca4b3cefce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Hf-Deviceid","value":"5F3CFBB2-CF32-472C-B307-3DD74D3EE819","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"SetOwner\",\r\n        \"data\": \"fma@icomedias.com\"\r\n    },\r\n    {\r\n        \"name\": \"SetStatus\",\r\n        \"data\": \"Group\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/formdefinitions/{{formID}}/forms/{{itemID}}/admin/perform-actions","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","formdefinitions","{{formID}}","forms","{{itemID}}","admin","perform-actions"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"433e62f1-a400-475d-a766-5eca4b3cefce"}],"id":"71af392f-55d0-4eca-8521-ab0ea79f2643","_postman_id":"71af392f-55d0-4eca-8521-ab0ea79f2643","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}}],"id":"3c4070fa-3d77-4665-84e5-f338459daaba","event":[{"listen":"prerequest","script":{"id":"70767036-8230-42a9-a643-853788aaadd1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08364c61-6e69-4655-a19b-67abd7ba0e4a","type":"text/javascript","exec":[""]}}],"_postman_id":"3c4070fa-3d77-4665-84e5-f338459daaba","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"/api/admin","item":[{"name":"Client Handling","item":[{"name":"Create new client","id":"f1251914-e70b-4200-ae1c-111cd0910025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Icomedias\"\n}"},"url":"https://example.hybridforms.net/api/admin/clients/","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients",""],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1251914-e70b-4200-ae1c-111cd0910025"},{"name":"Update Client","id":"aa6c3396-90ed-4450-a86c-9dcb86af2d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"title\": \"Icomedias\",\n    \"remark\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.\",\n    \"errorEmail\": \"mwe@icomedias.com\",\n    \"acl\": [\n        {\n            \"id\": 91,\n            \"title\": \"Mario Weilguni\",\n            \"upn\": \"mwe@icomedias.com\"\n        }\n    ],\n    \"modified\": \"2019-04-05T09:13:19.7054559\",\n    \"modifiedBy\": \"Edin Hadzovic\"\n}"},"url":"https://example.hybridforms.net/api/admin/clients/1","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa6c3396-90ed-4450-a86c-9dcb86af2d91"},{"name":"Delete Client","id":"2ceba5d4-53cc-442b-94a8-ec6502740897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ceba5d4-53cc-442b-94a8-ec6502740897"},{"name":"GetClients","id":"18fd1065-51ea-46f8-a6b6-9b046729fd6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients",""],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"18fd1065-51ea-46f8-a6b6-9b046729fd6b"},{"name":"Get Client","id":"966d28de-6d56-4b12-ab62-08961257a0c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"48de547c-9b40-42dd-9f7a-65b5c332ac19","name":"Get Client","originalRequest":{"method":"GET","header":[],"url":"https://hfsql.ws-mwe-w10.icomedias.com/api/admin/clients/1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"WWW-Authenticate","value":"Negotiate"},{"key":"WWW-Authenticate","value":"NTLM"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2019 11:25:21 GMT"},{"key":"Content-Length","value":"6774"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n    <head>\n        <title>IIS 10.0 Detaillierter Fehler - 401.1 - Unauthorized</title>\n        <style type=\"text/css\">\n            <!-- \nbody{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;} \ncode{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} \n.config_source code{font-size:.8em;color:#000000;} \npre{margin:0;font-size:1.4em;word-wrap:break-word;} \nul,ol{margin:10px 0 10px 5px;} \nul.first,ol.first{margin-top:5px;} \nfieldset{padding:0 15px 10px 15px;word-break:break-all;} \n.summary-container fieldset{padding-bottom:5px;margin-top:4px;} \nlegend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} \nlegend{color:#333333;;margin:4px 0 8px -12px;_margin-top:0px; \nfont-weight:bold;font-size:1em;} \na:link,a:visited{color:#007EFF;font-weight:bold;} \na:hover{text-decoration:none;} \nh1{font-size:2.4em;margin:0;color:#FFF;} \nh2{font-size:1.7em;margin:0;color:#CC0000;} \nh3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;} \nh4{font-size:1.2em;margin:10px 0 5px 0; \n}#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\"trebuchet MS\",Verdana,sans-serif; \n color:#FFF;background-color:#5C87B2; \n}#content{margin:0 0 0 2%;position:relative;} \n.summary-container,.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;} \n.content-container p{margin:0 0 10px 0; \n}#details-left{width:35%;float:left;margin-right:2%; \n}#details-right{width:63%;float:left;overflow:hidden; \n}#server_version{width:96%;_height:1px;min-height:1px;margin:0 0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF; \n background-color:#5A7FA5;border-bottom:1px solid #C1CFDD;border-top:1px solid #4A6C8E;font-weight:normal; \n font-size:1em;color:#FFF;text-align:right; \n}#server_version p{margin:5px 0;} \ntable{margin:4px 0 4px 0;width:100%;border:none;} \ntd,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:normal;border:none;} \nth{width:30%;text-align:right;padding-right:2%;font-weight:bold;} \nthead th{background-color:#ebebeb;width:25%; \n}#details-right th{width:20%;} \ntable tr.alt td,table tr.alt th{} \n.highlight-code{color:#CC0000;font-weight:bold;font-style:italic;} \n.clear{clear:both;} \n.preferred{padding:0 5px 2px 5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;} \n--> \n\n        </style>\n    </head>\n    <body>\n        <div id=\"content\">\n            <div class=\"content-container\">\n                <h3>HTTP-Fehler 401.1 - Unauthorized</h3>\n                <h4>Die angegebenen Anmeldeinformationen berechtigen Sie nicht, dieses Verzeichnis oder diese Seite anzuzeigen.</h4>\n            </div>\n            <div class=\"content-container\">\n                <fieldset>\n                    <h4>Wahrscheinlichste Ursachen:</h4>\n                    <ul>\n                        <li>Der an IIS übergebene Benutzername ist ungültig.</li>\n                        <li>Das an IIS übergebene Kennwort wurde nicht korrekt eingegeben. </li>\n                        <li>Im Browser wurden falsche Anmeldeinformationen zwischengespeichert.</li>\n                        <li>Die Identität des angegebenen Benutzernamens und Kennworts konnte von IIS nicht überprüft werden.</li>\n                        <li>Die Ressource wurde für die anonyme Authentifizierung konfiguriert, die Konfiguration des anonymen Kontos weist jedoch ein ungültiges Kennwort auf oder wurde deaktiviert.</li>\n                        <li>Der Server ist so konfiguriert, dass dem zu authentifizierenden Benutzer bzw. der Gruppe, der dieser angehört, die Anmeldeberechtigung verweigert wird.</li>\n                        <li>Ursache ist möglicherweise eine ungültige Kerberos-Konfiguration, sofern alle folgenden Bedingungen zutreffen:</li>\n                        <ul>\n                            <li>Es wurde die integrierte Authentifizierung verwendet.</li>\n                            <li>Die Anwendungspoolidentität ist ein benutzerdefiniertes Konto.</li>\n                            <li>Der Server ist Mitglied einer Domäne.</li>\n                        </ul>\n                    </ul>\n                </fieldset>\n            </div>\n            <div class=\"content-container\">\n                <fieldset>\n                    <h4>Mögliche Vorgehensweise:</h4>\n                    <ul>\n                        <li>Vergewissern Sie sich, dass Benutzername und Kennwort richtig sind und vom Browser nicht zwischengespeichert werden.</li>\n                        <li>Verwenden Sie einen anderen Benutzernamen und ein anderes Kennwort.</li>\n                        <li>Wenn Sie ein benutzerdefiniertes anonymes Konto verwenden, stellen Sie sicher, dass das Kennwort nicht abgelaufen ist.</li>\n                        <li>Vergewissern Sie sich, dass dem zu authentifizierenden Benutzer bzw. der Gruppe, der dieser angehört, die Anmeldung am Server nicht verweigert wurde.</li>\n                        <li>Vergewissern Sie sich, dass das Konto nicht aufgrund mehrfacher Anmeldefehler gesperrt wurde.</li>\n                        <li>Wenn Sie die Authentifizierung verwenden und der Server Mitglied einer Domäne ist, müssen Sie die Anwendungspoolidentität mit dem Hilfsprogramm \"SETSPN.EXE\" konfiguriert oder die Konfiguration so geändert haben, dass NTLM als bevorzugter Authentifizierungstyp verwendet wird.</li>\n                        <li>Erstellen Sie eine Ablaufverfolgungsregel für Anforderungsfehler für diesen HTTP-Statuscode. Weitere Informationen zum Erstellen von Überwachungsregeln für Anforderungsfehler finden Sie \n                            <a href=\"http://go.microsoft.com/fwlink/?LinkID=66439\">hier</a>.\n                        </li>\n                    </ul>\n                </fieldset>\n            </div>\n            <div class=\"content-container\">\n                <fieldset>\n                    <h4>Detaillierte Fehlerinformationen:</h4>\n                    <div id=\"details-left\">\n                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                            <tr class=\"alt\">\n                                <th>Modul</th>\n                                <td>&nbsp;&nbsp;&nbsp;WindowsAuthenticationModule</td>\n                            </tr>\n                            <tr>\n                                <th>Benachrichtigung</th>\n                                <td>&nbsp;&nbsp;&nbsp;AuthenticateRequest</td>\n                            </tr>\n                            <tr class=\"alt\">\n                                <th>Handler</th>\n                                <td>&nbsp;&nbsp;&nbsp;aspNetCore</td>\n                            </tr>\n                            <tr>\n                                <th>Fehlercode</th>\n                                <td>&nbsp;&nbsp;&nbsp;0x80090308</td>\n                            </tr>\n                        </table>\n                    </div>\n                    <div id=\"details-right\">\n                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                            <tr class=\"alt\">\n                                <th>Angeforderte URL</th>\n                                <td>&nbsp;&nbsp;&nbsp;https://hfsql.ws-mwe-w10.icomedias.com:443/api/admin/clients/1</td>\n                            </tr>\n                            <tr>\n                                <th>Physischer Pfad</th>\n                                <td>&nbsp;&nbsp;&nbsp;C:\\git\\tfs-backend\\HybridForms\\Backend\\Server\\Server\\api\\admin\\clients\\1</td>\n                            </tr>\n                            <tr class=\"alt\">\n                                <th>Anmeldemethode</th>\n                                <td>&nbsp;&nbsp;&nbsp;Noch unbestimmt</td>\n                            </tr>\n                            <tr>\n                                <th>Benutzeranmeldung</th>\n                                <td>&nbsp;&nbsp;&nbsp;Noch unbestimmt</td>\n                            </tr>\n                        </table>\n                        <div class=\"clear\"></div>\n                    </div>\n                </fieldset>\n            </div>\n            <div class=\"content-container\">\n                <fieldset>\n                    <h4>Weitere Informationen:</h4> \n  Dieser Fehler tritt auf, wenn der an IIS übergebene Benutzername oder das Kennwort ungültig ist oder der Benutzer von IIS nicht anhand des Benutzernamens und des Kennworts authentifiziert werden kann.\n                    <p>\n                        <a href=\"https://go.microsoft.com/fwlink/?LinkID=62293&amp;IIS70Error=401,1,0x80090308,17763\">Weitere Informationen anzeigen &raquo;</a>\n                    </p>\n                    <p>Microsoft Knowledge Base-Artikel:</p>\n                    <ul>\n                        <li>907273</li>\n                        <li>871179</li>\n                        <li>896861</li>\n                    </ul>\n                </fieldset>\n            </div>\n        </div>\n    </body>\n</html>"}],"_postman_id":"966d28de-6d56-4b12-ab62-08961257a0c0"},{"name":"Release Cals","id":"ae9d4b5d-ed29-46c8-9865-4cbc7f8ff381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients",""],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae9d4b5d-ed29-46c8-9865-4cbc7f8ff381"},{"name":"Set ReachOut on-/offline","id":"952b8604-e844-4143-81d3-f6423ddff807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Status\":\"Offline\",\r\n    \"Message\":\"Reachout offline for maintenance\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/reachoutOnlineStatus","urlObject":{"path":["api","admin","clients","{{client}}","reachoutOnlineStatus"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"952b8604-e844-4143-81d3-f6423ddff807"},{"name":"Get Alerts","id":"e5957edd-d6d2-4de5-b9f8-4c63aea183ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/alerts","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","alerts"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"be043950-b747-4487-ae13-5f73c6c1ff11","name":"Get Alerts","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/alerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Tue, 05 Aug 2025 21:02:59 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Permissions-Policy","value":"accelerometer=(),ambient-lightsensor=(),autoplay=(),battery=(),camera=(),display-capture=(),documentdomain=(),encryptedmedia=(),fullscreen=(),gamepad=(),geolocation=(),gyroscope=(),layoutanimations=(self),legacy-imageformats=(self),magnetometer=(),microphone=(),midi=(),oversizedimages=(self),payment=(),picture-in-picture=(),publickey-credentialsget=(),speaker-selection=(),sync-xhr=(self),unoptimized-images=(self),unsizedmedia=(self),usb=(),screen-wake-lock=(),web-share=(),xr-spatial-tracking=()"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-fb6b8de8-fc64-43f7-87a5-a2d6e37700c5'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"9.5.0.0"},{"key":"Date","value":"Tue, 05 Aug 2025 21:02:59 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"alertType\": \"HaveMailqueue\",\n        \"message\": \"1\"\n    }\n]"}],"_postman_id":"e5957edd-d6d2-4de5-b9f8-4c63aea183ec"},{"name":"Get Mail queue","id":"c612b57b-d4f4-45b4-9a91-c84873b30b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/mailqueue?page=1&hitsPerPage=100","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","mailqueue"],"host":["https://example.hybridforms.net"],"query":[{"key":"page","value":"1"},{"key":"hitsPerPage","value":"100"}],"variable":[]}},"response":[{"id":"782bfd13-26f5-4f32-b02a-564bfba5f91c","name":"Get Mail queue","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.hybridforms.net/api/admin/clients/1/mailqueue?page=1&hitsPerPage=1","host":["https://example.hybridforms.net"],"path":["api","admin","clients","1","mailqueue"],"query":[{"key":"page","value":"1"},{"key":"hitsPerPage","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Tue, 05 Aug 2025 20:14:04 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Permissions-Policy","value":"accelerometer=(),ambient-lightsensor=(),autoplay=(),battery=(),camera=(),display-capture=(),documentdomain=(),encryptedmedia=(),fullscreen=(),gamepad=(),geolocation=(),gyroscope=(),layoutanimations=(self),legacy-imageformats=(self),magnetometer=(),microphone=(),midi=(),oversizedimages=(self),payment=(),picture-in-picture=(),publickey-credentialsget=(),speaker-selection=(),sync-xhr=(self),unoptimized-images=(self),unsizedmedia=(self),usb=(),screen-wake-lock=(),web-share=(),xr-spatial-tracking=()"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-14ce06d3-4103-44ca-b56b-9c1472a5a961'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"9.5.0.0"},{"key":"Date","value":"Tue, 05 Aug 2025 20:14:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"id\": 3,\n            \"from\": \"servermbe@icomedias.com\",\n            \"to\": \"mbe@icomedias.com\",\n            \"cc\": \"\",\n            \"bcc\": \"\",\n            \"subject\": \"Reachout Vorgang verfügbar\",\n            \"status\": \"Der angegebene Host ist unbekannt.\",\n            \"dateCreated\": \"2025-08-05T15:38:29.1085128\",\n            \"dateLastAttempt\": \"2025-08-05T22:08:11.8473418\"\n        }\n    ],\n    \"page\": 1,\n    \"hitsPerPage\": 1,\n    \"totalCount\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"c612b57b-d4f4-45b4-9a91-c84873b30b4d"},{"name":"Delete mail queue entry","id":"9f936992-db91-4c2f-9bd1-fcd9df881f27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/mailqueue/{{queueId}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","mailqueue","{{queueId}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"7ab2ebd5-a703-46ba-b8b8-3669df600d8f","name":"Delete mail queue entry","originalRequest":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/mailqueue/{{queueId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Tue, 05 Aug 2025 21:04:56 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Permissions-Policy","value":"accelerometer=(),ambient-lightsensor=(),autoplay=(),battery=(),camera=(),display-capture=(),documentdomain=(),encryptedmedia=(),fullscreen=(),gamepad=(),geolocation=(),gyroscope=(),layoutanimations=(self),legacy-imageformats=(self),magnetometer=(),microphone=(),midi=(),oversizedimages=(self),payment=(),picture-in-picture=(),publickey-credentialsget=(),speaker-selection=(),sync-xhr=(self),unoptimized-images=(self),unsizedmedia=(self),usb=(),screen-wake-lock=(),web-share=(),xr-spatial-tracking=()"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a8f3c583-eee4-42f7-aefd-27ec47edfbe7'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"9.5.0.0"},{"key":"Date","value":"Tue, 05 Aug 2025 21:04:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted\": true\n}"}],"_postman_id":"9f936992-db91-4c2f-9bd1-fcd9df881f27"},{"name":"Delete all mail queue entries","id":"988648a0-4e42-41a5-a118-f23a67a46b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/mailqueue","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","mailqueue"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"2e7509a8-622b-43b6-8a07-8c7af7183a0d","name":"Delete mail queue entry","originalRequest":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/mailqueue/{{queueId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Tue, 05 Aug 2025 21:04:56 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Permissions-Policy","value":"accelerometer=(),ambient-lightsensor=(),autoplay=(),battery=(),camera=(),display-capture=(),documentdomain=(),encryptedmedia=(),fullscreen=(),gamepad=(),geolocation=(),gyroscope=(),layoutanimations=(self),legacy-imageformats=(self),magnetometer=(),microphone=(),midi=(),oversizedimages=(self),payment=(),picture-in-picture=(),publickey-credentialsget=(),speaker-selection=(),sync-xhr=(self),unoptimized-images=(self),unsizedmedia=(self),usb=(),screen-wake-lock=(),web-share=(),xr-spatial-tracking=()"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a8f3c583-eee4-42f7-aefd-27ec47edfbe7'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"9.5.0.0"},{"key":"Date","value":"Tue, 05 Aug 2025 21:04:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted\": true\n}"}],"_postman_id":"988648a0-4e42-41a5-a118-f23a67a46b5a"}],"id":"94b85379-f0c1-4ba5-a010-f62acccc4356","event":[{"listen":"prerequest","script":{"id":"0926c089-bdce-4bf3-a68f-08a1d514833a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b72887ba-ad6e-4e99-a45f-56c81f7da434","type":"text/javascript","exec":[""]}}],"_postman_id":"94b85379-f0c1-4ba5-a010-f62acccc4356","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"System and Cals","item":[{"name":"Set Server Key","id":"924ec7bf-8e53-46e1-85be-1873b65176aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"ew0KCSJUaXRsZSI6ICJIeWJyaWRGb3JtcyBTUUwgKE1XRSBUZXN0c3lzdGVtKSIsDQoJIlZhbGlkRnJvbSI6ICIyMDE5LTAxLTAyVDEwOjAwOjAwWiIsDQoJIlZhbGlkVW50aWwiOiAiMjAyMC0wMi0yOFQxMDowMDowMFoiLA0KCSJTdXBwb3J0VW50aWwiOiAiMjAyMC0wMi0yOFQxMDowMDowMFoiLA0KCSJTeXN0ZW1JZCI6ICJodHRwczovL2hmc3FsLndzLW13ZS13MTAuaWNvbWVkaWFzLmNvbSIsDQoJIkdhdGV3YXlVcmwiOiAiaHR0cHM6Ly9oZnNxbC53cy1td2UtdzEwLmljb21lZGlhcy5jb20iLA0KCSJNb2R1bGVzIjogWw0KCQkiY29yZSIsDQoJCSJwZGYiLA0KCQkic3FsIiwNCgkJIndvcmtmbG93IiwNCgkJInhtbCIsDQoJCSJraW9zayINCgldDQp9|CQkic3FsIiwNCgkJIndvcmtmbG93IiwNCgkJInhtbCIsDQoJCSJraW9zayIN\"\n}"},"url":"https://example.hybridforms.net/api/admin/system/settings","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","system","settings"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"924ec7bf-8e53-46e1-85be-1873b65176aa"},{"name":"Set Server Cookie Names","id":"4341635c-39e8-480b-8cd0-cbac3cab75b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"cookies\": \"Edgeauthentication, irgendwasanderes\"\n}"},"url":"https://example.hybridforms.net/api/admin/system/settings","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","system","settings"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4341635c-39e8-480b-8cd0-cbac3cab75b5"},{"name":"Set Server Reachout URL","id":"e2eadedb-416c-47d1-b017-ca570f778c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"reachoutURL\": \"https://reachout.ws-mbe-w10.icomedias.com/\"\n}"},"url":"https://example.hybridforms.net/api/admin/system/settings","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","system","settings"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2eadedb-416c-47d1-b017-ca570f778c47"},{"name":"Set Server Reachout Key","id":"e99f2202-59c2-481e-b3f2-e79c639544ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"reachoutUrl\": \"https://reachout.ws-mbe-w10.icomedias.com/\"\n}"},"url":"https://example.hybridforms.net/api/admin/system/settings","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","system","settings"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e99f2202-59c2-481e-b3f2-e79c639544ff"},{"name":"Set Server Options","id":"3cef0ec2-0fa7-440c-a3ee-a0c6b1b9b5e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"options\": \"{\\r\\n  \\\"anylineKey\\\": {\\r\\n    \\\"Label\\\": \\\"Anyline Key\\\",    \\r\\n    \\\"Visibility\\\": \\\"ok\\\",\\r\\n    \\\"Value\\\": \\\"eyAiYW5kcm9pZElkZW50aWZpZXIiOiBbICJjb20uaWNvbWVkaWFzLmh5YnJpZGZvcm1zIiwgImNvbS5pY29tZWRpYXMuaHlicmlkZm9ybXMuZGVidWciLCAiaWNvbWVkaWFzR21iSC5IeWJyaWRGb3JtcyIsICJjb20uaWNvbWVkaWFzLmh5YnJpZGZvcm1zLmlvcyIsICJjb20uaWNvbWVkaWFzLmh5YnJpZGZvcm1zLmVwIiwgImNvbS5pY29tZWRpYXMuaHlicmlkZm9ybXMuZXAuZGVidWciIF0sICJkZWJ1Z1JlcG9ydGluZyI6ICJvcHQtb3V0IiwgImltYWdlUmVwb3J0Q2FjaGluZyI6IHRydWUsICJpb3NJZGVudGlmaWVyIjogWyAiY29tLmljb21lZGlhcy5oeWJyaWRmb3JtcyIsICJjb20uaWNvbWVkaWFzLmh5YnJpZGZvcm1zLmRlYnVnIiwgImljb21lZGlhc0dtYkguSHlicmlkRm9ybXMiLCAiY29tLmljb21lZGlhcy5oeWJyaWRmb3Jtcy5pb3MiLCAiY29tLmljb21lZGlhcy5oeWJyaWRmb3Jtcy5lcCIsICJjb20uaWNvbWVkaWFzLmh5YnJpZGZvcm1zLmVwLmRlYnVnIiBdLCAibGljZW5zZUtleVZlcnNpb24iOiAyLCAibWFqb3JWZXJzaW9uIjogIjQiLCAibWF4RGF5c05vdFJlcG9ydGVkIjogMCwgInBpbmdSZXBvcnRpbmciOiB0cnVlLCAicGxhdGZvcm0iOiBbICJpT1MiLCAiQW5kcm9pZCIsICJXaW5kb3dzIiBdLCAic2NvcGUiOiBbICJBTEwiIF0sICJzaG93UG9wVXBBZnRlckV4cGlyeSI6IHRydWUsICJzaG93V2F0ZXJtYXJrIjogdHJ1ZSwgInRvbGVyYW5jZURheXMiOiAxMCwgInZhbGlkIjogIjIwMjAtMzEtMDEiLCAid2luZG93c0lkZW50aWZpZXIiOiBbICJjb20uaWNvbWVkaWFzLmh5YnJpZGZvcm1zIiwgImNvbS5pY29tZWRpYXMuaHlicmlkZm9ybXMuZGVidWciLCAiaWNvbWVkaWFzR21iSC5IeWJyaWRGb3JtcyIsICJjb20uaWNvbWVkaWFzLmh5YnJpZGZvcm1zLmlvcyIsICJjb20uaWNvbWVkaWFzLmh5YnJpZGZvcm1zLmVwIiwgImNvbS5pY29tZWRpYXMuaHlicmlkZm9ybXMuZXAuZGVidWciIF0gfQplNFo4NmVJdU11ZW9uWE1xTlJMSmNudFpOTlFobG5MMXR4Mlo3U253Yk9NTDVCZDFNd1UvZmtmSXdhbDZ4ZzZwCnprWk9MSDlUcW5RWkFOMTlwZHJpOXV4SnZwMFFaWWVHN2NlVFRMSkptUFVJQ0NkREtFRmxnT2cwa3ZQNzJJTmIKanozUDZkcTFIbDkvOFNRMHB0WWJSb0syc1FTSjNVaW13RnQwWC9VR0xIbWVmZDAxUnY3OU81YzZhVnFiNDNBWAp2emNNeGM0eHNMVnVoYlBMN253ZG9ZYmdib2RCUUJCUjhCN3lRNnY3K1A3c0ZQeFBzUkFUaWNSZmE5Ynlhd1N6CmZXNVhWTENpMExMN2FNUy9ETXc2VXhhWW9DNWJuK0d5R3JWM3UzNHZ6NllHSndBMTFZekFoQUJBakJpWmN6cEQKd0taZVA5clFKZjd0bXNpK1N3S1dvUT09Cg==\\\"\\t\\r\\n  },\\r\\n  \\\"googleMapsApiKey\\\": {\\r\\n\\t\\\"Label\\\": \\\"Google Maps Key\\\",\\r\\n        \\\"Visibility\\\": \\\"ok\\\",\\r\\n        \\\"Value\\\": \\\"AIzaSyC4o4ro6RBGnzT_FUYsZVU1XGdlI-Nv7vc\\\"\\r\\n   },\\r\\n   \\\"cognitiveServicesVisionKey\\\": {\\r\\n\\t\\\"Label\\\": \\\"Cognitive Services Vision\\\",\\r\\n\\t\\\"Visibility\\\": \\\"ok\\\",\\r\\n        \\\"Value\\\": \\\"7bbdb92443eb4877ac792d7ba053119d\\\"\\r\\n   },\\r\\n   \\\"cognitiveServicesAudioKey\\\": {\\r\\n\\t\\\"Label\\\": \\\"Cognitive Services Audio\\\",\\r\\n\\t\\\"Visibility\\\": \\\"ok\\\",\\r\\n        \\\"Value\\\": \\\"3d25214f29704809a7d830e041430ac1\\\"\\r\\n   }\\r\\n}\"\n}"},"url":"https://example.hybridforms.net/api/admin/system/settings","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","system","settings"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cef0ec2-0fa7-440c-a3ee-a0c6b1b9b5e5"},{"name":"Get System Settings","id":"5242b530-e1c0-4eed-aefc-6ead5ceb1c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/system/settings","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","system","settings"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5242b530-e1c0-4eed-aefc-6ead5ceb1c2b"},{"name":"Get Admins","id":"c410c9f2-3b00-41b2-968d-dd600c4c9316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/system/admins","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","system","admins"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c410c9f2-3b00-41b2-968d-dd600c4c9316"},{"name":"Get List of Server Logfiles","id":"52079975-f8af-44e6-950a-94896eb63961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/log?module=ProtocolDB","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","log"],"host":["https://example.hybridforms.net"],"query":[{"description":{"content":"<p>Optional Name of Server Addon Module</p>\n","type":"text/plain"},"key":"module","value":"ProtocolDB"}],"variable":[]}},"response":[{"id":"388fb613-e4c1-41c5-8b50-7bb4ea972fea","name":"Get List of Server Logfiles","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.hybridforms.net/api/admin/log","host":["https://example.hybridforms.net"],"path":["api","admin","log"],"query":[{"key":"module","value":"ProtocolDB","description":"Optional Name of Server Addon Module","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2083"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Fri, 20 Jan 2023 08:43:49 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-a2632e7f-8509-444a-9dd3-29f1e04d8976'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"9.2.2.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 20 Jan 2023 08:43:49 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fileName\": \"server-20230120.log\",\n        \"size\": 8072,\n        \"dateCreated\": \"2023-01-20T08:09:39.0456003+01:00\",\n        \"dateModified\": \"2023-01-20T09:42:41.3101439+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230119.log\",\n        \"size\": 36226,\n        \"dateCreated\": \"2023-01-19T08:37:51.3738121+01:00\",\n        \"dateModified\": \"2023-01-19T13:43:54.3519244+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230118.log\",\n        \"size\": 23726,\n        \"dateCreated\": \"2023-01-18T10:30:11.5532318+01:00\",\n        \"dateModified\": \"2023-01-18T20:11:10.9090256+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230117.log\",\n        \"size\": 75059,\n        \"dateCreated\": \"2023-01-17T12:41:44.9156547+01:00\",\n        \"dateModified\": \"2023-01-17T19:31:10.068618+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230116.log\",\n        \"size\": 670943,\n        \"dateCreated\": \"2023-01-16T07:41:24.4090219+01:00\",\n        \"dateModified\": \"2023-01-16T18:04:22.5121581+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230115.log\",\n        \"size\": 20027,\n        \"dateCreated\": \"2023-01-15T10:26:38.8644562+01:00\",\n        \"dateModified\": \"2023-01-15T14:33:55.6669689+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230114.log\",\n        \"size\": 3493,\n        \"dateCreated\": \"2023-01-14T15:16:05.6143666+01:00\",\n        \"dateModified\": \"2023-01-14T20:15:50.8571442+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230113.log\",\n        \"size\": 3314,\n        \"dateCreated\": \"2023-01-13T10:16:07.2984222+01:00\",\n        \"dateModified\": \"2023-01-13T15:15:50.685163+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230112.log\",\n        \"size\": 125421,\n        \"dateCreated\": \"2023-01-12T03:25:50.4285721+01:00\",\n        \"dateModified\": \"2023-01-12T10:52:17.411972+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230111.log\",\n        \"size\": 9801,\n        \"dateCreated\": \"2023-01-11T09:02:57.2377904+01:00\",\n        \"dateModified\": \"2023-01-11T23:48:17.0299332+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230110.log\",\n        \"size\": 541963,\n        \"dateCreated\": \"2023-01-10T00:00:13.8326738+01:00\",\n        \"dateModified\": \"2023-01-10T23:48:00.1670903+01:00\"\n    },\n    {\n        \"fileName\": \"server-20230109.log\",\n        \"size\": 148196,\n        \"dateCreated\": \"2023-01-09T09:27:09.496111+01:00\",\n        \"dateModified\": \"2023-01-09T23:59:13.3833023+01:00\"\n    },\n    {\n        \"fileName\": \"server-20221223.log\",\n        \"size\": 21358,\n        \"dateCreated\": \"2022-12-23T08:33:07.0046201+01:00\",\n        \"dateModified\": \"2022-12-23T09:23:09.3623558+01:00\"\n    },\n    {\n        \"fileName\": \"server-20221221.log\",\n        \"size\": 55329,\n        \"dateCreated\": \"2022-12-21T11:41:22.8896179+01:00\",\n        \"dateModified\": \"2022-12-21T21:02:10.4069688+01:00\"\n    }\n]"}],"_postman_id":"52079975-f8af-44e6-950a-94896eb63961"},{"name":"Downoad Server Logfile","id":"648c58e4-d62a-4832-a1fe-662ace639f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/log/ProtocolDB-20230120.log?module=ProtocolDB","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","log","ProtocolDB-20230120.log"],"host":["https://example.hybridforms.net"],"query":[{"description":{"content":"<p>Optioonal name of server addon Module</p>\n","type":"text/plain"},"key":"module","value":"ProtocolDB"}],"variable":[]}},"response":[],"_postman_id":"648c58e4-d62a-4832-a1fe-662ace639f76"},{"name":"Set Admins","id":"34e4c041-5f20-4d14-b7d5-c052414301b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"applicationSettingAdmins\": [\n        {\n            \"id\": 93,\n            \"title\": \"Edin Hadzovic\",\n            \"upn\": \"eha@icomedias.com\"\n        },\n        {\n            \"id\": 98,\n            \"title\": \"Mario Barlowitsch\",\n            \"upn\": \"mba@icomedias.com\"\n        },\n        {\n            \"id\": 91,\n            \"title\": \"Mario Weilguni\",\n            \"upn\": \"mwe@icomedias.com\"\n        },\n        {\n            \"id\": 137,\n            \"title\": \"Martin Bene\",\n            \"upn\": \"mbe@icomedias.com\"\n        }\n    ],\n    \"admins\": [\n\t        {\n            \"upn\": \"mas@icomedias.com\"\n        \t},\n    \t\t{\n            \"upn\": \"cek@icomedias.com\"\n        \t}\n    ]\n}"},"url":"https://example.hybridforms.net/api/admin/system/admins","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","system","admins"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"34e4c041-5f20-4d14-b7d5-c052414301b3"},{"name":"Upload Cals","id":"75060a0b-941a-4f32-98ca-3ce14bfea117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"","value":"","type":"text"}]},"url":"https://example.hybridforms.net/api/admin/cal","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","cal"],"host":["https://example.hybridforms.net"],"query":[{"disabled":true,"key":"file","value":null}],"variable":[]}},"response":[],"_postman_id":"75060a0b-941a-4f32-98ca-3ce14bfea117"},{"name":"Delete Cal","id":"1a9e0ba0-324d-4381-832b-335c0a47e9b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 101,\r\n  \"formID\": \"6d772382-0c72-42ad-a443-cc2c015d0fbe\",\r\n  \"version\": 1,\r\n  \"title\": \"Test Formulardefinition 1\",\r\n  \"description\": \"Dies ist die lange Beschreibung von Test Formulardefinition 1\",\r\n  \"culture\": \"de-DE\",\r\n  \"archiveDays\": 60,\r\n  \"files\": [\r\n    {\r\n      \"filename\": \"formular-1.html\",\r\n      \"size\": 30,\r\n      \"contentType\": \"text/html\",\r\n      \"url\": \"/formular-1.html\"\r\n    }\r\n  ],\r\n\r\n  \"modified\": \"2019-02-11T11:52:28.473\",\r\n  \"modifiedBy\": \"unknown\",\r\n  \"areaId\": 14\r\n}"},"url":"https://example.hybridforms.net/api/admin/clients/23/formdefinitions/101","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","23","formdefinitions","101"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a9e0ba0-324d-4381-832b-335c0a47e9b1"},{"name":"Get List Of Cals","id":"171f0a9e-a83f-4911-8ba0-2c676ffce23a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/cals","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","cals"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"171f0a9e-a83f-4911-8ba0-2c676ffce23a"},{"name":"Take Cals to Client","id":"4aeccec7-f9e2-4ab7-9620-ab674d99a5a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/javascript","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"amount\": 5\n}"},"url":"https://example.hybridforms.net/api/admin/clients/1/cals/allocate","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","cals","allocate"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aeccec7-f9e2-4ab7-9620-ab674d99a5a5"},{"name":"Number of Cals","id":"b3458847-f101-4fef-bc30-1e14fccb88d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/cal/summary","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","cal","summary"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3458847-f101-4fef-bc30-1e14fccb88d7"},{"name":"Assign CAL to User","id":"9f7eebe9-3fe3-42f0-adba-4e7c80378a90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"{{newowner}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/cal/{{calId}}/assign","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","cal","{{calId}}","assign"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f7eebe9-3fe3-42f0-adba-4e7c80378a90"},{"name":"Assign CAL to User - deprecated","id":"ccc34bbd-5439-4359-ad0d-4897727ccff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/cal/{{calId}}/assign?to=rsi@icomedias.com","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","cal","{{calId}}","assign"],"host":["https://example.hybridforms.net"],"query":[{"key":"to","value":"rsi@icomedias.com"}],"variable":[]}},"response":[{"id":"6c1806c0-0824-4982-9c66-64d79d565031","name":"Assign CAL to User - deprecated","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://example.hybridforms.net/api/admin/clients/{{client}}/cal/{{calId}}/assign?to=rsi@icomedias.com","host":["https://example.hybridforms.net"],"path":["api","admin","clients","{{client}}","cal","{{calId}}","assign"],"query":[{"key":"to","value":"rsi@icomedias.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store,no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Thu, 08 May 2025 09:05:49 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Permissions-Policy","value":"accelerometer=(),ambient-lightsensor=(),autoplay=(),battery=(),camera=(),display-capture=(),documentdomain=(),encryptedmedia=(),fullscreen=(),gamepad=(),geolocation=(),gyroscope=(),layoutanimations=(self),legacy-imageformats=(self),magnetometer=(),microphone=(),midi=(),oversizedimages=(self),payment=(),picture-in-picture=(),publickey-credentialsget=(),speaker-selection=(),sync-xhr=(self),unoptimized-images=(self),unsizedmedia=(self),usb=(),screen-wake-lock=(),web-share=(),xr-spatial-tracking=()"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-73824574-fde1-4895-a442-9f92153a8383'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"9.5.0.0"},{"key":"Date","value":"Thu, 08 May 2025 09:05:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5404,\n    \"calId\": \"6a4c7d88-307e-403a-9d4a-5a71393983ce\",\n    \"upn\": \"rsi@icomedias.com\",\n    \"name\": \"Robert Simon\",\n    \"lastLogin\": null,\n    \"activated\": \"2025-05-07T17:46:50.2856138\",\n    \"validUntil\": null,\n    \"remark\": \"\",\n    \"lastLogEntry\": null,\n    \"lastLogEntryDate\": null,\n    \"sendLogs\": false\n}"}],"_postman_id":"ccc34bbd-5439-4359-ad0d-4897727ccff6"},{"name":"Update CAL","id":"f7459930-13f1-4bce-b2db-de84ee665782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 2,\n\t\"remark\": \"Diest ist eine Anmerkung\",\n\t\"sendLogs\": true\n}"},"url":"https://example.hybridforms.net/api/admin/clients/1/cal/2","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","cal","2"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7459930-13f1-4bce-b2db-de84ee665782"},{"name":"Release CAL","id":"c0972974-317c-466a-a47e-365ac3f7fa44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/cal/2/release","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","cal","2","release"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0972974-317c-466a-a47e-365ac3f7fa44"}],"id":"bfd24a87-b2c5-4c5d-ae4c-c3ca72e37511","_postman_id":"bfd24a87-b2c5-4c5d-ae4c-c3ca72e37511","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Area Handling","item":[{"name":"GetAreas","event":[{"listen":"test","script":{"id":"40c92112-91bf-4c40-b7db-795f83e9ba66","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7d4c6bf3-0462-4ce7-bd9f-cd0bb75d6bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/areas","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","areas"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d4c6bf3-0462-4ce7-bd9f-cd0bb75d6bee"},{"name":"CreateArea","event":[{"listen":"test","script":{"id":"9a082b8b-1e0b-4396-b8c2-d212f04922c4","exec":["var json = pm.response.json();\r","pm.environment.set(\"created_area_id\", json.id);\r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"HTML is properly sanitized\", function () {    \r","    pm.expect(json.htmlDescription).to.not.contain('alert');\r","    pm.expect(json.htmlDescription).to.not.contain('<script');\r","    pm.expect(json.htmlDescription).to.contain('Area description');\r","    pm.expect(json.htmlDescription).to.contain('<div');\r","    pm.expect(json.htmlDescription).to.contain('</div');\r","});\r",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6dd1d077-a134-4fa9-857b-6c2a8d99697f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Eine neu angelegte Area\",\n    \"htmlDescription\": \"<script>alert('xss')</script><div onload=\\\"alert('xss')\\\" style=\\\"background-color: rgba(0, 0, 0, 1)\\\">Test<img src=\\\"test.png\\\" style=\\\"background-image: url:javascript:alert('xss')); margin: 10px\\\">Area description</div>\"\n}"},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/areas","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","areas"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dd1d077-a134-4fa9-857b-6c2a8d99697f"},{"name":"Update Area","event":[{"listen":"test","script":{"id":"d00c8930-2ec9-4f58-a5a5-bd778a013733","exec":["var json = pm.response.json();\r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"HTML is properly sanitized\", function () {    \r","    pm.expect(json.htmlDescription).equal('<strong>Test HTML</strong>');\r","});\r",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"403566fc-ff90-416b-82c2-cc160a1cb559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": {{created_area_id}},\n\t\"title\": \"Update einer Area\",\n    \"htmlDescription\": \"<strong>Test HTML</strong>\"\n}"},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/areas/{{created_area_id}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","areas","{{created_area_id}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"403566fc-ff90-416b-82c2-cc160a1cb559"},{"name":"Delete Area","id":"0d6e5ce6-8b15-4be8-bb30-d9194b6762f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/areas/{{created_area_id}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","areas","{{created_area_id}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d6e5ce6-8b15-4be8-bb30-d9194b6762f1"},{"name":"Get last area","event":[{"listen":"test","script":{"id":"40c92112-91bf-4c40-b7db-795f83e9ba66","exec":["var json = pm.response.json();\r","pm.environment.set(\"created_area_id\", \"\");\r","\r","pm.test(\"Status code is 404\", function () {\r","    pm.response.to.have.status(404);\r","});\r",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"03cf59f4-fa1b-4fa6-b24e-d897de7ac773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/areas/{{created_area_id}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","areas","{{created_area_id}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"03cf59f4-fa1b-4fa6-b24e-d897de7ac773"}],"id":"92a81b6d-2b81-4453-aab6-d83bf889b0ae","_postman_id":"92a81b6d-2b81-4453-aab6-d83bf889b0ae","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"FormDefinitions","item":[{"name":"List Field Handling","item":[{"name":"ListFieldSettings","id":"a2ec3fdc-70e6-480d-b59c-f100259fc387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/1103/listfields","description":"<p>Get the visibility, sortable and groupable settings for the supplied form definition.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","1103","listfields"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2ec3fdc-70e6-480d-b59c-f100259fc387"},{"name":"ListFieldSetting","id":"d5088659-c161-47d0-beca-d0dc510a9230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}/listfields/title","description":"<p>Get the visibility, sortable and groupable settings for a field of the supplied form definition.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}","listfields","title"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5088659-c161-47d0-beca-d0dc510a9230"},{"name":"UpdateListFieldSettings","id":"66184f65-4b46-4f9e-9bd4-f121a03003b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"property\": \"title\",\r\n        \"visible\": true,\r\n        \"sortable\": true,\r\n        \"groupable\": false\r\n    },\r\n    {\r\n        \"property\": \"stage\",\r\n        \"visible\": false,\r\n        \"sortable\": false,\r\n        \"groupable\": false\r\n    },\r\n    {\r\n        \"property\": \"status\",\r\n        \"visible\": true,\r\n        \"sortable\": true,\r\n        \"groupable\": true\r\n    },\r\n    {\r\n        \"property\": \"modified\",\r\n        \"visible\": true,\r\n        \"sortable\": true,\r\n        \"groupable\": true\r\n    },\r\n    {\r\n        \"property\": \"owner\",\r\n        \"visible\": true,\r\n        \"sortable\": false,\r\n        \"groupable\": false\r\n    },\r\n    {\r\n        \"property\": \"group\",\r\n        \"visible\": false,\r\n        \"sortable\": false,\r\n        \"groupable\": false\r\n    },\r\n    {\r\n        \"property\": \"feedback\",\r\n        \"visible\": true,\r\n        \"sortable\": false,\r\n        \"groupable\": false\r\n    },\r\n    {\r\n        \"property\": \"listData.basisdaten_hauptfahrbahn\",\r\n        \"visible\": true,\r\n        \"sortable\": true,\r\n        \"groupable\": true\r\n    },\r\n    {\r\n        \"property\": \"listData.basisdaten_km_von\",\r\n        \"visible\": false,\r\n        \"sortable\": false,\r\n        \"groupable\": false\r\n    },\r\n    {\r\n        \"property\": \"listData.basisdaten_km_bis\",\r\n        \"visible\": true,\r\n        \"sortable\": false,\r\n        \"groupable\": true\r\n    },\r\n    {\r\n        \"property\": \"listData.basisdaten_datum\",\r\n        \"visible\": true,\r\n        \"sortable\": true,\r\n        \"groupable\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}/listfields","description":"<p>Update the visibility, sortable and groupable settings for the supplied form definition.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}","listfields"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"66184f65-4b46-4f9e-9bd4-f121a03003b9"},{"name":"UpdateListFieldSetting","id":"27ca406c-f45c-4270-83b5-ce0a811a5588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"property\": \"listData.basisdaten_km_von\",\r\n    \"visible\": true,\r\n    \"sortable\": false,\r\n    \"groupable\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}/listfields/listData.basisdaten_km_von","description":"<p>Set the visibility, sortable and groupable settings for a field of the supplied form definition.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}","listfields","listData.basisdaten_km_von"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"27ca406c-f45c-4270-83b5-ce0a811a5588"}],"id":"c62eb201-4251-4d5c-8791-97b3e534cad8","description":"<p>Available in HybridForms version 10.2+</p>\n<p>List Field Setting are specified in the \"Template\" section. They define the visibility ability to be used as field for sorting and/or grouping.</p>\n<p>The list of those list fields include some default fields (title, status, owner and such) as well as all fields marked with list=\"true\" in the formdefinition HTML file.</p>\n","_postman_id":"c62eb201-4251-4d5c-8791-97b3e534cad8","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"POST FormDefinition","id":"a58848c8-689f-4318-b8b9-e6ce22a23d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"areaId\": 1,\n\t\"culture\": \"de-DE\",\n\t\"title\": \"BASE Form\",\n\t\"flags\": {\n\t\t\n\t}\n}\n"},"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a58848c8-689f-4318-b8b9-e6ce22a23d80"},{"name":"GET formdefinition","id":"bf92df68-6c9c-406b-a63b-042b89ceaf38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf92df68-6c9c-406b-a63b-042b89ceaf38"},{"name":"Export Forms","id":"a98aeb87-f1dd-47b5-bec0-e1feebadaf2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/8/forms/export","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","8","forms","export"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a98aeb87-f1dd-47b5-bec0-e1feebadaf2c"},{"name":"Export To Excel","id":"283916f3-7f61-4cff-bff0-0bfff3094af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}/forms/excelexport?template=mytemplate.exporttemplate.xlsx","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}","forms","excelexport"],"host":["https://example.hybridforms.net"],"query":[{"description":{"content":"<p>optional template file for excel export</p>\n","type":"text/plain"},"key":"template","value":"mytemplate.exporttemplate.xlsx"}],"variable":[]}},"response":[],"_postman_id":"283916f3-7f61-4cff-bff0-0bfff3094af9"},{"name":"Import From Excel","id":"4cf10660-14fc-4164-80cf-8f7652641929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/mwe/Downloads/BaseForm_forms (1).xlsx"}},"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/8/forms/excelimport","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","8","forms","excelimport"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cf10660-14fc-4164-80cf-8f7652641929"},{"name":"Import Forms","id":"c0ea6045-382e-4f86-85d6-1acd873f0939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/mwe/Downloads/response.zip"}},"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/1073/forms/import/forms.zip","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","1073","forms","import","forms.zip"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0ea6045-382e-4f86-85d6-1acd873f0939"},{"name":"Import Forms With Path","id":"bc5af0d9-0916-412f-b304-3d9eff35a968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"path\": \"path=c:\\\\icomedias\\\\export\\\\KAM\\\\\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/1073/forms/import/","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","1073","forms","import",""],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc5af0d9-0916-412f-b304-3d9eff35a968"},{"name":"Import Forms With Path - deprecated","id":"abef18d1-acaa-44b9-885d-97c100755835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/1073/forms/import/?path=c:\\icomedias\\export\\KAM\\","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","1073","forms","import",""],"host":["https://example.hybridforms.net"],"query":[{"key":"path","value":"c:\\icomedias\\export\\KAM\\"}],"variable":[]}},"response":[],"_postman_id":"abef18d1-acaa-44b9-885d-97c100755835"},{"name":"List Tasks","id":"5f0e4c72-52c4-4b11-b7bf-2a6b25306e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"ntlm","ntlm":{"password":"<password>","username":"<username>","domain":"<domain>"},"isInherited":false},"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/1073/forms/tasks","urlObject":{"path":["api","admin","clients","1","formdefinitions","1073","forms","tasks"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f0e4c72-52c4-4b11-b7bf-2a6b25306e37"},{"name":"Get Task File","id":"4502bae5-1744-43ca-869c-ff356e59ad42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/8/forms/tasks/3414/files/0d656a7a-a530-474e-ba85-087b8cca0703","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","8","forms","tasks","3414","files","0d656a7a-a530-474e-ba85-087b8cca0703"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4502bae5-1744-43ca-869c-ff356e59ad42"},{"name":"Get Task","id":"acc821df-41c9-4403-8c14-e3a60a46d8be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/8/forms/tasks/3415","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","8","forms","tasks","3415"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"acc821df-41c9-4403-8c14-e3a60a46d8be"},{"name":"Delete Task","id":"2e506c4a-ba92-488f-b2e2-d9fc6c9f2f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/8/forms/tasks/3422","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","8","forms","tasks","3422"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e506c4a-ba92-488f-b2e2-d9fc6c9f2f90"},{"name":"GET Form Summary","id":"1c705177-a06f-4bfc-9db4-d8fd3e80aff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/23/formdefinitions/102","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","23","formdefinitions","102"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c705177-a06f-4bfc-9db4-d8fd3e80aff7"},{"name":"PUT Formdefinition","id":"6a6eee77-f3c5-42d7-9478-0dc2e4d0c104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 8,\r\n  \"formID\": \"6d772382-0c72-42ad-a443-cc2c015d0fbe\",\r\n  \"version\": 1,\r\n  \"title\": \"Test Formulardefinition 1\",\r\n  \"description\": \"Dies ist die lange Beschreibung von Test Formulardefinition 1\",\r\n  \"culture\": \"de-DE\",\r\n  \"archiveDays\": 60,\r\n  \"group\": {\r\n  \t\"upn\": \"S-1-5-21-3194490326-982739861-2048271088-57609\"\r\n  },\r\n  \"files\": [\r\n    {\r\n      \"filename\": \"formular-1.html\",\r\n      \"size\": 30,\r\n      \"contentType\": \"text/html\",\r\n      \"url\": \"/formular-1.html\"\r\n    }\r\n    ],\r\n    \"flags\": {\r\n        \"Form.New\": true,\r\n        \"Form.Delete\": true,\r\n        \"Feature.Picture\": true,\r\n        \"Feature.Sketch\": true,\r\n        \"Feature.Map\": true,\r\n        \"Feature.Audio\": false,\r\n        \"Feature.Document\": true,\r\n        \"PDF\": true,\r\n        \"PDF.Picture\": true,\r\n        \"PDF.Sketch\": true,\r\n        \"PDF.Map\": true,\r\n        \"PDF.Audio\": true\r\n    },\r\n  \"modified\": \"2019-02-11T11:52:28.473\",\r\n  \"modifiedBy\": \"unknown\",\r\n  \"areaId\": 1\r\n}"},"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/8","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","8"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a6eee77-f3c5-42d7-9478-0dc2e4d0c104"},{"name":"GET FormDefinitionFiles","id":"519b2571-dcad-419e-9445-d0feea155297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}/files","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}","files"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"519b2571-dcad-419e-9445-d0feea155297"},{"name":"GET FormDefinition File","id":"140fafe8-266d-4cf0-bef5-0f6479383021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/23/formdefinitions/102/files/formular-2.html","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","23","formdefinitions","102","files","formular-2.html"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"140fafe8-266d-4cf0-bef5-0f6479383021"},{"name":"POST FormDefinition File","id":"a18cca4f-7b2c-40f6-818a-fdaad44bfba8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":""}},"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/8/files/formular-2.html","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","8","files","formular-2.html"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"499e09ad-f4b5-4ca6-81f8-6f8acae153bd","name":"Upload File","originalRequest":{"method":"POST","header":[],"body":{"mode":"file","file":{}},"url":"https://hfsql.ws-mwe-w10.icomedias.com/api/admin/clients/23/formdefinitions/101/formular-1.html"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Persistent-Auth","value":"true"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Mar 2019 11:43:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"filename\": \"formular-1.html\",\n    \"size\": 497,\n    \"contentType\": \"text/html\",\n    \"url\": \"/api/admin/clients/23/formDefinitions/101/formular-1.html\"\n}"}],"_postman_id":"a18cca4f-7b2c-40f6-818a-fdaad44bfba8"},{"name":"DELETE FormDefinition File","id":"d5fca9bb-16c6-442f-9dd5-80e31a9892cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/23/formdefinitions/101/files/formular-1.html","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","23","formdefinitions","101","files","formular-1.html"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5fca9bb-16c6-442f-9dd5-80e31a9892cc"},{"name":"List formdefinition schedules","id":"8750d432-58bb-4180-9b40-3fd0b2151213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}/schedule","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}","schedule"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8750d432-58bb-4180-9b40-3fd0b2151213"},{"name":"POST Create new formdefinition schedule","id":"6296a232-8f2d-4adf-a8f2-90c8628885c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"isActive\": true,\r\n        \"stage\": \"\",\r\n        \"status\": \"Archived\",\r\n        \"timeSpanDays\": 30,\r\n        \"newStage\": null,\r\n        \"newStatus\": \"Deleted\",\r\n        \"action\": null\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}/schedule/","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}","schedule",""],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6296a232-8f2d-4adf-a8f2-90c8628885c5"},{"name":"PUT Update formdefinition schedule","id":"975a1d1a-4150-43af-a94f-6b8f8c300af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 34,\r\n        \"isActive\": true,\r\n        \"stage\": \"\",\r\n        \"status\": \"Archived\",\r\n        \"timeSpanDays\": 30,\r\n        \"newStage\": \"\",\r\n        \"newStatus\": \"Deleted\",\r\n        \"action\": null\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}/schedule/{{scheduleId}}","description":"<p>The Id field can be omitted in the body; if it is included, it must match the value provided on the URL</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}","schedule","{{scheduleId}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"975a1d1a-4150-43af-a94f-6b8f8c300af7"},{"name":"DELETE formdefinition schedule","id":"fcdb68f2-83ed-456e-8ac4-65758fde4428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateID}}/schedule/{{scheduleId}}","description":"<p>The Id field can be omitted in the body; if it is included, it must match the value provided on the URL</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateID}}","schedule","{{scheduleId}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcdb68f2-83ed-456e-8ac4-65758fde4428"}],"id":"c2243f53-96a7-47cb-afff-b7a2b3188a7b","_postman_id":"c2243f53-96a7-47cb-afff-b7a2b3188a7b","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Forms","item":[{"name":"List Forms","id":"eee67588-5eb3-4b00-83e8-e0e3edf4c704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/1103/forms?filter=[{ \"property\": \"listData.radiohname\", \"value\": \"Wert Radio h 3\", \"op\": \"=\" }, { \"property\": \"title\", \"value\": \"Test\", \"op\": \"contains\" }]","description":"<p>List forms for a specific client and formdefinition in the admin app area. The results are paged, and sorted if requested.</p>\n<p>Check the list of the parameters for further information regarding filtering and sorting.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","1103","forms"],"host":["https://example.hybridforms.net"],"query":[{"disabled":true,"description":{"content":"<p>Filters forms that contain the specified text</p>\n","type":"text/plain"},"key":"search","value":"Some text you are searching for"},{"disabled":true,"description":{"content":"<p>Filters forms that are currently in the specified stage</p>\n","type":"text/plain"},"key":"stage","value":"ST2"},{"disabled":true,"description":{"content":"<p>Filters forms that are currently in the specified status. </p>\n<p>Allowed are: New, Edit, Group, Approved, Archived</p>\n","type":"text/plain"},"key":"status","value":"Approved"},{"disabled":true,"description":{"content":"<p>Filters forms where the form.pdf document has the supplied state. Possible values are</p>\n<p>pdfReady not supplied - any\npdfReady=true - filters form that currently have a valid form.pdf\npdfReady=false- filters form that currently do not have a valid form.pdf</p>\n","type":"text/plain"},"key":"pdfReady","value":"true"},{"disabled":true,"description":{"content":"<p>Filters forms that are modified at or after the specified date supplied. </p>\n<p>If no time is supplied, 00:00:00 is assumed</p>\n","type":"text/plain"},"key":"modifiedSince","value":"2025-02-13T13:00:00Z"},{"disabled":true,"description":{"content":"<p>Filters forms that are before the specified date supplied. \nIf no time is supplied, 00:00:00 is assumed</p>\n","type":"text/plain"},"key":"modifiedBefore","value":"2025-02-27T08:00:00Z"},{"disabled":true,"description":{"content":"<p>similar to modifiedSince, but applies to the creation time</p>\n","type":"text/plain"},"key":"createdSince","value":"2025-02-13T13:00:00Z"},{"disabled":true,"description":{"content":"<p>similar to modifiedBefore, but applies to the creation time</p>\n","type":"text/plain"},"key":"createdBefore","value":"2025-02-27T08:00:00Z"},{"disabled":true,"description":{"content":"<p>Filters forms where the lock has the specific status:\nlocked - forms that are currently locked\nunlocked - forms that are currently not locked\n - any lockstatus</p>\n","type":"text/plain"},"key":"lockStatus","value":"locked"},{"disabled":true,"description":{"content":"<p>Filters forms assigned to a specific group</p>\n","type":"text/plain"},"key":"group","value":"MYORG\\groupname"},{"disabled":true,"description":{"content":"<p>same as above, but the Id of the group is supplied.</p>\n","type":"text/plain"},"key":"groupId","value":"123"},{"disabled":true,"description":{"content":"<p>Filters forms assigned to a specific user</p>\n","type":"text/plain"},"key":"owner","value":"Max Mustermann"},{"disabled":true,"description":{"content":"<p>same as above, but the Id of the user is supplied.</p>\n","type":"text/plain"},"key":"ownerId","value":"345"},{"disabled":true,"description":{"content":"<p>Specify the desired sort method(s). Up to four sort methods may be applied the same time. The default direction is \"asc\" or \"ascending\". \nAvailable values are:\ntitle - form title\nstage\nstatus\nmodified\nowner\ngroup\nfeedback\nlistData. - field from form, valid are only fields that are marked as sortable/groupable in the form definition</p>\n","type":"text/plain"},"key":"orderBy","value":"stage,status asc,listData.my_custom_field"},{"disabled":true,"description":{"content":"<p>Legacy sort direction. If only one sort field is supplied, descending could be used to specifiy the sort direction. Better use asc/desc.</p>\n","type":"text/plain"},"key":"descending","value":"true"},{"disabled":true,"description":{"content":"<p>Current page</p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Number of hits per page. Allowed are 10, 25, 50 and 100</p>\n","type":"text/plain"},"key":"hitsPerPage","value":""},{"disabled":true,"description":{"content":"<p>Filters form where the form has status \"Group\" OR the requesting user is owner of the form.</p>\n","type":"text/plain"},"key":"myForms","value":"true"},{"disabled":true,"description":{"content":"<p>Example for the contains operator</p>\n","type":"text/plain"},"key":"filter","value":"[{ \"property\": \"listData.radiohname\", \"value\": \"Radio\", \"op\": \"contains\" }]"},{"disabled":true,"description":{"content":"<p>Example for the beginswith operator</p>\n","type":"text/plain"},"key":"filter","value":"[{ \"property\": \"listData.radiohname\", \"value\": \"Wert\", \"op\": \"beginswith\" }]"},{"disabled":true,"description":{"content":"<p>Example for the endswith operator</p>\n","type":"text/plain"},"key":"filter","value":"[{ \"property\": \"listData.radiohname\", \"value\": \"3\", \"op\": \"endswith\" }]"},{"disabled":true,"description":{"content":"<p>Example with .value</p>\n","type":"text/plain"},"key":"filter","value":"[{ \"property\": \"listData.tab1_combobox_statisch.value\", \"value\": \"No. 01\", \"op\": \"=\" }]"},{"key":"filter","value":"[{ \"property\": \"listData.radiohname\", \"value\": \"Wert Radio h 3\", \"op\": \"=\" }, { \"property\": \"title\", \"value\": \"Test\", \"op\": \"contains\" }]"}],"variable":[]}},"response":[],"_postman_id":"eee67588-5eb3-4b00-83e8-e0e3edf4c704"},{"name":"Get Form","id":"946bb889-c119-43a0-b2e5-358f5e42ad12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"946bb889-c119-43a0-b2e5-358f5e42ad12"},{"name":"Get Form ACLs","id":"6484f234-5336-4179-89bb-706f3cf83d89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}/acls","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}","acls"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6484f234-5336-4179-89bb-706f3cf83d89"},{"name":"Update Form ACLs","id":"f58d8e42-aa89-4105-a33b-25845dfe4183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customACL\": [\r\n        {\r\n            \"upn\": \"cek@icomedias.com\"\r\n        },\r\n        {\r\n            \"upn\": \"ICOAD\\\\AG-Entwickler\"\r\n        }\r\n\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}/acls","description":"<p>Only CustomAcl can be updated, Owner and Group ACLs are maintained by hybridForms Server</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}","acls"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f58d8e42-aa89-4105-a33b-25845dfe4183"},{"name":"Delete Form","id":"ef6c6719-6192-4606-a5da-2f707e7292fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/8/forms/3dbbe348-0d63-3298-e08e-f195e8274e6f","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","8","forms","3dbbe348-0d63-3298-e08e-f195e8274e6f"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef6c6719-6192-4606-a5da-2f707e7292fe"},{"name":"Assign User - Json","id":"19595a8c-2600-457a-b928-bb7e9f238d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"{{newowner}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}/owner","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}","owner"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"19595a8c-2600-457a-b928-bb7e9f238d9c"},{"name":"Assign User - Form","id":"7919849d-f9e0-47d8-8fdc-404b3460d14b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"to","value":"rsi@icomedias.com","type":"text","uuid":"2d805821-8227-4863-902f-f08b92dcedbb"}]},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}/owner","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}","owner"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"7919849d-f9e0-47d8-8fdc-404b3460d14b"},{"name":"Assign User - deprecated","id":"331b0a91-9589-4642-9415-6b35d5ee098c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}/owner?to={{newowner}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}","owner"],"host":["https://example.hybridforms.net"],"query":[{"key":"to","value":"{{newowner}}"}],"variable":[]}},"response":[],"_postman_id":"331b0a91-9589-4642-9415-6b35d5ee098c"},{"name":"Unlock","id":"ebbcf78a-12ee-49ce-829f-d72e976adb81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{ftemplateID}}/forms/{{itemID}}/unlock","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{ftemplateID}}","forms","{{itemID}}","unlock"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebbcf78a-12ee-49ce-829f-d72e976adb81"},{"name":"Assign Group - Json","id":"56b95e94-13cc-4a20-b085-ccdc3b3fec15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\":\"{{newGroup}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}/group","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}","group"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"56b95e94-13cc-4a20-b085-ccdc3b3fec15"},{"name":"Assign Group - Form","id":"598f8757-7591-4851-baaf-3b5435f27152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"to","value":"{{newGroup}}","type":"text","uuid":"5700e1b9-06c2-4a51-b435-7c1b906e59d0"}]},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}/group","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}","group"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"598f8757-7591-4851-baaf-3b5435f27152"},{"name":"Assign Group - deprecated","id":"efd4429a-b3b9-483d-a2d9-b73aa57bd391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}/group?to={{newGroup}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}","group"],"host":["https://example.hybridforms.net"],"query":[{"key":"to","value":"{{newGroup}}"}],"variable":[]}},"response":[],"_postman_id":"efd4429a-b3b9-483d-a2d9-b73aa57bd391"},{"name":"Set Form Status - Json","id":"66fb83ab-4fda-4d86-b073-fd25570623a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newStatus\": \"Group\",\r\n    \"stage\": \"S2\",\r\n    \"feedback\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/{{templateId}}/forms/{{itemID}}/status","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","{{templateId}}","forms","{{itemID}}","status"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"66fb83ab-4fda-4d86-b073-fd25570623a7"},{"name":"Set Form Status - Form","id":"66707eb8-2a89-42a8-83d3-37ab33c8d800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"newStatus","value":"Edit","type":"text","uuid":"ef010d39-cfa9-455b-b377-4412ada5ef9e"},{"key":"stage","value":"","type":"text","uuid":"a7a79c9f-38a3-43c7-9c35-e061206c579a"},{"key":"feedback","value":"","type":"text","uuid":"a9bc833a-fc61-4581-861b-d6ecd631a96b"}]},"url":"https://example.hybridforms.net/api/admin/clients/1/formdefinitions/{{templateId}}/forms/{{itemID}}/status","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","1","formdefinitions","{{templateId}}","forms","{{itemID}}","status"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"66707eb8-2a89-42a8-83d3-37ab33c8d800"},{"name":"Set Form Status - deprecated","id":"111e9078-9535-441d-83ba-042bf592659c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/formdefinitions/{{templateId}}/forms/{{itemID}}/status?newStatus={{newStatus}}&Stage=S1","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","formdefinitions","{{templateId}}","forms","{{itemID}}","status"],"host":["https://example.hybridforms.net"],"query":[{"disabled":true,"description":{"content":"<p>Specify parameter without value to remove existing feedback</p>\n","type":"text/plain"},"key":"feedback","value":"please contact your Administrator"},{"key":"newStatus","value":"{{newStatus}}"},{"key":"Stage","value":"S1"}],"variable":[]}},"response":[],"_postman_id":"111e9078-9535-441d-83ba-042bf592659c"}],"id":"b6d410b0-636e-4e9c-800c-909abb14c045","_postman_id":"b6d410b0-636e-4e9c-800c-909abb14c045","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Group Portal","item":[{"name":"List Groups","id":"92652b4f-a594-4f21-8509-1b3474815712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"92652b4f-a594-4f21-8509-1b3474815712"},{"name":"Create Group","event":[{"listen":"test","script":{"id":"9d6ba167-aaf2-45b2-847e-b80d181a4669","exec":["var grp = pm.response.json();","pm.environment.set(\"portalGroupId\", grp.id);"],"type":"text/javascript"}}],"id":"da2c5509-29eb-49c3-a36d-f1d31bf64c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Name\": \"AG-Tester123\"\n}"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"da2c5509-29eb-49c3-a36d-f1d31bf64c24"},{"name":"Update Group","id":"c6144580-e7a7-4423-ab3e-76121ba42fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Name\": \"AG-Tester123\",\n\t\"DisplayName\": \"AG-Tester123\",\n\t\"MaxUsers\": 20,\n\t\"contact\": {\n    \"id\": 13,\n    \"givenName\": \"Erwin\",\n    \"name\": \"Schrödinger\",\n    \"email\": \"xerwin.schroedinger@gmail.com\",\n    \"active\": false,\n    \"remark\": null,\n    \"upn\": \"AT-Group-erwin.schroedinger@try.hybridforms.net\",\n    \"validUntil\": null\n},\n\t\"remark\": \"Dies ist eine genauerer Beschreibung dieser Gruppe. Dies ist eine genauerer Beschreibung dieser Gruppe. Dies ist eine genauerer Beschreibung dieser Gruppe. \"\n}"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6144580-e7a7-4423-ab3e-76121ba42fb6"},{"name":"Notify Contact of group","id":"ab5723c1-9d3b-458a-991f-b79864c6ed8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Name\": \"AG-Tester123\",\n\t\"DisplayName\": \"AG-Tester123\",\n\t\"MaxUsers\": 20,\n\t\"contact\": {\n    \"id\": 13,\n    \"givenName\": \"Erwin\",\n    \"name\": \"Schrödinger\",\n    \"email\": \"xerwin.schroedinger@gmail.com\",\n    \"active\": false,\n    \"remark\": null,\n    \"upn\": \"AT-Group-erwin.schroedinger@try.hybridforms.net\",\n    \"validUntil\": null\n},\n\t\"remark\": \"Dies ist eine genauerer Beschreibung dieser Gruppe. Dies ist eine genauerer Beschreibung dieser Gruppe. Dies ist eine genauerer Beschreibung dieser Gruppe. \"\n}"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}/sendcontactlink","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}","sendcontactlink"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab5723c1-9d3b-458a-991f-b79864c6ed8e"},{"name":"Get Group","id":"5614d776-e182-4d54-82a6-abb6759f2a4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Name\": \"AG-Tester123\",\n\t\"DisplayName\": \"AG-Tester123\",\n\t\"MaxUsers\": 20,\n\t\"contact\": {\n    \"id\": 13,\n    \"givenName\": \"Erwin\",\n    \"name\": \"Schrödinger\",\n    \"email\": \"xerwin.schroedinger@gmail.com\",\n    \"active\": false,\n    \"remark\": null,\n    \"upn\": \"AT-Group-erwin.schroedinger@try.hybridforms.net\",\n    \"validUntil\": null\n},\n\t\"remark\": \"Dies ist eine genauerer Beschreibung dieser Gruppe. Dies ist eine genauerer Beschreibung dieser Gruppe. Dies ist eine genauerer Beschreibung dieser Gruppe. \"\n}"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5614d776-e182-4d54-82a6-abb6759f2a4c"},{"name":"Delete Group","id":"4a0c9b97-ee96-4d77-ba28-1865275ee7bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"pm.environment.set(\"portalGroupId\", \"nonexistant\");"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a0c9b97-ee96-4d77-ba28-1865275ee7bb"},{"name":"List Users in Group","event":[{"listen":"test","script":{"id":"69433953-d41c-4480-aca1-8ea7d6e703c7","exec":["var user = pm.response.json();","pm.environment.set(\"portalUserId\", user.id);"],"type":"text/javascript"}}],"id":"080d50c5-78c9-4b23-83b3-da3a269decc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"givenName\": \"Erwin\",\n\t\"name\": \"Schrödinger\",\n\t\"email\": \"erwin.schroedinger@gmail.com\",\n\t\"upn\": \"AT-Group-erwin.schroedinger@ims.hybridforms.net\",\n\t\"validUntil\": \"2020-09-20T12:00:00Z\",\n\t\"notifyUser\": true,\n\t\"password\": \"irgendeintollespasswort\"\n}\n"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}/users","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}","users"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"080d50c5-78c9-4b23-83b3-da3a269decc2"},{"name":"Query Users as oData","event":[{"listen":"test","script":{"id":"65f884a3-c650-49d5-8dcc-964d99ccaf2e","exec":["var user = pm.response.json();","pm.environment.set(\"portalUserId\", user.id);"],"type":"text/javascript"}}],"id":"0e191c71-724d-4c43-8774-ef6ee775105b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"givenName\": \"Erwin\",\n\t\"name\": \"Schrödinger\",\n\t\"email\": \"erwin.schroedinger@gmail.com\",\n\t\"upn\": \"AT-Group-erwin.schroedinger@ims.hybridforms.net\",\n\t\"validUntil\": \"2020-09-20T12:00:00Z\",\n\t\"notifyUser\": true,\n\t\"password\": \"irgendeintollespasswort\"\n}\n"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}/users","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}","users"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e191c71-724d-4c43-8774-ef6ee775105b"},{"name":"Create User in Group","event":[{"listen":"test","script":{"id":"85022a2e-26ae-4650-b6a7-436bdc488fea","exec":["var user = pm.response.json();","pm.environment.set(\"portalUserId\", user.id);"],"type":"text/javascript"}}],"id":"0508ce6c-8487-4ce1-bbdd-dc407d9090b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"givenName\": \"Erwin\",\n\t\"name\": \"Schrödinger\",\n\t\"email\": \"xerwin.schroedinger@gmail.com\",\n\t\"upn\": \"AT-Group-erwin.schroedinger@aht.hybridforms.net\",\n\t\"validUntil\": \"2020-09-20T12:00:00Z\",\n\t\"notifyUser\": true,\n\t\"password\": \"irgendeintollespasswort\"\n}\n"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}/users","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}","users"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"0508ce6c-8487-4ce1-bbdd-dc407d9090b7"},{"name":"Update User ","id":"4ea372ef-734c-4ed8-967a-04901ff97858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"givenName\": \"Erwin\",\n\t\"name\": \"Schrödinger\",\n\t\"email\": \"erwin.schroedinger@gmail.com\",\n\t\"upn\": \"AT-Group-erwin.schroedinger@ims.hybridforms.net\",\n\t\"validUntil\": \"2020-09-20T12:00:00Z\",\n\t\"notifyUser\": false,\n\t\"password\": \"irgendeintollespasswort\",\n\t\"active\": true\n}\n"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}/users/{{portalUserId}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}","users","{{portalUserId}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ea372ef-734c-4ed8-967a-04901ff97858"},{"name":"Delete User","id":"4e1931d6-baf8-47d2-9e4d-f7217b9d185f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"givenName\": \"Erwin\",\n\t\"name\": \"Schrödinger\",\n\t\"email\": \"erwin.schroedinger@gmail.com\",\n\t\"upn\": \"AT-Group-erwin.schroedinger@ims.hybridforms.net\",\n\t\"validUntil\": \"2020-09-20T12:00:00Z\",\n\t\"notifyUser\": false,\n\t\"password\": \"irgendeintollespasswort\",\n\t\"active\": true\n}\n"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}/users/{{portalUserId}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}","users","{{portalUserId}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e1931d6-baf8-47d2-9e4d-f7217b9d185f"},{"name":"Pick User","id":"2c0479f1-9720-4269-8106-8d3bd383c7a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"upn\": \"mwe@icomedias.com\",\n}\n"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}/users/pick","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}","users","pick"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c0479f1-9720-4269-8106-8d3bd383c7a5"},{"name":"Delete Picked User","id":"ac007db9-368a-4b50-822b-7f55fb0df5da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"upn\": \"mwe@icomedias.com\"\n}\n"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}/users/","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}","users",""],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac007db9-368a-4b50-822b-7f55fb0df5da"},{"name":"Update Group Portal Flags","id":"52943bf3-f0bb-4fcc-aa28-c44a6222241f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 1,\n\t\"title\": \"icomedias\",\n\t\"remark\": \"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\",\n\t\"errorEmail\": \"mwe@icomedias.com\",\n\t\"acl\": [\n\t\t{\n\t\t\t\"id\": 119,\n\t\t\t\"title\": \"Christian Ekhart\",\n\t\t\t\"upn\": \"cek@icomedias.com\",\n\t\t\t\"email\": null,\n\t\t\t\"isGroup\": false\n\t\t},\n\t\t{\n\t\t\t\"id\": 93,\n\t\t\t\"title\": \"Edin Hadzovic\",\n\t\t\t\"upn\": \"eha@icomedias.com\",\n\t\t\t\"email\": null,\n\t\t\t\"isGroup\": false\n\t\t},\n\t\t{\n\t\t\t\"id\": 190,\n\t\t\t\"title\": \"FI  Finanzwesen_Frei\",\n\t\t\t\"upn\": \"FI  Finanzwesen_Frei\",\n\t\t\t\"email\": null,\n\t\t\t\"isGroup\": true\n\t\t},\n\t\t{\n\t\t\t\"id\": 178,\n\t\t\t\"title\": \"Florian Uray-Preininger\",\n\t\t\t\"upn\": \"fpr@icomedias.com\",\n\t\t\t\"email\": null,\n\t\t\t\"isGroup\": false\n\t\t},\n\t\t{\n\t\t\t\"id\": 91,\n\t\t\t\"title\": \"Mario Weilguni\",\n\t\t\t\"upn\": \"mwe@icomedias.com\",\n\t\t\t\"email\": null,\n\t\t\t\"isGroup\": false\n\t\t},\n\t\t{\n\t\t\t\"id\": 69,\n\t\t\t\"title\": \"Matthias Schröfelbauer\",\n\t\t\t\"upn\": \"mas@icomedias.com\",\n\t\t\t\"email\": null,\n\t\t\t\"isGroup\": false\n\t\t},\n\t\t{\n\t\t\t\"id\": 164,\n\t\t\t\"title\": \"Michael Gartler\",\n\t\t\t\"upn\": \"mga@icomedias.com\",\n\t\t\t\"email\": null,\n\t\t\t\"isGroup\": false\n\t\t},\n\t\t{\n\t\t\t\"id\": 152,\n\t\t\t\"title\": \"Robert Simon\",\n\t\t\t\"upn\": \"rsi@icomedias.com\",\n\t\t\t\"email\": null,\n\t\t\t\"isGroup\": false\n\t\t}\n\t],\n\t\"autoCalACL\": [],\n\t\"adContainer\": \"OU=GroupPortalTest,OU=_HybridForms,DC=ad,DC=icomedias,DC=com\",\n\t\"modified\": \"2020-02-26T14:29:26.3300689+01:00\",\n\t\"modifiedBy\": \"Mario Weilguni\",\n\t\"role\": \"none\",\n\t\"roleCode\": 0,\n\t\"groupPortal\": {\n\t\t\"active\": true,\n\t\t\"upnSuffix\": \"try.hybridforms.net\",\n\t\t\"adContainer\": \"OU=GroupPortalTest,OU=_HybridForms,DC=ad,DC=icomedias,DC=com\",\n\t\t\"groupSuffix\": \"ICO\",\n\t\t\"mailSubject\": \"Benachrichtigung HybridForms Zugang <system>\",\n\t\t\"mailTemplate\": \"Welcome | Willkommen <Firstname> <Lastname>\\n\\nyour account data for | Ihre Zugangsdaten für CompanyName and Project Title\\n\\n\\nACCOUNT\\n*******\\nUser: <username>\\nInitial password: <password>\\n\\n\\nAPP DOWNLOAD\\n************\\niOS https://xxxxx\\nAndroid https://xxxxx\\nWindows https://xxxxx\\n\\nWEB APP\\n*******\\n<baseurl>/forWeb\\n\\n\\nINFO/SUPPORT\\n************\\nCustomer Support URL...\\n\",\n\t\t\"userFlags\": [\n\t\t\t\"Dies ist Flag 1\",\n\t\t\t\"Dies ist Flag 2\"\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"52943bf3-f0bb-4fcc-aa28-c44a6222241f"},{"name":"Set User Flags","id":"53fd9e71-150e-4156-b832-26b98944be59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\n\t\"flag1\", \"flag3\"\n]"},"url":"https://example.hybridforms.net/api/admin/groupportal/{{client}}/groups/{{portalGroupId}}/users/mwe@icomedias.com/flags","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","groupportal","{{client}}","groups","{{portalGroupId}}","users","mwe@icomedias.com","flags"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"53fd9e71-150e-4156-b832-26b98944be59"}],"id":"e030b374-13dd-4f75-92a3-dfe2ae48a88f","_postman_id":"e030b374-13dd-4f75-92a3-dfe2ae48a88f","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Counter","item":[{"name":"Create Counter Rule","id":"cb61105b-ddaa-4300-b014-ba7e1669d33b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"Counter2\",\r\n    \"title\": \"zweiter Testcounter\",\r\n    \"status\": \"Edit\",\r\n    \"counts\": 0,\r\n    \"start\": 1,\r\n    \"increment\": 1,\r\n    \"digits\": 8,\r\n    \"counterGroup1\": \"opt1\",\r\n    \"counterGroup2\": null,\r\n    \"formatGroupBefore2\": null,\r\n    \"formatSepBefore2\": null,\r\n    \"formatGroupBefore1\": null,\r\n    \"formatSepBefore1\": null,\r\n    \"formatSepAfter1\": \"---\",\r\n    \"formatGroupAfter1\": \"opt1\",\r\n    \"formatSepAfter2\": null,\r\n    \"formatGroupAfter2\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/counters","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","counters"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb61105b-ddaa-4300-b014-ba7e1669d33b"},{"name":"Get List of Counter Rules","id":"e2c5e051-69aa-408c-a1d5-4147bcb59cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/counters","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","counters"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2c5e051-69aa-408c-a1d5-4147bcb59cb2"},{"name":"Get Counter Rule","id":"874c9c34-c5bf-4528-9a9b-6d092f94c0c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/counters/Counter1","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","counters","Counter1"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"874c9c34-c5bf-4528-9a9b-6d092f94c0c2"},{"name":"Update Counter Rule","id":"6accc0ab-9a7c-4a6f-add1-cd004d9d8674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"Counter2\",\r\n    \"title\": \"zweiter Testcounter modified\",\r\n    \"status\": \"Active\",\r\n    \"counts\": 0,\r\n    \"start\": 1,\r\n    \"increment\": 1,\r\n    \"digits\": 8,\r\n    \"counterGroup1\": \"opt1\",\r\n    \"counterGroup2\": null,\r\n    \"formatGroupBefore2\": null,\r\n    \"formatSepBefore2\": null,\r\n    \"formatGroupBefore1\": null,\r\n    \"formatSepBefore1\": null,\r\n    \"formatSepAfter1\": \"---\",\r\n    \"formatGroupAfter1\": \"opt1\",\r\n    \"formatSepAfter2\": null,\r\n    \"formatGroupAfter2\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/counters/Counter2","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","counters","Counter2"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6accc0ab-9a7c-4a6f-add1-cd004d9d8674"},{"name":"Delete Counter Rule","id":"d217bad1-7dd2-49b8-99e1-7257b89da916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/counters/Counter2","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","counters","Counter2"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d217bad1-7dd2-49b8-99e1-7257b89da916"},{"name":"Get Counter Value","id":"db941dd4-0355-41d5-b1e1-b44f77148423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"options\": {\r\n        \"opt1\": \"Foox\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/counter/Counter1","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","app","{{client}}","counter","Counter1"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"9220c3a8-e582-48ee-a09c-3f881723f18d","name":"Get Counter Value","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"options\": {\r\n        \"opt1\": \"Foox\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/app/{{client}}/counter/Counter1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31622400; includeSubDomains"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"script-src 'self' 'nonce-3ec5c193-1d07-48cc-a0e0-cccb4921c863'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-HF-ServerVersion","value":"8.4.6.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 03 Mar 2021 10:47:35 GMT"},{"key":"Content-Length","value":"43"}],"cookie":[],"responseTime":null,"body":"{\n    \"counter\": 1,\n    \"formatedCounter\": \"Foox-0001\"\n}"}],"_postman_id":"db941dd4-0355-41d5-b1e1-b44f77148423"}],"id":"858482ce-83a1-4f39-a716-f172a562ad36","event":[{"listen":"prerequest","script":{"id":"44dea3ee-ae97-4ee7-821f-02f20164a31e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b329853a-7a1e-40c0-900e-9414fb8bd3d5","type":"text/javascript","exec":[""]}}],"_postman_id":"858482ce-83a1-4f39-a716-f172a562ad36","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"Secrets","item":[{"name":"Get List of Secrets","id":"1b004960-c5e2-4357-b09a-b5d3982b5155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/secrets","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","secrets"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b004960-c5e2-4357-b09a-b5d3982b5155"},{"name":"Get Secret","id":"d87d7d8f-a184-4c5d-8b51-628ff3838b85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/secrets/VBS-Bereitstellung-AppToken","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","secrets","VBS-Bereitstellung-AppToken"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d87d7d8f-a184-4c5d-8b51-628ff3838b85"},{"name":"Create Secret","id":"7a75704c-3f85-4369-818e-3ce70b8ee605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"ServicePassword\",\r\n    \"value\": \"secretPassword\",\r\n    \"remark\": \"ADFS Password for external Servive\",\r\n    \"readApiKey\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/secrets","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","secrets"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a75704c-3f85-4369-818e-3ce70b8ee605"},{"name":"Update Secret","id":"73e2be51-734a-4ee0-9d59-b693f83c7f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 4,\r\n        \"name\": \"ServicePassword\",\r\n        \"remark\": \"ADFS user for Service - Modified\",\r\n        \"value\": null,\r\n        \"readApiKey\": null,\r\n        \"readAcl\": [{\"upn\":\"user@example.com\"}]\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/secrets/ServicePassword","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","secrets","ServicePassword"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"73e2be51-734a-4ee0-9d59-b693f83c7f6f"},{"name":"Delete Secret","id":"aab1b43d-b3c5-4213-bd55-2b5d5ebe30ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://example.hybridforms.net/api/admin/clients/{{client}}/secrets/ServicePassword","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["api","admin","clients","{{client}}","secrets","ServicePassword"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"aab1b43d-b3c5-4213-bd55-2b5d5ebe30ea"}],"id":"9c70e80d-bbff-479c-93c8-03b5f15ed209","description":"<p>Compatibility: Requires Server &gt;= v9</p>\n<p>When calling 3rd party web services, authentication information may be required. it's best practice to keep these out of the workflow definition.<br />HybridForms Secret manager provides a convenient place to keep these.<br />It stores a named list of secrets; these can bes used via the {name} syntax in web request username, password and header directives.</p>\n<p>The secrets are stored encrypted in the database and are generaly not exposed over the API.</p>\n<p>You can however make them available by specifying an ACL or an API Key to allow reading the cleartex secret over the API</p>\n","_postman_id":"9c70e80d-bbff-479c-93c8-03b5f15ed209","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}}],"id":"35636781-2d73-4237-bc6a-dd837212e2ff","_postman_id":"35636781-2d73-4237-bc6a-dd837212e2ff","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"optional Modules","item":[{"name":"ProtocolDB","item":[{"name":"Get Statistics Data (excel)","id":"5ef59c4a-a747-4e30-aad6-8cdfe2c6944c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"2023-06-01","type":"text"},{"key":"end","value":"2023-06-30","type":"text"}]},"url":"https://example.hybridforms.net/modules/protocoldb/api/download/excel","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["modules","protocoldb","api","download","excel"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ef59c4a-a747-4e30-aad6-8cdfe2c6944c"},{"name":"Get Statistics Data (csv)","id":"b89b20ca-cbe7-443c-bd8c-dbcc55a2d9c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"2023-06-01","type":"text"},{"key":"end","value":"2023-06-30","type":"text"}]},"url":"https://example.hybridforms.net/modules/protocoldb/api/download/csv","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["modules","protocoldb","api","download","csv"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b89b20ca-cbe7-443c-bd8c-dbcc55a2d9c7"}],"id":"9ff09fb1-b636-4be5-b40b-be3c562f8323","_postman_id":"9ff09fb1-b636-4be5-b40b-be3c562f8323","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}},{"name":"History (multi tenant)","item":[{"name":"List Processes","id":"138f5efd-12da-4e18-b91e-45ac55bb7f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/modules/history/sys/{{client}}/process","auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"f7ec5a2c-4cf1-46fd-8ff1-4ecd3d28832c","id":"f7ec5a2c-4cf1-46fd-8ff1-4ecd3d28832c","name":"History (multi tenant)","type":"folder"}},"urlObject":{"path":["modules","history","sys","{{client}}","process"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"605c950b-f1b4-4dbe-ad31-588087127eb7","name":"List Items Copy","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/modules/history/sys/{{client}}/process"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Date","value":"Mon, 28 Aug 2023 15:21:54 GMT"},{"key":"Content-Length","value":"258"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"processId\": \"48f4f6ab-677b-47b0-aca8-7fe10a4436e8\",\n        \"processName\": \"Andere Strafanzeige\"\n    },\n    {\n        \"processId\": \"d808ceb8-d8ae-403f-8cdc-aa32f9d415b4\",\n        \"processName\": \"Andere Strafanzeige RP\"\n    },\n    {\n        \"processId\": \"a4dedb08-a13d-4711-b99f-cf86535d407d\",\n        \"processName\": \"Betrug\"\n    }\n]"}],"_postman_id":"138f5efd-12da-4e18-b91e-45ac55bb7f07"},{"name":"List Items","id":"7c347af6-ff43-4fc7-85d1-59c7eb78eae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/modules/history/sys/{{client}}/process/{{processId}}/items","auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"f7ec5a2c-4cf1-46fd-8ff1-4ecd3d28832c","id":"f7ec5a2c-4cf1-46fd-8ff1-4ecd3d28832c","name":"History (multi tenant)","type":"folder"}},"urlObject":{"path":["modules","history","sys","{{client}}","process","{{processId}}","items"],"host":["https://example.hybridforms.net"],"query":[{"disabled":true,"description":{"content":"<p>only list items modified after the specified datetime</p>\n","type":"text/plain"},"key":"modified","value":"2024-10-01T22:00:00+02:00"}],"variable":[]}},"response":[{"id":"785cbbe9-c41f-4368-a0bb-5ad297c2e888","name":"List Items","originalRequest":{"method":"GET","header":[],"url":"https://owbo.hybridforms.net/modules/history/process/48f4f6ab-677b-47b0-aca8-7fe10a4436e8/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 13 Jul 2023 17:50:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"613"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"itemId\": \"f7a54b11-8a22-432c-a63b-63021d7fb16d\",\n        \"processId\": \"48f4f6ab-677b-47b0-aca8-7fe10a4436e8\",\n        \"processName\": \"Andere Strafanzeige\",\n        \"status\": \"Archived\",\n        \"modified\": \"2023-07-13T19:44:11.9211541+02:00\"\n    },\n    {\n        \"itemId\": \"a7d4c1d8-6872-4c50-aefb-a9f75c9428e6\",\n        \"processId\": \"48f4f6ab-677b-47b0-aca8-7fe10a4436e8\",\n        \"processName\": \"Andere Strafanzeige\",\n        \"status\": \"Archived\",\n        \"modified\": \"2023-07-13T19:44:11.9211542+02:00\"\n    },\n    {\n        \"itemId\": \"e174f1be-c6cd-4b37-98d7-341e29c972ad\",\n        \"processId\": \"48f4f6ab-677b-47b0-aca8-7fe10a4436e8\",\n        \"processName\": \"Andere Strafanzeige\",\n        \"status\": \"Archived\",\n        \"modified\": \"2023-07-13T19:44:12.0240023+02:00\"\n    }\n]"}],"_postman_id":"7c347af6-ff43-4fc7-85d1-59c7eb78eae7"},{"name":"Get History","id":"966db36c-8edd-49d0-8693-760bca40c800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/modules/history/sys/{{client}}/process/{{processId}}/items/{{itemID}}","auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"f7ec5a2c-4cf1-46fd-8ff1-4ecd3d28832c","id":"f7ec5a2c-4cf1-46fd-8ff1-4ecd3d28832c","name":"History (multi tenant)","type":"folder"}},"urlObject":{"path":["modules","history","sys","{{client}}","process","{{processId}}","items","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"da2a147c-8eee-4877-a969-2e65328d812a","name":"Get History","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/modules/history/sys/{{client}}/process/{{processId}}/items/{{itemID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Date","value":"Mon, 28 Aug 2023 15:53:17 GMT"},{"key":"Content-Length","value":"13056"}],"cookie":[],"responseTime":null,"body":"{\n    \"importNumber\": \"2022-0000057006\",\n    \"vbsNumber\": \"030000/61442622/5945\",\n    \"historyItems\": [\n        {\n            \"id\": 890429,\n            \"modified\": \"2023-08-23T12:52:52.1889368Z\",\n            \"modifiedBy\": {\n                \"id\": 16,\n                \"title\": \"Robert Simon\",\n                \"upn\": \"rsi@icomedias.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"isArchvied\": true,\n            \"status\": \"Edit\",\n            \"stage\": \"ST1\",\n            \"change\": \"Form created\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 890430,\n            \"modified\": \"2023-08-23T12:52:52.2032859Z\",\n            \"modifiedBy\": {\n                \"id\": 16,\n                \"title\": \"Robert Simon\",\n                \"upn\": \"rsi@icomedias.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"isArchvied\": true,\n            \"status\": \"Edit\",\n            \"stage\": \"ST1\",\n            \"change\": \"Form data saved\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 890431,\n            \"modified\": \"2023-08-23T12:52:56.1318571Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"isArchvied\": true,\n            \"status\": \"Edit\",\n            \"stage\": \"ST1\",\n            \"change\": \"File \\\"form.pdf\\\" added/updated\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 890432,\n            \"modified\": \"2023-08-23T12:52:56.1428618Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"isArchvied\": true,\n            \"status\": \"Edit\",\n            \"stage\": \"ST1\",\n            \"change\": \"Run workflow Generate PDF with result OK\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891033,\n            \"modified\": \"2023-08-25T06:56:35.7580932Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 1,\n            \"displayVersion\": \"1.0\",\n            \"isArchvied\": true,\n            \"status\": \"Edit\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"fma@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891034,\n            \"modified\": \"2023-08-25T06:56:42.3316785Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 2,\n            \"displayVersion\": \"1.1\",\n            \"isArchvied\": true,\n            \"status\": \"Edit\",\n            \"stage\": \"ST1\",\n            \"change\": \"Assigned to user \\\"Friederike Maderbacher\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891035,\n            \"modified\": \"2023-08-25T06:56:42.3669085Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 2,\n            \"displayVersion\": \"1.1\",\n            \"isArchvied\": true,\n            \"status\": \"Edit\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"fma@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891036,\n            \"modified\": \"2023-08-25T06:56:50.2514Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 2,\n            \"displayVersion\": \"1.1\",\n            \"isArchvied\": true,\n            \"status\": \"Edit\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"fma@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891037,\n            \"modified\": \"2023-08-25T06:57:38.3347573Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"1.1\",\n            \"isArchvied\": true,\n            \"status\": \"Edit\",\n            \"stage\": \"ST1\",\n            \"change\": \"Save transaction started (Device-ID dc343d72-9e03-4e38-928c-d0e5ff26c64f)\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891038,\n            \"modified\": \"2023-08-25T06:57:38.4033401Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"1.1\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Form data saved\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891039,\n            \"modified\": \"2023-08-25T06:57:38.5206273Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Save transaction completed (Device-ID dc343d72-9e03-4e38-928c-d0e5ff26c64f)\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891040,\n            \"modified\": \"2023-08-25T06:57:44.8266843Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"fma@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891041,\n            \"modified\": \"2023-08-25T06:57:46.2958296Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"fma@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891042,\n            \"modified\": \"2023-08-25T06:57:47.9614062Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"fma@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891043,\n            \"modified\": \"2023-08-25T06:57:50.2012753Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"fma@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891044,\n            \"modified\": \"2023-08-25T06:57:50.4739689Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"File \\\"form.pdf\\\" added/updated\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891045,\n            \"modified\": \"2023-08-25T06:57:50.4809601Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Run workflow Generate PDF with result OK\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891048,\n            \"modified\": \"2023-08-25T06:57:55.7451046Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Run workflow Exec Program Assets\\\\PolOZGHybridFormsToXPolizei\\\\PolOZGHybridFormsToXPolizei.exe --xsltfilename=\\\"{templatepath}\\\\files\\\\xps3-to-poladis.xslt\\\" --sourcefilename=\\\"{xml}\\\" --formpath=\\\"{formpath}\\\" --attachment=* --outputfilename=\\\"poladis.xml\\\" -p-catalogpath=\\\"{catalogpath}\\\" -p-time={now} with result OK\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891049,\n            \"modified\": \"2023-08-25T06:57:56.5402616Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"fma@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891051,\n            \"modified\": \"2023-08-25T06:57:57.1649937Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Run workflow Call Web API https://poladis.hybridforms.net/api/receiver/sinkuser as POST with result OK\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891053,\n            \"modified\": \"2023-08-25T06:57:57.2138914Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Run workflow Change Metadata: setfield forward_time=2023-08-25T06:57:57.169Z with result OK\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891055,\n            \"modified\": \"2023-08-25T06:57:57.2358271Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 3,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Run workflow Change Metadata: setcurrentstatus Archived with result OK\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891046,\n            \"modified\": \"2023-08-25T06:57:55.706681Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"File \\\"poladis.xml\\\" added/updated\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891047,\n            \"modified\": \"2023-08-25T06:57:55.7376365Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Form data saved\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891050,\n            \"modified\": \"2023-08-25T06:57:57.1568778Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Form data saved\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891052,\n            \"modified\": \"2023-08-25T06:57:57.2033887Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Approved\",\n            \"stage\": \"ST1\",\n            \"change\": \"Form data saved\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891054,\n            \"modified\": \"2023-08-25T06:57:57.2280663Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"2.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Status changed\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891056,\n            \"modified\": \"2023-08-25T06:57:57.2511684Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Save transaction completed (Device-ID 00000000-0000-0000-0000-000000000000)\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891057,\n            \"modified\": \"2023-08-25T06:57:59.1756212Z\",\n            \"modifiedBy\": {\n                \"id\": 10,\n                \"title\": \"Friederike Maderbacher\",\n                \"upn\": \"fma@icomedias.com\",\n                \"email\": \"friederike.maderbacher@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"fma@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891058,\n            \"modified\": \"2023-08-25T06:58:00.0345154Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"File \\\"form.pdf\\\" added/updated\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891059,\n            \"modified\": \"2023-08-25T06:58:00.0426049Z\",\n            \"modifiedBy\": {\n                \"id\": 1,\n                \"title\": \"System\",\n                \"upn\": \"System\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Run workflow Generate PDF with result OK\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891627,\n            \"modified\": \"2023-08-28T15:36:54.7799273Z\",\n            \"modifiedBy\": {\n                \"id\": 61,\n                \"title\": \"srv owbo\",\n                \"upn\": \"srv_owbo@icomedias.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"srv_owbo@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891628,\n            \"modified\": \"2023-08-28T15:37:41.5499429Z\",\n            \"modifiedBy\": {\n                \"id\": 2,\n                \"title\": \"Martin Bene\",\n                \"upn\": \"mbe@icomedias.com\",\n                \"email\": \"martin.bene@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"mbe@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891629,\n            \"modified\": \"2023-08-28T15:37:43.4541607Z\",\n            \"modifiedBy\": {\n                \"id\": 2,\n                \"title\": \"Martin Bene\",\n                \"upn\": \"mbe@icomedias.com\",\n                \"email\": \"martin.bene@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"mbe@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891630,\n            \"modified\": \"2023-08-28T15:42:23.2799356Z\",\n            \"modifiedBy\": {\n                \"id\": 2,\n                \"title\": \"Martin Bene\",\n                \"upn\": \"mbe@icomedias.com\",\n                \"email\": \"martin.bene@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"mbe@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891631,\n            \"modified\": \"2023-08-28T15:42:25.526191Z\",\n            \"modifiedBy\": {\n                \"id\": 2,\n                \"title\": \"Martin Bene\",\n                \"upn\": \"mbe@icomedias.com\",\n                \"email\": \"martin.bene@icomedias.com\",\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"mbe@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891634,\n            \"modified\": \"2023-08-28T15:47:37.6966102Z\",\n            \"modifiedBy\": {\n                \"id\": 61,\n                \"title\": \"srv owbo\",\n                \"upn\": \"srv_owbo@icomedias.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"srv_owbo@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891635,\n            \"modified\": \"2023-08-28T15:48:29.1931309Z\",\n            \"modifiedBy\": {\n                \"id\": 61,\n                \"title\": \"srv owbo\",\n                \"upn\": \"srv_owbo@icomedias.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"srv_owbo@icomedias.com\\\"\",\n            \"hasDetails\": false\n        },\n        {\n            \"id\": 891636,\n            \"modified\": \"2023-08-28T15:53:17.9374892Z\",\n            \"modifiedBy\": {\n                \"id\": 61,\n                \"title\": \"srv owbo\",\n                \"upn\": \"srv_owbo@icomedias.com\",\n                \"email\": null,\n                \"isGroup\": false\n            },\n            \"version\": 4,\n            \"displayVersion\": \"3.0\",\n            \"isArchvied\": true,\n            \"status\": \"Archived\",\n            \"stage\": \"ST1\",\n            \"change\": \"Read by \\\"srv_owbo@icomedias.com\\\"\",\n            \"hasDetails\": false\n        }\n    ],\n    \"itemId\": \"ef2615dc-a083-4e39-b199-ae7c78568d6a\",\n    \"processId\": \"999acdc5-1767-427a-89ba-795e25d6dd0f\",\n    \"processName\": \"XPS3 Abverfügung ZMI\",\n    \"status\": \"Archived\",\n    \"modified\": \"2023-08-25T08:57:57.2425083+02:00\"\n}"}],"_postman_id":"966db36c-8edd-49d0-8693-760bca40c800"}],"id":"f7ec5a2c-4cf1-46fd-8ff1-4ecd3d28832c","description":"<p>The history module allows access to the complete change history of items for the specified processes. only items in state \"Archived\" are accessible and get listed.</p>\n<p>The value of x-api-key is set in HybridForms server secrets using the key \"HistoryApiKey\". The secret needs an ACL allowing access to the History modules application pool identity - typically the same as the hybridForms server</p>\n","auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a73b28b7-9e41-43af-92ec-7831f1fa1081","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1eab897e-fab9-4ab1-9527-a1a6ac8c230f","type":"text/javascript","exec":[""]}}],"_postman_id":"f7ec5a2c-4cf1-46fd-8ff1-4ecd3d28832c"},{"name":"Uploads","item":[{"name":"List Processes","id":"304a0090-8bca-420b-be62-6bdea5a2bd02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/modules/uploads/sys/{{client}}/process","auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ed88156a-3446-4a77-95a5-aa62bfddb880","id":"ed88156a-3446-4a77-95a5-aa62bfddb880","name":"Uploads","type":"folder"}},"urlObject":{"path":["modules","uploads","sys","{{client}}","process"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[{"id":"58b4e287-417b-4492-8dab-d79baddb7883","name":"List Processes","originalRequest":{"method":"GET","header":[],"url":"https://example.hybridforms.net/modules/uploads/sys/{{client}}/process"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Fri, 11 Oct 2024 16:30:42 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"processId\": \"92e0b3ea-9f77-43a5-a3bf-4160b70b7a1f\",\n        \"processName\": \"Andere Strafanzeige\"\n    },\n    {\n        \"processId\": \"f1ecf2d5-1eb5-41dc-a97f-bec7e9ade0ed\",\n        \"processName\": \"Betrug\"\n    },\n    {\n        \"processId\": \"ec87ae93-8959-48da-b52e-09ff5f18954e\",\n        \"processName\": \"Diebstahl\"\n    },\n    {\n        \"processId\": \"306f0247-9761-479c-92cd-5d52be82cb4c\",\n        \"processName\": \"Fragebogen\"\n    },\n    {\n        \"processId\": \"c7752a00-0058-490e-929f-fd21adca4557\",\n        \"processName\": \"Hass im Netz\"\n    },\n    {\n        \"processId\": \"523597a8-306d-4b09-be1d-0bf68f8cde7a\",\n        \"processName\": \"Hinweis\"\n    },\n    {\n        \"processId\": \"a7158304-210f-4318-a109-42483e1ab901\",\n        \"processName\": \"Lob und Beschwerde\"\n    },\n    {\n        \"processId\": \"7861c62d-0923-403b-b506-6b302045624d\",\n        \"processName\": \"Sachbeschädigung\"\n    }\n]"}],"_postman_id":"304a0090-8bca-420b-be62-6bdea5a2bd02"},{"name":"List Items","event":[{"listen":"prerequest","script":{"id":"3db3b86c-168f-4b6a-b97c-f343c2939642","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7a819405-b5e6-41c3-97b0-5603bb9314c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/modules/uploads/sys/{{client}}/process/{{processId}}/items?modified={{encoded_modified}}","auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ed88156a-3446-4a77-95a5-aa62bfddb880","id":"ed88156a-3446-4a77-95a5-aa62bfddb880","name":"Uploads","type":"folder"}},"urlObject":{"path":["modules","uploads","sys","{{client}}","process","{{processId}}","items"],"host":["https://example.hybridforms.net"],"query":[{"description":{"content":"<p>only list items modified after the specified datetime</p>\n","type":"text/plain"},"key":"modified","value":"{{encoded_modified}}"}],"variable":[]}},"response":[{"id":"446cdf21-91d4-44b3-85f6-1be142140947","name":"List Items","originalRequest":{"method":"GET","header":[],"url":"https://owbo.hybridforms.net/modules/history/process/48f4f6ab-677b-47b0-aca8-7fe10a4436e8/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 13 Jul 2023 17:50:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"613"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"itemId\": \"f7a54b11-8a22-432c-a63b-63021d7fb16d\",\n        \"processId\": \"48f4f6ab-677b-47b0-aca8-7fe10a4436e8\",\n        \"processName\": \"Andere Strafanzeige\",\n        \"status\": \"Archived\",\n        \"modified\": \"2023-07-13T19:44:11.9211541+02:00\"\n    },\n    {\n        \"itemId\": \"a7d4c1d8-6872-4c50-aefb-a9f75c9428e6\",\n        \"processId\": \"48f4f6ab-677b-47b0-aca8-7fe10a4436e8\",\n        \"processName\": \"Andere Strafanzeige\",\n        \"status\": \"Archived\",\n        \"modified\": \"2023-07-13T19:44:11.9211542+02:00\"\n    },\n    {\n        \"itemId\": \"e174f1be-c6cd-4b37-98d7-341e29c972ad\",\n        \"processId\": \"48f4f6ab-677b-47b0-aca8-7fe10a4436e8\",\n        \"processName\": \"Andere Strafanzeige\",\n        \"status\": \"Archived\",\n        \"modified\": \"2023-07-13T19:44:12.0240023+02:00\"\n    }\n]"}],"_postman_id":"7a819405-b5e6-41c3-97b0-5603bb9314c7"},{"name":"Get Upload Archive","id":"5afd0fd1-ed97-4a84-b4b8-2f4f9eef289f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://example.hybridforms.net/modules/uploadsrp/sys/{{client}}/process/{{processId}}/items/{{itemID}}","auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ed88156a-3446-4a77-95a5-aa62bfddb880","id":"ed88156a-3446-4a77-95a5-aa62bfddb880","name":"Uploads","type":"folder"}},"urlObject":{"path":["modules","uploadsrp","sys","{{client}}","process","{{processId}}","items","{{itemID}}"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5afd0fd1-ed97-4a84-b4b8-2f4f9eef289f"}],"id":"ed88156a-3446-4a77-95a5-aa62bfddb880","description":"<p>Optional Module to provide access to encrypted Archives with original Uploads from ReachOut.<br />Download of original archives must be configured in HybridForms Server Configuration: appsettings.production.json, section ReachoutSettings setting DownloadOriginals<br />The required api key is retrieved from HybridForms secret manager \"UploadsApiKey\" secret for each tenant<br />The application pool user for the uploads module must be added to the ACL of the server secret.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e7377d9f-bb6e-4215-b21c-1a85b2ee8207","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"cd28c82c-92b9-4ae7-a700-22b2f12d44fb","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"ed88156a-3446-4a77-95a5-aa62bfddb880"},{"name":"StatisticsDb","item":[{"name":"Get Statistics Data (excel) Copy","id":"30f91cbc-e73c-48b3-ae67-10dc18a79de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"2025-07-01","type":"text"},{"key":"end","value":"2025-08-01","type":"text"}]},"url":"https://example.hybridforms.net/modules/statisticsdb/api/{{client}}/download/csv","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}},"urlObject":{"path":["modules","statisticsdb","api","{{client}}","download","csv"],"host":["https://example.hybridforms.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"30f91cbc-e73c-48b3-ae67-10dc18a79de1"}],"id":"5171b880-612e-4dec-a18d-0563f9fc3f3d","_postman_id":"5171b880-612e-4dec-a18d-0563f9fc3f3d","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}}],"id":"76869990-e687-4f28-a672-f105e50d6070","_postman_id":"76869990-e687-4f28-a672-f105e50d6070","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"5b21d585-ddb9-4b68-81e9-066486e411fa","id":"5b21d585-ddb9-4b68-81e9-066486e411fa","name":"HybridForms","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"event":[{"listen":"prerequest","script":{"id":"ead8f7de-b3f5-492d-84e0-659f2d731197","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"530f1aae-5b1f-4ce7-b845-6d1837af7614","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseurl","value":"https://example.hybridforms.net"}]}