{"info":{"_postman_id":"6a214849-6df3-cd91-a978-099f3d49a6ef","name":"Form.io API Documentation","description":"<html><head></head><body><p>Form.io not only serves as a Form platform for your Serverless applications, but can also serve as a complete <em><strong>REST API</strong></em> platform as well. This is becasue everything that happens within Form.io, does so through the use of a robust REST API call within the form platform.</p>\n<p>What makes Form.io unique is that all of the APIs created from the schema of the Form iteself. As you drag-and-drop new components onto a form, you are essentially defining a JSON schema that is also used to generate the REST API needed to support that form.</p>\n<p>The following documentation outlines a complete walkthrough of using the Form.io API platform.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"684631","collectionId":"6a214849-6df3-cd91-a978-099f3d49a6ef","publishedId":"2Jvuks","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-03-15T17:57:10.000Z"},"item":[{"name":"Authentication","item":[{"name":"Create new account","event":[{"listen":"test","script":{"id":"515500f6-0c7f-4cda-8fb5-087a223f08ba","exec":["var response = JSON.parse(responseBody);","pm.globals.set('username', response.data.fullName);","pm.globals.set('email', response.data.email);","pm.globals.set('userToken', postman.getResponseHeader('x-jwt-token'));","pm.globals.set('userId', response._id);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"35c50c0b-3ff4-49f0-a721-afaabcf06ebf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6781a93a-ac0c-4920-a567-af8b59975baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"user449\",\n\t\t\"email\": \"Kattie_Koch@gmail.com\",\n\t\t\"password\": \"CHANGEME\"\n\t}\n}"},"url":"{{portalBaseUrl}}/user/register","description":"<p>This request will create a new account within the Form.io platform.</p>\n","urlObject":{"path":["user","register"],"host":["{{portalBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cb19346d-39f9-443a-b92c-ce5b4f3dda5f","name":"Create new account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"user984\",\n\t\t\"email\": \"Marian.Renner@gmail.com\",\n\t\t\"password\": \"{{password}}\"\n\t}\n}"},"url":"{{portalBaseUrl}}/user/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkwNTIyMWNkZWM3YTU0NTgyMjkiLCJpYXQiOjE2MDU2NzExNzMsImV4cCI6MTYwNTY4NTU3M30.rgRsBUMF8GHyF9rO5TPZlwXSIAQZewmze0Xp0ZIQB2s"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"390"},{"key":"ETag","value":"W/\"186-LVPzFJhaRsMeI1Rp9KlzcrQJcdQ\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:46:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fb49904221cdec7a5458226\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"roles\": [\n        \"5fb45523221cdec7a5458166\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"fullName\": \"\",\n        \"name\": \"user716\",\n        \"email\": \"Jamir58@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fb45523221cdec7a5458168\",\n    \"project\": \"5fb45522221cdec7a5458164\",\n    \"externalIds\": [],\n    \"created\": \"2020-11-18T03:46:12.912Z\",\n    \"modified\": \"2020-11-18T03:46:12.937Z\"\n}"},{"id":"af4efba8-d931-4179-8877-c37945a9cc1f","name":"Create new account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"user338\",\n\t\t\"email\": \"Jefferey13@hotmail.com\",\n\t\t\"password\": \"CHANGEME\"\n\t}\n}"},"url":"{{portalBaseUrl}}/user/register"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6781a93a-ac0c-4920-a567-af8b59975baf"},{"name":"Logout of Form.io","id":"bbcc4b6d-30cf-a043-7fe9-52b144c1162c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{userToken}}","type":"text"}],"url":"{{portalBaseUrl}}/logout","description":"<p>Since the Form.io API's are entirely <strong>Stateless</strong>, you can actually logout by simply NOT including a JWT Token in the header of the next request.</p>\n<p>We also provide a dediated API method for logging out, which will set the <code>x-jwt-token</code> header to empty which will force the application to remove it from its local cache. This essentially logs you out of the application you are using as well as the API.</p>\n","urlObject":{"path":["logout"],"host":["{{portalBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dc361f24-05c7-c069-c168-2680fabd6e69","name":"Form.io Logout","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{formioUrl}}/logout"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"2","description":""},{"name":"Content-Type","key":"Content-Type","value":"text/plain; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:17:24 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"2-4KoCHiHd29bYzs7HHpz1ZA\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"","description":""}],"cookie":[],"responseTime":"84","body":"OK"}],"_postman_id":"bbcc4b6d-30cf-a043-7fe9-52b144c1162c"},{"name":"Login to Form.io","event":[{"listen":"test","script":{"id":"dfa94daf-72e9-4459-85d5-488f51a183c4","exec":["pm.globals.set(\"token\", postman.getResponseHeader(\"x-jwt-token\"));",""],"type":"text/javascript"}}],"id":"03acc709-aaba-b066-c69b-fb7ab92a48d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{email}}\",\n        \"password\": \"CHANGEME\"\n    }\n}"},"url":"{{portalBaseUrl}}/user/login","description":"<p>Typically the first thing you will want to do when using the Form.io API is to authenticate as your Form.io user you created when you signed up for the <a href=\"https://form.io\">https://form.io</a> service.</p>\n<p>This user serves as the SuperAdmin for all of the projects as well as all of the submissions/data within those projects. Using your Form.io account, you can control all aspects of all of your projects created within Form.io</p>\n<p>In order to login to Form.io, you are actually going to submit the Login form which is provided by the Form.io project @ <a href=\"https://formio.form.io\">https://formio.form.io</a>. That's right... Form.io actually uses its own internal project to provide authentication into itself... INCEPTION!</p>\n<p>To login to <a href=\"https://form.io\">https://form.io</a>, simply provide the following API call.</p>\n","urlObject":{"path":["user","login"],"host":["{{portalBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"96819d80-fa04-5a44-db0d-aa850f9c900a","name":"Form.io Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{username}}\",\n        \"password\": \"{{password}}\"\n    }\n}"},"url":"{{formioUrl}}/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"289","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:17:07 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override, Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwMjI2LCJleHAiOjE1MDk1NzgyMjZ9.5I8EMYQQyWRatVCu-meSzSa7l-oCyTeUYeknerQepyE","description":""}],"cookie":[],"responseTime":"568","body":"{\"_id\":\"57d010fe76f943a4007e11da\",\"modified\":\"2016-09-07T23:11:03.165Z\",\"data\":{\"fullName\":\"Form.io Demo\",\"name\":\"formiodemo\",\"email\":\"demo+formio@form.io\"},\"form\":\"553db94e72f702e714dd9779\",\"created\":\"2016-09-07T13:07:10.892Z\",\"externalIds\":[{\"type\":\"hubspotContact\",\"id\":\"1880164\",\"_id\":\"57d0110076f943a4007e11dd\",\"modified\":\"2016-09-07T23:11:03.165Z\",\"created\":\"2016-09-07T13:07:12.481Z\"}],\"access\":[],\"roles\":[\"55cd5c3ca51a96bef99ef551\",null],\"owner\":\"57d010fe76f943a4007e11da\"}"},{"id":"985b272f-1b9d-4a08-8c20-a1bb7a6eba2f","name":"Login to Form.io","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{email}}\",\n        \"password\": \"{{password}}\"\n    }\n}"},"url":"{{portalBaseUrl}}/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJpYXQiOjE2MDU2NzExOTksImV4cCI6MTYwNTY4NTU5OX0.BbxtOehC9Ew-PMZtiWa1q5xUQ7JnpoleT_bKjta5jFY"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"390"},{"key":"ETag","value":"W/\"186-LVPzFJhaRsMeI1Rp9KlzcrQJcdQ\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:46:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fb49904221cdec7a5458226\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"roles\": [\n        \"5fb45523221cdec7a5458166\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"fullName\": \"\",\n        \"name\": \"user716\",\n        \"email\": \"Jamir58@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fb45523221cdec7a5458168\",\n    \"project\": \"5fb45522221cdec7a5458164\",\n    \"externalIds\": [],\n    \"created\": \"2020-11-18T03:46:12.912Z\",\n    \"modified\": \"2020-11-18T03:46:12.937Z\"\n}"}],"_postman_id":"03acc709-aaba-b066-c69b-fb7ab92a48d0"},{"name":"Get the current user","event":[{"listen":"test","script":{"id":"aea2af2f-4888-4226-be7c-30405d7d6877","exec":["pm.globals.set(\"token\", postman.getResponseHeader(\"x-jwt-token\"));",""],"type":"text/javascript"}}],"id":"05418b8d-c761-c34e-bbae-ccb434619aea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{portalBaseUrl}}/current","description":"<p>This API will return the currently logged in user information in JSON format.</p>\n","urlObject":{"path":["current"],"host":["{{portalBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6c26ec82-616a-49a6-a47f-364591f26d79","name":"Get the current user","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{portalBaseUrl}}/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcxMjQ2LCJleHAiOjE2MDU2ODU2NDZ9.YxTRJqmUD7ayYF5tspJhFsV4bFKDKiYpXxr835LapDg"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"410"},{"key":"ETag","value":"W/\"19a-pkD4352C6Zz6JrKJaGvGAGjRf/E\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:47:26 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fb49904221cdec7a5458226\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"roles\": [\n        \"5fb45523221cdec7a5458166\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"fullName\": \"\",\n        \"name\": \"user716\",\n        \"email\": \"Jamir58@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fb45523221cdec7a5458168\",\n    \"project\": \"5fb45522221cdec7a5458164\",\n    \"externalIds\": [],\n    \"externalTokens\": [],\n    \"created\": \"2020-11-18T03:46:12.912Z\",\n    \"modified\": \"2020-11-18T03:46:12.937Z\"\n}"},{"id":"bf543f70-08e3-40c5-8f46-ffa3b46b5652","name":"Get the current user","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{portalBaseUrl}}/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcxMjExLCJleHAiOjE2MDU2ODU2MTF9.ks96K-qxjnel4pUWg7MKaG4rwhBHEm4Wd9VSHgFL4jQ"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"410"},{"key":"ETag","value":"W/\"19a-pkD4352C6Zz6JrKJaGvGAGjRf/E\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:46:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fb49904221cdec7a5458226\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"roles\": [\n        \"5fb45523221cdec7a5458166\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"fullName\": \"\",\n        \"name\": \"user716\",\n        \"email\": \"Jamir58@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fb45523221cdec7a5458168\",\n    \"project\": \"5fb45522221cdec7a5458164\",\n    \"externalIds\": [],\n    \"externalTokens\": [],\n    \"created\": \"2020-11-18T03:46:12.912Z\",\n    \"modified\": \"2020-11-18T03:46:12.937Z\"\n}"},{"id":"ef809639-4471-4884-6a65-63b60771dcfb","name":"Form.io Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{username}}\",\n        \"password\": \"{{password}}\"\n    }\n}"},"url":"{{formioUrl}}/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":"Lets a server whitelist headers that browsers are allowed to access."},{"name":"Connection","key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"name":"Content-Length","key":"Content-Length","value":"289","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:17:07 GMT","description":"The date and time that the message was sent"},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":"A name for the server"},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override, Origin","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwMjI2LCJleHAiOjE1MDk1NzgyMjZ9.5I8EMYQQyWRatVCu-meSzSa7l-oCyTeUYeknerQepyE","description":"Custom header"}],"cookie":[],"responseTime":"568","body":"{\"_id\":\"57d010fe76f943a4007e11da\",\"modified\":\"2016-09-07T23:11:03.165Z\",\"data\":{\"fullName\":\"Form.io Demo\",\"name\":\"formiodemo\",\"email\":\"demo+formio@form.io\"},\"form\":\"553db94e72f702e714dd9779\",\"created\":\"2016-09-07T13:07:10.892Z\",\"externalIds\":[{\"type\":\"hubspotContact\",\"id\":\"1880164\",\"_id\":\"57d0110076f943a4007e11dd\",\"modified\":\"2016-09-07T23:11:03.165Z\",\"created\":\"2016-09-07T13:07:12.481Z\"}],\"access\":[],\"roles\":[\"55cd5c3ca51a96bef99ef551\",null],\"owner\":\"57d010fe76f943a4007e11da\"}"}],"_postman_id":"05418b8d-c761-c34e-bbae-ccb434619aea"}],"id":"678a87e8-a738-6b22-5fb9-ace38f6624c5","description":"<p>In order to authenticate with Form.io you must first target the form which you wish to authenticate against. Every project within Form.io will have its own user login form which you can use to generate the JWT Token necessary to authenticate yourself against the Form.io API.</p>\n<p>The website <a href=\"https://form.io\">https://form.io</a> is no exception. We use our own Form.io project to create the authentication capability within Form.io. The URL for this form is as follows.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://formio.form.io/user/login\n</code></pre><p>Posting your login credentials will authenticate you within the Form.io project and give you access to create your own Projects. It does this through the use of a JWT Token, which you can see within the response header as.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>x-jwt-token\n</code></pre><p>This token is then needed for any other requests being made so that those requests can be authenticated.</p>\n","event":[{"listen":"prerequest","script":{"id":"de74e8d7-9e26-4fa8-a0d1-3993dafe9000","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"15b887b7-e44c-46aa-bc72-e779448cc78c","type":"text/javascript","exec":[""]}}],"_postman_id":"678a87e8-a738-6b22-5fb9-ace38f6624c5"},{"name":"Project API","item":[{"name":"Create Project","event":[{"listen":"test","script":{"id":"994c4cd2-f7c9-41a4-b908-dd80ecc128b0","exec":["var response = JSON.parse(responseBody);","pm.globals.set('projectName', response.name);","pm.globals.set('projectUrl', pm.environment.get('apiUrl') + '/' + response.name);","pm.globals.set('projectId', response._id);","pm.globals.set('projectTitle', response.title);"],"type":"text/javascript","packages":{}}}],"id":"a7ca9883-4ec4-5226-f36c-a6dd0d0727f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Project\",\n    \"name\": \"proj422\",\n    \"description\": \"An example application\",\n    \"settings\": {\n        \"cors\": \"*\"\n    }\n}"},"url":"{{apiUrl}}/project","description":"<p>This will create a new project within Form.io. You can provide the template JSON file. For example, if you wish to create a new project using the ToDo application, you would provide the following project.json file for the create template.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://raw.githubusercontent.com/formio/formio-app-todo/master/src/project.json\n</code></pre>","urlObject":{"path":["project"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3805d438-eb73-4be8-b039-c9e39c1436f9","name":"Create Project","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Project\",\n    \"name\": \"proj307\",\n    \"description\": \"An example application\",\n    \"template\":\"https://cdn.rawgit.com/formio/formio-app-basic/2.1.0/src/project.json\",\n    \"settings\": {\n        \"cors\": \"*\"\n    }\n}"},"url":"{{apiUrl}}/project"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcxMjY0LCJleHAiOjE2MDU2ODU2NjR9.sa5pYeLk98kQm3SFWdLZXlEyvFdIwrq8LeIFBFVFCDA"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"676"},{"key":"ETag","value":"W/\"2a4-Lho2T+QOhKHZSlnrnMxM2cXYq1Q\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:47:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"angular\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"_id\": \"5fb49961221cdec7a545822f\",\n    \"title\": \"New Project\",\n    \"name\": \"proj265\",\n    \"description\": \"An example application\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"create_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\",\n                \"5fb49961221cdec7a5458231\",\n                \"5fb49961221cdec7a5458232\"\n            ],\n            \"type\": \"read_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"update_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"delete_all\"\n        }\n    ],\n    \"trial\": \"2020-11-18T03:47:45.097Z\",\n    \"created\": \"2020-11-18T03:47:45.097Z\",\n    \"modified\": \"2020-11-18T03:47:45.101Z\"\n}"},{"id":"aa6226a9-48a3-91fa-069e-aa93680a2888","name":"Create Project","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"},{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Default\",\n    \"name\": \"default\",\n    \"description\": \"An example application\",\n    \"template\":\"https://cdn.rawgit.com/formio/formio-app-basic/2.1.0/src/project.json\",\n    \"settings\": {\n        \"cors\": \"*\"\n    }\n}"},"url":"{{apiUrl}}/project"},"status":"Created","code":201,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"584","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:18:16 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"248-mek4DL/dNka/BZh4FrI5hA\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwidXNlciI6eyJfaWQiOiI1N2QwMTBmZTc2Zjk0M2E0MDA3ZTExZGEiLCJyb2xlcyI6WyI1NWNkNWMzY2E1MWE5NmJlZjk5ZWY1NTEiLG51bGxdfSwiaWF0IjoxNDczMjkwMjk2LCJleHAiOjE1MDk1NzgyOTZ9.rdOrKiAZxBVPAwAUT-x-uvS0pnnIZPQan1Twj9gdCiQ","description":""}],"cookie":[],"responseTime":"1234","body":"{\"modified\":\"2016-09-07T23:18:16.544Z\",\"title\":\"Default\",\"description\":\"An example application\",\"name\":\"oaqugrvolpkayzn\",\"created\":\"2016-09-07T23:18:15.659Z\",\"_id\":\"57d0a03776f943a4007e1513\",\"access\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]}],\"steps\":[],\"plan\":\"basic\",\"owner\":\"57d010fe76f943a4007e11da\",\"apiCalls\":{\"used\":0,\"remaining\":1000,\"limit\":1000,\"reset\":\"2016-10-01T00:00:00.000Z\"}}"}],"_postman_id":"a7ca9883-4ec4-5226-f36c-a6dd0d0727f3"},{"name":"List all Projects","event":[{"listen":"test","script":{"id":"cb0d9dd5-da68-40bb-abfe-4ece3046192d","exec":[""],"type":"text/javascript"}}],"id":"5d4cb708-a3b0-42f4-9be0-b66709e775bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"}],"url":"{{apiUrl}}/project","description":"<p>Retrieve Project information</p>\n","urlObject":{"path":["project"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3d152fbd-3faa-4114-a5e3-c66e4179e702","name":"List all Projects","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"}],"url":"{{apiUrl}}/project"},"status":"Partial Content","code":206,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdmNWYwMmE5OTJhYmU2OGIyNDljZiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZjVmMDJhOTkyYWJlNjhiMjQ5Y2YiLCJqdGkiOiI1ZmM3ZjVmMTJhOTkyYWJlNjhiMjQ5ZDQiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTQ4MTk2LCJleHAiOjE2MDY5NjI1OTZ9.rSoS7aKzsb9cUhHAAXyl3kk08a6oJLK3_7W8zD0j2BQ"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-9/30"},{"key":"Link","value":"</project>; rel=\"next\"; items=\"10-39\", </project>; rel=\"last\"; items=\"20-49\""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1275"},{"key":"ETag","value":"W/\"4fb-2YwntAO5lWogy5M9ozk2U2AaVYI\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 22:29:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7f5f12a992abe68b249d8\",\n        \"type\": \"project\",\n        \"owner\": \"5fc7f5f02a992abe68b249cf\",\n        \"plan\": \"commercial\",\n        \"steps\": [],\n        \"framework\": \"javascript\",\n        \"protect\": false,\n        \"formDefaults\": null,\n        \"title\": \"Default\",\n        \"name\": \"proj364\",\n        \"description\": \"An example application\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7f5f72a992abe68b24a1b\"\n                ],\n                \"type\": \"team_admin\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7f6022a992abe68b24a3a\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"trial\": \"2020-12-02T20:15:45.321Z\",\n        \"created\": \"2020-12-02T20:15:45.321Z\",\n        \"modified\": \"2020-12-02T20:16:09.515Z\",\n        \"lastDeploy\": \"2020-12-02T20:15:51.033Z\",\n        \"tag\": \"0.0.0\"\n    },\n    {\n        \"_id\": \"5fc7f5f52a992abe68b249fe\",\n        \"type\": \"project\",\n        \"tag\": \"0.0.1\",\n        \"owner\": \"5fc7f5f02a992abe68b249cf\",\n        \"plan\": \"commercial\",\n        \"steps\": [],\n        \"framework\": \"angular\",\n        \"protect\": false,\n        \"formDefaults\": null,\n        \"title\": \"DEV\",\n        \"name\": \"dev-proj364\",\n        \"project\": \"5fc7f5f12a992abe68b249d8\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7f5f52a992abe68b249ff\"\n                ],\n                \"type\": \"create_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7f5f52a992abe68b249ff\",\n                    \"5fc7f5f52a992abe68b24a00\",\n                    \"5fc7f5f52a992abe68b24a01\"\n                ],\n                \"type\": \"read_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7f5f52a992abe68b249ff\"\n                ],\n                \"type\": \"update_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7f5f52a992abe68b249ff\"\n                ],\n                \"type\": \"delete_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7f5f72a992abe68b24a1b\"\n                ],\n                \"type\": \"team_admin\"\n            }\n        ],\n        \"trial\": \"2020-12-02T20:15:49.768Z\",\n        \"created\": \"2020-12-02T20:15:49.768Z\",\n        \"modified\": \"2020-12-02T20:15:51.481Z\"\n    }\n]"}],"_postman_id":"5d4cb708-a3b0-42f4-9be0-b66709e775bb"},{"name":"Get Project","event":[{"listen":"test","script":{"id":"4677b0ab-b112-4bad-94f2-a8801ca09570","exec":["pm.globals.set('project', responseBody);"],"type":"text/javascript"}}],"id":"3671316f-7581-42fa-9a3c-c4be4d9e703b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{projectId}}","description":"<p>Retrieve Project information</p>\n","urlObject":{"path":["project","{{projectId}}"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"97ce661c-56e8-4136-afa5-525974f3ee9e","name":"Get Project","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{projectId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcxMjg3LCJleHAiOjE2MDU2ODU2ODd9.82ymm7O73D3e1LD-Zdoc8TTjqgGTpPP9GgvwxXqTz0o"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1265"},{"key":"ETag","value":"W/\"4f1-pZDdiLWvzVWnerxPk3KBUifsNy0\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:48:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fb49961221cdec7a545822f\",\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"angular\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"title\": \"New Project\",\n    \"name\": \"proj265\",\n    \"description\": \"An example application\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"create_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\",\n                \"5fb49961221cdec7a5458231\",\n                \"5fb49961221cdec7a5458232\"\n            ],\n            \"type\": \"read_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"update_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"delete_all\"\n        }\n    ],\n    \"trial\": \"2020-11-18T03:47:45.097Z\",\n    \"created\": \"2020-11-18T03:47:45.097Z\",\n    \"modified\": \"2020-11-18T03:47:45.101Z\",\n    \"apiCalls\": {\n        \"limit\": {\n            \"projects\": 100,\n            \"tenants\": 0,\n            \"stages\": 5,\n            \"livestages\": 2,\n            \"forms\": null,\n            \"emails\": 10000,\n            \"submissionRequests\": 1000000,\n            \"formRequests\": null,\n            \"pdfs\": 25,\n            \"pdfDownloads\": 1000,\n            \"apiServers\": 100,\n            \"pdfServers\": 100,\n            \"formManagers\": 100,\n            \"vpats\": null,\n            \"plan\": \"commercial\",\n            \"startDate\": null,\n            \"endDate\": null,\n            \"options\": {\n                \"sac\": false,\n                \"vpat\": true\n            }\n        },\n        \"used\": {\n            \"emails\": 0,\n            \"forms\": 0,\n            \"formRequests\": 0,\n            \"pdfs\": 0,\n            \"pdfDownloads\": 0,\n            \"submissionRequests\": 0\n        },\n        \"licenseId\": \"5eb59fcc26d38a9025714d76\",\n        \"formManager\": true,\n        \"accessibility\": true,\n        \"tenant\": true\n    },\n    \"settings\": {\n        \"cors\": \"*\"\n    },\n    \"public\": {\n        \"formModule\": \"\",\n        \"custom\": {}\n    }\n}"}],"_postman_id":"3671316f-7581-42fa-9a3c-c4be4d9e703b"},{"name":"Get Project via alias","id":"7da23f18-f7e5-4e8e-954e-4cef1a0ca08f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}","description":"<p>In addition to fetching a project using the Project full URL, you can also fetch the project information using the project alias.</p>\n","urlObject":{"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"57711ede-39b5-4130-bb80-024094e5475b","name":"Get Project via alias","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MDg5LCJleHAiOjE2MDY5NDA0ODl9.U7yAnI6N3l67De4Z6JI5Av7Re-xl-uYvgrR_-HjM-O8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1265"},{"key":"ETag","value":"W/\"4f1-lA2B9jRXK8EFLKGuSlvjV8LkqB8\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:21:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7befe2a992abe68b24765\",\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"angular\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"title\": \"New Project\",\n    \"name\": \"proj366\",\n    \"description\": \"An example application\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"create_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"update_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"delete_all\"\n        }\n    ],\n    \"trial\": \"2020-12-02T16:21:18.350Z\",\n    \"created\": \"2020-12-02T16:21:18.350Z\",\n    \"modified\": \"2020-12-02T16:21:18.354Z\",\n    \"apiCalls\": {\n        \"limit\": {\n            \"projects\": 100,\n            \"tenants\": 0,\n            \"stages\": 5,\n            \"livestages\": 2,\n            \"forms\": null,\n            \"emails\": 10000,\n            \"submissionRequests\": 1000000,\n            \"formRequests\": null,\n            \"pdfs\": 25,\n            \"pdfDownloads\": 1000,\n            \"apiServers\": 100,\n            \"pdfServers\": 100,\n            \"formManagers\": 100,\n            \"vpats\": null,\n            \"plan\": \"commercial\",\n            \"startDate\": null,\n            \"endDate\": null,\n            \"options\": {\n                \"sac\": false,\n                \"vpat\": true\n            }\n        },\n        \"used\": {\n            \"emails\": 0,\n            \"forms\": 0,\n            \"formRequests\": 0,\n            \"pdfs\": 0,\n            \"pdfDownloads\": 0,\n            \"submissionRequests\": 0\n        },\n        \"licenseId\": \"5eb59fcc26d38a9025714d76\",\n        \"formManager\": true,\n        \"accessibility\": true,\n        \"tenant\": true\n    },\n    \"settings\": {\n        \"cors\": \"*\"\n    },\n    \"public\": {\n        \"formModule\": \"\",\n        \"custom\": {}\n    }\n}"},{"id":"a2eda199-dac6-418b-9887-56d0cf7ba8c3","name":"Get Project via alias","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcxMjk2LCJleHAiOjE2MDU2ODU2OTZ9.iLidXhSK2GelpmSdijtKNfwKX65Boax5OrE49F96yeU"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1265"},{"key":"ETag","value":"W/\"4f1-pZDdiLWvzVWnerxPk3KBUifsNy0\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:48:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fb49961221cdec7a545822f\",\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"angular\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"title\": \"New Project\",\n    \"name\": \"proj265\",\n    \"description\": \"An example application\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"create_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\",\n                \"5fb49961221cdec7a5458231\",\n                \"5fb49961221cdec7a5458232\"\n            ],\n            \"type\": \"read_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"update_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"delete_all\"\n        }\n    ],\n    \"trial\": \"2020-11-18T03:47:45.097Z\",\n    \"created\": \"2020-11-18T03:47:45.097Z\",\n    \"modified\": \"2020-11-18T03:47:45.101Z\",\n    \"apiCalls\": {\n        \"limit\": {\n            \"projects\": 100,\n            \"tenants\": 0,\n            \"stages\": 5,\n            \"livestages\": 2,\n            \"forms\": null,\n            \"emails\": 10000,\n            \"submissionRequests\": 1000000,\n            \"formRequests\": null,\n            \"pdfs\": 25,\n            \"pdfDownloads\": 1000,\n            \"apiServers\": 100,\n            \"pdfServers\": 100,\n            \"formManagers\": 100,\n            \"vpats\": null,\n            \"plan\": \"commercial\",\n            \"startDate\": null,\n            \"endDate\": null,\n            \"options\": {\n                \"sac\": false,\n                \"vpat\": true\n            }\n        },\n        \"used\": {\n            \"emails\": 0,\n            \"forms\": 0,\n            \"formRequests\": 0,\n            \"pdfs\": 0,\n            \"pdfDownloads\": 0,\n            \"submissionRequests\": 0\n        },\n        \"licenseId\": \"5eb59fcc26d38a9025714d76\",\n        \"formManager\": true,\n        \"accessibility\": true,\n        \"tenant\": true\n    },\n    \"settings\": {\n        \"cors\": \"*\"\n    },\n    \"public\": {\n        \"formModule\": \"\",\n        \"custom\": {}\n    }\n}"},{"id":"b7c9c87a-6698-472c-99f4-e2fe6b906c5a","name":"Get Project via alias","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MTA4LCJleHAiOjE2MDY5NDA1MDh9.Kn3pVZiDNMsZB6TGja7tC7EZfUuju0FirHiBkcG3T7g"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1265"},{"key":"ETag","value":"W/\"4f1-lA2B9jRXK8EFLKGuSlvjV8LkqB8\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:21:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7befe2a992abe68b24765\",\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"angular\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"title\": \"New Project\",\n    \"name\": \"proj366\",\n    \"description\": \"An example application\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"create_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"update_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"delete_all\"\n        }\n    ],\n    \"trial\": \"2020-12-02T16:21:18.350Z\",\n    \"created\": \"2020-12-02T16:21:18.350Z\",\n    \"modified\": \"2020-12-02T16:21:18.354Z\",\n    \"apiCalls\": {\n        \"limit\": {\n            \"projects\": 100,\n            \"tenants\": 0,\n            \"stages\": 5,\n            \"livestages\": 2,\n            \"forms\": null,\n            \"emails\": 10000,\n            \"submissionRequests\": 1000000,\n            \"formRequests\": null,\n            \"pdfs\": 25,\n            \"pdfDownloads\": 1000,\n            \"apiServers\": 100,\n            \"pdfServers\": 100,\n            \"formManagers\": 100,\n            \"vpats\": null,\n            \"plan\": \"commercial\",\n            \"startDate\": null,\n            \"endDate\": null,\n            \"options\": {\n                \"sac\": false,\n                \"vpat\": true\n            }\n        },\n        \"used\": {\n            \"emails\": 0,\n            \"forms\": 0,\n            \"formRequests\": 0,\n            \"pdfs\": 0,\n            \"pdfDownloads\": 0,\n            \"submissionRequests\": 0\n        },\n        \"licenseId\": \"5eb59fcc26d38a9025714d76\",\n        \"formManager\": true,\n        \"accessibility\": true,\n        \"tenant\": true\n    },\n    \"settings\": {\n        \"cors\": \"*\"\n    },\n    \"public\": {\n        \"formModule\": \"\",\n        \"custom\": {}\n    }\n}"}],"_postman_id":"7da23f18-f7e5-4e8e-954e-4cef1a0ca08f"},{"name":"Update Project","event":[{"listen":"prerequest","script":{"id":"b8fd97f8-26f6-4fdb-a6e6-1d8b80b2e2e6","exec":["var project = JSON.parse(pm.globals.get('project'));","project.framework = 'react';","pm.globals.set('project', JSON.stringify(project));"],"type":"text/javascript"}}],"id":"5d2bd14c-32b0-4925-8c1d-20889b5b669e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{{project}}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/project/{{projectId}}","description":"<p>Update Project information</p>\n","urlObject":{"path":["project","{{projectId}}"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2f7a86ee-781d-4839-9df7-6454b1f60bd4","name":"Update Project","originalRequest":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{{project}}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/project/{{projectId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcxMzAzLCJleHAiOjE2MDU2ODU3MDN9.smU_1F9X-eCEGKpeNJwImCFSJTw4v4RI0GquKVTYJvE"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"737"},{"key":"ETag","value":"W/\"2e1-wTKvp66FXGayd7kFJXsdpri3UoI\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:48:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"react\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"_id\": \"5fb49961221cdec7a545822f\",\n    \"title\": \"New Project\",\n    \"name\": \"proj265\",\n    \"description\": \"An example application\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"create_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\",\n                \"5fb49961221cdec7a5458231\",\n                \"5fb49961221cdec7a5458232\"\n            ],\n            \"type\": \"read_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"update_all\"\n        },\n        {\n            \"roles\": [\n                \"5fb49961221cdec7a5458230\"\n            ],\n            \"type\": \"delete_all\"\n        }\n    ],\n    \"trial\": \"2020-11-18T03:47:45.097Z\",\n    \"created\": \"2020-11-18T03:47:45.097Z\",\n    \"modified\": \"2020-11-18T03:48:24.604Z\",\n    \"settings\": {\n        \"cors\": \"*\"\n    },\n    \"public\": {\n        \"formModule\": \"\",\n        \"custom\": {}\n    }\n}"},{"id":"67a3820b-6709-4075-9a4f-fe04b95e28d1","name":"Update Project","originalRequest":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{{project}}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/project/{{projectId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MTE3LCJleHAiOjE2MDY5NDA1MTd9.ucfvPTUCzvvWuv6ORGef89YRAjG3QgOB8uMnmImtYvU"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"737"},{"key":"ETag","value":"W/\"2e1-EsdyCpG5UkwPc7old8to0pfembQ\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:21:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"react\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"_id\": \"5fc7befe2a992abe68b24765\",\n    \"title\": \"New Project\",\n    \"name\": \"proj366\",\n    \"description\": \"An example application\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"create_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"update_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"delete_all\"\n        }\n    ],\n    \"trial\": \"2020-12-02T16:21:18.350Z\",\n    \"created\": \"2020-12-02T16:21:18.350Z\",\n    \"modified\": \"2020-12-02T16:21:58.002Z\",\n    \"settings\": {\n        \"cors\": \"*\"\n    },\n    \"public\": {\n        \"formModule\": \"\",\n        \"custom\": {}\n    }\n}"}],"_postman_id":"5d2bd14c-32b0-4925-8c1d-20889b5b669e"},{"name":"Update Project via alias","event":[{"listen":"prerequest","script":{"id":"5ad2271d-5ed7-40bd-b7b3-ad07caf6e966","exec":["var project = JSON.parse(pm.globals.get('project'));","project.framework = 'javascript';","pm.globals.set('project', JSON.stringify(project));"],"type":"text/javascript"}}],"id":"1e52aafc-a422-4db3-afe2-66b0c22bed12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{{project}}","options":{"raw":{"language":"json"}}},"url":"{{projectUrl}}","description":"<p>You can also update a project using the \"alias\" url for the project as follows.</p>\n","urlObject":{"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d691367a-cbae-457c-84b0-04a7b359937a","name":"Update Project via alias","originalRequest":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{{project}}","options":{"raw":{"language":"json"}}},"url":"{{projectUrl}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MTI4LCJleHAiOjE2MDY5NDA1Mjh9.jvo2ItaornOjLaJsh6LTATAD-0tOCHnbWpBlMF2amnY"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"742"},{"key":"ETag","value":"W/\"2e6-n84zsECQR4rvGEKBfl7Gi55Jz6o\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:22:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"javascript\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"_id\": \"5fc7befe2a992abe68b24765\",\n    \"title\": \"New Project\",\n    \"name\": \"proj366\",\n    \"description\": \"An example application\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"create_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"update_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\"\n            ],\n            \"type\": \"delete_all\"\n        }\n    ],\n    \"trial\": \"2020-12-02T16:21:18.350Z\",\n    \"created\": \"2020-12-02T16:21:18.350Z\",\n    \"modified\": \"2020-12-02T16:22:08.644Z\",\n    \"settings\": {\n        \"cors\": \"*\"\n    },\n    \"public\": {\n        \"formModule\": \"\",\n        \"custom\": {}\n    }\n}"}],"_postman_id":"1e52aafc-a422-4db3-afe2-66b0c22bed12"},{"name":"Project Access Info","id":"5c5f5b08-8602-b5dd-51ee-15ac8f7116ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{projectUrl}}/access","description":"<p>Returns the project access information for your application to hide and show certain elements based on the returned values.</p>\n","urlObject":{"path":["access"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"82991186-7c91-417b-bafe-5e8c51b419dd","name":"Project Access Info","originalRequest":{"method":"GET","header":[],"url":"{{projectUrl}}/access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2295"},{"key":"ETag","value":"W/\"8f7-NZJBFoK2CkcQgTmfbN6pLpOGHdk\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:49:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": {\n        \"administrator\": {\n            \"_id\": \"5fb49961221cdec7a5458230\",\n            \"default\": false,\n            \"admin\": true,\n            \"title\": \"Administrator\"\n        },\n        \"authenticated\": {\n            \"_id\": \"5fb49961221cdec7a5458231\",\n            \"default\": false,\n            \"admin\": false,\n            \"title\": \"Authenticated\"\n        },\n        \"anonymous\": {\n            \"_id\": \"5fb49961221cdec7a5458232\",\n            \"default\": true,\n            \"admin\": false,\n            \"title\": \"Anonymous\"\n        }\n    },\n    \"forms\": {\n        \"user\": {\n            \"_id\": \"5fb49961221cdec7a5458233\",\n            \"title\": \"User\",\n            \"name\": \"user\",\n            \"path\": \"user\",\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458232\",\n                        \"5fb49961221cdec7a5458231\",\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ]\n        },\n        \"admin\": {\n            \"_id\": \"5fb49961221cdec7a5458234\",\n            \"title\": \"Admin\",\n            \"name\": \"admin\",\n            \"path\": \"admin\",\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458232\",\n                        \"5fb49961221cdec7a5458231\",\n                        \"5fb49961221cdec7a5458230\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ]\n        },\n        \"userLogin\": {\n            \"_id\": \"5fb49961221cdec7a5458235\",\n            \"title\": \"User Login\",\n            \"name\": \"userLogin\",\n            \"path\": \"user/login\",\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458232\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458232\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"userRegister\": {\n            \"_id\": \"5fb49961221cdec7a5458236\",\n            \"title\": \"User Register\",\n            \"name\": \"userRegister\",\n            \"path\": \"user/register\",\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458232\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458232\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"adminLogin\": {\n            \"_id\": \"5fb49961221cdec7a5458237\",\n            \"title\": \"Admin Login\",\n            \"name\": \"adminLogin\",\n            \"path\": \"admin/login\",\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458232\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fb49961221cdec7a5458232\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        }\n    }\n}"},{"id":"add64374-c5c4-40b0-8b33-a3bad354ceb7","name":"Project Access Info","originalRequest":{"method":"GET","header":[],"url":"{{projectUrl}}/access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2295"},{"key":"ETag","value":"W/\"8f7-3DnFMtOD/6IJiqpdJ1Mb0+hJJqg\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:22:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": {\n        \"administrator\": {\n            \"_id\": \"5fc7befe2a992abe68b24766\",\n            \"default\": false,\n            \"admin\": true,\n            \"title\": \"Administrator\"\n        },\n        \"authenticated\": {\n            \"_id\": \"5fc7befe2a992abe68b24767\",\n            \"default\": false,\n            \"admin\": false,\n            \"title\": \"Authenticated\"\n        },\n        \"anonymous\": {\n            \"_id\": \"5fc7befe2a992abe68b24768\",\n            \"default\": true,\n            \"admin\": false,\n            \"title\": \"Anonymous\"\n        }\n    },\n    \"forms\": {\n        \"user\": {\n            \"_id\": \"5fc7befe2a992abe68b24769\",\n            \"title\": \"User\",\n            \"name\": \"user\",\n            \"path\": \"user\",\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24768\",\n                        \"5fc7befe2a992abe68b24767\",\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ]\n        },\n        \"admin\": {\n            \"_id\": \"5fc7befe2a992abe68b2476a\",\n            \"title\": \"Admin\",\n            \"name\": \"admin\",\n            \"path\": \"admin\",\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24768\",\n                        \"5fc7befe2a992abe68b24767\",\n                        \"5fc7befe2a992abe68b24766\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ]\n        },\n        \"userLogin\": {\n            \"_id\": \"5fc7befe2a992abe68b2476b\",\n            \"title\": \"User Login\",\n            \"name\": \"userLogin\",\n            \"path\": \"user/login\",\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24768\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24768\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"userRegister\": {\n            \"_id\": \"5fc7befe2a992abe68b2476c\",\n            \"title\": \"User Register\",\n            \"name\": \"userRegister\",\n            \"path\": \"user/register\",\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24768\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24768\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"adminLogin\": {\n            \"_id\": \"5fc7befe2a992abe68b2476d\",\n            \"title\": \"Admin Login\",\n            \"name\": \"adminLogin\",\n            \"path\": \"admin/login\",\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24768\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"5fc7befe2a992abe68b24768\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        }\n    }\n}"},{"id":"fbe07469-250c-f7bd-766d-06fc9ea37b47","name":"Project Access","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{appUrl}}/access"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"400","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:18:27 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""}],"cookie":[],"responseTime":"329","body":"{\"roles\":{\"anonymous\":{\"_id\":\"57d0a03776f943a4007e1516\",\"title\":\"Anonymous\",\"admin\":false,\"default\":true},\"authenticated\":{\"_id\":\"57d0a03776f943a4007e1515\",\"title\":\"Authenticated\",\"admin\":false,\"default\":false},\"administrator\":{\"_id\":\"57d0a03776f943a4007e1514\",\"title\":\"Administrator\",\"admin\":true,\"default\":false}},\"forms\":{\"user\":{\"_id\":\"57d0a03776f943a4007e1517\",\"title\":\"User\",\"name\":\"user\",\"path\":\"user\",\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}]},\"admin\":{\"_id\":\"57d0a03776f943a4007e1518\",\"title\":\"Admin\",\"name\":\"admin\",\"path\":\"admin\",\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}]},\"userLogin\":{\"_id\":\"57d0a03776f943a4007e1519\",\"title\":\"User Login\",\"name\":\"userLogin\",\"path\":\"user/login\",\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}]},\"userRegister\":{\"_id\":\"57d0a03876f943a4007e151a\",\"title\":\"User Register\",\"name\":\"userRegister\",\"path\":\"user/register\",\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}]},\"adminLogin\":{\"_id\":\"57d0a03876f943a4007e151b\",\"title\":\"Admin Login\",\"name\":\"adminLogin\",\"path\":\"admin/login\",\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}]}}}"}],"_postman_id":"5c5f5b08-8602-b5dd-51ee-15ac8f7116ea"},{"name":"Export a project","event":[{"listen":"test","script":{"id":"f8ecc933-1b9c-49d6-a14d-a1723c050d03","exec":["pm.globals.set('projectTemplate', responseBody);"],"type":"text/javascript"}}],"id":"e3039384-5dbe-6baa-0f79-86f2cd941216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/export","description":"<p>This returns the project template JSON used to create a new project with the same template.</p>\n","urlObject":{"path":["export"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7d98ac32-f497-6968-1607-7020260c0468","name":"Project Access","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{appUrl}}/access"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"name":"Connection","key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"name":"Content-Length","key":"Content-Length","value":"400","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:18:27 GMT","description":"The date and time that the message was sent"},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":"A name for the server"},{"name":"Vary","key":"Vary","value":"Origin","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"329","body":"{\"roles\":{\"anonymous\":{\"_id\":\"57d0a03776f943a4007e1516\",\"title\":\"Anonymous\",\"admin\":false,\"default\":true},\"authenticated\":{\"_id\":\"57d0a03776f943a4007e1515\",\"title\":\"Authenticated\",\"admin\":false,\"default\":false},\"administrator\":{\"_id\":\"57d0a03776f943a4007e1514\",\"title\":\"Administrator\",\"admin\":true,\"default\":false}},\"forms\":{\"user\":{\"_id\":\"57d0a03776f943a4007e1517\",\"title\":\"User\",\"name\":\"user\",\"path\":\"user\",\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}]},\"admin\":{\"_id\":\"57d0a03776f943a4007e1518\",\"title\":\"Admin\",\"name\":\"admin\",\"path\":\"admin\",\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}]},\"userLogin\":{\"_id\":\"57d0a03776f943a4007e1519\",\"title\":\"User Login\",\"name\":\"userLogin\",\"path\":\"user/login\",\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}]},\"userRegister\":{\"_id\":\"57d0a03876f943a4007e151a\",\"title\":\"User Register\",\"name\":\"userRegister\",\"path\":\"user/register\",\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}]},\"adminLogin\":{\"_id\":\"57d0a03876f943a4007e151b\",\"title\":\"Admin Login\",\"name\":\"adminLogin\",\"path\":\"admin/login\",\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}]}}}"},{"id":"d14a7741-8795-4173-9d66-a1a172def710","name":"Export a project","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MTU3LCJleHAiOjE2MDY5NDA1NTd9.xSGaNMQYgE7vrL8RQpg2IRvrBUJHplTZky2izwGU_4Q"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Disposition","value":"attachment; filename=\"proj366-undefined.json\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:22:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"7333"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"New Project\",\n    \"version\": \"2.0.0\",\n    \"description\": \"An example application\",\n    \"name\": \"proj366\",\n    \"roles\": {\n        \"administrator\": {\n            \"title\": \"Administrator\",\n            \"description\": \"A role for Administrative Users.\",\n            \"admin\": true,\n            \"default\": false\n        },\n        \"authenticated\": {\n            \"title\": \"Authenticated\",\n            \"description\": \"A role for Authenticated Users.\",\n            \"admin\": false,\n            \"default\": false\n        },\n        \"anonymous\": {\n            \"title\": \"Anonymous\",\n            \"description\": \"A role for Anonymous Users.\",\n            \"admin\": false,\n            \"default\": true\n        }\n    },\n    \"forms\": {\n        \"userLogin\": {\n            \"title\": \"User Login\",\n            \"type\": \"form\",\n            \"name\": \"userLogin\",\n            \"path\": \"user/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"userRegister\": {\n            \"title\": \"User Register\",\n            \"type\": \"form\",\n            \"name\": \"userRegister\",\n            \"path\": \"user/register\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"label\": \"Submit\",\n                    \"input\": true,\n                    \"type\": \"button\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Admin Login\",\n            \"type\": \"form\",\n            \"name\": \"adminLogin\",\n            \"path\": \"admin/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        }\n    },\n    \"actions\": {\n        \"user:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"user\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"authenticated\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"user:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"user\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"admin:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"admin\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"administrator\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"admin:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"admin\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"userLogin:login\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"userLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"user\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\",\n                \"allowedAttempts\": 5,\n                \"attemptWindow\": 30,\n                \"lockWait\": 1800\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"userRegister:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"userRegister\",\n            \"settings\": {\n                \"resource\": \"user\",\n                \"fields\": {\n                    \"email\": \"email\",\n                    \"password\": \"password\"\n                }\n            },\n            \"priority\": 11,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"userRegister:login\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"userRegister\",\n            \"settings\": {\n                \"resources\": [\n                    \"user\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"adminLogin:login\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"adminLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"admin\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\",\n                \"allowedAttempts\": 5,\n                \"attemptWindow\": 30,\n                \"lockWait\": 1800\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        }\n    },\n    \"resources\": {\n        \"user\": {\n            \"title\": \"User\",\n            \"type\": \"resource\",\n            \"name\": \"user\",\n            \"path\": \"user\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": true,\n                    \"required\": true,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        },\n        \"admin\": {\n            \"title\": \"Admin\",\n            \"type\": \"resource\",\n            \"name\": \"admin\",\n            \"path\": \"admin\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": true,\n                    \"required\": true,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        }\n    },\n    \"access\": [\n        {\n            \"type\": \"create_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"read_all\",\n            \"roles\": [\n                \"administrator\",\n                \"authenticated\",\n                \"anonymous\"\n            ]\n        },\n        {\n            \"type\": \"update_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"delete_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        }\n    ]\n}"},{"id":"d3dbb905-ee46-42c3-969a-35f6e01375af","name":"Export a project","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcxNDEzLCJleHAiOjE2MDU2ODU4MTN9.04FFhuz9MXOxg09FG4XAlS1z4SkJgUbhkhmq8qiXUX8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Disposition","value":"attachment; filename=\"proj265-undefined.json\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:50:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"6100"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"New Project\",\n    \"version\": \"2.0.0\",\n    \"description\": \"An example application\",\n    \"name\": \"proj265\",\n    \"roles\": {\n        \"administrator\": {\n            \"title\": \"Administrator\",\n            \"description\": \"A role for Administrative Users.\",\n            \"admin\": true,\n            \"default\": false\n        },\n        \"authenticated\": {\n            \"title\": \"Authenticated\",\n            \"description\": \"A role for Authenticated Users.\",\n            \"admin\": false,\n            \"default\": false\n        },\n        \"anonymous\": {\n            \"title\": \"Anonymous\",\n            \"description\": \"A role for Anonymous Users.\",\n            \"admin\": false,\n            \"default\": true\n        }\n    },\n    \"forms\": {\n        \"userLogin\": {\n            \"title\": \"User Login\",\n            \"type\": \"form\",\n            \"name\": \"userLogin\",\n            \"path\": \"user/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"userRegister\": {\n            \"title\": \"User Register\",\n            \"type\": \"form\",\n            \"name\": \"userRegister\",\n            \"path\": \"user/register\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"label\": \"Submit\",\n                    \"input\": true,\n                    \"type\": \"button\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Admin Login\",\n            \"type\": \"form\",\n            \"name\": \"adminLogin\",\n            \"path\": \"admin/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        }\n    },\n    \"actions\": {\n        \"userLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"userLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"user\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"adminLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"admin\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        }\n    },\n    \"resources\": {\n        \"user\": {\n            \"title\": \"User\",\n            \"type\": \"resource\",\n            \"name\": \"user\",\n            \"path\": \"user\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        },\n        \"admin\": {\n            \"title\": \"Admin\",\n            \"type\": \"resource\",\n            \"name\": \"admin\",\n            \"path\": \"admin\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        }\n    },\n    \"access\": [\n        {\n            \"type\": \"create_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"read_all\",\n            \"roles\": [\n                \"administrator\",\n                \"authenticated\",\n                \"anonymous\"\n            ]\n        },\n        {\n            \"type\": \"update_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"delete_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"e3039384-5dbe-6baa-0f79-86f2cd941216"},{"name":"Import template into Project","id":"2d1b19ad-bfbb-c623-89c9-9b2de9c40e33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"template\": {\n        \"title\": \"New Project\",\n        \"version\": \"2.0.0\",\n        \"description\": \"An example application\",\n        \"name\": \"proj265\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ]\n    }\n}"},"url":"{{projectUrl}}/import","description":"<p>This API allows you to import template JSON into an existing template which will add new forms, resources, or update existing forms and resources with templates.</p>\n","urlObject":{"path":["import"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4cf4ae83-3522-4f43-bf5f-73f00a05c7e5","name":"Import template into Project","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"template\": {{projectTemplate}}\n}"},"url":"{{projectUrl}}/import"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcxNDgzLCJleHAiOjE2MDU2ODU4ODN9.0wVI4bq_Resu5cCMTnMM3NbklyR3xrIk-eIrXJM_vu8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-sKmCFqMkJrnmakrB623y6W4bSVw\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:51:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Ok"},{"id":"802266df-60d2-09cb-7eb9-9fe9fb7f3f22","name":"Project Access","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{appUrl}}/access"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"name":"Connection","key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"name":"Content-Length","key":"Content-Length","value":"400","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:18:27 GMT","description":"The date and time that the message was sent"},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":"A name for the server"},{"name":"Vary","key":"Vary","value":"Origin","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"329","body":"{\"roles\":{\"anonymous\":{\"_id\":\"57d0a03776f943a4007e1516\",\"title\":\"Anonymous\",\"admin\":false,\"default\":true},\"authenticated\":{\"_id\":\"57d0a03776f943a4007e1515\",\"title\":\"Authenticated\",\"admin\":false,\"default\":false},\"administrator\":{\"_id\":\"57d0a03776f943a4007e1514\",\"title\":\"Administrator\",\"admin\":true,\"default\":false}},\"forms\":{\"user\":{\"_id\":\"57d0a03776f943a4007e1517\",\"title\":\"User\",\"name\":\"user\",\"path\":\"user\",\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}]},\"admin\":{\"_id\":\"57d0a03776f943a4007e1518\",\"title\":\"Admin\",\"name\":\"admin\",\"path\":\"admin\",\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}]},\"userLogin\":{\"_id\":\"57d0a03776f943a4007e1519\",\"title\":\"User Login\",\"name\":\"userLogin\",\"path\":\"user/login\",\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}]},\"userRegister\":{\"_id\":\"57d0a03876f943a4007e151a\",\"title\":\"User Register\",\"name\":\"userRegister\",\"path\":\"user/register\",\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}]},\"adminLogin\":{\"_id\":\"57d0a03876f943a4007e151b\",\"title\":\"Admin Login\",\"name\":\"adminLogin\",\"path\":\"admin/login\",\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}]}}}"},{"id":"d846969c-4c8e-4688-8706-9c87cdd2dc9d","name":"Import template into Project","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"template\": {\n        \"title\": \"New Project\",\n        \"version\": \"2.0.0\",\n        \"description\": \"An example application\",\n        \"name\": \"proj265\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ]\n    }\n}"},"url":"{{projectUrl}}/import"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcxNTYzLCJleHAiOjE2MDU2ODU5NjN9.CRkqPhmbwLvL4gcGcHbk9sPD2zST11BnIMeXJm5G9R8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-sKmCFqMkJrnmakrB623y6W4bSVw\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 03:52:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Ok"}],"_postman_id":"2d1b19ad-bfbb-c623-89c9-9b2de9c40e33"},{"name":"Create Project Admin","event":[{"listen":"test","script":{"id":"c0453825-1884-4e07-a020-7c00798d652a","exec":["var response = JSON.parse(responseBody);","pm.globals.set('projectAdminEmail', response.data.email);","pm.globals.set('projectAdminId', response._id);"],"type":"text/javascript"}}],"id":"2a64dace-6ec3-d21c-8420-10c0f1b48101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"Chad_Greenholt54@yahoo.com\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/admin","description":"<p>Now that you have a project, the next step is to create some accounts within that project which you will be able to log into. The way that Form.io works, is that each project serves as sandboxed database, where all the Users and Administrators are simply <em><strong>submissions</strong></em> within the <em><strong>User</strong></em> and <em><strong>Admin</strong></em> resource respectively.</p>\n<p>To create a new administrator, you simply need to submit the <em><strong>Admin</strong></em> form with the data required by the fields added to that resource.</p>\n","urlObject":{"path":["admin"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0e2a4b1c-b13b-76f5-f3fa-9e46da05aaa6","name":"Create Project Admin","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{appAdminEmail}}\",\n        \"password\": \"{{appAdminPass}}\"\n    }\n}"},"url":"{{appUrl}}/admin"},"status":"Created","code":201,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"281","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:18:39 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"119-NB+MCJrHbCZZD6ZYc1yuqg\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override, Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwMzE4LCJleHAiOjE1MDk1NzgzMTh9.BV0WVSbFvcVCacyOy4KJgOM25KKlBKJwF6Uhye-HbZY","description":""}],"cookie":[],"responseTime":"201","body":"{\"modified\":\"2016-09-07T23:18:39.075Z\",\"data\":{\"email\":\"admin@example.com\"},\"form\":\"57d0a03776f943a4007e1518\",\"created\":\"2016-09-07T23:18:39.069Z\",\"_id\":\"57d0a04f76f943a4007e1524\",\"externalIds\":[],\"access\":[],\"roles\":[\"57d0a03776f943a4007e1514\"],\"owner\":\"57d010fe76f943a4007e11da\"}"},{"id":"a1637f18-2862-42ed-a104-0934603c9b14","name":"Create Project Admin","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"Carlo.Gutmann65@yahoo.com\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/admin"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyMDY2LCJleHAiOjE2MDU2ODY0NjZ9.lKBFuBzYz9iWiEzGo1sictqguvjuJ5UlyJcr4SvToWs"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"370"},{"key":"ETag","value":"W/\"172-onbul2+1blt8djHRa7UvRKAzfQQ\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:01:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"roles\": [\n        \"5fb49c65221cdec7a54582ed\"\n    ],\n    \"_id\": \"5fb49c82221cdec7a545830a\",\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Britney_Nitzsche78@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fb49c65221cdec7a54582f1\",\n    \"project\": \"5fb49c65221cdec7a54582ec\",\n    \"externalIds\": [],\n    \"created\": \"2020-11-18T04:01:06.819Z\",\n    \"modified\": \"2020-11-18T04:01:06.828Z\"\n}"},{"id":"f3b3456e-d4b9-4813-b42d-0007af500788","name":"Create Project Admin","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"Jedediah.Hintz54@hotmail.com\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/admin"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MTgxLCJleHAiOjE2MDY5NDA1ODF9.0Lb5DJlckVzVu356mAXYedlSWN5FjF36gOv8usv0QPE"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"357"},{"key":"ETag","value":"W/\"165-W6sbVEoCjeUZik0XdEPOMXMsq5A\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:23:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [\n        \"5fc7befe2a992abe68b24766\"\n    ],\n    \"_id\": \"5fc7bf652a992abe68b24783\",\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Salma79@gmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7befe2a992abe68b2476a\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:23:01.793Z\",\n    \"modified\": \"2020-12-02T16:23:01.801Z\"\n}"}],"_postman_id":"2a64dace-6ec3-d21c-8420-10c0f1b48101"},{"name":"Admin Login","event":[{"listen":"test","script":{"id":"e6c9f031-6679-4a8a-8062-21c0e2f04f26","exec":["var response = JSON.parse(responseBody);","pm.globals.set('projectAdminToken', postman.getResponseHeader(\"x-jwt-token\"));"],"type":"text/javascript"}}],"id":"51fe16ad-aa3b-e6fe-f9a3-cc32226681a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{projectAdminEmail}}\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/admin/login","description":"<p>Now that you have created an administrator, you can now authenticate as that administrator by submitting the API call to the <em><strong>admin/login</strong></em> form which has the <em><strong>Login</strong></em> action assigned to it.</p>\n","urlObject":{"path":["admin","login"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"76dddb84-e72c-80c2-d840-1742bcfb4531","name":"Project Admin Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{appAdminEmail}}\",\n        \"password\": \"{{appAdminPass}}\"\n    }\n}"},"url":"{{appUrl}}/admin/login"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"185","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:18:52 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override, Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDBhMDRmNzZmOTQzYTQwMDdlMTUyNCJ9LCJmb3JtIjp7Il9pZCI6IjU3ZDBhMDM3NzZmOTQzYTQwMDdlMTUxOCIsInByb2plY3QiOiI1N2QwYTAzNzc2Zjk0M2E0MDA3ZTE1MTMifSwiaWF0IjoxNDczMjkwMzMyLCJleHAiOjE1MDk1NzgzMzJ9.wJGpYz3a_JBO2AoEnVqi1s2XKxFRk5NgVwmboRmitK8","description":""}],"cookie":[],"responseTime":"366","body":"{\"_id\":\"57d0a04f76f943a4007e1524\",\"modified\":\"2016-09-07T23:18:39.075Z\",\"data\":{\"email\":\"admin@example.com\"},\"form\":\"57d0a03776f943a4007e1518\",\"created\":\"2016-09-07T23:18:39.069Z\",\"externalIds\":[],\"access\":[],\"roles\":[\"57d0a03776f943a4007e1514\"],\"owner\":\"57d010fe76f943a4007e11da\"}"},{"id":"c52a6c0a-6170-47bb-b26c-a6ff78f49a4f","name":"Admin Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{projectAdminEmail}}\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/admin/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZjY1MmE5OTJhYmU2OGIyNDc4MyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmY2NTJhOTkyYWJlNjhiMjQ3ODMiLCJqdGkiOiI1ZmM3YmY3MTJhOTkyYWJlNjhiMjQ3ODYiLCJpYXQiOjE2MDY5MjYxOTMsImV4cCI6MTYwNjk0MDU5M30.nFj6mmqzc4QXvWEuS0G3QYFU5M_VM2WnIQMe1ti6vzw"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"357"},{"key":"ETag","value":"W/\"165-kM4tUC+sCz3iMTXkBBhUVevhkmo\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:23:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7bf652a992abe68b24783\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [\n        \"5fc7befe2a992abe68b24766\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Salma79@gmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7befe2a992abe68b2476a\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:23:01.793Z\",\n    \"modified\": \"2020-12-02T16:23:01.801Z\"\n}"}],"_postman_id":"51fe16ad-aa3b-e6fe-f9a3-cc32226681a2"},{"name":"Temporary Auth Token","event":[{"listen":"test","script":{"id":"b0fc64bc-aa21-44cb-81d9-bf21e4a532b0","exec":["var response = JSON.parse(responseBody);","pm.globals.set('projectAdminTempToken', response.key);"],"type":"text/javascript"}}],"id":"28265e31-d89c-40d5-99fc-f20d519c19d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-allow","value":"GET:/current"},{"key":"x-expire","value":"3600"},{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"url":"{{projectUrl}}/token","description":"<p>If you need to authenticate any user for a specific endpoint ONLY, then the best method is to use a Temporary Token. This allows you to restrict access for a specific path for a short period of time. This is ideal if you need to create a \"download\" url that a person can use to download a file. You can also use this method for \"authentication\" integration where the token is safe to include in the URL of the integration system.</p>\n<p>You can also provide access to multiple paths by using a comma-separated-value of all of the paths you would like to include such as the following shows.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>x-allow=GET:/current,POST:/form\n</code></pre>","urlObject":{"path":["token"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3f732be6-aeb5-4579-a90e-6ee016239e12","name":"Temporary Auth Token","originalRequest":{"method":"GET","header":[{"key":"x-allow","value":"GET:/current"},{"key":"x-expire","value":"3600"},{"key":"x-jwt-token","value":"{{appAdminToken}}"}],"url":"{{projectUrl}}/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5YzgyMjIxY2RlYzdhNTQ1ODMwYSJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OWM4MjIyMWNkZWM3YTU0NTgzMGEiLCJqdGkiOiI1ZmI0OWM4NzIyMWNkZWM3YTU0NTgzMGQiLCJmb3JtIjp7Il9pZCI6IjVmYjQ5YzY1MjIxY2RlYzdhNTQ1ODJmMSIsInByb2plY3QiOiI1ZmI0OWM2NTIyMWNkZWM3YTU0NTgyZWMifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0OWM2NTIyMWNkZWM3YTU0NTgyZWMifSwiaWF0IjoxNjA1NjcyMTAwLCJleHAiOjE2MDU2ODY1MDB9.A09jVLtyQb-JUbQmgSxuumfyAye0705Mfvi5wirPObU"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"607"},{"key":"ETag","value":"W/\"25f-tF+/CxxL8qecOqqqwCWJ/0J8AX4\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:01:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5YzgyMjIxY2RlYzdhNTQ1ODMwYSJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OWM4MjIyMWNkZWM3YTU0NTgzMGEiLCJqdGkiOiI1ZmI0OWM4NzIyMWNkZWM3YTU0NTgzMGQiLCJpYXQiOjE2MDU2NzIwNzEsImZvcm0iOnsiX2lkIjoiNWZiNDljNjUyMjFjZGVjN2E1NDU4MmYxIiwicHJvamVjdCI6IjVmYjQ5YzY1MjIxY2RlYzdhNTQ1ODJlYyJ9LCJwcm9qZWN0Ijp7Il9pZCI6IjVmYjQ5YzY1MjIxY2RlYzdhNTQ1ODJlYyJ9LCJhbGxvdyI6IkdFVDovY3VycmVudCIsInRlbXBUb2tlbiI6dHJ1ZSwiaXNBZG1pbiI6ZmFsc2UsImV4cCI6MTYwNTY3NTY3MX0.HGqx8JF21a6LVzc-0WGKaDs5qTnVlcB50HNhaiRAJTM\",\n    \"key\": \"z389yHZrPJZSsCUoCOEPsFqh3pWKk5\"\n}"},{"id":"7f4c5935-f62b-4a7e-a53d-7137ba64340c","name":"Temporary Auth Token","originalRequest":{"method":"GET","header":[{"key":"x-allow","value":"GET:/current","disabled":false},{"key":"x-expire","value":"3600","disabled":false},{"key":"x-jwt-token","value":"{{appAdminToken}}","disabled":false}],"body":{"mode":"raw","raw":""},"url":"{{appUrl}}/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Cache-Control","value":"no-cache,max-age=0","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"392","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 26 Sep 2018 12:54:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"20b-12nTJN/8UyXAgSt8PpDc9Y1wiIY\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.1","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjViYWI3ZjQ4ZjdlMGQxYWU1ZDk2NTg5OSJ9LCJmb3JtIjp7Il9pZCI6IjViYWI3ZjM4ZjdlMGQxNWYyZTk2NTg4OSIsInByb2plY3QiOiI1YmFiN2YzOGY3ZTBkMTZkYjY5NjU4ODQifSwib3JpZ2luIjoiaHR0cHM6Ly9hcGkudGVzdC1mb3JtLmlvIiwicHJvamVjdCI6eyJfaWQiOiI1YmFiN2YzOGY3ZTBkMTZkYjY5NjU4ODQifSwiaWF0IjoxNTM3OTY2NDU0LCJleHAiOjE1NzQyNTQ0NTR9.3RpYW_fC54PtWZuLmdGsby_qgcPVkRt5gyh_FX-8aDY","name":"x-jwt-token","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjViYWI3ZjQ4ZjdlMGQxYWU1ZDk2NTg5OSJ9LCJmb3JtIjp7Il9pZCI6IjViYWI3ZjM4ZjdlMGQxNWYyZTk2NTg4OSIsInByb2plY3QiOiI1YmFiN2YzOGY3ZTBkMTZkYjY5NjU4ODQifSwib3JpZ2luIjoiaHR0cHM6Ly9hcGkudGVzdC1mb3JtLmlvIiwicHJvamVjdCI6eyJfaWQiOiI1YmFiN2YzOGY3ZTBkMTZkYjY5NjU4ODQifSwiaWF0IjoxNTM3OTY2MjIzLCJhbGxvdyI6IkdFVDovY3VycmVudCIsInRlbXBUb2tlbiI6dHJ1ZSwiaXNBZG1pbiI6ZmFsc2UsImV4cCI6MTUzNzk2OTgyM30.DITbY1DE9WyC82t1OukKHMeAlgZ_PW4km8KPVmuMSDI\",\"key\":\"nA1MkLl0zRcRuCK4ANl8ussF2Aq8tn\"}"},{"id":"f225577e-c475-44af-ac7b-9d390ae95712","name":"Temporary Auth Token","originalRequest":{"method":"GET","header":[{"key":"x-allow","value":"GET:/current"},{"key":"x-expire","value":"3600"},{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"url":"{{projectUrl}}/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZjY1MmE5OTJhYmU2OGIyNDc4MyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmY2NTJhOTkyYWJlNjhiMjQ3ODMiLCJqdGkiOiI1ZmM3YmY3MTJhOTkyYWJlNjhiMjQ3ODYiLCJmb3JtIjp7Il9pZCI6IjVmYzdiZWZlMmE5OTJhYmU2OGIyNDc2YSIsInByb2plY3QiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwiaWF0IjoxNjA2OTI2MjAxLCJleHAiOjE2MDY5NDA2MDF9.rEF_Of06klIOg5jek2dyUzGxl8DMUDs57L-8souVHZc"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"607"},{"key":"ETag","value":"W/\"25f-Yhac1DmJqtEYTVArf4r2kiBvPtU\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:23:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZjY1MmE5OTJhYmU2OGIyNDc4MyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmY2NTJhOTkyYWJlNjhiMjQ3ODMiLCJqdGkiOiI1ZmM3YmY3MTJhOTkyYWJlNjhiMjQ3ODYiLCJpYXQiOjE2MDY5MjYxOTMsImZvcm0iOnsiX2lkIjoiNWZjN2JlZmUyYTk5MmFiZTY4YjI0NzZhIiwicHJvamVjdCI6IjVmYzdiZWZlMmE5OTJhYmU2OGIyNDc2NSJ9LCJwcm9qZWN0Ijp7Il9pZCI6IjVmYzdiZWZlMmE5OTJhYmU2OGIyNDc2NSJ9LCJhbGxvdyI6IkdFVDovY3VycmVudCIsInRlbXBUb2tlbiI6dHJ1ZSwiaXNBZG1pbiI6ZmFsc2UsImV4cCI6MTYwNjkyOTc5M30.gx7E7ZHETLZsCZ8_Gp5Hk1Oz5h6-LoSBMRk1PG7APBU\",\n    \"key\": \"Tq3h2RXFNPcnqKUkEOdGthucKtV0zV\"\n}"}],"_postman_id":"28265e31-d89c-40d5-99fc-f20d519c19d6"},{"name":"Get the current user using Temp Token","event":[{"listen":"test","script":{"id":"b59a055c-144d-40fd-99bb-838acb42ca53","exec":[""],"type":"text/javascript"}}],"id":"29131128-0a50-4848-a571-10b6801de6b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{projectUrl}}/current?token={{projectAdminTempToken}}","description":"<p>Now that we have fetched our temporary token, we can now send a request to the URL + the query string <strong>?token={{key}}</strong> where \"{{ key }}\" is the temp token key that was fetched from the Temporary token endpoint. This will grant access to only that endpoint, and will also expire within an hour so that it cannot be used indefinitely.</p>\n","urlObject":{"path":["current"],"host":["{{projectUrl}}"],"query":[{"key":"token","value":"{{projectAdminTempToken}}"}],"variable":[]}},"response":[{"id":"013bd479-e8a9-4bb2-a45f-29d5d69310b3","name":"Get the current user using Temp Token","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{projectUrl}}/current?token={{appAdminTempToken}}","host":["{{projectUrl}}"],"path":["current"],"query":[{"key":"token","value":"{{appAdminTempToken}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5YzgyMjIxY2RlYzdhNTQ1ODMwYSJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OWM4MjIyMWNkZWM3YTU0NTgzMGEiLCJqdGkiOiI1ZmI0OWM4NzIyMWNkZWM3YTU0NTgzMGQiLCJmb3JtIjp7Il9pZCI6IjVmYjQ5YzY1MjIxY2RlYzdhNTQ1ODJmMSIsInByb2plY3QiOiI1ZmI0OWM2NTIyMWNkZWM3YTU0NTgyZWMifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0OWM2NTIyMWNkZWM3YTU0NTgyZWMifSwiYWxsb3ciOiJHRVQ6L2N1cnJlbnQiLCJ0ZW1wVG9rZW4iOnRydWUsImlzQWRtaW4iOmZhbHNlLCJpYXQiOjE2MDU2NzIxMDksImV4cCI6MTYwNTY4NjUwOX0.aeT12btKpH5PTVN4a9o6e54Hu6hQl2cBVB780NAdg_w"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"390"},{"key":"ETag","value":"W/\"186-Cd0UKkMFAU4IIy6ejuoT7g/Laok\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:01:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fb49c82221cdec7a545830a\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"roles\": [\n        \"5fb49c65221cdec7a54582ed\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Britney_Nitzsche78@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fb49c65221cdec7a54582f1\",\n    \"project\": \"5fb49c65221cdec7a54582ec\",\n    \"externalIds\": [],\n    \"externalTokens\": [],\n    \"created\": \"2020-11-18T04:01:06.819Z\",\n    \"modified\": \"2020-11-18T04:01:06.828Z\"\n}"},{"id":"21ad7014-9a8a-4e61-80a6-febc8ae1cdec","name":"Get the current user using Temp Token","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{appUrl}}/current?token={{appAdminTempToken}}","host":["{{appUrl}}"],"path":["current"],"query":[{"key":"token","value":"{{appAdminTempToken}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Cache-Control","value":"no-cache,max-age=0","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"235","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 26 Sep 2018 12:54:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"154-7FNgpW0Rd1xKS8re9FfBEh+mS5k\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.1","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjViYWI3ZjQ4ZjdlMGQxYWU1ZDk2NTg5OSJ9LCJmb3JtIjp7Il9pZCI6IjViYWI3ZjM4ZjdlMGQxNWYyZTk2NTg4OSIsInByb2plY3QiOiI1YmFiN2YzOGY3ZTBkMTZkYjY5NjU4ODQifSwib3JpZ2luIjoiaHR0cHM6Ly9hcGkudGVzdC1mb3JtLmlvIiwicHJvamVjdCI6eyJfaWQiOiI1YmFiN2YzOGY3ZTBkMTZkYjY5NjU4ODQifSwiYWxsb3ciOiJHRVQ6L2N1cnJlbnQiLCJ0ZW1wVG9rZW4iOnRydWUsImlzQWRtaW4iOmZhbHNlLCJpYXQiOjE1Mzc5NjY0ODgsImV4cCI6MTU3NDI1NDQ4OH0.s4gVJ7WftR9q2yAGJrh1cZwX5VUkGG-B5WNU9zxqbOY","name":"x-jwt-token","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"owner\":\"57d011196605476b00fabad1\",\"roles\":[\"5bab7f38f7e0d159d0965885\"],\"_vid\":0,\"_fvid\":0,\"state\":\"submitted\",\"_id\":\"5bab7f48f7e0d1ae5d965899\",\"data\":{\"email\":\"admin@example.com\"},\"access\":[],\"form\":\"5bab7f38f7e0d15f2e965889\",\"externalIds\":[],\"externalTokens\":[],\"created\":\"2018-09-26T12:44:56.695Z\",\"modified\":\"2018-09-26T12:44:56.713Z\"}"},{"id":"25504550-703e-444d-84e9-9711f2aac3c7","name":"Get the current user using Temp Token","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{projectUrl}}/current?token={{projectAdminTempToken}}","host":["{{projectUrl}}"],"path":["current"],"query":[{"key":"token","value":"{{projectAdminTempToken}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZjY1MmE5OTJhYmU2OGIyNDc4MyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmY2NTJhOTkyYWJlNjhiMjQ3ODMiLCJqdGkiOiI1ZmM3YmY3MTJhOTkyYWJlNjhiMjQ3ODYiLCJmb3JtIjp7Il9pZCI6IjVmYzdiZWZlMmE5OTJhYmU2OGIyNDc2YSIsInByb2plY3QiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwiYWxsb3ciOiJHRVQ6L2N1cnJlbnQiLCJ0ZW1wVG9rZW4iOnRydWUsImlzQWRtaW4iOmZhbHNlLCJpYXQiOjE2MDY5MjYyMTIsImV4cCI6MTYwNjk0MDYxMn0.c-MTeCCHmJBfjPcanbmzR6tpxrmuSfBgBobE9OPQL0s"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"377"},{"key":"ETag","value":"W/\"179-AaD4Z3C/mLh8JXg3MprbqMczsLc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:23:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7bf652a992abe68b24783\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [\n        \"5fc7befe2a992abe68b24766\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Salma79@gmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7befe2a992abe68b2476a\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"externalTokens\": [],\n    \"created\": \"2020-12-02T16:23:01.793Z\",\n    \"modified\": \"2020-12-02T16:23:01.801Z\"\n}"}],"_postman_id":"29131128-0a50-4848-a571-10b6801de6b2"}],"id":"d2de6a42-28ae-88a7-39b7-855cf53a5431","description":"<p>The project API allows you to create projects within the Form.io platform.</p>\n","event":[{"listen":"prerequest","script":{"id":"3841f2f1-1274-4dd8-8376-22e0fbd79a75","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5d41dbf9-34f2-4d39-a6b0-553e379d7c81","type":"text/javascript","exec":[""]}}],"_postman_id":"d2de6a42-28ae-88a7-39b7-855cf53a5431"},{"name":"Project Staging API","item":[{"name":"Create Stage","event":[{"listen":"test","script":{"id":"7fc0e92a-c7cc-4270-becc-10ab17c6f6af","exec":["var response = JSON.parse(responseBody);","pm.globals.set('stageId', response._id);"],"type":"text/javascript"}}],"id":"41b7cf26-183d-4b59-8c51-d49da3a9d47b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"DEV\",\n\t\"name\": \"dev-{{projectName}}\",\n\t\"project\": \"{{projectId}}\",\n\t\"settings\": {\n\t\t\"cors\": \"*\"\n\t}\n}"},"url":"{{apiUrl}}/project","description":"<p>This request demonstrates how to create a new Stage. The API for creating a stage and a project are the same. The only difference is that you provide a \"project\" parameter within the stage to indicate that it is a stage project.</p>\n<p>When creating a Stage, there is also no need to provide a \"template\" when creating the stage. The project provided is used as the template for the new stage.</p>\n","urlObject":{"path":["project"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8edacc73-d676-4a84-b1f6-1a0ef8428f88","name":"Create Stage","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"DEV\",\n\t\"name\": \"dev-{{projectName}}\",\n\t\"project\": \"{{projectId}}\",\n\t\"settings\": {\n\t\t\"cors\": \"*\"\n\t}\n}"},"url":"{{apiUrl}}/project"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MjI2LCJleHAiOjE2MDY5NDA2MjZ9.4zNBzD4UH5KMy2XszxWY2f5lTV11FSA8r3NoUN2EZxk"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"670"},{"key":"ETag","value":"W/\"29e-qf+XDM3ZGAh9z3XHrY/VAjIWP2Q\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:23:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"angular\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"_id\": \"5fc7bf922a992abe68b2478b\",\n    \"title\": \"DEV\",\n    \"name\": \"dev-proj366\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7bf922a992abe68b2478c\"\n            ],\n            \"type\": \"create_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7bf922a992abe68b2478c\",\n                \"5fc7bf922a992abe68b2478d\",\n                \"5fc7bf922a992abe68b2478e\"\n            ],\n            \"type\": \"read_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7bf922a992abe68b2478c\"\n            ],\n            \"type\": \"update_all\"\n        },\n        {\n            \"roles\": [\n                \"5fc7bf922a992abe68b2478c\"\n            ],\n            \"type\": \"delete_all\"\n        }\n    ],\n    \"trial\": \"2020-12-02T16:23:46.628Z\",\n    \"created\": \"2020-12-02T16:23:46.629Z\",\n    \"modified\": \"2020-12-02T16:23:46.631Z\"\n}"}],"_postman_id":"41b7cf26-183d-4b59-8c51-d49da3a9d47b"},{"name":"Get a list of stages within a project","event":[{"listen":"test","script":{"id":"210d0546-7a9b-47bf-a799-ffd7cab5d376","exec":[""],"type":"text/javascript"}}],"id":"6b74f9cb-cee1-420f-8558-1b0b9d5bf487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"}],"url":"{{apiUrl}}/project?project={{projectId}}","description":"<p>The following request will get the project template from a stage.</p>\n","urlObject":{"path":["project"],"host":["{{apiUrl}}"],"query":[{"key":"project","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"644875e2-c6d0-4eb1-8ed9-dccbe6dd1875","name":"Get Stage Template","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{stageId}}/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MjM1LCJleHAiOjE2MDY5NDA2MzV9.N_yi82JFIIOnGWaYuO2N6eoJEJYLeKlHJzs757VGYS0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Disposition","value":"attachment; filename=\"dev-proj366-undefined.json\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:23:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"6705"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"DEV\",\n    \"version\": \"2.0.0\",\n    \"name\": \"dev-proj366\",\n    \"roles\": {\n        \"administrator\": {\n            \"title\": \"Administrator\",\n            \"description\": \"A role for Administrative Users.\",\n            \"admin\": true,\n            \"default\": false\n        },\n        \"authenticated\": {\n            \"title\": \"Authenticated\",\n            \"description\": \"A role for Authenticated Users.\",\n            \"admin\": false,\n            \"default\": false\n        },\n        \"anonymous\": {\n            \"title\": \"Anonymous\",\n            \"description\": \"A role for Anonymous Users.\",\n            \"admin\": false,\n            \"default\": true\n        }\n    },\n    \"forms\": {\n        \"userLogin\": {\n            \"title\": \"User Login\",\n            \"type\": \"form\",\n            \"name\": \"userLogin\",\n            \"path\": \"user/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"userRegister\": {\n            \"title\": \"User Register\",\n            \"type\": \"form\",\n            \"name\": \"userRegister\",\n            \"path\": \"user/register\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"label\": \"Submit\",\n                    \"input\": true,\n                    \"type\": \"button\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Admin Login\",\n            \"type\": \"form\",\n            \"name\": \"adminLogin\",\n            \"path\": \"admin/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        }\n    },\n    \"actions\": {\n        \"user:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"user\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"authenticated\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"user:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"user\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"admin:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"admin\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"administrator\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"admin:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"admin\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"userLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"userLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"user\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"adminLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"admin\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        }\n    },\n    \"resources\": {\n        \"user\": {\n            \"title\": \"User\",\n            \"type\": \"resource\",\n            \"name\": \"user\",\n            \"path\": \"user\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        },\n        \"admin\": {\n            \"title\": \"Admin\",\n            \"type\": \"resource\",\n            \"name\": \"admin\",\n            \"path\": \"admin\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        }\n    },\n    \"access\": [\n        {\n            \"type\": \"create_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"read_all\",\n            \"roles\": [\n                \"administrator\",\n                \"authenticated\",\n                \"anonymous\"\n            ]\n        },\n        {\n            \"type\": \"update_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"delete_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        }\n    ]\n}"},{"id":"672521a7-107c-4fb8-ba0e-1ff2fb179fd6","name":"Get a list of stages within a project","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"}],"url":{"raw":"{{apiUrl}}/project?project={{projectId}}","host":["{{apiUrl}}"],"path":["project"],"query":[{"key":"project","value":"{{projectId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdmNWYwMmE5OTJhYmU2OGIyNDljZiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZjVmMDJhOTkyYWJlNjhiMjQ5Y2YiLCJqdGkiOiI1ZmM3ZjVmMTJhOTkyYWJlNjhiMjQ5ZDQiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTQ4Mzg1LCJleHAiOjE2MDY5NjI3ODV9.yJi8M3nFwy83_l_ctGvgtVXXAFSaFCiikSWvNs5xMT8"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-0/1"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"731"},{"key":"ETag","value":"W/\"2db-EsHpYzEKb4haEZ5AUJm9AEm3Od4\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 22:33:05 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7f5f52a992abe68b249fe\",\n        \"type\": \"project\",\n        \"tag\": \"0.0.1\",\n        \"owner\": \"5fc7f5f02a992abe68b249cf\",\n        \"plan\": \"commercial\",\n        \"steps\": [],\n        \"framework\": \"angular\",\n        \"protect\": false,\n        \"formDefaults\": null,\n        \"title\": \"DEV\",\n        \"name\": \"dev-proj364\",\n        \"project\": \"5fc7f5f12a992abe68b249d8\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7f5f52a992abe68b249ff\"\n                ],\n                \"type\": \"create_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7f5f52a992abe68b249ff\",\n                    \"5fc7f5f52a992abe68b24a00\",\n                    \"5fc7f5f52a992abe68b24a01\"\n                ],\n                \"type\": \"read_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7f5f52a992abe68b249ff\"\n                ],\n                \"type\": \"update_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7f5f52a992abe68b249ff\"\n                ],\n                \"type\": \"delete_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7f5f72a992abe68b24a1b\"\n                ],\n                \"type\": \"team_admin\"\n            }\n        ],\n        \"trial\": \"2020-12-02T20:15:49.768Z\",\n        \"created\": \"2020-12-02T20:15:49.768Z\",\n        \"modified\": \"2020-12-02T20:15:51.481Z\"\n    }\n]"},{"id":"ab02bda6-6e67-4bf7-9cc8-20547996ca05","name":"Get Stage Template","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{stageId}}/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyMTkyLCJleHAiOjE2MDU2ODY1OTJ9.CBqMicVZsSmtHUh6L9o5i4hhLvY6YMeW1rmcvR7GYuc"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Disposition","value":"attachment; filename=\"dev-default-undefined.json\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:03:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"6705"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"DEV\",\n    \"version\": \"2.0.0\",\n    \"name\": \"dev-default\",\n    \"roles\": {\n        \"administrator\": {\n            \"title\": \"Administrator\",\n            \"description\": \"A role for Administrative Users.\",\n            \"admin\": true,\n            \"default\": false\n        },\n        \"authenticated\": {\n            \"title\": \"Authenticated\",\n            \"description\": \"A role for Authenticated Users.\",\n            \"admin\": false,\n            \"default\": false\n        },\n        \"anonymous\": {\n            \"title\": \"Anonymous\",\n            \"description\": \"A role for Anonymous Users.\",\n            \"admin\": false,\n            \"default\": true\n        }\n    },\n    \"forms\": {\n        \"userLogin\": {\n            \"title\": \"User Login\",\n            \"type\": \"form\",\n            \"name\": \"userLogin\",\n            \"path\": \"user/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"userRegister\": {\n            \"title\": \"User Register\",\n            \"type\": \"form\",\n            \"name\": \"userRegister\",\n            \"path\": \"user/register\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"label\": \"Submit\",\n                    \"input\": true,\n                    \"type\": \"button\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Admin Login\",\n            \"type\": \"form\",\n            \"name\": \"adminLogin\",\n            \"path\": \"admin/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        }\n    },\n    \"actions\": {\n        \"user:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"user\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"authenticated\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"user:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"user\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"admin:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"admin\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"administrator\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"admin:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"admin\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"userLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"userLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"user\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"adminLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"admin\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        }\n    },\n    \"resources\": {\n        \"user\": {\n            \"title\": \"User\",\n            \"type\": \"resource\",\n            \"name\": \"user\",\n            \"path\": \"user\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        },\n        \"admin\": {\n            \"title\": \"Admin\",\n            \"type\": \"resource\",\n            \"name\": \"admin\",\n            \"path\": \"admin\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        }\n    },\n    \"access\": [\n        {\n            \"type\": \"create_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"read_all\",\n            \"roles\": [\n                \"administrator\",\n                \"authenticated\",\n                \"anonymous\"\n            ]\n        },\n        {\n            \"type\": \"update_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"delete_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"6b74f9cb-cee1-420f-8558-1b0b9d5bf487"},{"name":"Get Stage Template","event":[{"listen":"test","script":{"id":"3cccd0b6-f53c-4865-a76e-c82e43147c12","exec":["pm.globals.set('stageTemplate', responseBody);"],"type":"text/javascript"}}],"id":"da77ec79-a32b-472e-ac8c-f14967ba05b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{stageId}}/export","description":"<p>The following request will get the project template from a stage.</p>\n","urlObject":{"path":["project","{{stageId}}","export"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0cb4e650-66c9-436e-8281-8cba7b729916","name":"Get Stage Template","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{stageId}}/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyMTkyLCJleHAiOjE2MDU2ODY1OTJ9.CBqMicVZsSmtHUh6L9o5i4hhLvY6YMeW1rmcvR7GYuc"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Disposition","value":"attachment; filename=\"dev-default-undefined.json\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:03:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"6705"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"DEV\",\n    \"version\": \"2.0.0\",\n    \"name\": \"dev-default\",\n    \"roles\": {\n        \"administrator\": {\n            \"title\": \"Administrator\",\n            \"description\": \"A role for Administrative Users.\",\n            \"admin\": true,\n            \"default\": false\n        },\n        \"authenticated\": {\n            \"title\": \"Authenticated\",\n            \"description\": \"A role for Authenticated Users.\",\n            \"admin\": false,\n            \"default\": false\n        },\n        \"anonymous\": {\n            \"title\": \"Anonymous\",\n            \"description\": \"A role for Anonymous Users.\",\n            \"admin\": false,\n            \"default\": true\n        }\n    },\n    \"forms\": {\n        \"userLogin\": {\n            \"title\": \"User Login\",\n            \"type\": \"form\",\n            \"name\": \"userLogin\",\n            \"path\": \"user/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"userRegister\": {\n            \"title\": \"User Register\",\n            \"type\": \"form\",\n            \"name\": \"userRegister\",\n            \"path\": \"user/register\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"label\": \"Submit\",\n                    \"input\": true,\n                    \"type\": \"button\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Admin Login\",\n            \"type\": \"form\",\n            \"name\": \"adminLogin\",\n            \"path\": \"admin/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        }\n    },\n    \"actions\": {\n        \"user:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"user\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"authenticated\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"user:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"user\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"admin:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"admin\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"administrator\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"admin:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"admin\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"userLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"userLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"user\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"adminLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"admin\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        }\n    },\n    \"resources\": {\n        \"user\": {\n            \"title\": \"User\",\n            \"type\": \"resource\",\n            \"name\": \"user\",\n            \"path\": \"user\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        },\n        \"admin\": {\n            \"title\": \"Admin\",\n            \"type\": \"resource\",\n            \"name\": \"admin\",\n            \"path\": \"admin\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        }\n    },\n    \"access\": [\n        {\n            \"type\": \"create_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"read_all\",\n            \"roles\": [\n                \"administrator\",\n                \"authenticated\",\n                \"anonymous\"\n            ]\n        },\n        {\n            \"type\": \"update_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"delete_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        }\n    ]\n}"},{"id":"9a64a14b-269b-418f-b875-8225db3a85ee","name":"Get Stage Template","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{stageId}}/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MjM1LCJleHAiOjE2MDY5NDA2MzV9.N_yi82JFIIOnGWaYuO2N6eoJEJYLeKlHJzs757VGYS0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Disposition","value":"attachment; filename=\"dev-proj366-undefined.json\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:23:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"6705"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"DEV\",\n    \"version\": \"2.0.0\",\n    \"name\": \"dev-proj366\",\n    \"roles\": {\n        \"administrator\": {\n            \"title\": \"Administrator\",\n            \"description\": \"A role for Administrative Users.\",\n            \"admin\": true,\n            \"default\": false\n        },\n        \"authenticated\": {\n            \"title\": \"Authenticated\",\n            \"description\": \"A role for Authenticated Users.\",\n            \"admin\": false,\n            \"default\": false\n        },\n        \"anonymous\": {\n            \"title\": \"Anonymous\",\n            \"description\": \"A role for Anonymous Users.\",\n            \"admin\": false,\n            \"default\": true\n        }\n    },\n    \"forms\": {\n        \"userLogin\": {\n            \"title\": \"User Login\",\n            \"type\": \"form\",\n            \"name\": \"userLogin\",\n            \"path\": \"user/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"userRegister\": {\n            \"title\": \"User Register\",\n            \"type\": \"form\",\n            \"name\": \"userRegister\",\n            \"path\": \"user/register\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"label\": \"Submit\",\n                    \"input\": true,\n                    \"type\": \"button\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Admin Login\",\n            \"type\": \"form\",\n            \"name\": \"adminLogin\",\n            \"path\": \"admin/login\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"lockKey\": true,\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"lockKey\": true,\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"anonymous\"\n                    ],\n                    \"type\": \"create_own\"\n                }\n            ]\n        }\n    },\n    \"actions\": {\n        \"user:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"user\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"authenticated\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"user:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"user\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"admin:role\": {\n            \"title\": \"Role Assignment\",\n            \"name\": \"role\",\n            \"form\": \"admin\",\n            \"settings\": {\n                \"association\": \"new\",\n                \"type\": \"add\",\n                \"role\": \"administrator\"\n            },\n            \"priority\": 1,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"after\"\n            ]\n        },\n        \"admin:save\": {\n            \"title\": \"Save Submission\",\n            \"name\": \"save\",\n            \"form\": \"admin\",\n            \"priority\": 10,\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"userLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"userLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"user\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        },\n        \"adminLogin\": {\n            \"title\": \"Login\",\n            \"name\": \"login\",\n            \"form\": \"adminLogin\",\n            \"settings\": {\n                \"resources\": [\n                    \"admin\"\n                ],\n                \"username\": \"email\",\n                \"password\": \"password\"\n            },\n            \"priority\": 2,\n            \"method\": [\n                \"create\"\n            ],\n            \"handler\": [\n                \"before\"\n            ]\n        }\n    },\n    \"resources\": {\n        \"user\": {\n            \"title\": \"User\",\n            \"type\": \"resource\",\n            \"name\": \"user\",\n            \"path\": \"user\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        },\n        \"admin\": {\n            \"title\": \"Admin\",\n            \"type\": \"resource\",\n            \"name\": \"admin\",\n            \"path\": \"admin\",\n            \"tags\": [],\n            \"components\": [\n                {\n                    \"type\": \"email\",\n                    \"persistent\": true,\n                    \"unique\": false,\n                    \"protected\": false,\n                    \"defaultValue\": \"\",\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your email address\",\n                    \"key\": \"email\",\n                    \"label\": \"Email\",\n                    \"inputType\": \"email\",\n                    \"tableView\": true,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"password\",\n                    \"persistent\": true,\n                    \"protected\": true,\n                    \"suffix\": \"\",\n                    \"prefix\": \"\",\n                    \"placeholder\": \"Enter your password.\",\n                    \"key\": \"password\",\n                    \"label\": \"Password\",\n                    \"inputType\": \"password\",\n                    \"tableView\": false,\n                    \"input\": true\n                },\n                {\n                    \"type\": \"button\",\n                    \"theme\": \"primary\",\n                    \"disableOnInvalid\": true,\n                    \"action\": \"submit\",\n                    \"block\": false,\n                    \"rightIcon\": \"\",\n                    \"leftIcon\": \"\",\n                    \"size\": \"md\",\n                    \"key\": \"submit\",\n                    \"tableView\": false,\n                    \"label\": \"Submit\",\n                    \"input\": true\n                }\n            ],\n            \"access\": [\n                {\n                    \"roles\": [\n                        \"anonymous\",\n                        \"authenticated\",\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                }\n            ],\n            \"submissionAccess\": [\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"create_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"read_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"update_all\"\n                },\n                {\n                    \"roles\": [\n                        \"administrator\"\n                    ],\n                    \"type\": \"delete_all\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"create_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"read_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"update_own\"\n                },\n                {\n                    \"roles\": [],\n                    \"type\": \"delete_own\"\n                }\n            ]\n        }\n    },\n    \"access\": [\n        {\n            \"type\": \"create_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"read_all\",\n            \"roles\": [\n                \"administrator\",\n                \"authenticated\",\n                \"anonymous\"\n            ]\n        },\n        {\n            \"type\": \"update_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        },\n        {\n            \"type\": \"delete_all\",\n            \"roles\": [\n                \"administrator\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"da77ec79-a32b-472e-ac8c-f14967ba05b9"},{"name":"Create Project Version Tag","event":[{"listen":"test","script":{"id":"65c52608-2622-4eda-9370-b7c6dbb202b8","exec":["var response = JSON.parse(responseBody)\r","pm.globals.set(\"tagId\", response._id);"],"type":"text/javascript","packages":{}}}],"id":"d2768d8f-7c41-48b6-a09b-c827e5c4781a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"project\": \"{{projectId}}\",\n    \"tag\": \"0.0.1\",\n    \"template\": {\n        \"title\": \"DEV\",\n        \"version\": \"2.0.0\",\n        \"name\": \"dev-{{projectName}}\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"user:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"user\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"authenticated\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"user:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"user\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"admin:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"admin\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"administrator\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"admin:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"admin\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ]\n    }\n}"},"url":"{{apiUrl}}/project/{{stageId}}/tag","description":"<p>This API will create a new version tag for a project stage.</p>\n","urlObject":{"path":["project","{{stageId}}","tag"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"561985c4-630b-4b90-af91-735ce4650a65","name":"Create Project Version Tag","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"project\": \"{{projectId}}\",\n    \"tag\": \"0.0.1\",\n    \"template\": {\n        \"title\": \"DEV\",\n        \"version\": \"2.0.0\",\n        \"name\": \"dev-default\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"user:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"user\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"authenticated\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"user:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"user\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"admin:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"admin\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"administrator\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"admin:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"admin\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ]\n    }\n}"},"url":"{{apiUrl}}/project/{{stageId}}/tag"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyMjI5LCJleHAiOjE2MDU2ODY2Mjl9.kqJBXkPfcofX7RkWgsf5ZTtLsuPN1MatoDt6vlPvtU8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6926"},{"key":"ETag","value":"W/\"1b0e-cdrx02386if4dtaAGX8qEbcQZGA\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:03:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"_id\": \"5fb49d25221cdec7a545832b\",\n    \"project\": \"5fb49c65221cdec7a54582ec\",\n    \"tag\": \"0.0.1\",\n    \"template\": {\n        \"title\": \"DEV\",\n        \"version\": \"2.0.0\",\n        \"name\": \"dev-default\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"user:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"user\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"authenticated\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"user:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"user\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"admin:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"admin\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"administrator\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"admin:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"admin\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ],\n        \"tag\": \"0.0.1\"\n    },\n    \"created\": \"2020-11-18T04:03:49.163Z\",\n    \"modified\": \"2020-11-18T04:03:49.171Z\"\n}"},{"id":"9ecf63a8-a4a7-4a2d-9715-c866924907e6","name":"Create Project Version Tag","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"project\": \"{{projectId}}\",\n    \"tag\": \"0.0.1\",\n    \"template\": {\n        \"title\": \"DEV\",\n        \"version\": \"2.0.0\",\n        \"name\": \"dev-{{projectName}}\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"user:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"user\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"authenticated\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"user:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"user\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"admin:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"admin\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"administrator\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"admin:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"admin\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ]\n    }\n}"},"url":"{{apiUrl}}/project/{{stageId}}/tag"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2MjQzLCJleHAiOjE2MDY5NDA2NDN9.rFjN6y9MjDAPs3sZf64DAqyEFC3PjqgYQJPm-Xfoayc"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6926"},{"key":"ETag","value":"W/\"1b0e-U72AUb9eRrFsMnJB2ISK5wey2MY\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:24:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"_id\": \"5fc7bfa32a992abe68b247a4\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"tag\": \"0.0.1\",\n    \"template\": {\n        \"title\": \"DEV\",\n        \"version\": \"2.0.0\",\n        \"name\": \"dev-proj366\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"user:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"user\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"authenticated\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"user:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"user\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"admin:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"admin\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"administrator\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"admin:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"admin\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ],\n        \"tag\": \"0.0.1\"\n    },\n    \"created\": \"2020-12-02T16:24:03.822Z\",\n    \"modified\": \"2020-12-02T16:24:03.835Z\"\n}"}],"_postman_id":"d2768d8f-7c41-48b6-a09b-c827e5c4781a"},{"name":"Get project tag","id":"9741cb3f-a154-4f18-b88a-87d500b6ac66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{apiUrl}}/project/{{projectId}}/tag/{{tagId}}","description":"<p>This will return the template of a specific project tag</p>\n","urlObject":{"path":["project","{{projectId}}","tag","{{tagId}}"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e3a11d38-8a5b-44d7-95b5-27dbb014c2b1","name":"Get project tag","originalRequest":{"method":"GET","header":[],"url":"{{apiUrl}}/project/{{projectId}}/tag/{{tagId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src *;frame-src *;child-src * blob: data:;worker-src * blob: data:;img-src * blob: data:;media-src *;script-src * 'unsafe-inline' 'unsafe-eval';style-src * 'unsafe-inline';font-src * blob: data:;connect-src *;base-uri 'self';block-all-mixed-content;form-action 'self';frame-ancestors 'self';object-src 'none';script-src-attr 'none'"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"origin,same-origin"},{"key":"X-XSS-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6335"},{"key":"ETag","value":"W/\"18bf-yubpQNEvYojR+3P96fp3JOqsJKk\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Tue, 23 Apr 2024 14:56:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6627c98d40a5d95c7edc3b1e\",\n    \"project\": \"6627c7e440a5d95c7edc37e7\",\n    \"tag\": \"0.0.1\",\n    \"template\": {\n        \"title\": \"DEV\",\n        \"version\": \"2.0.0\",\n        \"name\": \"dev-proj636\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"access\": [],\n        \"tag\": \"0.0.1\",\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"user:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"user\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"authenticated\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"user:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"user\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"admin:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"admin\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"administrator\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"admin:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"admin\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"revisions\": {},\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        }\n    },\n    \"owner\": \"6627c7de40a5d95c7edc37ab\",\n    \"created\": \"2024-04-23T14:45:33.789Z\",\n    \"modified\": \"2024-04-23T14:45:33.791Z\"\n}"}],"_postman_id":"9741cb3f-a154-4f18-b88a-87d500b6ac66"},{"name":"Get list of project tags","id":"8d789a02-e02b-46f4-a5a2-c51878303e7e","request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{projectId}}/tag","description":"<p>This will return a list of all project tags available.</p>\n","urlObject":{"path":["project","{{projectId}}","tag"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5bba5c65-5c64-4378-bf2e-9e475f298d93","name":"Get list of project tags","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{projectId}}/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyMjUyLCJleHAiOjE2MDU2ODY2NTJ9.kpCuJjKcIA_lhuEfFTcTFNnsXtRoMOsNE3yGlpPxnSc"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-0/1"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"ETag","value":"W/\"c5-tCJ0CPYLTruXhaHo7dGvUarwnos\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:04:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fb49d25221cdec7a545832b\",\n        \"owner\": \"5fb49904221cdec7a5458226\",\n        \"project\": \"5fb49c65221cdec7a54582ec\",\n        \"tag\": \"0.0.1\",\n        \"created\": \"2020-11-18T04:03:49.163Z\",\n        \"modified\": \"2020-11-18T04:03:49.171Z\"\n    }\n]"},{"id":"6b5915b8-58a5-4c19-8f14-f94ffb3b19b4","name":"Get list of project tags","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{projectId}}/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NDIyLCJleHAiOjE2MDY5NDA4MjJ9.DCrCN4IoALInU8eiOVBXh_VmQgRAws-cetR9aQEWpPM"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-0/1"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"ETag","value":"W/\"c5-YxYFcxoWMwu7+D9/o4qAwYXmUNw\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:27:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7bfa32a992abe68b247a4\",\n        \"owner\": \"5fc7beeb2a992abe68b2475c\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"tag\": \"0.0.1\",\n        \"created\": \"2020-12-02T16:24:03.822Z\",\n        \"modified\": \"2020-12-02T16:24:03.835Z\"\n    }\n]"}],"_postman_id":"8d789a02-e02b-46f4-a5a2-c51878303e7e"},{"name":"Deploy a tag to Stage","id":"d8e5f992-8aad-425b-8abb-d76f5a8779b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"template\",\n    \"template\": {\n        \"title\": \"DEV\",\n        \"version\": \"2.0.0\",\n        \"name\": \"dev-{{projectName}}\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"user:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"user\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"authenticated\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"user:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"user\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"admin:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"admin\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"administrator\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"admin:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"admin\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ]\n    }\n}"},"url":"{{apiUrl}}/project/{{projectId}}/deploy","description":"<p>This will deploy the template into a new stage.</p>\n","urlObject":{"path":["project","{{projectId}}","deploy"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e2e8821a-62bd-4752-9d13-fc7f70c600a0","name":"Deploy a tag to Stage","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"template\",\n    \"template\": {\n        \"title\": \"DEV\",\n        \"version\": \"2.0.0\",\n        \"name\": \"dev-{{projectName}}\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"user:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"user\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"authenticated\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"user:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"user\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"admin:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"admin\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"administrator\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"admin:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"admin\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ]\n    }\n}"},"url":"{{apiUrl}}/project/{{projectId}}/deploy"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NDQwLCJleHAiOjE2MDY5NDA4NDB9.JmEzjwjybDSlWLC676v-4Qq-eQfbLFngBAFbqU5P-D4"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-5nDqJ+j3DzeBYXbawKWXn7UbSHc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:27:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Tag Deployed"},{"id":"ecc6a05a-c34d-4520-b47e-638a8d9925a0","name":"Deploy a tag to Stage","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"template\",\n    \"template\": {\n        \"title\": \"DEV\",\n        \"version\": \"2.0.0\",\n        \"name\": \"dev-default\",\n        \"roles\": {\n            \"administrator\": {\n                \"title\": \"Administrator\",\n                \"description\": \"A role for Administrative Users.\",\n                \"admin\": true,\n                \"default\": false\n            },\n            \"authenticated\": {\n                \"title\": \"Authenticated\",\n                \"description\": \"A role for Authenticated Users.\",\n                \"admin\": false,\n                \"default\": false\n            },\n            \"anonymous\": {\n                \"title\": \"Anonymous\",\n                \"description\": \"A role for Anonymous Users.\",\n                \"admin\": false,\n                \"default\": true\n            }\n        },\n        \"forms\": {\n            \"userLogin\": {\n                \"title\": \"User Login\",\n                \"type\": \"form\",\n                \"name\": \"userLogin\",\n                \"path\": \"user/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"userRegister\": {\n                \"title\": \"User Register\",\n                \"type\": \"form\",\n                \"name\": \"userRegister\",\n                \"path\": \"user/register\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"label\": \"Submit\",\n                        \"input\": true,\n                        \"type\": \"button\"\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Admin Login\",\n                \"type\": \"form\",\n                \"name\": \"adminLogin\",\n                \"path\": \"admin/login\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"lockKey\": true,\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"lockKey\": true,\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\"\n                        ],\n                        \"type\": \"create_own\"\n                    }\n                ]\n            }\n        },\n        \"actions\": {\n            \"user:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"user\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"authenticated\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"user:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"user\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"admin:role\": {\n                \"title\": \"Role Assignment\",\n                \"name\": \"role\",\n                \"form\": \"admin\",\n                \"settings\": {\n                    \"association\": \"new\",\n                    \"type\": \"add\",\n                    \"role\": \"administrator\"\n                },\n                \"priority\": 1,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"after\"\n                ]\n            },\n            \"admin:save\": {\n                \"title\": \"Save Submission\",\n                \"name\": \"save\",\n                \"form\": \"admin\",\n                \"priority\": 10,\n                \"method\": [\n                    \"create\",\n                    \"update\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"userLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"userLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"user\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            },\n            \"adminLogin\": {\n                \"title\": \"Login\",\n                \"name\": \"login\",\n                \"form\": \"adminLogin\",\n                \"settings\": {\n                    \"resources\": [\n                        \"admin\"\n                    ],\n                    \"username\": \"email\",\n                    \"password\": \"password\"\n                },\n                \"priority\": 2,\n                \"method\": [\n                    \"create\"\n                ],\n                \"handler\": [\n                    \"before\"\n                ]\n            }\n        },\n        \"resources\": {\n            \"user\": {\n                \"title\": \"User\",\n                \"type\": \"resource\",\n                \"name\": \"user\",\n                \"path\": \"user\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            },\n            \"admin\": {\n                \"title\": \"Admin\",\n                \"type\": \"resource\",\n                \"name\": \"admin\",\n                \"path\": \"admin\",\n                \"tags\": [],\n                \"components\": [\n                    {\n                        \"type\": \"email\",\n                        \"persistent\": true,\n                        \"unique\": false,\n                        \"protected\": false,\n                        \"defaultValue\": \"\",\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your email address\",\n                        \"key\": \"email\",\n                        \"label\": \"Email\",\n                        \"inputType\": \"email\",\n                        \"tableView\": true,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"password\",\n                        \"persistent\": true,\n                        \"protected\": true,\n                        \"suffix\": \"\",\n                        \"prefix\": \"\",\n                        \"placeholder\": \"Enter your password.\",\n                        \"key\": \"password\",\n                        \"label\": \"Password\",\n                        \"inputType\": \"password\",\n                        \"tableView\": false,\n                        \"input\": true\n                    },\n                    {\n                        \"type\": \"button\",\n                        \"theme\": \"primary\",\n                        \"disableOnInvalid\": true,\n                        \"action\": \"submit\",\n                        \"block\": false,\n                        \"rightIcon\": \"\",\n                        \"leftIcon\": \"\",\n                        \"size\": \"md\",\n                        \"key\": \"submit\",\n                        \"tableView\": false,\n                        \"label\": \"Submit\",\n                        \"input\": true\n                    }\n                ],\n                \"access\": [\n                    {\n                        \"roles\": [\n                            \"anonymous\",\n                            \"authenticated\",\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    }\n                ],\n                \"submissionAccess\": [\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"create_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"read_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"update_all\"\n                    },\n                    {\n                        \"roles\": [\n                            \"administrator\"\n                        ],\n                        \"type\": \"delete_all\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"create_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"read_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"update_own\"\n                    },\n                    {\n                        \"roles\": [],\n                        \"type\": \"delete_own\"\n                    }\n                ]\n            }\n        },\n        \"access\": [\n            {\n                \"type\": \"create_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"read_all\",\n                \"roles\": [\n                    \"administrator\",\n                    \"authenticated\",\n                    \"anonymous\"\n                ]\n            },\n            {\n                \"type\": \"update_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            },\n            {\n                \"type\": \"delete_all\",\n                \"roles\": [\n                    \"administrator\"\n                ]\n            }\n        ]\n    }\n}"},"url":"{{apiUrl}}/project/{{projectId}}/deploy"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyMjkxLCJleHAiOjE2MDU2ODY2OTF9.7xCqVtQLXW8dXMDroURDncQdxWsh6R8fyplqyk7ENfQ"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-5nDqJ+j3DzeBYXbawKWXn7UbSHc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:04:51 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Tag Deployed"}],"_postman_id":"d8e5f992-8aad-425b-8abb-d76f5a8779b4"}],"id":"210399d8-435a-4baa-9fd6-ab6e0bc7d09f","description":"<p>The following API's describe how to create project stages, create Project tagged versions, and deploy those tagged projects between stages.</p>\n","event":[{"listen":"prerequest","script":{"id":"db7d4faa-3a0f-46c5-8369-9ee65f14fa93","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e4b3453a-8a62-433e-8abe-b161ce60c871","type":"text/javascript","exec":[""]}}],"_postman_id":"210399d8-435a-4baa-9fd6-ab6e0bc7d09f"},{"name":"Team API","item":[{"name":"Create Team","event":[{"listen":"test","script":{"id":"7a90b954-0040-4a3a-91f3-d5ad8fd4acb9","exec":["var response = JSON.parse(responseBody);","pm.globals.set('teamId', response._id);"],"type":"text/javascript","packages":{}}}],"id":"9b9f29a0-8c7e-4e41-b890-bb885278cb21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"Developers\"\n\t},\n\t\"metadata\": {}\n}"},"url":"{{apiUrl}}/team","description":"<p>This request will create a new Team within your deployment.</p>\n","urlObject":{"path":["team"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6323b479-6c8f-402a-be9b-7ddc70cbe2fd","name":"Create Team","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"Developers\",\n\t\t\"admins\": [],\n\t\t\"members\": []\n\t},\n\t\"metadata\": {\n\t\t\"ssoteam\": false\n\t}\n}"},"url":"{{portalBaseUrl}}/team/submission"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NDUzLCJleHAiOjE2MDY5NDA4NTN9.DKs2nqSMbGU9zA4M2QbrzodeENEzgSbAbS_Z1UcELFc"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"377"},{"key":"ETag","value":"W/\"179-EiTmzCG2gb6wkNBK3zVrQfDFr6A\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:27:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [],\n    \"_id\": \"5fc7c0752a992abe68b247a8\",\n    \"_vid\": 0,\n    \"_fvid\": 0,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"name\": \"Developers\",\n        \"admins\": [],\n        \"members\": []\n    },\n    \"access\": [],\n    \"metadata\": {\n        \"ssoteam\": false\n    },\n    \"form\": \"5ed180f3d360a23ae50b00db\",\n    \"project\": \"5ed180f2d360a23ae50b00d6\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:27:33.498Z\",\n    \"modified\": \"2020-12-02T16:27:33.499Z\"\n}"},{"id":"795f57cb-f997-4fdf-93fd-acaf5132ec9a","name":"Create Team","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"Developers\",\n\t\t\"admins\": [],\n\t\t\"members\": []\n\t},\n\t\"metadata\": {\n\t\t\"ssoteam\": false\n\t}\n}"},"url":"{{portalBaseUrl}}/team/submission"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyMzE1LCJleHAiOjE2MDU2ODY3MTV9.8dwkg84kO9ub1SCeIK7n60LjZt97YAdyPrT5wmWDjlQ"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"377"},{"key":"ETag","value":"W/\"179-l7sb5cozqcwUDnjaXdRgk8l79gQ\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:05:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"roles\": [],\n    \"_id\": \"5fb49d7b221cdec7a545832f\",\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"name\": \"Developers\",\n        \"admins\": [],\n        \"members\": []\n    },\n    \"access\": [],\n    \"metadata\": {\n        \"ssoteam\": false\n    },\n    \"form\": \"5fb45523221cdec7a5458169\",\n    \"project\": \"5fb45522221cdec7a5458164\",\n    \"externalIds\": [],\n    \"created\": \"2020-11-18T04:05:15.519Z\",\n    \"modified\": \"2020-11-18T04:05:15.519Z\"\n}"}],"_postman_id":"9b9f29a0-8c7e-4e41-b890-bb885278cb21"},{"name":"List all teams per user","id":"d2bbe3ff-c7d3-432c-b894-53850af0633c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/team/all","description":"<p>This request will return a list of all teams associated with the currently logged in user.</p>\n","urlObject":{"path":["team","all"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0278cdf2-8bca-4fb8-a429-b12be74a40d8","name":"List all teams per user","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/team/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyMzIyLCJleHAiOjE2MDU2ODY3MjJ9.P9DDOFT_hlbp808IBKYweBbsKrCPx839qdqXYC4iEvE"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"ETag","value":"W/\"7d-v+jfB4CDuidLOPKvFQFFKWVwNSw\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:05:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fb49d7b221cdec7a545832f\",\n        \"owner\": \"5fb49904221cdec7a5458226\",\n        \"data\": {\n            \"name\": \"Developers\",\n            \"members\": [],\n            \"admins\": []\n        }\n    }\n]"},{"id":"7e90afa1-1b5e-4cfb-b8a4-cc09a5c29644","name":"List all teams per user","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/team/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NDY2LCJleHAiOjE2MDY5NDA4NjZ9.gUpsrdvWYmAFfVA0dUGRtr3QRnCHu70Z0ppaiqbsp3E"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"ETag","value":"W/\"7d-Soe4COuxZisu78XOMfn0+4MgrBY\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:27:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7c0752a992abe68b247a8\",\n        \"owner\": \"5fc7beeb2a992abe68b2475c\",\n        \"data\": {\n            \"name\": \"Developers\",\n            \"members\": [],\n            \"admins\": []\n        }\n    }\n]"}],"_postman_id":"d2bbe3ff-c7d3-432c-b894-53850af0633c"},{"name":"Get a specific team information","id":"67aa4629-f398-42b1-9fed-a55d288c248a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/team/{{teamId}}","description":"<p>This request will fetch the data for a specific team.</p>\n","urlObject":{"path":["team","{{teamId}}"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"27d41780-5fd6-4e0b-96d1-62f917ec8853","name":"Get a specific team information","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{portalBaseUrl}}/team/submission/{{teamId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyMzQxLCJleHAiOjE2MDU2ODY3NDF9.xeHvWOuoeObNj0wF9kSrlcS39A6YFFy7rxvhSU8nsa0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"377"},{"key":"ETag","value":"W/\"179-A2ojGtdVLrHHfp24t9Eu0wLNbzc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:05:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fb49d7b221cdec7a545832f\",\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"roles\": [],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"name\": \"Developers\",\n        \"admins\": [],\n        \"members\": []\n    },\n    \"access\": [],\n    \"metadata\": {\n        \"ssoteam\": false\n    },\n    \"form\": \"5fb45523221cdec7a5458169\",\n    \"project\": \"5fb45522221cdec7a5458164\",\n    \"externalIds\": [],\n    \"created\": \"2020-11-18T04:05:15.519Z\",\n    \"modified\": \"2020-11-18T04:05:15.519Z\"\n}"},{"id":"d7b89c67-db80-4ae2-aaad-9fb7cedc6414","name":"Get a specific team information","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{portalBaseUrl}}/team/submission/{{teamId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NDc5LCJleHAiOjE2MDY5NDA4Nzl9.Q0Il5U_C2myymXbTUdEgK5XwfClI_h2Wfx-DZteE7uQ"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"377"},{"key":"ETag","value":"W/\"179-1zk082HvX6tR3VX4GwdDxERcMvg\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:27:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c0752a992abe68b247a8\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [],\n    \"_vid\": 0,\n    \"_fvid\": 0,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"name\": \"Developers\",\n        \"admins\": [],\n        \"members\": []\n    },\n    \"access\": [],\n    \"metadata\": {\n        \"ssoteam\": false\n    },\n    \"form\": \"5ed180f3d360a23ae50b00db\",\n    \"project\": \"5ed180f2d360a23ae50b00d6\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:27:33.498Z\",\n    \"modified\": \"2020-12-02T16:27:33.499Z\"\n}"}],"_postman_id":"67aa4629-f398-42b1-9fed-a55d288c248a"},{"name":"Add Member to Team","id":"f85ee5b7-43cd-4037-bfab-f5b5b7664a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"teammember1@form.io\",\n        \"admin\": false\n    }\n}"},"url":"{{apiUrl}}/team/{{teamId}}/member","description":"<p>This request will add a new member to a team.</p>\n","urlObject":{"path":["team","{{teamId}}","member"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8d8aaf11-3048-4f32-801d-1cb791a61c5f","name":"Add Member to Team","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"Developers\",\n\t\t\"admins\": [],\n\t\t\"members\": [{\n\t\t\t\"_id\": \"{{userId}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"name\": \"{{username}}\"\n\t\t\t}\n\t\t}]\n\t}\n}"},"url":"{{portalBaseUrl}}/team/submission/{{teamId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYjQ5OTA0MjIxY2RlYzdhNTQ1ODIyNiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmI0OTkwNDIyMWNkZWM3YTU0NTgyMjYiLCJqdGkiOiI1ZmI0OTkxZjIyMWNkZWM3YTU0NTgyMmIiLCJmb3JtIjp7Il9pZCI6IjVmYjQ1NTIzMjIxY2RlYzdhNTQ1ODE2OCIsInByb2plY3QiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwicHJvamVjdCI6eyJfaWQiOiI1ZmI0NTUyMjIyMWNkZWM3YTU0NTgxNjQifSwiaWF0IjoxNjA1NjcyNTQxLCJleHAiOjE2MDU2ODY5NDF9.BRQDUAcNJv5fHhBeQxmPwolvFqk-c5fpmYtQhIHmmlU"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"437"},{"key":"ETag","value":"W/\"1b5-s1Bcl+d8/uQs3yjvSMJNwlG7snU\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 18 Nov 2020 04:09:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fb49904221cdec7a5458226\",\n    \"roles\": [],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"_id\": \"5fb49d7b221cdec7a545832f\",\n    \"data\": {\n        \"name\": \"Developers\",\n        \"admins\": [],\n        \"members\": [\n            {\n                \"_id\": \"5fb49904221cdec7a5458226\",\n                \"data\": {\n                    \"name\": \"user716\"\n                }\n            }\n        ]\n    },\n    \"access\": [],\n    \"metadata\": {\n        \"ssoteam\": false\n    },\n    \"form\": \"5fb45523221cdec7a5458169\",\n    \"project\": \"5fb45522221cdec7a5458164\",\n    \"externalIds\": [],\n    \"created\": \"2020-11-18T04:05:15.519Z\",\n    \"modified\": \"2020-11-18T04:09:01.213Z\"\n}"},{"id":"b0893d9a-b0d0-4b9f-b41f-a7ad3afc05d5","name":"Add Member to Team","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"Developers\",\n\t\t\"admins\": [],\n\t\t\"members\": [{\n\t\t\t\"_id\": \"{{userId}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"name\": \"{{username}}\"\n\t\t\t}\n\t\t}]\n\t}\n}"},"url":"{{portalBaseUrl}}/team/submission/{{teamId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NDk4LCJleHAiOjE2MDY5NDA4OTh9.byj8uaaLLT7AMDC6LpZ4FAv1Ae9AGffGvmseteKokyc"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"437"},{"key":"ETag","value":"W/\"1b5-gIpuvf0ElGctGHM6QSr39IuJdgI\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:28:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [],\n    \"_vid\": 0,\n    \"_fvid\": 0,\n    \"state\": \"submitted\",\n    \"_id\": \"5fc7c0752a992abe68b247a8\",\n    \"data\": {\n        \"name\": \"Developers\",\n        \"admins\": [],\n        \"members\": [\n            {\n                \"_id\": \"5fc7beeb2a992abe68b2475c\",\n                \"data\": {\n                    \"name\": \"user522\"\n                }\n            }\n        ]\n    },\n    \"access\": [],\n    \"metadata\": {\n        \"ssoteam\": false\n    },\n    \"form\": \"5ed180f3d360a23ae50b00db\",\n    \"project\": \"5ed180f2d360a23ae50b00d6\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:27:33.498Z\",\n    \"modified\": \"2020-12-02T16:28:18.153Z\"\n}"}],"_postman_id":"f85ee5b7-43cd-4037-bfab-f5b5b7664a6c"},{"name":"Assign a Team to a Project","id":"0a0e74a5-7bb5-4315-99e1-d5f89236088f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"_id\": \"{{projectId}}\",\n    \"title\": \"{{projectTitle}}\",\n    \"name\": \"{{projectName}}\",\n    \"description\": \"An example application\",\n    \"access\": [\n    \t{\n    \t\t\"type\": \"team_admin\",\n    \t\t\"roles\": [\"{{teamId}}\"]\n    \t}\n\t],\n    \"settings\": {\n        \"cors\": \"*\"\n    }\n}"},"url":"{{projectUrl}}","description":"<p>This request will show how you can assign a team to a project and provide permissions to that team.</p>\n","urlObject":{"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"197f7ddc-87a4-4278-b089-586a1a06a222","name":"Assign a Team to a Project","originalRequest":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"_id\": \"{{projectId}}\",\n    \"title\": \"Default\",\n    \"name\": \"{{projectName}}\",\n    \"description\": \"An example application\",\n    \"access\": [\n    \t{\n    \t\t\"type\": \"team_admin\",\n    \t\t\"roles\": [\"{{teamId}}\"]\n    \t}\n\t],\n    \"settings\": {\n        \"cors\": \"*\"\n    }\n}"},"url":"{{projectUrl}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NTA5LCJleHAiOjE2MDY5NDA5MDl9.7fwWnoqV8kCsISozR8mQujwzVXRW-UbwX5z3_farkqY"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"549"},{"key":"ETag","value":"W/\"225-CHx4EfdXNtEUNI3pkhSMnUpV4rc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:28:29 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"project\",\n    \"tag\": \"0.0.0\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"plan\": \"commercial\",\n    \"steps\": [],\n    \"framework\": \"javascript\",\n    \"protect\": false,\n    \"formDefaults\": null,\n    \"_id\": \"5fc7befe2a992abe68b24765\",\n    \"title\": \"Default\",\n    \"name\": \"proj366\",\n    \"description\": \"An example application\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7c0752a992abe68b247a8\"\n            ],\n            \"type\": \"team_admin\"\n        }\n    ],\n    \"trial\": \"2020-12-02T16:21:18.350Z\",\n    \"created\": \"2020-12-02T16:21:18.350Z\",\n    \"modified\": \"2020-12-02T16:28:29.533Z\",\n    \"lastDeploy\": \"2020-12-02T16:27:21.188Z\",\n    \"settings\": {\n        \"cors\": \"*\"\n    },\n    \"public\": {\n        \"formModule\": \"\",\n        \"custom\": {}\n    }\n}"}],"_postman_id":"0a0e74a5-7bb5-4315-99e1-d5f89236088f"},{"name":"Get a list of projects within a team","id":"1a850f53-19ec-40fe-97fe-1e6f3241cbb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/team/{{teamId}}/projects","description":"<p>This request will return a list of projects that this team has been added to.</p>\n","urlObject":{"path":["team","{{teamId}}","projects"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e0aef37e-39c6-4963-b9ea-bb2f5112ea43","name":"Get a list of projects within a team","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/team/{{teamId}}/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NTI2LCJleHAiOjE2MDY5NDA5MjZ9.Ke38x4QiVwQGii68Ri-_gyPrzSuX-uXyDdGA5I_lWDM"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-7WhXV8RiT4/b21ZB6g7E/fmIfNk\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:28:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7befe2a992abe68b24765\",\n        \"title\": \"Default\",\n        \"name\": \"proj366\",\n        \"owner\": \"5fc7beeb2a992abe68b2475c\",\n        \"permission\": \"team_admin\"\n    }\n]"}],"_postman_id":"1a850f53-19ec-40fe-97fe-1e6f3241cbb2"}],"id":"2c1b98ad-dac6-4c24-ba2c-a73786760635","description":"<p>This section describes the API behind teams and assigning them to projects.</p>\n","_postman_id":"2c1b98ad-dac6-4c24-ba2c-a73786760635"},{"name":"Form API","item":[{"name":"List Forms","id":"a39be766-02dd-0b95-49bd-971fcef25a32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form","description":"<p>This endpoint lists all forms within the project.</p>\n<p><strong>To query for specific forms</strong></p>\n<p>In order to find specific forms within the project, you can also perform queries for any poperty within the form. A typical form object is as follows.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"_id\": \"57cf908e6605476b00fab81f\",\n    \"title\": \"User Registration\",\n    \"name\": \"userRegistration\",\n    \"path\": \"register\",\n    \"type\": \"form\",\n    \"display\": \"wizard\",\n    \"tags\": [\"user\", \"register\"],\n    \"components\": [],\n    \"settings\": {},\n    \"properties\": {},\n    \"modified\": \"2016-09-07T03:59:10.836Z\",\n    \"project\": \"57c6d2a1783e146f00bc65c4\",\n    \"created\": \"2016-09-07T03:59:10.818Z\",\n    \"access\": [],\n    \"submissionAccess\": [],\n    \"owner\": \"553dbfc08d22d5cb1a7024f2\"\n}\n</code></pre><p>Where the form components can be found within the <code>components</code> array. So, lets say you wish to find all forms that are categorized with the tag of \"register\". You could use the following API.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{{appUrl}}/form?type=form&amp;tags=register\n</code></pre><p>In addition to using <code>=</code> you can use a number of other parameters and search criteria to fully refine your search. These parameters are as follows.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filter</th>\n<th>Query</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>equal</strong></td>\n<td><code>equals</code></td>\n<td><code>/form?type=form</code></td>\n<td>All forms that are of type \"form\"</td>\n</tr>\n<tr>\n<td><strong>not equal</strong></td>\n<td><code>ne</code></td>\n<td><code>/form?type=form&amp;display__ne=wizard</code></td>\n<td>returns all forms that are of type \"form\" that are NOT wizards</td>\n</tr>\n<tr>\n<td><strong>greater than</strong></td>\n<td><code>gt</code></td>\n<td><code>/form?created__gt=2016-09-07T03:59:10.818Z</code></td>\n<td>returns all forms and resources that were created after a certain date</td>\n</tr>\n<tr>\n<td><strong>greater than or equal to</strong></td>\n<td><code>gte</code></td>\n<td><code>/form?created__gte=2016-09-07T03:59:10.818Z</code></td>\n<td>returns all forms and resources that were created after or on a certain date</td>\n</tr>\n<tr>\n<td><strong>less than</strong></td>\n<td><code>lt</code></td>\n<td><code>/form?created__lt=2016-09-07T03:59:10.818Z</code></td>\n<td>returns all forms that were created before a certain date</td>\n</tr>\n<tr>\n<td><strong>less than or equal to</strong></td>\n<td><code>lte</code></td>\n<td><code>/form?created__lte=2016-09-07T03:59:10.818Z</code></td>\n<td>returns all forms that were created before or on a certain date</td>\n</tr>\n<tr>\n<td><strong>in</strong></td>\n<td><code>in</code></td>\n<td><code>/form?display__in=form,wizard</code></td>\n<td>returns all forms that are either a form or a wizard</td>\n</tr>\n<tr>\n<td><strong>nin</strong></td>\n<td><code>nin</code></td>\n<td><code>/form?display__nin=form,wizard</code></td>\n<td>returns all forms that are neither a form nor a wizard</td>\n</tr>\n<tr>\n<td><strong>exists=true</strong></td>\n<td><code>exists</code></td>\n<td><code>/form?settings.theme__exists=true</code></td>\n<td>returns forms that have a configuration for the theme set.</td>\n</tr>\n<tr>\n<td><strong>exists=false</strong></td>\n<td><code>exists</code></td>\n<td><code>/form?settings.theme__exists=false</code></td>\n<td>returns forms that do not have a configuration for the theme set.</td>\n</tr>\n<tr>\n<td><strong>Regex</strong></td>\n<td><code>regex</code></td>\n<td><code>/form?path__regex=/^register/i</code></td>\n<td>returns all forms that have an endpoint path that starts with register.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Pagination Queries</strong></p>\n<p>In addition to searching for records within the endpoint based on the data, you can also provide the following parameters to perform Pagination queries.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Query Parameter</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>limit</strong></td>\n<td><code>/form?limit=20</code></td>\n<td>Returns at most 20 forms</td>\n</tr>\n<tr>\n<td><strong>skip</strong></td>\n<td><code>/form?limit=20&amp;skip=40</code></td>\n<td>Returns 20 forms skiping the first 40 (i.e. 2nd page)</td>\n</tr>\n<tr>\n<td><strong>sort</strong></td>\n<td><code>/form?limit=10&amp;skip=30&amp;sort=created</code></td>\n<td>Returns 10 forms, skiping 30 (i.e. 3rd page), sorted by \"created\" in ascending order</td>\n</tr>\n<tr>\n<td><strong>-sort</strong></td>\n<td><code>/form?limit=10&amp;skip=30&amp;sort=-created</code></td>\n<td>Returns 10 forms, skiping 30 (i.e. 3rd page), sorted by \"created\" in descending order</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Field Selection</strong></p>\n<p>When performing index queries, it is always good practice to ask the endpoint to ONLY return the fields that you need within your application. This keeps the queries performant and also cuts down significantly on network traffic used when performing these queries. This is done using the <strong>select</strong> query parameter. For example, if you wish to return a list of forms, but only include the <strong>Title</strong>, <strong>Name</strong>, and <strong>Path</strong>, you could do the following.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{{appUrl}}/form?select=title,name,path\n</code></pre><p>This will return records that look like the following.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"_id\": \"5bab7f38f7e0d198a9965888\",\n        \"title\": \"User\",\n        \"name\": \"user\",\n        \"path\": \"user\"\n    },\n    {\n        \"_id\": \"5bab7f38f7e0d1969296588a\",\n        \"title\": \"User Login\",\n        \"name\": \"userLogin\",\n        \"path\": \"user/login\"\n    },\n    {\n        \"_id\": \"5bab7f38f7e0d1ed1f96588b\",\n        \"title\": \"User Register\",\n        \"name\": \"userRegister\",\n        \"path\": \"user/register\"\n    }\n]\n</code></pre>","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"43bcf531-0731-4d7e-a5a4-1c3550596c80","name":"List Forms","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NTQwLCJleHAiOjE2MDY5NDA5NDB9.AEahecS_yaPx18B4buQrTRtvD4IwZoqK3t4H3Xnu0BU"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-4/5"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6265"},{"key":"ETag","value":"W/\"1879-XvYY9HowtKUzJWM0O7Ji4U2SjQw\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:29:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7befe2a992abe68b24769\",\n        \"type\": \"resource\",\n        \"tags\": [],\n        \"owner\": null,\n        \"components\": [\n            {\n                \"type\": \"email\",\n                \"persistent\": true,\n                \"unique\": false,\n                \"protected\": false,\n                \"defaultValue\": \"\",\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your email address\",\n                \"key\": \"email\",\n                \"label\": \"Email\",\n                \"inputType\": \"email\",\n                \"tableView\": true,\n                \"input\": true\n            },\n            {\n                \"type\": \"password\",\n                \"persistent\": true,\n                \"protected\": true,\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your password.\",\n                \"key\": \"password\",\n                \"label\": \"Password\",\n                \"inputType\": \"password\",\n                \"tableView\": false,\n                \"input\": true\n            },\n            {\n                \"type\": \"button\",\n                \"theme\": \"primary\",\n                \"disableOnInvalid\": true,\n                \"action\": \"submit\",\n                \"block\": false,\n                \"rightIcon\": \"\",\n                \"leftIcon\": \"\",\n                \"size\": \"md\",\n                \"key\": \"submit\",\n                \"tableView\": false,\n                \"label\": \"Submit\",\n                \"input\": true\n            }\n        ],\n        \"revisions\": \"\",\n        \"_vid\": 1,\n        \"title\": \"User\",\n        \"name\": \"user\",\n        \"path\": \"user\",\n        \"submissionAccess\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"create_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"read_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"update_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"delete_all\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"create_own\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"read_own\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"update_own\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"delete_own\"\n            }\n        ],\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\",\n                    \"5fc7befe2a992abe68b24767\",\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"machineName\": \"proj366:user\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.477Z\",\n        \"modified\": \"2020-12-02T16:27:21.040Z\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b2476a\",\n        \"type\": \"resource\",\n        \"tags\": [],\n        \"owner\": null,\n        \"components\": [\n            {\n                \"type\": \"email\",\n                \"persistent\": true,\n                \"unique\": false,\n                \"protected\": false,\n                \"defaultValue\": \"\",\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your email address\",\n                \"key\": \"email\",\n                \"label\": \"Email\",\n                \"inputType\": \"email\",\n                \"tableView\": true,\n                \"input\": true\n            },\n            {\n                \"type\": \"password\",\n                \"persistent\": true,\n                \"protected\": true,\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your password.\",\n                \"key\": \"password\",\n                \"label\": \"Password\",\n                \"inputType\": \"password\",\n                \"tableView\": false,\n                \"input\": true\n            },\n            {\n                \"type\": \"button\",\n                \"theme\": \"primary\",\n                \"disableOnInvalid\": true,\n                \"action\": \"submit\",\n                \"block\": false,\n                \"rightIcon\": \"\",\n                \"leftIcon\": \"\",\n                \"size\": \"md\",\n                \"key\": \"submit\",\n                \"tableView\": false,\n                \"label\": \"Submit\",\n                \"input\": true\n            }\n        ],\n        \"revisions\": \"\",\n        \"_vid\": 1,\n        \"title\": \"Admin\",\n        \"name\": \"admin\",\n        \"path\": \"admin\",\n        \"submissionAccess\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"create_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"read_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"update_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"delete_all\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"create_own\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"read_own\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"update_own\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"delete_own\"\n            }\n        ],\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\",\n                    \"5fc7befe2a992abe68b24767\",\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"machineName\": \"proj366:admin\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.523Z\",\n        \"modified\": \"2020-12-02T16:27:21.058Z\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b2476b\",\n        \"type\": \"form\",\n        \"tags\": [],\n        \"owner\": null,\n        \"components\": [\n            {\n                \"type\": \"email\",\n                \"persistent\": true,\n                \"unique\": false,\n                \"protected\": false,\n                \"defaultValue\": \"\",\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your email address\",\n                \"key\": \"email\",\n                \"lockKey\": true,\n                \"label\": \"Email\",\n                \"inputType\": \"email\",\n                \"tableView\": true,\n                \"input\": true\n            },\n            {\n                \"type\": \"password\",\n                \"persistent\": true,\n                \"protected\": true,\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your password.\",\n                \"key\": \"password\",\n                \"lockKey\": true,\n                \"label\": \"Password\",\n                \"inputType\": \"password\",\n                \"tableView\": false,\n                \"input\": true\n            },\n            {\n                \"type\": \"button\",\n                \"theme\": \"primary\",\n                \"disableOnInvalid\": true,\n                \"action\": \"submit\",\n                \"block\": false,\n                \"rightIcon\": \"\",\n                \"leftIcon\": \"\",\n                \"size\": \"md\",\n                \"key\": \"submit\",\n                \"tableView\": false,\n                \"label\": \"Submit\",\n                \"input\": true\n            }\n        ],\n        \"revisions\": \"\",\n        \"_vid\": 1,\n        \"title\": \"User Login\",\n        \"name\": \"userLogin\",\n        \"path\": \"user/login\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"submissionAccess\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"create_own\"\n            }\n        ],\n        \"machineName\": \"proj366:userLogin\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.539Z\",\n        \"modified\": \"2020-12-02T16:27:21.073Z\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b2476c\",\n        \"type\": \"form\",\n        \"tags\": [],\n        \"owner\": null,\n        \"components\": [\n            {\n                \"type\": \"email\",\n                \"persistent\": true,\n                \"unique\": false,\n                \"protected\": false,\n                \"defaultValue\": \"\",\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your email address\",\n                \"key\": \"email\",\n                \"lockKey\": true,\n                \"label\": \"Email\",\n                \"inputType\": \"email\",\n                \"tableView\": true,\n                \"input\": true\n            },\n            {\n                \"type\": \"password\",\n                \"persistent\": true,\n                \"protected\": true,\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your password.\",\n                \"key\": \"password\",\n                \"lockKey\": true,\n                \"label\": \"Password\",\n                \"inputType\": \"password\",\n                \"tableView\": false,\n                \"input\": true\n            },\n            {\n                \"theme\": \"primary\",\n                \"disableOnInvalid\": true,\n                \"action\": \"submit\",\n                \"block\": false,\n                \"rightIcon\": \"\",\n                \"leftIcon\": \"\",\n                \"size\": \"md\",\n                \"key\": \"submit\",\n                \"label\": \"Submit\",\n                \"input\": true,\n                \"type\": \"button\"\n            }\n        ],\n        \"revisions\": \"\",\n        \"_vid\": 1,\n        \"title\": \"User Register\",\n        \"name\": \"userRegister\",\n        \"path\": \"user/register\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"submissionAccess\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"create_own\"\n            }\n        ],\n        \"machineName\": \"proj366:userRegister\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.558Z\",\n        \"modified\": \"2020-12-02T16:27:21.093Z\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b2476d\",\n        \"type\": \"form\",\n        \"tags\": [],\n        \"owner\": null,\n        \"components\": [\n            {\n                \"type\": \"email\",\n                \"persistent\": true,\n                \"unique\": false,\n                \"protected\": false,\n                \"defaultValue\": \"\",\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your email address\",\n                \"key\": \"email\",\n                \"lockKey\": true,\n                \"label\": \"Email\",\n                \"inputType\": \"email\",\n                \"tableView\": true,\n                \"input\": true\n            },\n            {\n                \"type\": \"password\",\n                \"persistent\": true,\n                \"protected\": true,\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your password.\",\n                \"key\": \"password\",\n                \"lockKey\": true,\n                \"label\": \"Password\",\n                \"inputType\": \"password\",\n                \"tableView\": false,\n                \"input\": true\n            },\n            {\n                \"type\": \"button\",\n                \"theme\": \"primary\",\n                \"disableOnInvalid\": true,\n                \"action\": \"submit\",\n                \"block\": false,\n                \"rightIcon\": \"\",\n                \"leftIcon\": \"\",\n                \"size\": \"md\",\n                \"key\": \"submit\",\n                \"tableView\": false,\n                \"label\": \"Submit\",\n                \"input\": true\n            }\n        ],\n        \"revisions\": \"\",\n        \"_vid\": 1,\n        \"title\": \"Admin Login\",\n        \"name\": \"adminLogin\",\n        \"path\": \"admin/login\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"submissionAccess\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"create_own\"\n            }\n        ],\n        \"machineName\": \"proj366:adminLogin\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.575Z\",\n        \"modified\": \"2020-12-02T16:27:21.108Z\"\n    }\n]"},{"id":"92fe1dae-2f87-d41b-776c-81647a8ba3b4","name":"List Forms","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{appUrl}}/form"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"726","description":""},{"name":"Content-Range","key":"Content-Range","value":"0-4/5","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:19:06 GMT","description":""},{"name":"Link","key":"Link","value":"","description":"","isLink":true},{"name":"Range-Unit","key":"Range-Unit","value":"items","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwMzQ2LCJleHAiOjE1MDk1NzgzNDZ9.2p7M9928xteCGUHTDQra2MxUT9lI7PaKI4eNRqHJQYw","description":""}],"cookie":[],"responseTime":"113","body":"[{\"_id\":\"57d0a03776f943a4007e1517\",\"modified\":\"2016-09-07T23:18:15.863Z\",\"title\":\"User\",\"type\":\"resource\",\"name\":\"user\",\"path\":\"user\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:15.854Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}],\"tags\":[]},{\"_id\":\"57d0a03776f943a4007e1518\",\"modified\":\"2016-09-07T23:18:15.921Z\",\"title\":\"Admin\",\"type\":\"resource\",\"name\":\"admin\",\"path\":\"admin\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:15.913Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}],\"tags\":[]},{\"_id\":\"57d0a03776f943a4007e1519\",\"modified\":\"2016-09-07T23:18:15.965Z\",\"title\":\"User Login\",\"type\":\"form\",\"name\":\"userLogin\",\"path\":\"user/login\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:15.957Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"lockKey\":true,\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"lockKey\":true,\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"tags\":[]},{\"_id\":\"57d0a03876f943a4007e151a\",\"modified\":\"2016-09-07T23:18:16.010Z\",\"title\":\"User Register\",\"name\":\"userRegister\",\"path\":\"user/register\",\"type\":\"form\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:16.005Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"lockKey\":true,\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"lockKey\":true,\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"label\":\"Submit\",\"input\":true,\"type\":\"button\"}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"tags\":[]},{\"_id\":\"57d0a03876f943a4007e151b\",\"modified\":\"2016-09-07T23:18:16.055Z\",\"title\":\"Admin Login\",\"type\":\"form\",\"name\":\"adminLogin\",\"path\":\"admin/login\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:16.046Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"lockKey\":true,\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"lockKey\":true,\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"tags\":[]}]"}],"_postman_id":"a39be766-02dd-0b95-49bd-971fcef25a32"},{"name":"Find a form by name","id":"a80254ca-2aec-adbb-30f9-75163dc20a6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form?name__regex=/^user/i","description":"<p>This will search for a form using a query parameter to find ones that begin with \"user\"</p>\n","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[{"key":"name__regex","value":"/^user/i"}],"variable":[]}},"response":[{"id":"1936d5ee-dab7-3047-83df-7c591eef2ef0","name":"Find a form by name","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{appUrl}}/form?name__regex=/^user/i","host":["{{appUrl}}"],"path":["form"],"query":[{"key":"name__regex","value":"/^user/i"}]}},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"638","description":""},{"name":"Content-Range","key":"Content-Range","value":"0-2/3","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:19:45 GMT","description":""},{"name":"Link","key":"Link","value":"","description":"","isLink":true},{"name":"Range-Unit","key":"Range-Unit","value":"items","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwMzg1LCJleHAiOjE1MDk1NzgzODV9.uIxwYiygsHXv4SxuxN2YfmPnv6V_qUuBQzKVFGKQAt0","description":""}],"cookie":[],"responseTime":"110","body":"[{\"_id\":\"57d0a03776f943a4007e1517\",\"modified\":\"2016-09-07T23:18:15.863Z\",\"title\":\"User\",\"type\":\"resource\",\"name\":\"user\",\"path\":\"user\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:15.854Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}],\"tags\":[]},{\"_id\":\"57d0a03776f943a4007e1519\",\"modified\":\"2016-09-07T23:18:15.965Z\",\"title\":\"User Login\",\"type\":\"form\",\"name\":\"userLogin\",\"path\":\"user/login\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:15.957Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"lockKey\":true,\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"lockKey\":true,\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"tags\":[]},{\"_id\":\"57d0a03876f943a4007e151a\",\"modified\":\"2016-09-07T23:18:16.010Z\",\"title\":\"User Register\",\"name\":\"userRegister\",\"path\":\"user/register\",\"type\":\"form\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:16.005Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"lockKey\":true,\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"lockKey\":true,\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"label\":\"Submit\",\"input\":true,\"type\":\"button\"}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"tags\":[]}]"},{"id":"67cbf1fb-36c3-4d18-ba3f-56792876eaa1","name":"Find a form by name","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":{"raw":"{{projectUrl}}/form?name__regex=/^user/i","host":["{{projectUrl}}"],"path":["form"],"query":[{"key":"name__regex","value":"/^user/i"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NTQ5LCJleHAiOjE2MDY5NDA5NDl9.Cfu0tIRGgQNPQrBdq8Cd3SNnC5nYQ91C_G04efjOOM0"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-2/3"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3690"},{"key":"ETag","value":"W/\"e6a-ZK6nEWaCiX0/4xI98oJu0iKoirA\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:29:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7befe2a992abe68b24769\",\n        \"type\": \"resource\",\n        \"tags\": [],\n        \"owner\": null,\n        \"components\": [\n            {\n                \"type\": \"email\",\n                \"persistent\": true,\n                \"unique\": false,\n                \"protected\": false,\n                \"defaultValue\": \"\",\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your email address\",\n                \"key\": \"email\",\n                \"label\": \"Email\",\n                \"inputType\": \"email\",\n                \"tableView\": true,\n                \"input\": true\n            },\n            {\n                \"type\": \"password\",\n                \"persistent\": true,\n                \"protected\": true,\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your password.\",\n                \"key\": \"password\",\n                \"label\": \"Password\",\n                \"inputType\": \"password\",\n                \"tableView\": false,\n                \"input\": true\n            },\n            {\n                \"type\": \"button\",\n                \"theme\": \"primary\",\n                \"disableOnInvalid\": true,\n                \"action\": \"submit\",\n                \"block\": false,\n                \"rightIcon\": \"\",\n                \"leftIcon\": \"\",\n                \"size\": \"md\",\n                \"key\": \"submit\",\n                \"tableView\": false,\n                \"label\": \"Submit\",\n                \"input\": true\n            }\n        ],\n        \"revisions\": \"\",\n        \"_vid\": 1,\n        \"title\": \"User\",\n        \"name\": \"user\",\n        \"path\": \"user\",\n        \"submissionAccess\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"create_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"read_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"update_all\"\n            },\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"delete_all\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"create_own\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"read_own\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"update_own\"\n            },\n            {\n                \"roles\": [],\n                \"type\": \"delete_own\"\n            }\n        ],\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\",\n                    \"5fc7befe2a992abe68b24767\",\n                    \"5fc7befe2a992abe68b24766\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"machineName\": \"proj366:user\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.477Z\",\n        \"modified\": \"2020-12-02T16:27:21.040Z\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b2476b\",\n        \"type\": \"form\",\n        \"tags\": [],\n        \"owner\": null,\n        \"components\": [\n            {\n                \"type\": \"email\",\n                \"persistent\": true,\n                \"unique\": false,\n                \"protected\": false,\n                \"defaultValue\": \"\",\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your email address\",\n                \"key\": \"email\",\n                \"lockKey\": true,\n                \"label\": \"Email\",\n                \"inputType\": \"email\",\n                \"tableView\": true,\n                \"input\": true\n            },\n            {\n                \"type\": \"password\",\n                \"persistent\": true,\n                \"protected\": true,\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your password.\",\n                \"key\": \"password\",\n                \"lockKey\": true,\n                \"label\": \"Password\",\n                \"inputType\": \"password\",\n                \"tableView\": false,\n                \"input\": true\n            },\n            {\n                \"type\": \"button\",\n                \"theme\": \"primary\",\n                \"disableOnInvalid\": true,\n                \"action\": \"submit\",\n                \"block\": false,\n                \"rightIcon\": \"\",\n                \"leftIcon\": \"\",\n                \"size\": \"md\",\n                \"key\": \"submit\",\n                \"tableView\": false,\n                \"label\": \"Submit\",\n                \"input\": true\n            }\n        ],\n        \"revisions\": \"\",\n        \"_vid\": 1,\n        \"title\": \"User Login\",\n        \"name\": \"userLogin\",\n        \"path\": \"user/login\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"submissionAccess\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"create_own\"\n            }\n        ],\n        \"machineName\": \"proj366:userLogin\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.539Z\",\n        \"modified\": \"2020-12-02T16:27:21.073Z\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b2476c\",\n        \"type\": \"form\",\n        \"tags\": [],\n        \"owner\": null,\n        \"components\": [\n            {\n                \"type\": \"email\",\n                \"persistent\": true,\n                \"unique\": false,\n                \"protected\": false,\n                \"defaultValue\": \"\",\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your email address\",\n                \"key\": \"email\",\n                \"lockKey\": true,\n                \"label\": \"Email\",\n                \"inputType\": \"email\",\n                \"tableView\": true,\n                \"input\": true\n            },\n            {\n                \"type\": \"password\",\n                \"persistent\": true,\n                \"protected\": true,\n                \"suffix\": \"\",\n                \"prefix\": \"\",\n                \"placeholder\": \"Enter your password.\",\n                \"key\": \"password\",\n                \"lockKey\": true,\n                \"label\": \"Password\",\n                \"inputType\": \"password\",\n                \"tableView\": false,\n                \"input\": true\n            },\n            {\n                \"theme\": \"primary\",\n                \"disableOnInvalid\": true,\n                \"action\": \"submit\",\n                \"block\": false,\n                \"rightIcon\": \"\",\n                \"leftIcon\": \"\",\n                \"size\": \"md\",\n                \"key\": \"submit\",\n                \"label\": \"Submit\",\n                \"input\": true,\n                \"type\": \"button\"\n            }\n        ],\n        \"revisions\": \"\",\n        \"_vid\": 1,\n        \"title\": \"User Register\",\n        \"name\": \"userRegister\",\n        \"path\": \"user/register\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"submissionAccess\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"create_own\"\n            }\n        ],\n        \"machineName\": \"proj366:userRegister\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.558Z\",\n        \"modified\": \"2020-12-02T16:27:21.093Z\"\n    }\n]"}],"_postman_id":"a80254ca-2aec-adbb-30f9-75163dc20a6b"},{"name":"Find a form without including Components","id":"46ee13a4-b4b6-4d6d-b34a-8cc4a398140d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form?name__regex=/^user/i&select=title,name,path","description":"<p>If you wish to search for the forms, but not include the \"components\" in the results of that endpoint, then you can use the <strong>select</strong> query parameter and tell the API which fields you would like to include. This allows you to cut down on network payload and also improve the performance of your applications API's.</p>\n","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[{"key":"name__regex","value":"/^user/i"},{"key":"select","value":"title,name,path"}],"variable":[]}},"response":[{"id":"8afa98b4-cd8d-4723-9879-ab66f02b3d42","name":"Find a form without including Components","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":{"raw":"{{projectUrl}}/form?name__regex=/^user/i&select=title,name,path","host":["{{projectUrl}}"],"path":["form"],"query":[{"key":"name__regex","value":"/^user/i"},{"key":"select","value":"title,name,path"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NTYwLCJleHAiOjE2MDY5NDA5NjB9.yEhiyuMraNiWHM4G_uXiYQQgSfP6aIeqJSxmxNZkAB4"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-2/3"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"278"},{"key":"ETag","value":"W/\"116-B/dsvXXdsG0q3CKhyPniqXFNq7g\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:29:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7befe2a992abe68b24769\",\n        \"title\": \"User\",\n        \"name\": \"user\",\n        \"path\": \"user\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b2476b\",\n        \"title\": \"User Login\",\n        \"name\": \"userLogin\",\n        \"path\": \"user/login\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b2476c\",\n        \"title\": \"User Register\",\n        \"name\": \"userRegister\",\n        \"path\": \"user/register\"\n    }\n]"},{"id":"98c8b7d3-69c1-4efd-8511-f650ebbdfbd1","name":"Find a form by name","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{appUrl}}/form?name__regex=/^user/i","host":["{{appUrl}}"],"path":["form"],"query":[{"key":"name__regex","value":"/^user/i"}]}},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"638","description":""},{"name":"Content-Range","key":"Content-Range","value":"0-2/3","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:19:45 GMT","description":""},{"name":"Link","key":"Link","value":"","description":"","isLink":true},{"name":"Range-Unit","key":"Range-Unit","value":"items","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwMzg1LCJleHAiOjE1MDk1NzgzODV9.uIxwYiygsHXv4SxuxN2YfmPnv6V_qUuBQzKVFGKQAt0","description":""}],"cookie":[],"responseTime":null,"body":"[{\"_id\":\"57d0a03776f943a4007e1517\",\"modified\":\"2016-09-07T23:18:15.863Z\",\"title\":\"User\",\"type\":\"resource\",\"name\":\"user\",\"path\":\"user\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:15.854Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"create_own\",\"roles\":[]},{\"type\":\"read_own\",\"roles\":[]},{\"type\":\"update_own\",\"roles\":[]},{\"type\":\"delete_own\",\"roles\":[]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}],\"tags\":[]},{\"_id\":\"57d0a03776f943a4007e1519\",\"modified\":\"2016-09-07T23:18:15.965Z\",\"title\":\"User Login\",\"type\":\"form\",\"name\":\"userLogin\",\"path\":\"user/login\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:15.957Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"lockKey\":true,\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"lockKey\":true,\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"tags\":[]},{\"_id\":\"57d0a03876f943a4007e151a\",\"modified\":\"2016-09-07T23:18:16.010Z\",\"title\":\"User Register\",\"name\":\"userRegister\",\"path\":\"user/register\",\"type\":\"form\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:18:16.005Z\",\"components\":[{\"type\":\"email\",\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"lockKey\":true,\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"type\":\"password\",\"persistent\":true,\"protected\":true,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your password.\",\"key\":\"password\",\"lockKey\":true,\"label\":\"Password\",\"inputType\":\"password\",\"tableView\":false,\"input\":true},{\"theme\":\"primary\",\"disableOnInvalid\":true,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"label\":\"Submit\",\"input\":true,\"type\":\"button\"}],\"owner\":null,\"submissionAccess\":[{\"type\":\"create_own\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\"]}],\"tags\":[]}]"}],"_postman_id":"46ee13a4-b4b6-4d6d-b34a-8cc4a398140d"},{"name":"Create Form","event":[{"listen":"test","script":{"id":"eb36b32d-2115-4252-bf25-b4174e883798","exec":["var response = JSON.parse(responseBody);","pm.globals.set('formId', response._id);","pm.globals.set('formTitle', response.title);","pm.globals.set('formName', response.name);","pm.globals.set('formPath', response.path);"],"type":"text/javascript"}}],"id":"d43fc691-1008-a1a7-eee8-eb80658922fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"invoice\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"program\",\n    \"path\": \"leading-edge\",\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": true,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": true,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{projectUrl}}/form","description":"<p>You can create a new form within your project by using the <code>POST</code> message to the <code>/form</code> endpoint along with a data payload that describes the form you wish to create. The URL is as follows.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST - https://myproject.form.io/form\n</code></pre>","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6d55222b-3658-48d5-9253-208abc5411d0","name":"Create Form","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Register\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"register\",\n    \"path\": \"register\",\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": true,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": true,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{projectUrl}}/form"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NTcyLCJleHAiOjE2MDY5NDA5NzJ9.hGxJjpwWUxUCg-WcbWQ0W6UZDyfQ9wVlWjH-TYlwHz8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2227"},{"key":"ETag","value":"W/\"8b3-CCpRAXJQVMWlsPufAUJlV0LYrSY\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:29:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c0ec2a992abe68b247b0\",\n    \"type\": \"form\",\n    \"tags\": [],\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"components\": [\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"First Name\",\n            \"key\": \"firstName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": true,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"Last Name\",\n            \"key\": \"lastName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": true,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"email\",\n            \"label\": \"Email\",\n            \"key\": \"email\",\n            \"placeholder\": \"Enter your email address\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"kickbox\": {\n                \"enabled\": false\n            },\n            \"type\": \"email\",\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputMask\": \"(999) 999-9999\",\n            \"label\": \"Phone Number\",\n            \"key\": \"phoneNumber\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"defaultValue\": \"\",\n            \"validate\": {\n                \"required\": false\n            },\n            \"type\": \"phoneNumber\",\n            \"conditional\": {\n                \"eq\": \"\",\n                \"when\": null,\n                \"show\": \"\"\n            },\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"label\": \"Submit\",\n            \"tableView\": false,\n            \"key\": \"submit\",\n            \"size\": \"md\",\n            \"leftIcon\": \"\",\n            \"rightIcon\": \"\",\n            \"block\": false,\n            \"action\": \"submit\",\n            \"disableOnInvalid\": false,\n            \"theme\": \"primary\",\n            \"type\": \"button\"\n        }\n    ],\n    \"revisions\": \"\",\n    \"_vid\": 0,\n    \"title\": \"Register\",\n    \"display\": \"form\",\n    \"name\": \"register\",\n    \"path\": \"register\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        }\n    ],\n    \"submissionAccess\": [],\n    \"created\": \"2020-12-02T16:29:32.535Z\",\n    \"modified\": \"2020-12-02T16:29:32.538Z\",\n    \"machineName\": \"proj366:register\"\n}"},{"id":"eca4f2d7-35e0-1130-db88-79de9b5905c8","name":"Create Form","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"},{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Register\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"register\",\n    \"path\": \"register\",\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{appUrl}}/form"},"status":"Created","code":201,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"2172","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:20:06 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"87c-MNooEA5fyUYgeFhwZX7UeQ\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override, Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwNDA2LCJleHAiOjE1MDk1Nzg0MDZ9.Ba-a28O63av_2aT8ppeMQPbmP3vbBeBSB4MptN1BOzI","description":""}],"cookie":[],"responseTime":"144","body":"{\"_id\":\"57d0a0a676f943a4007e1525\",\"modified\":\"2016-09-07T23:20:06.949Z\",\"title\":\"Register\",\"display\":\"form\",\"type\":\"form\",\"name\":\"register\",\"path\":\"register\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:20:06.920Z\",\"components\":[{\"input\":true,\"tableView\":true,\"inputType\":\"text\",\"inputMask\":\"\",\"label\":\"First Name\",\"key\":\"firstName\",\"placeholder\":\"\",\"prefix\":\"\",\"suffix\":\"\",\"multiple\":false,\"defaultValue\":\"\",\"protected\":false,\"unique\":false,\"persistent\":true,\"validate\":{\"required\":false,\"minLength\":\"\",\"maxLength\":\"\",\"pattern\":\"\",\"custom\":\"\",\"customPrivate\":false},\"conditional\":{\"show\":\"\",\"when\":null,\"eq\":\"\"},\"type\":\"textfield\",\"tags\":[],\"lockKey\":true,\"isNew\":false},{\"input\":true,\"tableView\":true,\"inputType\":\"text\",\"inputMask\":\"\",\"label\":\"Last Name\",\"key\":\"lastName\",\"placeholder\":\"\",\"prefix\":\"\",\"suffix\":\"\",\"multiple\":false,\"defaultValue\":\"\",\"protected\":false,\"unique\":false,\"persistent\":true,\"validate\":{\"required\":false,\"minLength\":\"\",\"maxLength\":\"\",\"pattern\":\"\",\"custom\":\"\",\"customPrivate\":false},\"conditional\":{\"show\":\"\",\"when\":null,\"eq\":\"\"},\"type\":\"textfield\",\"tags\":[],\"lockKey\":true,\"isNew\":false},{\"input\":true,\"tableView\":true,\"inputType\":\"email\",\"label\":\"Email\",\"key\":\"email\",\"placeholder\":\"Enter your email address\",\"prefix\":\"\",\"suffix\":\"\",\"defaultValue\":\"\",\"protected\":false,\"unique\":false,\"persistent\":true,\"kickbox\":{\"enabled\":false},\"type\":\"email\",\"lockKey\":true,\"isNew\":false},{\"input\":true,\"tableView\":true,\"inputMask\":\"(999) 999-9999\",\"label\":\"Phone Number\",\"key\":\"phoneNumber\",\"placeholder\":\"\",\"prefix\":\"\",\"suffix\":\"\",\"multiple\":false,\"protected\":false,\"unique\":false,\"persistent\":true,\"defaultValue\":\"\",\"validate\":{\"required\":false},\"type\":\"phoneNumber\",\"conditional\":{\"eq\":\"\",\"when\":null,\"show\":\"\"},\"tags\":[],\"lockKey\":true,\"isNew\":false},{\"input\":true,\"label\":\"Submit\",\"tableView\":false,\"key\":\"submit\",\"size\":\"md\",\"leftIcon\":\"\",\"rightIcon\":\"\",\"block\":false,\"action\":\"submit\",\"disableOnInvalid\":false,\"theme\":\"primary\",\"type\":\"button\"}],\"owner\":\"57d010fe76f943a4007e11da\",\"submissionAccess\":[],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}],\"tags\":[]}"}],"_postman_id":"d43fc691-1008-a1a7-eee8-eb80658922fa"},{"name":"Get Form","id":"541bacdc-2e3d-b76a-f00e-e67a5755ee0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}","description":"<p>To get a specific form, you simply send the <code>GET</code> command to the Form URL which can be described as follows.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET - https://myproject.form.io/myform\n</code></pre>","urlObject":{"path":["form","{{formId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"37e36c7d-24d6-b150-e7a5-c4f56014a340","name":"Get Form","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{appUrl}}/form/{{registerFormId}}"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"677","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:20:17 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwNDE3LCJleHAiOjE1MDk1Nzg0MTd9.W3ZSIu1_PjfvG72oMhCERA0D_DxwlsKWc3MvKEtT-nQ","description":""}],"cookie":[],"responseTime":"114","body":"{\"_id\":\"57d0a0a676f943a4007e1525\",\"modified\":\"2016-09-07T23:20:06.949Z\",\"title\":\"Register\",\"display\":\"form\",\"type\":\"form\",\"name\":\"register\",\"path\":\"register\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:20:06.920Z\",\"components\":[{\"input\":true,\"tableView\":true,\"inputType\":\"text\",\"inputMask\":\"\",\"label\":\"First Name\",\"key\":\"firstName\",\"placeholder\":\"\",\"prefix\":\"\",\"suffix\":\"\",\"multiple\":false,\"defaultValue\":\"\",\"protected\":false,\"unique\":false,\"persistent\":true,\"validate\":{\"required\":false,\"minLength\":\"\",\"maxLength\":\"\",\"pattern\":\"\",\"custom\":\"\",\"customPrivate\":false},\"conditional\":{\"show\":\"\",\"when\":null,\"eq\":\"\"},\"type\":\"textfield\",\"tags\":[],\"lockKey\":true,\"isNew\":false},{\"input\":true,\"tableView\":true,\"inputType\":\"text\",\"inputMask\":\"\",\"label\":\"Last Name\",\"key\":\"lastName\",\"placeholder\":\"\",\"prefix\":\"\",\"suffix\":\"\",\"multiple\":false,\"defaultValue\":\"\",\"protected\":false,\"unique\":false,\"persistent\":true,\"validate\":{\"required\":false,\"minLength\":\"\",\"maxLength\":\"\",\"pattern\":\"\",\"custom\":\"\",\"customPrivate\":false},\"conditional\":{\"show\":\"\",\"when\":null,\"eq\":\"\"},\"type\":\"textfield\",\"tags\":[],\"lockKey\":true,\"isNew\":false},{\"input\":true,\"tableView\":true,\"inputType\":\"email\",\"label\":\"Email\",\"key\":\"email\",\"placeholder\":\"Enter your email address\",\"prefix\":\"\",\"suffix\":\"\",\"defaultValue\":\"\",\"protected\":false,\"unique\":false,\"persistent\":true,\"kickbox\":{\"enabled\":false},\"type\":\"email\",\"lockKey\":true,\"isNew\":false},{\"input\":true,\"tableView\":true,\"inputMask\":\"(999) 999-9999\",\"label\":\"Phone Number\",\"key\":\"phoneNumber\",\"placeholder\":\"\",\"prefix\":\"\",\"suffix\":\"\",\"multiple\":false,\"protected\":false,\"unique\":false,\"persistent\":true,\"defaultValue\":\"\",\"validate\":{\"required\":false},\"type\":\"phoneNumber\",\"conditional\":{\"eq\":\"\",\"when\":null,\"show\":\"\"},\"tags\":[],\"lockKey\":true,\"isNew\":false},{\"input\":true,\"label\":\"Submit\",\"tableView\":false,\"key\":\"submit\",\"size\":\"md\",\"leftIcon\":\"\",\"rightIcon\":\"\",\"block\":false,\"action\":\"submit\",\"disableOnInvalid\":false,\"theme\":\"primary\",\"type\":\"button\"}],\"owner\":\"57d010fe76f943a4007e11da\",\"submissionAccess\":[],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}],\"tags\":[]}"},{"id":"b86b504f-f0fc-47ef-95c1-39a901c33d37","name":"Get Form","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2OTY3LCJleHAiOjE2MDY5NDEzNjd9.cOmn4XXX1hubcsnI3b-ZF67y18mFROqLsNnUiHl86to"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2232"},{"key":"ETag","value":"W/\"8b8-OSSYbxA8u4lP/cOWDFS7wBnLZ9Q\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:36:07 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c25a2a992abe68b247b4\",\n    \"type\": \"form\",\n    \"tags\": [],\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"components\": [\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"First Name\",\n            \"key\": \"firstName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": true,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"Last Name\",\n            \"key\": \"lastName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": true,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"email\",\n            \"label\": \"Email\",\n            \"key\": \"email\",\n            \"placeholder\": \"Enter your email address\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"kickbox\": {\n                \"enabled\": false\n            },\n            \"type\": \"email\",\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputMask\": \"(999) 999-9999\",\n            \"label\": \"Phone Number\",\n            \"key\": \"phoneNumber\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"defaultValue\": \"\",\n            \"validate\": {\n                \"required\": false\n            },\n            \"type\": \"phoneNumber\",\n            \"conditional\": {\n                \"eq\": \"\",\n                \"when\": null,\n                \"show\": \"\"\n            },\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"label\": \"Submit\",\n            \"tableView\": false,\n            \"key\": \"submit\",\n            \"size\": \"md\",\n            \"leftIcon\": \"\",\n            \"rightIcon\": \"\",\n            \"block\": false,\n            \"action\": \"submit\",\n            \"disableOnInvalid\": false,\n            \"theme\": \"primary\",\n            \"type\": \"button\"\n        }\n    ],\n    \"revisions\": \"\",\n    \"_vid\": 0,\n    \"title\": \"navigating\",\n    \"display\": \"form\",\n    \"name\": \"synthesize\",\n    \"path\": \"iterate\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        }\n    ],\n    \"submissionAccess\": [],\n    \"created\": \"2020-12-02T16:35:38.683Z\",\n    \"modified\": \"2020-12-02T16:35:38.687Z\",\n    \"machineName\": \"proj366:synthesize\"\n}"},{"id":"beb0b62e-513a-4623-b115-d47698bc491e","name":"Get Form","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{registerFormId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2NTg3LCJleHAiOjE2MDY5NDA5ODd9.ttidGjIvviqAecu9L_OHA0mha_06grhwa5BZM8Kz5Sk"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2227"},{"key":"ETag","value":"W/\"8b3-CCpRAXJQVMWlsPufAUJlV0LYrSY\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:29:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c0ec2a992abe68b247b0\",\n    \"type\": \"form\",\n    \"tags\": [],\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"components\": [\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"First Name\",\n            \"key\": \"firstName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": true,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"Last Name\",\n            \"key\": \"lastName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": true,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"email\",\n            \"label\": \"Email\",\n            \"key\": \"email\",\n            \"placeholder\": \"Enter your email address\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"kickbox\": {\n                \"enabled\": false\n            },\n            \"type\": \"email\",\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputMask\": \"(999) 999-9999\",\n            \"label\": \"Phone Number\",\n            \"key\": \"phoneNumber\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"defaultValue\": \"\",\n            \"validate\": {\n                \"required\": false\n            },\n            \"type\": \"phoneNumber\",\n            \"conditional\": {\n                \"eq\": \"\",\n                \"when\": null,\n                \"show\": \"\"\n            },\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"label\": \"Submit\",\n            \"tableView\": false,\n            \"key\": \"submit\",\n            \"size\": \"md\",\n            \"leftIcon\": \"\",\n            \"rightIcon\": \"\",\n            \"block\": false,\n            \"action\": \"submit\",\n            \"disableOnInvalid\": false,\n            \"theme\": \"primary\",\n            \"type\": \"button\"\n        }\n    ],\n    \"revisions\": \"\",\n    \"_vid\": 0,\n    \"title\": \"Register\",\n    \"display\": \"form\",\n    \"name\": \"register\",\n    \"path\": \"register\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        }\n    ],\n    \"submissionAccess\": [],\n    \"created\": \"2020-12-02T16:29:32.535Z\",\n    \"modified\": \"2020-12-02T16:29:32.538Z\",\n    \"machineName\": \"proj366:register\"\n}"}],"_postman_id":"541bacdc-2e3d-b76a-f00e-e67a5755ee0c"},{"name":"Get Form by Alias","event":[{"listen":"test","script":{"id":"6e869c6f-ea2e-4998-9222-1fa2d0ba90fe","exec":["var response = JSON.parse(responseBody);","pm.globals.set('employeeResourceId', response._id);"],"type":"text/javascript"}}],"id":"a2fa4c8c-cf20-4456-b009-31e0b74f420c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/{{formPath}}","description":"<p>This will retrieve a form by providing its path alias.</p>\n","urlObject":{"path":["{{formPath}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e4403d7b-9c72-42a7-b30b-b525ba8f772b","name":"Get Form by Alias","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/{{formPath}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI2OTg3LCJleHAiOjE2MDY5NDEzODd9.4Zr_Ds54_Q_JafBL43-Zqdqu7PH0geiQ56BOjudqp0U"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2232"},{"key":"ETag","value":"W/\"8b8-OSSYbxA8u4lP/cOWDFS7wBnLZ9Q\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:36:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c25a2a992abe68b247b4\",\n    \"type\": \"form\",\n    \"tags\": [],\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"components\": [\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"First Name\",\n            \"key\": \"firstName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": true,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"Last Name\",\n            \"key\": \"lastName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": true,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"email\",\n            \"label\": \"Email\",\n            \"key\": \"email\",\n            \"placeholder\": \"Enter your email address\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"kickbox\": {\n                \"enabled\": false\n            },\n            \"type\": \"email\",\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputMask\": \"(999) 999-9999\",\n            \"label\": \"Phone Number\",\n            \"key\": \"phoneNumber\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"defaultValue\": \"\",\n            \"validate\": {\n                \"required\": false\n            },\n            \"type\": \"phoneNumber\",\n            \"conditional\": {\n                \"eq\": \"\",\n                \"when\": null,\n                \"show\": \"\"\n            },\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"label\": \"Submit\",\n            \"tableView\": false,\n            \"key\": \"submit\",\n            \"size\": \"md\",\n            \"leftIcon\": \"\",\n            \"rightIcon\": \"\",\n            \"block\": false,\n            \"action\": \"submit\",\n            \"disableOnInvalid\": false,\n            \"theme\": \"primary\",\n            \"type\": \"button\"\n        }\n    ],\n    \"revisions\": \"\",\n    \"_vid\": 0,\n    \"title\": \"navigating\",\n    \"display\": \"form\",\n    \"name\": \"synthesize\",\n    \"path\": \"iterate\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        }\n    ],\n    \"submissionAccess\": [],\n    \"created\": \"2020-12-02T16:35:38.683Z\",\n    \"modified\": \"2020-12-02T16:35:38.687Z\",\n    \"machineName\": \"proj366:synthesize\"\n}"}],"_postman_id":"a2fa4c8c-cf20-4456-b009-31e0b74f420c"},{"name":"Update Form","id":"cc28da63-404f-4523-0679-96bf8dbbc2b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{formTitle}}\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"{{formName}}\",\n    \"path\": \"{{formPath}}\",\n    \"tags\": [\"register\"],\n    \"revisions\": \"original\",\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{projectUrl}}/form/{{formId}}","description":"<p>You can update a form by sending a <code>PUT</code> command to the form URL defined as.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>PUT - https://myproject.form.io/form/{{formId}}\n</code></pre>","urlObject":{"path":["form","{{formId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"68616782-08e1-4add-abb7-3dd2c9171aa4","name":"Update Form","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{formTitle}}\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"{{formName}}\",\n    \"path\": \"{{formPath}}\",\n    \"tags\": [\"register\"],\n    \"revisions\": \"original\",\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{projectUrl}}/form/{{formId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MDY1LCJleHAiOjE2MDY5NDE0NjV9.Rpnsr9naDNkmriUHIM7BWK1KrpKLIYczL2XVEeG1N3w"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2252"},{"key":"ETag","value":"W/\"8cc-uXPmjpm184VDYVAy0ACFOZAZpwg\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:37:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"form\",\n    \"tags\": [\n        \"register\"\n    ],\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"components\": [\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"First Name\",\n            \"key\": \"firstName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": false,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"Last Name\",\n            \"key\": \"lastName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": false,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"email\",\n            \"label\": \"Email\",\n            \"key\": \"email\",\n            \"placeholder\": \"Enter your email address\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"kickbox\": {\n                \"enabled\": false\n            },\n            \"type\": \"email\",\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputMask\": \"(999) 999-9999\",\n            \"label\": \"Phone Number\",\n            \"key\": \"phoneNumber\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"defaultValue\": \"\",\n            \"validate\": {\n                \"required\": false\n            },\n            \"type\": \"phoneNumber\",\n            \"conditional\": {\n                \"eq\": \"\",\n                \"when\": null,\n                \"show\": \"\"\n            },\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"label\": \"Submit\",\n            \"tableView\": false,\n            \"key\": \"submit\",\n            \"size\": \"md\",\n            \"leftIcon\": \"\",\n            \"rightIcon\": \"\",\n            \"block\": false,\n            \"action\": \"submit\",\n            \"disableOnInvalid\": false,\n            \"theme\": \"primary\",\n            \"type\": \"button\"\n        }\n    ],\n    \"revisions\": \"original\",\n    \"_vid\": 1,\n    \"_id\": \"5fc7c25a2a992abe68b247b4\",\n    \"title\": \"navigating\",\n    \"display\": \"form\",\n    \"name\": \"synthesize\",\n    \"path\": \"iterate\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        }\n    ],\n    \"submissionAccess\": [],\n    \"created\": \"2020-12-02T16:35:38.683Z\",\n    \"modified\": \"2020-12-02T16:37:45.233Z\",\n    \"machineName\": \"proj366:synthesize\"\n}"},{"id":"9f4ecc02-3596-ff70-9aa2-4c0ecafdc125","name":"Update Form","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"},{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Registration\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"register\",\n    \"path\": \"register\",\n    \"tags\": [\"register\"],\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{appUrl}}/register"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"691","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:20:24 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwNDI0LCJleHAiOjE1MDk1Nzg0MjR9.TapUxUrYwxTUemYrVLthczKOL9OMabt-T3UpTzFHIGE","description":""}],"cookie":[],"responseTime":"139","body":"{\"_id\":\"57d0a0a676f943a4007e1525\",\"modified\":\"2016-09-07T23:20:24.763Z\",\"title\":\"Registration\",\"display\":\"form\",\"type\":\"form\",\"name\":\"register\",\"path\":\"register\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:20:06.920Z\",\"components\":[{\"isNew\":false,\"lockKey\":true,\"tags\":[],\"type\":\"textfield\",\"conditional\":{\"eq\":\"\",\"when\":null,\"show\":\"\"},\"validate\":{\"customPrivate\":false,\"custom\":\"\",\"pattern\":\"\",\"maxLength\":\"\",\"minLength\":\"\",\"required\":false},\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"multiple\":false,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"\",\"key\":\"firstName\",\"label\":\"First Name\",\"inputMask\":\"\",\"inputType\":\"text\",\"tableView\":true,\"input\":true},{\"isNew\":false,\"lockKey\":true,\"tags\":[],\"type\":\"textfield\",\"conditional\":{\"eq\":\"\",\"when\":null,\"show\":\"\"},\"validate\":{\"customPrivate\":false,\"custom\":\"\",\"pattern\":\"\",\"maxLength\":\"\",\"minLength\":\"\",\"required\":false},\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"multiple\":false,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"\",\"key\":\"lastName\",\"label\":\"Last Name\",\"inputMask\":\"\",\"inputType\":\"text\",\"tableView\":true,\"input\":true},{\"isNew\":false,\"lockKey\":true,\"type\":\"email\",\"kickbox\":{\"enabled\":false},\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"isNew\":false,\"lockKey\":true,\"tags\":[],\"conditional\":{\"show\":\"\",\"when\":null,\"eq\":\"\"},\"type\":\"phoneNumber\",\"validate\":{\"required\":false},\"defaultValue\":\"\",\"persistent\":true,\"unique\":false,\"protected\":false,\"multiple\":false,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"\",\"key\":\"phoneNumber\",\"label\":\"Phone Number\",\"inputMask\":\"(999) 999-9999\",\"tableView\":true,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":false,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":\"57d010fe76f943a4007e11da\",\"submissionAccess\":[],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}],\"tags\":[\"register\"]}"}],"_postman_id":"cc28da63-404f-4523-0679-96bf8dbbc2b6"},{"name":"Update Form by Alias","id":"17888f98-5b74-4372-b001-984031332dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{formTitle}}\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"{{formName}}\",\n    \"path\": \"{{formPath}}\",\n    \"tags\": [\"register\"],\n    \"revisions\": \"original\",\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{projectUrl}}/{{formPath}}","description":"<p>You can update a form by sending a <code>PUT</code> command to the form URL using the Form Alias which is defined as.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>PUT - https://myproject.form.io/myform\n</code></pre>","urlObject":{"path":["{{formPath}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4b9f7eea-ebad-42e4-8f66-ef73ab3e9878","name":"Update Form","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"},{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Registration\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"register\",\n    \"path\": \"register\",\n    \"tags\": [\"register\"],\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{appUrl}}/register"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"691","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:20:24 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwNDI0LCJleHAiOjE1MDk1Nzg0MjR9.TapUxUrYwxTUemYrVLthczKOL9OMabt-T3UpTzFHIGE","description":""}],"cookie":[],"responseTime":null,"body":"{\"_id\":\"57d0a0a676f943a4007e1525\",\"modified\":\"2016-09-07T23:20:24.763Z\",\"title\":\"Registration\",\"display\":\"form\",\"type\":\"form\",\"name\":\"register\",\"path\":\"register\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:20:06.920Z\",\"components\":[{\"isNew\":false,\"lockKey\":true,\"tags\":[],\"type\":\"textfield\",\"conditional\":{\"eq\":\"\",\"when\":null,\"show\":\"\"},\"validate\":{\"customPrivate\":false,\"custom\":\"\",\"pattern\":\"\",\"maxLength\":\"\",\"minLength\":\"\",\"required\":false},\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"multiple\":false,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"\",\"key\":\"firstName\",\"label\":\"First Name\",\"inputMask\":\"\",\"inputType\":\"text\",\"tableView\":true,\"input\":true},{\"isNew\":false,\"lockKey\":true,\"tags\":[],\"type\":\"textfield\",\"conditional\":{\"eq\":\"\",\"when\":null,\"show\":\"\"},\"validate\":{\"customPrivate\":false,\"custom\":\"\",\"pattern\":\"\",\"maxLength\":\"\",\"minLength\":\"\",\"required\":false},\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"multiple\":false,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"\",\"key\":\"lastName\",\"label\":\"Last Name\",\"inputMask\":\"\",\"inputType\":\"text\",\"tableView\":true,\"input\":true},{\"isNew\":false,\"lockKey\":true,\"type\":\"email\",\"kickbox\":{\"enabled\":false},\"persistent\":true,\"unique\":false,\"protected\":false,\"defaultValue\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"Enter your email address\",\"key\":\"email\",\"label\":\"Email\",\"inputType\":\"email\",\"tableView\":true,\"input\":true},{\"isNew\":false,\"lockKey\":true,\"tags\":[],\"conditional\":{\"show\":\"\",\"when\":null,\"eq\":\"\"},\"type\":\"phoneNumber\",\"validate\":{\"required\":false},\"defaultValue\":\"\",\"persistent\":true,\"unique\":false,\"protected\":false,\"multiple\":false,\"suffix\":\"\",\"prefix\":\"\",\"placeholder\":\"\",\"key\":\"phoneNumber\",\"label\":\"Phone Number\",\"inputMask\":\"(999) 999-9999\",\"tableView\":true,\"input\":true},{\"type\":\"button\",\"theme\":\"primary\",\"disableOnInvalid\":false,\"action\":\"submit\",\"block\":false,\"rightIcon\":\"\",\"leftIcon\":\"\",\"size\":\"md\",\"key\":\"submit\",\"tableView\":false,\"label\":\"Submit\",\"input\":true}],\"owner\":\"57d010fe76f943a4007e11da\",\"submissionAccess\":[],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}],\"tags\":[\"register\"]}"},{"id":"a47dd10f-9c16-49bc-a1dd-6b8662b2ab25","name":"Update Form by Alias","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{formTitle}}\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"{{formName}}\",\n    \"path\": \"{{formPath}}\",\n    \"tags\": [\"register\"],\n    \"revisions\": \"original\",\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{projectUrl}}/{{formPath}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MTI4LCJleHAiOjE2MDY5NDE1Mjh9.mQYPIwe2tnZ7XFgn15BE_DE6oL_l12ZVd0XJ5X6hybI"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2252"},{"key":"ETag","value":"W/\"8cc-gIv747QWkSs1BsrWPs9eRJnWGoI\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:38:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"form\",\n    \"tags\": [\n        \"register\"\n    ],\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"components\": [\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"First Name\",\n            \"key\": \"firstName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": false,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"Last Name\",\n            \"key\": \"lastName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": false,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"email\",\n            \"label\": \"Email\",\n            \"key\": \"email\",\n            \"placeholder\": \"Enter your email address\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"kickbox\": {\n                \"enabled\": false\n            },\n            \"type\": \"email\",\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputMask\": \"(999) 999-9999\",\n            \"label\": \"Phone Number\",\n            \"key\": \"phoneNumber\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"defaultValue\": \"\",\n            \"validate\": {\n                \"required\": false\n            },\n            \"type\": \"phoneNumber\",\n            \"conditional\": {\n                \"eq\": \"\",\n                \"when\": null,\n                \"show\": \"\"\n            },\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"label\": \"Submit\",\n            \"tableView\": false,\n            \"key\": \"submit\",\n            \"size\": \"md\",\n            \"leftIcon\": \"\",\n            \"rightIcon\": \"\",\n            \"block\": false,\n            \"action\": \"submit\",\n            \"disableOnInvalid\": false,\n            \"theme\": \"primary\",\n            \"type\": \"button\"\n        }\n    ],\n    \"revisions\": \"original\",\n    \"_vid\": 1,\n    \"_id\": \"5fc7c25a2a992abe68b247b4\",\n    \"title\": \"navigating\",\n    \"display\": \"form\",\n    \"name\": \"synthesize\",\n    \"path\": \"iterate\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        }\n    ],\n    \"submissionAccess\": [],\n    \"created\": \"2020-12-02T16:35:38.683Z\",\n    \"modified\": \"2020-12-02T16:38:48.542Z\",\n    \"machineName\": \"proj366:synthesize\"\n}"},{"id":"df721d98-12a5-43e9-a846-18330b3cb839","name":"Update Form","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{formTitle}}\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"{{formName}}\",\n    \"path\": \"{{formPath}}\",\n    \"tags\": [\"register\"],\n    \"revisions\": \"original\",\n    \"components\": [{\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"First Name\",\n        \"key\": \"firstName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"text\",\n        \"inputMask\": \"\",\n        \"label\": \"Last Name\",\n        \"key\": \"lastName\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"validate\": {\n            \"required\": false,\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"pattern\": \"\",\n            \"custom\": \"\",\n            \"customPrivate\": false\n        },\n        \"conditional\": {\n            \"show\": \"\",\n            \"when\": null,\n            \"eq\": \"\"\n        },\n        \"type\": \"textfield\",\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputType\": \"email\",\n        \"label\": \"Email\",\n        \"key\": \"email\",\n        \"placeholder\": \"Enter your email address\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"defaultValue\": \"\",\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"kickbox\": {\n            \"enabled\": false\n        },\n        \"type\": \"email\",\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"tableView\": true,\n        \"inputMask\": \"(999) 999-9999\",\n        \"label\": \"Phone Number\",\n        \"key\": \"phoneNumber\",\n        \"placeholder\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"multiple\": false,\n        \"protected\": false,\n        \"unique\": false,\n        \"persistent\": true,\n        \"defaultValue\": \"\",\n        \"validate\": {\n            \"required\": false\n        },\n        \"type\": \"phoneNumber\",\n        \"conditional\": {\n            \"eq\": \"\",\n            \"when\": null,\n            \"show\": \"\"\n        },\n        \"tags\": [],\n        \"lockKey\": true,\n        \"isNew\": false\n    }, {\n        \"input\": true,\n        \"label\": \"Submit\",\n        \"tableView\": false,\n        \"key\": \"submit\",\n        \"size\": \"md\",\n        \"leftIcon\": \"\",\n        \"rightIcon\": \"\",\n        \"block\": false,\n        \"action\": \"submit\",\n        \"disableOnInvalid\": false,\n        \"theme\": \"primary\",\n        \"type\": \"button\"\n    }]\n}"},"url":"{{projectUrl}}/form/{{formId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MDY1LCJleHAiOjE2MDY5NDE0NjV9.Rpnsr9naDNkmriUHIM7BWK1KrpKLIYczL2XVEeG1N3w"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2252"},{"key":"ETag","value":"W/\"8cc-uXPmjpm184VDYVAy0ACFOZAZpwg\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:37:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"form\",\n    \"tags\": [\n        \"register\"\n    ],\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"components\": [\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"First Name\",\n            \"key\": \"firstName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": false,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"Last Name\",\n            \"key\": \"lastName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": false,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"email\",\n            \"label\": \"Email\",\n            \"key\": \"email\",\n            \"placeholder\": \"Enter your email address\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"kickbox\": {\n                \"enabled\": false\n            },\n            \"type\": \"email\",\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputMask\": \"(999) 999-9999\",\n            \"label\": \"Phone Number\",\n            \"key\": \"phoneNumber\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"defaultValue\": \"\",\n            \"validate\": {\n                \"required\": false\n            },\n            \"type\": \"phoneNumber\",\n            \"conditional\": {\n                \"eq\": \"\",\n                \"when\": null,\n                \"show\": \"\"\n            },\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"label\": \"Submit\",\n            \"tableView\": false,\n            \"key\": \"submit\",\n            \"size\": \"md\",\n            \"leftIcon\": \"\",\n            \"rightIcon\": \"\",\n            \"block\": false,\n            \"action\": \"submit\",\n            \"disableOnInvalid\": false,\n            \"theme\": \"primary\",\n            \"type\": \"button\"\n        }\n    ],\n    \"revisions\": \"original\",\n    \"_vid\": 1,\n    \"_id\": \"5fc7c25a2a992abe68b247b4\",\n    \"title\": \"navigating\",\n    \"display\": \"form\",\n    \"name\": \"synthesize\",\n    \"path\": \"iterate\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        }\n    ],\n    \"submissionAccess\": [],\n    \"created\": \"2020-12-02T16:35:38.683Z\",\n    \"modified\": \"2020-12-02T16:37:45.233Z\",\n    \"machineName\": \"proj366:synthesize\"\n}"}],"_postman_id":"17888f98-5b74-4372-b001-984031332dc5"},{"name":"Get Form Revisions","event":[{"listen":"test","script":{"id":"d2985186-e228-4450-8226-ce8d5ed134ed","exec":["var response = JSON.parse(responseBody);","pm.globals.set('revisionNumber', response[0]._vid);"],"type":"text/javascript"}}],"id":"1e7e0fe2-0305-400f-963a-cf080cafaa79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/v","description":"<p>This API will fetch all revisions for a specific form.</p>\n","urlObject":{"path":["form","{{formId}}","v"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f59c2337-d18c-4f95-b700-ae28a4aa3fe9","name":"Get Form Revisions","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/v"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MTQzLCJleHAiOjE2MDY5NDE1NDN9.UPLwDNKDudotIphfGlRM-5gSslyBpSei71daxg7DzGM"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-0/1"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2284"},{"key":"ETag","value":"W/\"8ec-BzhKp6IzE5tO/Et6WjY9G7JQ6/c\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:39:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7c2d02a992abe68b247b6\",\n        \"type\": \"form\",\n        \"tags\": [\n            \"register\"\n        ],\n        \"owner\": \"5fc7beeb2a992abe68b2475c\",\n        \"components\": [\n            {\n                \"input\": true,\n                \"tableView\": true,\n                \"inputType\": \"text\",\n                \"inputMask\": \"\",\n                \"label\": \"First Name\",\n                \"key\": \"firstName\",\n                \"placeholder\": \"\",\n                \"prefix\": \"\",\n                \"suffix\": \"\",\n                \"multiple\": false,\n                \"defaultValue\": \"\",\n                \"protected\": false,\n                \"unique\": false,\n                \"persistent\": true,\n                \"validate\": {\n                    \"required\": false,\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\",\n                    \"pattern\": \"\",\n                    \"custom\": \"\",\n                    \"customPrivate\": false\n                },\n                \"conditional\": {\n                    \"show\": \"\",\n                    \"when\": null,\n                    \"eq\": \"\"\n                },\n                \"type\": \"textfield\",\n                \"tags\": [],\n                \"lockKey\": true,\n                \"isNew\": false\n            },\n            {\n                \"input\": true,\n                \"tableView\": true,\n                \"inputType\": \"text\",\n                \"inputMask\": \"\",\n                \"label\": \"Last Name\",\n                \"key\": \"lastName\",\n                \"placeholder\": \"\",\n                \"prefix\": \"\",\n                \"suffix\": \"\",\n                \"multiple\": false,\n                \"defaultValue\": \"\",\n                \"protected\": false,\n                \"unique\": false,\n                \"persistent\": true,\n                \"validate\": {\n                    \"required\": false,\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\",\n                    \"pattern\": \"\",\n                    \"custom\": \"\",\n                    \"customPrivate\": false\n                },\n                \"conditional\": {\n                    \"show\": \"\",\n                    \"when\": null,\n                    \"eq\": \"\"\n                },\n                \"type\": \"textfield\",\n                \"tags\": [],\n                \"lockKey\": true,\n                \"isNew\": false\n            },\n            {\n                \"input\": true,\n                \"tableView\": true,\n                \"inputType\": \"email\",\n                \"label\": \"Email\",\n                \"key\": \"email\",\n                \"placeholder\": \"Enter your email address\",\n                \"prefix\": \"\",\n                \"suffix\": \"\",\n                \"defaultValue\": \"\",\n                \"protected\": false,\n                \"unique\": false,\n                \"persistent\": true,\n                \"kickbox\": {\n                    \"enabled\": false\n                },\n                \"type\": \"email\",\n                \"lockKey\": true,\n                \"isNew\": false\n            },\n            {\n                \"input\": true,\n                \"tableView\": true,\n                \"inputMask\": \"(999) 999-9999\",\n                \"label\": \"Phone Number\",\n                \"key\": \"phoneNumber\",\n                \"placeholder\": \"\",\n                \"prefix\": \"\",\n                \"suffix\": \"\",\n                \"multiple\": false,\n                \"protected\": false,\n                \"unique\": false,\n                \"persistent\": true,\n                \"defaultValue\": \"\",\n                \"validate\": {\n                    \"required\": false\n                },\n                \"type\": \"phoneNumber\",\n                \"conditional\": {\n                    \"eq\": \"\",\n                    \"when\": null,\n                    \"show\": \"\"\n                },\n                \"tags\": [],\n                \"lockKey\": true,\n                \"isNew\": false\n            },\n            {\n                \"input\": true,\n                \"label\": \"Submit\",\n                \"tableView\": false,\n                \"key\": \"submit\",\n                \"size\": \"md\",\n                \"leftIcon\": \"\",\n                \"rightIcon\": \"\",\n                \"block\": false,\n                \"action\": \"submit\",\n                \"disableOnInvalid\": false,\n                \"theme\": \"primary\",\n                \"type\": \"button\"\n            }\n        ],\n        \"revisions\": \"original\",\n        \"_vid\": 1,\n        \"_vnote\": \"\",\n        \"_vuser\": \"user522\",\n        \"title\": \"navigating\",\n        \"display\": \"form\",\n        \"name\": \"synthesize\",\n        \"path\": \"iterate\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\",\n                    \"5fc7befe2a992abe68b24767\",\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"submissionAccess\": [],\n        \"created\": \"2020-12-02T16:35:38.683Z\",\n        \"modified\": \"2020-12-02T16:37:36.283Z\",\n        \"_rid\": \"5fc7c25a2a992abe68b247b4\"\n    }\n]"}],"_postman_id":"1e7e0fe2-0305-400f-963a-cf080cafaa79"},{"name":"Get Specific Form Revision","event":[{"listen":"test","script":{"id":"bb916cef-f395-4e91-8715-ceb1455e85d4","exec":[""],"type":"text/javascript"}}],"id":"25fb5b42-6771-4ec9-97d3-775cb19ec128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/form/{{formId}}/v/{{revisionNumber}}","description":"<p>This API request will fetch the form JSON for a specific form revision.</p>\n","urlObject":{"path":["form","{{formId}}","v","{{revisionNumber}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"97dc93f1-c58c-4d7e-a5ff-84e404fbe8ac","name":"Get Specific Form Revision","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/form/{{formId}}/v/{{revisionNumber}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MTY5LCJleHAiOjE2MDY5NDE1Njl9.6DbqLZ7iJ653GKYrCOKYRf_bkyCqQ0_yHo66VtssxPk"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2282"},{"key":"ETag","value":"W/\"8ea-CpgJLmOfj3blrtpq+7j3Fb3+7iU\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:39:29 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c2d02a992abe68b247b6\",\n    \"type\": \"form\",\n    \"tags\": [\n        \"register\"\n    ],\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"components\": [\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"First Name\",\n            \"key\": \"firstName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": false,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"text\",\n            \"inputMask\": \"\",\n            \"label\": \"Last Name\",\n            \"key\": \"lastName\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"validate\": {\n                \"required\": false,\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"pattern\": \"\",\n                \"custom\": \"\",\n                \"customPrivate\": false\n            },\n            \"conditional\": {\n                \"show\": \"\",\n                \"when\": null,\n                \"eq\": \"\"\n            },\n            \"type\": \"textfield\",\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputType\": \"email\",\n            \"label\": \"Email\",\n            \"key\": \"email\",\n            \"placeholder\": \"Enter your email address\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"defaultValue\": \"\",\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"kickbox\": {\n                \"enabled\": false\n            },\n            \"type\": \"email\",\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"tableView\": true,\n            \"inputMask\": \"(999) 999-9999\",\n            \"label\": \"Phone Number\",\n            \"key\": \"phoneNumber\",\n            \"placeholder\": \"\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"multiple\": false,\n            \"protected\": false,\n            \"unique\": false,\n            \"persistent\": true,\n            \"defaultValue\": \"\",\n            \"validate\": {\n                \"required\": false\n            },\n            \"type\": \"phoneNumber\",\n            \"conditional\": {\n                \"eq\": \"\",\n                \"when\": null,\n                \"show\": \"\"\n            },\n            \"tags\": [],\n            \"lockKey\": true,\n            \"isNew\": false\n        },\n        {\n            \"input\": true,\n            \"label\": \"Submit\",\n            \"tableView\": false,\n            \"key\": \"submit\",\n            \"size\": \"md\",\n            \"leftIcon\": \"\",\n            \"rightIcon\": \"\",\n            \"block\": false,\n            \"action\": \"submit\",\n            \"disableOnInvalid\": false,\n            \"theme\": \"primary\",\n            \"type\": \"button\"\n        }\n    ],\n    \"revisions\": \"original\",\n    \"_vid\": 1,\n    \"_vnote\": \"\",\n    \"_vuser\": \"user522\",\n    \"title\": \"navigating\",\n    \"display\": \"form\",\n    \"name\": \"synthesize\",\n    \"path\": \"iterate\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7befe2a992abe68b24766\",\n                \"5fc7befe2a992abe68b24767\",\n                \"5fc7befe2a992abe68b24768\"\n            ],\n            \"type\": \"read_all\"\n        }\n    ],\n    \"submissionAccess\": [],\n    \"created\": \"2020-12-02T16:35:38.683Z\",\n    \"modified\": \"2020-12-02T16:37:36.283Z\",\n    \"_rid\": \"5fc7c25a2a992abe68b247b4\"\n}"}],"_postman_id":"25fb5b42-6771-4ec9-97d3-775cb19ec128"},{"name":"List Forms with Tag","id":"cd97fc97-7a86-aa65-8e5a-3e9e6eb4a22d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form?tags=register","description":"<p>Form Tagging allows you to tag forms that should be grouped together. This is very useful within your application if you wish to create sections where users only see certain forms within your project.</p>\n<p>You can search which forms have a certain tag by using the following.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://myproject.form.io/form?tags=testing\n\n</code></pre><p>If you need to search for forms that have multiple tags, then you can use the <code>__in</code> modifier and then add all the tags with commas.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://myproject.form.io/form?tags__in=testing,hello\n\n</code></pre>","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[{"key":"tags","value":"register"}],"variable":[]}},"response":[{"id":"4d311953-8e66-43ca-bab5-651f9a59bca3","name":"List Forms with Tag","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":{"raw":"{{projectUrl}}/form?tags=register","host":["{{projectUrl}}"],"path":["form"],"query":[{"key":"tags","value":"register"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MTg0LCJleHAiOjE2MDY5NDE1ODR9.ZvnKC88RT_3gq45lhhb4ZWRKfnNLuDBj5i1RitxJlmM"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-0/1"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2254"},{"key":"ETag","value":"W/\"8ce-UnU9GQjlaB8SjRq/NDDfzDaKyqg\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:39:44 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7c25a2a992abe68b247b4\",\n        \"type\": \"form\",\n        \"tags\": [\n            \"register\"\n        ],\n        \"owner\": \"5fc7beeb2a992abe68b2475c\",\n        \"components\": [\n            {\n                \"input\": true,\n                \"tableView\": true,\n                \"inputType\": \"text\",\n                \"inputMask\": \"\",\n                \"label\": \"First Name\",\n                \"key\": \"firstName\",\n                \"placeholder\": \"\",\n                \"prefix\": \"\",\n                \"suffix\": \"\",\n                \"multiple\": false,\n                \"defaultValue\": \"\",\n                \"protected\": false,\n                \"unique\": false,\n                \"persistent\": true,\n                \"validate\": {\n                    \"required\": false,\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\",\n                    \"pattern\": \"\",\n                    \"custom\": \"\",\n                    \"customPrivate\": false\n                },\n                \"conditional\": {\n                    \"show\": \"\",\n                    \"when\": null,\n                    \"eq\": \"\"\n                },\n                \"type\": \"textfield\",\n                \"tags\": [],\n                \"lockKey\": true,\n                \"isNew\": false\n            },\n            {\n                \"input\": true,\n                \"tableView\": true,\n                \"inputType\": \"text\",\n                \"inputMask\": \"\",\n                \"label\": \"Last Name\",\n                \"key\": \"lastName\",\n                \"placeholder\": \"\",\n                \"prefix\": \"\",\n                \"suffix\": \"\",\n                \"multiple\": false,\n                \"defaultValue\": \"\",\n                \"protected\": false,\n                \"unique\": false,\n                \"persistent\": true,\n                \"validate\": {\n                    \"required\": false,\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\",\n                    \"pattern\": \"\",\n                    \"custom\": \"\",\n                    \"customPrivate\": false\n                },\n                \"conditional\": {\n                    \"show\": \"\",\n                    \"when\": null,\n                    \"eq\": \"\"\n                },\n                \"type\": \"textfield\",\n                \"tags\": [],\n                \"lockKey\": true,\n                \"isNew\": false\n            },\n            {\n                \"input\": true,\n                \"tableView\": true,\n                \"inputType\": \"email\",\n                \"label\": \"Email\",\n                \"key\": \"email\",\n                \"placeholder\": \"Enter your email address\",\n                \"prefix\": \"\",\n                \"suffix\": \"\",\n                \"defaultValue\": \"\",\n                \"protected\": false,\n                \"unique\": false,\n                \"persistent\": true,\n                \"kickbox\": {\n                    \"enabled\": false\n                },\n                \"type\": \"email\",\n                \"lockKey\": true,\n                \"isNew\": false\n            },\n            {\n                \"input\": true,\n                \"tableView\": true,\n                \"inputMask\": \"(999) 999-9999\",\n                \"label\": \"Phone Number\",\n                \"key\": \"phoneNumber\",\n                \"placeholder\": \"\",\n                \"prefix\": \"\",\n                \"suffix\": \"\",\n                \"multiple\": false,\n                \"protected\": false,\n                \"unique\": false,\n                \"persistent\": true,\n                \"defaultValue\": \"\",\n                \"validate\": {\n                    \"required\": false\n                },\n                \"type\": \"phoneNumber\",\n                \"conditional\": {\n                    \"eq\": \"\",\n                    \"when\": null,\n                    \"show\": \"\"\n                },\n                \"tags\": [],\n                \"lockKey\": true,\n                \"isNew\": false\n            },\n            {\n                \"input\": true,\n                \"label\": \"Submit\",\n                \"tableView\": false,\n                \"key\": \"submit\",\n                \"size\": \"md\",\n                \"leftIcon\": \"\",\n                \"rightIcon\": \"\",\n                \"block\": false,\n                \"action\": \"submit\",\n                \"disableOnInvalid\": false,\n                \"theme\": \"primary\",\n                \"type\": \"button\"\n            }\n        ],\n        \"revisions\": \"original\",\n        \"_vid\": 1,\n        \"title\": \"navigating\",\n        \"display\": \"form\",\n        \"name\": \"synthesize\",\n        \"path\": \"iterate\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5fc7befe2a992abe68b24766\",\n                    \"5fc7befe2a992abe68b24767\",\n                    \"5fc7befe2a992abe68b24768\"\n                ],\n                \"type\": \"read_all\"\n            }\n        ],\n        \"submissionAccess\": [],\n        \"created\": \"2020-12-02T16:35:38.683Z\",\n        \"modified\": \"2020-12-02T16:38:48.542Z\",\n        \"machineName\": \"proj366:synthesize\"\n    }\n]"},{"id":"d074020a-fc84-eaef-7226-4fc6fbe24f5a","name":"List forms with tags","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{appUrl}}/form?tags=register","host":["{{appUrl}}"],"path":["form"],"query":[{"key":"tags","value":"register"}]}},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"690","description":""},{"name":"Content-Range","key":"Content-Range","value":"0-0/1","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:29:15 GMT","description":""},{"name":"Link","key":"Link","value":"","description":"","isLink":true},{"name":"Range-Unit","key":"Range-Unit","value":"items","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwOTU0LCJleHAiOjE1MDk1Nzg5NTR9._ohwJIKsBKVwqf22WOgFzsZYRuNlE-CD1kN7l-C65TY","description":""}],"cookie":[],"responseTime":"318","body":"[{\"_id\":\"57d0a0a676f943a4007e1525\",\"modified\":\"2016-09-07T23:20:24.763Z\",\"title\":\"Registration\",\"display\":\"form\",\"type\":\"form\",\"name\":\"register\",\"path\":\"register\",\"project\":\"57d0a03776f943a4007e1513\",\"created\":\"2016-09-07T23:20:06.920Z\",\"components\":[{\"input\":true,\"tableView\":true,\"inputType\":\"text\",\"inputMask\":\"\",\"label\":\"First Name\",\"key\":\"firstName\",\"placeholder\":\"\",\"prefix\":\"\",\"suffix\":\"\",\"multiple\":false,\"defaultValue\":\"\",\"protected\":false,\"unique\":false,\"persistent\":true,\"validate\":{\"required\":false,\"minLength\":\"\",\"maxLength\":\"\",\"pattern\":\"\",\"custom\":\"\",\"customPrivate\":false},\"conditional\":{\"show\":\"\",\"when\":null,\"eq\":\"\"},\"type\":\"textfield\",\"tags\":[],\"lockKey\":true,\"isNew\":false},{\"input\":true,\"tableView\":true,\"inputType\":\"text\",\"inputMask\":\"\",\"label\":\"Last Name\",\"key\":\"lastName\",\"placeholder\":\"\",\"prefix\":\"\",\"suffix\":\"\",\"multiple\":false,\"defaultValue\":\"\",\"protected\":false,\"unique\":false,\"persistent\":true,\"validate\":{\"required\":false,\"minLength\":\"\",\"maxLength\":\"\",\"pattern\":\"\",\"custom\":\"\",\"customPrivate\":false},\"conditional\":{\"show\":\"\",\"when\":null,\"eq\":\"\"},\"type\":\"textfield\",\"tags\":[],\"lockKey\":true,\"isNew\":false},{\"input\":true,\"tableView\":true,\"inputType\":\"email\",\"label\":\"Email\",\"key\":\"email\",\"placeholder\":\"Enter your email address\",\"prefix\":\"\",\"suffix\":\"\",\"defaultValue\":\"\",\"protected\":false,\"unique\":false,\"persistent\":true,\"kickbox\":{\"enabled\":false},\"type\":\"email\",\"lockKey\":true,\"isNew\":false},{\"input\":true,\"tableView\":true,\"inputMask\":\"(999) 999-9999\",\"label\":\"Phone Number\",\"key\":\"phoneNumber\",\"placeholder\":\"\",\"prefix\":\"\",\"suffix\":\"\",\"multiple\":false,\"protected\":false,\"unique\":false,\"persistent\":true,\"defaultValue\":\"\",\"validate\":{\"required\":false},\"type\":\"phoneNumber\",\"conditional\":{\"eq\":\"\",\"when\":null,\"show\":\"\"},\"tags\":[],\"lockKey\":true,\"isNew\":false},{\"input\":true,\"label\":\"Submit\",\"tableView\":false,\"key\":\"submit\",\"size\":\"md\",\"leftIcon\":\"\",\"rightIcon\":\"\",\"block\":false,\"action\":\"submit\",\"disableOnInvalid\":false,\"theme\":\"primary\",\"type\":\"button\"}],\"owner\":\"57d010fe76f943a4007e11da\",\"submissionAccess\":[],\"access\":[{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1516\",\"57d0a03776f943a4007e1515\",\"57d0a03776f943a4007e1514\"]}],\"tags\":[\"register\"]}]"}],"_postman_id":"cd97fc97-7a86-aa65-8e5a-3e9e6eb4a22d"},{"name":"Export Form Data","id":"d888c36d-87d0-4d4c-8e58-92fa04d9c851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/export","description":"<p>This request will export all submissions in the format of json or csv. To export the submissions in JSON add ?format=json to the end of the URI. To export the submission in CSV add ?format=csv to the end of the URI. By default the format is JSON</p>\n","urlObject":{"path":["form","{{formId}}","export"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"95ac2f5f-9db2-482f-a527-7cba19730d09","name":"Export Form Data (JSON)","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":{"raw":"{{projectUrl}}/form/{{formId}}/export?format=json","host":["{{projectUrl}}"],"path":["form","{{formId}}","export"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src *;frame-src *;child-src * blob: data:;worker-src * blob: data:;img-src * blob: data:;media-src *;script-src * 'unsafe-inline' 'unsafe-eval';style-src * 'unsafe-inline';font-src * blob: data:;connect-src *;base-uri 'self';block-all-mixed-content;form-action 'self';frame-ancestors 'self';object-src 'none';script-src-attr 'none'"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"origin,same-origin"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjY2MjZjMzY2MjMwMWQyNjQyNDUyOGViMiJ9LCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjMwMDAiLCJzdWIiOiI2NjI2YzM2NjIzMDFkMjY0MjQ1MjhlYjIiLCJqdGkiOiI2NjI2YzM2NjIzMDFkMjY0MjQ1MjhlZDUiLCJmb3JtIjp7Il9pZCI6IjY1OWQ4MzYzMjgyNDk0OWYyMGE4ODMwMSIsInByb2plY3QiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwicHJvamVjdCI6eyJfaWQiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwiaWF0IjoxNzEzODE3NDMwLCJleHAiOjE3MTM4MzE4MzB9.SXFtmN8F_3r6p7AcLAtIEt1U3R8F1YEN8Qdzt3wILpY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Disposition","value":"attachment; filename=export.json"},{"key":"Content-Type","value":"application/json"},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Mon, 22 Apr 2024 20:23:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6626c3c32301d26424529232\",\n        \"form\": \"6626c3a12301d2642452913a\",\n        \"owner\": \"6626c3662301d26424528eb2\",\n        \"deleted\": null,\n        \"roles\": [],\n        \"access\": [],\n        \"metadata\": {\n            \"headers\": {\n                \"content-type\": \"application/json\",\n                \"user-agent\": \"PostmanRuntime/7.37.3\",\n                \"accept\": \"*/*\",\n                \"cache-control\": \"no-cache\",\n                \"host\": \"localhost:3000\",\n                \"accept-encoding\": \"gzip, deflate, br\",\n                \"connection\": \"keep-alive\",\n                \"content-length\": \"126\"\n            }\n        },\n        \"data\": {\n            \"firstName\": \"James\",\n            \"email\": \"joe@example.com\",\n            \"phoneNumber\": \"(234) 342-2345\"\n        },\n        \"_fvid\": 1,\n        \"project\": \"6626c3752301d26424528eee\",\n        \"state\": \"submitted\",\n        \"externalIds\": [],\n        \"externalTokens\": [],\n        \"created\": \"2024-04-22T20:08:35.730Z\",\n        \"modified\": \"2024-04-22T20:09:24.785Z\",\n        \"__v\": 0\n    }\n]"},{"id":"1a235d4f-8352-43ac-8ca9-ddb7b68e3d56","name":"Export Form Data (CSV)","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":{"raw":"{{projectUrl}}/form/{{formId}}/export?format=csv","host":["{{projectUrl}}"],"path":["form","{{formId}}","export"],"query":[{"key":"format","value":"csv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src *;frame-src *;child-src * blob: data:;worker-src * blob: data:;img-src * blob: data:;media-src *;script-src * 'unsafe-inline' 'unsafe-eval';style-src * 'unsafe-inline';font-src * blob: data:;connect-src *;base-uri 'self';block-all-mixed-content;form-action 'self';frame-ancestors 'self';object-src 'none';script-src-attr 'none'"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"origin,same-origin"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjY2MjZjMzY2MjMwMWQyNjQyNDUyOGViMiJ9LCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjMwMDAiLCJzdWIiOiI2NjI2YzM2NjIzMDFkMjY0MjQ1MjhlYjIiLCJqdGkiOiI2NjI2YzM2NjIzMDFkMjY0MjQ1MjhlZDUiLCJmb3JtIjp7Il9pZCI6IjY1OWQ4MzYzMjgyNDk0OWYyMGE4ODMwMSIsInByb2plY3QiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwicHJvamVjdCI6eyJfaWQiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwiaWF0IjoxNzEzODE3NDYxLCJleHAiOjE3MTM4MzE4NjF9.qfEOQPX5A-bvUi8zZ18y1CqiyB8YbjDgerKJJCO1jLs"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Disposition","value":"attachment; filename=export.csv"},{"key":"Content-Type","value":"text/csv"},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Mon, 22 Apr 2024 20:24:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"_id\",\"created\",\"modified\",\"firstName\",\"lastName\",\"email\",\"phoneNumber\"\n\"6626c3c32301d26424529232\",\"2024-04-22 08:08 PM UTC\",\"2024-04-22 08:09 PM UTC\",\"James\",,\"joe@example.com\",\"(234) 342-2345\"\n"}],"_postman_id":"d888c36d-87d0-4d4c-8e58-92fa04d9c851"}],"id":"07642056-2733-fd31-1349-3c07ae22bccd","description":"<p>The form API allows you to create both <em><strong>Resources</strong></em> and <em><strong>Forms</strong></em> using the Form.io API</p>\n","event":[{"listen":"prerequest","script":{"id":"b762d8dd-e0dc-404d-8154-6dfae659b578","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fa72723b-e704-4c61-a821-cc0cf32410d6","type":"text/javascript","exec":[""]}}],"_postman_id":"07642056-2733-fd31-1349-3c07ae22bccd"},{"name":"Action API","item":[{"name":"Get a list of all available Actions","id":"9515276c-a3cb-400b-b7fd-3ab6db4821f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/actions","description":"<p>This request will return all actions available to be added to a form.</p>\n","urlObject":{"path":["form","{{formId}}","actions"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"128fb2dd-f6f2-49c1-8894-1b49f66f12bd","name":"Get a list of all available Actions","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/actions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MjE1LCJleHAiOjE2MDY5NDE2MTV9.bundwnZWhuePwcBunthR8z3xxX7XaU_g5oZ0H4RhEI8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3361"},{"key":"ETag","value":"W/\"d21-/yp33Xn0zNbrozxgJjKtnAPV0iw\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:40:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"email\",\n        \"title\": \"Email\",\n        \"description\": \"Allows you to email people on submission.\",\n        \"priority\": 0,\n        \"defaults\": {\n            \"handler\": [\n                \"after\"\n            ],\n            \"method\": [\n                \"create\"\n            ],\n            \"priority\": 0,\n            \"name\": \"email\",\n            \"title\": \"Email\"\n        }\n    },\n    {\n        \"name\": \"login\",\n        \"title\": \"Login\",\n        \"description\": \"Provides a way to login to the application.\",\n        \"priority\": 2,\n        \"defaults\": {\n            \"handler\": [\n                \"before\"\n            ],\n            \"method\": [\n                \"create\"\n            ],\n            \"priority\": 2,\n            \"name\": \"login\",\n            \"title\": \"Login\"\n        },\n        \"access\": {\n            \"handler\": false,\n            \"method\": false\n        }\n    },\n    {\n        \"name\": \"resetpass\",\n        \"title\": \"Reset Password\",\n        \"description\": \"Provides a way to reset a password field.\",\n        \"defaults\": {\n            \"handler\": [\n                \"after\",\n                \"before\"\n            ],\n            \"method\": [\n                \"form\",\n                \"create\"\n            ],\n            \"priority\": 0,\n            \"name\": \"resetpass\",\n            \"title\": \"Reset Password\"\n        },\n        \"access\": {\n            \"handler\": false,\n            \"method\": false\n        }\n    },\n    {\n        \"name\": \"role\",\n        \"title\": \"Role Assignment\",\n        \"description\": \"Provides the Role Assignment capabilities.\",\n        \"priority\": 1,\n        \"defaults\": {\n            \"handler\": [\n                \"after\"\n            ],\n            \"method\": [\n                \"create\"\n            ],\n            \"priority\": 1,\n            \"name\": \"role\",\n            \"title\": \"Role Assignment\"\n        },\n        \"access\": {\n            \"handler\": false,\n            \"method\": false\n        }\n    },\n    {\n        \"name\": \"save\",\n        \"title\": \"Save Submission\",\n        \"description\": \"Saves the submission into the database.\",\n        \"priority\": 10,\n        \"defaults\": {\n            \"handler\": [\n                \"before\"\n            ],\n            \"method\": [\n                \"create\",\n                \"update\"\n            ],\n            \"priority\": 10,\n            \"name\": \"save\",\n            \"title\": \"Save Submission\"\n        },\n        \"access\": {\n            \"handler\": false,\n            \"method\": false\n        }\n    },\n    {\n        \"name\": \"sql\",\n        \"title\": \"SQL Query\",\n        \"description\": \"Allows you to execute a remote SQL Query.\",\n        \"priority\": 0,\n        \"defaults\": {\n            \"handler\": [\n                \"after\"\n            ],\n            \"method\": [\n                \"create\"\n            ],\n            \"priority\": 0,\n            \"name\": \"sql\",\n            \"title\": \"SQL Query\"\n        }\n    },\n    {\n        \"name\": \"webhook\",\n        \"title\": \"Webhook (Premium)\",\n        \"description\": \"Allows you to trigger an external interface.\",\n        \"priority\": 0,\n        \"defaults\": {\n            \"handler\": [\n                \"after\"\n            ],\n            \"method\": [\n                \"create\",\n                \"update\",\n                \"delete\"\n            ],\n            \"priority\": 0,\n            \"name\": \"webhook\",\n            \"title\": \"Webhook (Premium)\"\n        },\n        \"premium\": true\n    },\n    {\n        \"name\": \"oauth\",\n        \"title\": \"OAuth (Premium)\",\n        \"description\": \"Provides OAuth authentication behavior to this form.\",\n        \"priority\": 20,\n        \"defaults\": {\n            \"handler\": [\n                \"after\"\n            ],\n            \"method\": [\n                \"form\",\n                \"create\"\n            ],\n            \"priority\": 20,\n            \"name\": \"oauth\",\n            \"title\": \"OAuth (Premium)\"\n        },\n        \"premium\": true\n    },\n    {\n        \"name\": \"ldap\",\n        \"title\": \"LDAP Login (Premium)\",\n        \"description\": \"Provides ldap login.\",\n        \"priority\": 3,\n        \"defaults\": {\n            \"handler\": [\n                \"before\"\n            ],\n            \"method\": [\n                \"create\"\n            ],\n            \"priority\": 3,\n            \"name\": \"ldap\",\n            \"title\": \"LDAP Login (Premium)\"\n        },\n        \"premium\": true\n    },\n    {\n        \"name\": \"googlesheet\",\n        \"title\": \"Google Sheets (Premium)\",\n        \"description\": \"Allows you to integrate data into Google sheets.\",\n        \"priority\": 0,\n        \"defaults\": {\n            \"handler\": [\n                \"after\"\n            ],\n            \"method\": [\n                \"create\",\n                \"update\",\n                \"delete\"\n            ],\n            \"priority\": 0,\n            \"name\": \"googlesheet\",\n            \"title\": \"Google Sheets (Premium)\"\n        },\n        \"premium\": true\n    },\n    {\n        \"name\": \"sqlconnector\",\n        \"title\": \"SQL Connector (Premium)\",\n        \"description\": \"Allows you to execute a remote SQL Query via Resquel.\",\n        \"priority\": 0,\n        \"defaults\": {\n            \"handler\": [\n                \"after\"\n            ],\n            \"method\": [\n                \"create\",\n                \"update\",\n                \"delete\"\n            ],\n            \"priority\": 0,\n            \"name\": \"sqlconnector\",\n            \"title\": \"SQL Connector (Premium)\"\n        },\n        \"premium\": true\n    },\n    {\n        \"name\": \"group\",\n        \"title\": \"Group Assignment (Premium)\",\n        \"premium\": true,\n        \"description\": \"Provides the Group Assignment capabilities.\",\n        \"priority\": 5,\n        \"defaults\": {\n            \"handler\": [\n                \"after\"\n            ],\n            \"method\": [\n                \"create\",\n                \"update\",\n                \"delete\"\n            ],\n            \"priority\": 5,\n            \"name\": \"group\",\n            \"title\": \"Group Assignment (Premium)\"\n        },\n        \"access\": {\n            \"handler\": false,\n            \"method\": false\n        }\n    },\n    {\n        \"name\": \"twilioSMS\",\n        \"title\": \"Twilio SMS (Premium)\",\n        \"premium\": true,\n        \"description\": \"Allows you to send SMS to phone numbers.\",\n        \"priority\": 0,\n        \"defaults\": {\n            \"handler\": [\n                \"after\"\n            ],\n            \"method\": [\n                \"create\"\n            ],\n            \"priority\": 0,\n            \"name\": \"twilioSMS\",\n            \"title\": \"Twilio SMS (Premium)\"\n        }\n    }\n]"}],"_postman_id":"9515276c-a3cb-400b-b7fd-3ab6db4821f0"},{"name":"Get specific action Information","id":"cb8f638d-351b-49c7-ab47-32eb55031994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/actions/email","description":"<p>This API will retrieve the Action information for a specific action type.</p>\n<p>The \"settingsForm\" is used to render the settings form for configuring the specific settings for this form.</p>\n","urlObject":{"path":["form","{{formId}}","actions","email"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e8125c8a-e4c1-4ed0-8215-851240ad0a40","name":"Get specific action Information","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/actions/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MjMwLCJleHAiOjE2MDY5NDE2MzB9.xxI6BgKdQtbSQHw5LZu0ON2Nc5qmB0jue2daEypkvT8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9773"},{"key":"ETag","value":"W/\"262d-RgJ1sRsiEJ634g3FsWEN1QyqZxs\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:40:30 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"email\",\n    \"title\": \"Email\",\n    \"description\": \"Allows you to email people on submission.\",\n    \"priority\": 0,\n    \"defaults\": {\n        \"handler\": [\n            \"after\"\n        ],\n        \"method\": [\n            \"create\"\n        ],\n        \"priority\": 0,\n        \"name\": \"email\",\n        \"title\": \"Email\"\n    },\n    \"settingsForm\": {\n        \"components\": [\n            {\n                \"type\": \"hidden\",\n                \"input\": true,\n                \"key\": \"priority\"\n            },\n            {\n                \"type\": \"hidden\",\n                \"input\": true,\n                \"key\": \"name\"\n            },\n            {\n                \"type\": \"textfield\",\n                \"input\": true,\n                \"label\": \"Title\",\n                \"key\": \"title\"\n            },\n            {\n                \"type\": \"fieldset\",\n                \"input\": false,\n                \"tree\": true,\n                \"legend\": \"Action Settings\",\n                \"components\": [\n                    {\n                        \"input\": false,\n                        \"type\": \"container\",\n                        \"key\": \"settings\",\n                        \"components\": [\n                            {\n                                \"type\": \"select\",\n                                \"input\": true,\n                                \"label\": \"Transport\",\n                                \"key\": \"transport\",\n                                \"placeholder\": \"Select the email transport.\",\n                                \"template\": \"<span>{{ item.title }}</span>\",\n                                \"defaultValue\": \"default\",\n                                \"dataSrc\": \"json\",\n                                \"data\": {\n                                    \"json\": \"[{\\\"transport\\\":\\\"default\\\",\\\"title\\\":\\\"Default (charges may apply)\\\"}]\"\n                                },\n                                \"valueProperty\": \"transport\",\n                                \"multiple\": false,\n                                \"validate\": {\n                                    \"required\": true\n                                }\n                            },\n                            {\n                                \"label\": \"From:\",\n                                \"key\": \"from\",\n                                \"inputType\": \"text\",\n                                \"defaultValue\": \"no-reply@form.io\",\n                                \"input\": true,\n                                \"placeholder\": \"Send the email from the following address\",\n                                \"type\": \"textfield\",\n                                \"multiple\": false\n                            },\n                            {\n                                \"label\": \"To: Email Address\",\n                                \"key\": \"emails\",\n                                \"inputType\": \"text\",\n                                \"defaultValue\": \"\",\n                                \"input\": true,\n                                \"placeholder\": \"Send to the following email\",\n                                \"type\": \"textfield\",\n                                \"multiple\": true,\n                                \"validate\": {\n                                    \"required\": true\n                                }\n                            },\n                            {\n                                \"label\": \"Send a separate email to each recipient\",\n                                \"key\": \"sendEach\",\n                                \"type\": \"checkbox\",\n                                \"input\": true\n                            },\n                            {\n                                \"label\": \"Cc: Email Address\",\n                                \"key\": \"cc\",\n                                \"inputType\": \"text\",\n                                \"defaultValue\": \"\",\n                                \"input\": true,\n                                \"placeholder\": \"Send copy of the email to the following email\",\n                                \"type\": \"textfield\",\n                                \"multiple\": true\n                            },\n                            {\n                                \"label\": \"Bcc: Email Address\",\n                                \"key\": \"bcc\",\n                                \"inputType\": \"text\",\n                                \"defaultValue\": \"\",\n                                \"input\": true,\n                                \"placeholder\": \"Send blink copy of the email to the following email (other recipients will not see this)\",\n                                \"type\": \"textfield\",\n                                \"multiple\": true\n                            },\n                            {\n                                \"label\": \"Subject\",\n                                \"key\": \"subject\",\n                                \"inputType\": \"text\",\n                                \"defaultValue\": \"New submission for {{ form.title }}.\",\n                                \"input\": true,\n                                \"placeholder\": \"Email subject\",\n                                \"type\": \"textfield\",\n                                \"multiple\": false\n                            },\n                            {\n                                \"label\": \"Email Template URL\",\n                                \"key\": \"template\",\n                                \"inputType\": \"text\",\n                                \"defaultValue\": \"https://pro.formview.io/assets/email.html\",\n                                \"placeholder\": \"Enter a URL for your external email template.\",\n                                \"type\": \"textfield\",\n                                \"multiple\": false\n                            },\n                            {\n                                \"label\": \"Message\",\n                                \"key\": \"message\",\n                                \"type\": \"textarea\",\n                                \"defaultValue\": \"{{ submission(data, form.components) }}\",\n                                \"multiple\": false,\n                                \"rows\": 3,\n                                \"placeholder\": \"Enter the message you would like to send.\",\n                                \"input\": true\n                            },\n                            {\n                                \"type\": \"checkbox\",\n                                \"input\": true,\n                                \"key\": \"attachFiles\",\n                                \"label\": \"Attach Submission Files\",\n                                \"tooltip\": \"Check this if you would like to attach submission files to the email.\"\n                            },\n                            {\n                                \"type\": \"checkbox\",\n                                \"input\": true,\n                                \"key\": \"attachPDF\",\n                                \"label\": \"Attach Submission PDF\",\n                                \"tooltip\": \"Check this if you would like to attach a PDF of the submission to the email. This will count toward your PDF Submission count for every email sent.\"\n                            },\n                            {\n                                \"type\": \"textfield\",\n                                \"input\": true,\n                                \"key\": \"pdfName\",\n                                \"label\": \"PDF File Name\",\n                                \"defaultValue\": \"{{ form.name }}-{{ submission._id }}\",\n                                \"tooltip\": \"Determines how the submission PDF is named when it is attached.\",\n                                \"customConditional\": \"show = !!data.settings.attachPDF;\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"type\": \"fieldset\",\n                \"input\": false,\n                \"tree\": false,\n                \"key\": \"conditions\",\n                \"legend\": \"Action Execution\",\n                \"components\": [\n                    {\n                        \"type\": \"select\",\n                        \"input\": true,\n                        \"key\": \"handler\",\n                        \"label\": \"Handler\",\n                        \"placeholder\": \"Select which handler(s) you would like to trigger\",\n                        \"dataSrc\": \"json\",\n                        \"data\": {\n                            \"json\": \"[{\\\"name\\\":\\\"before\\\",\\\"title\\\":\\\"Before\\\"},{\\\"name\\\":\\\"after\\\",\\\"title\\\":\\\"After\\\"}]\"\n                        },\n                        \"template\": \"<span>{{ item.title }}</span>\",\n                        \"valueProperty\": \"name\",\n                        \"multiple\": true\n                    },\n                    {\n                        \"type\": \"select\",\n                        \"input\": true,\n                        \"label\": \"Methods\",\n                        \"key\": \"method\",\n                        \"placeholder\": \"Trigger action on method(s)\",\n                        \"dataSrc\": \"json\",\n                        \"data\": {\n                            \"json\": \"[{\\\"name\\\":\\\"create\\\",\\\"title\\\":\\\"Create\\\"},{\\\"name\\\":\\\"update\\\",\\\"title\\\":\\\"Update\\\"},{\\\"name\\\":\\\"read\\\",\\\"title\\\":\\\"Read\\\"},{\\\"name\\\":\\\"delete\\\",\\\"title\\\":\\\"Delete\\\"},{\\\"name\\\":\\\"index\\\",\\\"title\\\":\\\"Index\\\"}]\"\n                        },\n                        \"template\": \"<span>{{ item.title }}</span>\",\n                        \"valueProperty\": \"name\",\n                        \"multiple\": true\n                    }\n                ]\n            },\n            {\n                \"key\": \"fieldset\",\n                \"type\": \"fieldset\",\n                \"input\": false,\n                \"tree\": false,\n                \"legend\": \"Action Conditions (optional)\",\n                \"components\": [\n                    {\n                        \"type\": \"container\",\n                        \"key\": \"condition\",\n                        \"input\": false,\n                        \"tree\": true,\n                        \"components\": [\n                            {\n                                \"key\": \"columns\",\n                                \"type\": \"columns\",\n                                \"input\": false,\n                                \"columns\": [\n                                    {\n                                        \"components\": [\n                                            {\n                                                \"type\": \"select\",\n                                                \"input\": true,\n                                                \"label\": \"Trigger this action only if field\",\n                                                \"key\": \"field\",\n                                                \"placeholder\": \"Select the conditional field\",\n                                                \"template\": \"<span>{{ item.label || item.key }}</span>\",\n                                                \"dataSrc\": \"json\",\n                                                \"data\": {\n                                                    \"json\": \"[{\\\"key\\\":\\\"\\\"},{\\\"input\\\":true,\\\"tableView\\\":true,\\\"inputType\\\":\\\"text\\\",\\\"inputMask\\\":\\\"\\\",\\\"label\\\":\\\"First Name\\\",\\\"key\\\":\\\"firstName\\\",\\\"placeholder\\\":\\\"\\\",\\\"prefix\\\":\\\"\\\",\\\"suffix\\\":\\\"\\\",\\\"multiple\\\":false,\\\"defaultValue\\\":\\\"\\\",\\\"protected\\\":false,\\\"unique\\\":false,\\\"persistent\\\":true,\\\"validate\\\":{\\\"required\\\":false,\\\"minLength\\\":\\\"\\\",\\\"maxLength\\\":\\\"\\\",\\\"pattern\\\":\\\"\\\",\\\"custom\\\":\\\"\\\",\\\"customPrivate\\\":false},\\\"conditional\\\":{\\\"show\\\":\\\"\\\",\\\"when\\\":null,\\\"eq\\\":\\\"\\\"},\\\"type\\\":\\\"textfield\\\",\\\"tags\\\":[],\\\"lockKey\\\":true,\\\"isNew\\\":false},{\\\"input\\\":true,\\\"tableView\\\":true,\\\"inputType\\\":\\\"text\\\",\\\"inputMask\\\":\\\"\\\",\\\"label\\\":\\\"Last Name\\\",\\\"key\\\":\\\"lastName\\\",\\\"placeholder\\\":\\\"\\\",\\\"prefix\\\":\\\"\\\",\\\"suffix\\\":\\\"\\\",\\\"multiple\\\":false,\\\"defaultValue\\\":\\\"\\\",\\\"protected\\\":false,\\\"unique\\\":false,\\\"persistent\\\":true,\\\"validate\\\":{\\\"required\\\":false,\\\"minLength\\\":\\\"\\\",\\\"maxLength\\\":\\\"\\\",\\\"pattern\\\":\\\"\\\",\\\"custom\\\":\\\"\\\",\\\"customPrivate\\\":false},\\\"conditional\\\":{\\\"show\\\":\\\"\\\",\\\"when\\\":null,\\\"eq\\\":\\\"\\\"},\\\"type\\\":\\\"textfield\\\",\\\"tags\\\":[],\\\"lockKey\\\":true,\\\"isNew\\\":false},{\\\"input\\\":true,\\\"tableView\\\":true,\\\"inputType\\\":\\\"email\\\",\\\"label\\\":\\\"Email\\\",\\\"key\\\":\\\"email\\\",\\\"placeholder\\\":\\\"Enter your email address\\\",\\\"prefix\\\":\\\"\\\",\\\"suffix\\\":\\\"\\\",\\\"defaultValue\\\":\\\"\\\",\\\"protected\\\":false,\\\"unique\\\":false,\\\"persistent\\\":true,\\\"kickbox\\\":{\\\"enabled\\\":false},\\\"type\\\":\\\"email\\\",\\\"lockKey\\\":true,\\\"isNew\\\":false},{\\\"input\\\":true,\\\"tableView\\\":true,\\\"inputMask\\\":\\\"(999) 999-9999\\\",\\\"label\\\":\\\"Phone Number\\\",\\\"key\\\":\\\"phoneNumber\\\",\\\"placeholder\\\":\\\"\\\",\\\"prefix\\\":\\\"\\\",\\\"suffix\\\":\\\"\\\",\\\"multiple\\\":false,\\\"protected\\\":false,\\\"unique\\\":false,\\\"persistent\\\":true,\\\"defaultValue\\\":\\\"\\\",\\\"validate\\\":{\\\"required\\\":false},\\\"type\\\":\\\"phoneNumber\\\",\\\"conditional\\\":{\\\"eq\\\":\\\"\\\",\\\"when\\\":null,\\\"show\\\":\\\"\\\"},\\\"tags\\\":[],\\\"lockKey\\\":true,\\\"isNew\\\":false},{\\\"input\\\":true,\\\"label\\\":\\\"Submit\\\",\\\"tableView\\\":false,\\\"key\\\":\\\"submit\\\",\\\"size\\\":\\\"md\\\",\\\"leftIcon\\\":\\\"\\\",\\\"rightIcon\\\":\\\"\\\",\\\"block\\\":false,\\\"action\\\":\\\"submit\\\",\\\"disableOnInvalid\\\":false,\\\"theme\\\":\\\"primary\\\",\\\"type\\\":\\\"button\\\"}]\"\n                                                },\n                                                \"valueProperty\": \"key\",\n                                                \"multiple\": false\n                                            },\n                                            {\n                                                \"type\": \"select\",\n                                                \"input\": true,\n                                                \"label\": \"\",\n                                                \"key\": \"eq\",\n                                                \"placeholder\": \"Select comparison\",\n                                                \"template\": \"<span>{{ item.label }}</span>\",\n                                                \"dataSrc\": \"values\",\n                                                \"data\": {\n                                                    \"values\": [\n                                                        {\n                                                            \"value\": \"\",\n                                                            \"label\": \"\"\n                                                        },\n                                                        {\n                                                            \"value\": \"equals\",\n                                                            \"label\": \"Equals\"\n                                                        },\n                                                        {\n                                                            \"value\": \"notEqual\",\n                                                            \"label\": \"Does Not Equal\"\n                                                        }\n                                                    ],\n                                                    \"json\": \"\",\n                                                    \"url\": \"\",\n                                                    \"resource\": \"\"\n                                                },\n                                                \"valueProperty\": \"value\",\n                                                \"multiple\": false\n                                            },\n                                            {\n                                                \"input\": true,\n                                                \"type\": \"textfield\",\n                                                \"inputType\": \"text\",\n                                                \"label\": \"\",\n                                                \"key\": \"value\",\n                                                \"placeholder\": \"Enter value\",\n                                                \"multiple\": false\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"components\": [\n                                            {\n                                                \"key\": \"well2\",\n                                                \"type\": \"well\",\n                                                \"input\": false,\n                                                \"components\": [\n                                                    {\n                                                        \"key\": \"html\",\n                                                        \"type\": \"htmlelement\",\n                                                        \"tag\": \"h4\",\n                                                        \"input\": false,\n                                                        \"content\": \"Or you can provide your own custom JavaScript or <a href=\\\"http://jsonlogic.com\\\" target=\\\"_blank\\\">JSON</a> condition logic here\",\n                                                        \"className\": \"\"\n                                                    },\n                                                    {\n                                                        \"label\": \"\",\n                                                        \"type\": \"textarea\",\n                                                        \"input\": true,\n                                                        \"key\": \"custom\",\n                                                        \"editorComponents\": [\n                                                            {\n                                                                \"input\": true,\n                                                                \"tableView\": true,\n                                                                \"inputType\": \"text\",\n                                                                \"inputMask\": \"\",\n                                                                \"label\": \"First Name\",\n                                                                \"key\": \"firstName\",\n                                                                \"placeholder\": \"\",\n                                                                \"prefix\": \"\",\n                                                                \"suffix\": \"\",\n                                                                \"multiple\": false,\n                                                                \"defaultValue\": \"\",\n                                                                \"protected\": false,\n                                                                \"unique\": false,\n                                                                \"persistent\": true,\n                                                                \"validate\": {\n                                                                    \"required\": false,\n                                                                    \"minLength\": \"\",\n                                                                    \"maxLength\": \"\",\n                                                                    \"pattern\": \"\",\n                                                                    \"custom\": \"\",\n                                                                    \"customPrivate\": false\n                                                                },\n                                                                \"conditional\": {\n                                                                    \"show\": \"\",\n                                                                    \"when\": null,\n                                                                    \"eq\": \"\"\n                                                                },\n                                                                \"type\": \"textfield\",\n                                                                \"tags\": [],\n                                                                \"lockKey\": true,\n                                                                \"isNew\": false\n                                                            },\n                                                            {\n                                                                \"input\": true,\n                                                                \"tableView\": true,\n                                                                \"inputType\": \"text\",\n                                                                \"inputMask\": \"\",\n                                                                \"label\": \"Last Name\",\n                                                                \"key\": \"lastName\",\n                                                                \"placeholder\": \"\",\n                                                                \"prefix\": \"\",\n                                                                \"suffix\": \"\",\n                                                                \"multiple\": false,\n                                                                \"defaultValue\": \"\",\n                                                                \"protected\": false,\n                                                                \"unique\": false,\n                                                                \"persistent\": true,\n                                                                \"validate\": {\n                                                                    \"required\": false,\n                                                                    \"minLength\": \"\",\n                                                                    \"maxLength\": \"\",\n                                                                    \"pattern\": \"\",\n                                                                    \"custom\": \"\",\n                                                                    \"customPrivate\": false\n                                                                },\n                                                                \"conditional\": {\n                                                                    \"show\": \"\",\n                                                                    \"when\": null,\n                                                                    \"eq\": \"\"\n                                                                },\n                                                                \"type\": \"textfield\",\n                                                                \"tags\": [],\n                                                                \"lockKey\": true,\n                                                                \"isNew\": false\n                                                            },\n                                                            {\n                                                                \"input\": true,\n                                                                \"tableView\": true,\n                                                                \"inputType\": \"email\",\n                                                                \"label\": \"Email\",\n                                                                \"key\": \"email\",\n                                                                \"placeholder\": \"Enter your email address\",\n                                                                \"prefix\": \"\",\n                                                                \"suffix\": \"\",\n                                                                \"defaultValue\": \"\",\n                                                                \"protected\": false,\n                                                                \"unique\": false,\n                                                                \"persistent\": true,\n                                                                \"kickbox\": {\n                                                                    \"enabled\": false\n                                                                },\n                                                                \"type\": \"email\",\n                                                                \"lockKey\": true,\n                                                                \"isNew\": false\n                                                            },\n                                                            {\n                                                                \"input\": true,\n                                                                \"tableView\": true,\n                                                                \"inputMask\": \"(999) 999-9999\",\n                                                                \"label\": \"Phone Number\",\n                                                                \"key\": \"phoneNumber\",\n                                                                \"placeholder\": \"\",\n                                                                \"prefix\": \"\",\n                                                                \"suffix\": \"\",\n                                                                \"multiple\": false,\n                                                                \"protected\": false,\n                                                                \"unique\": false,\n                                                                \"persistent\": true,\n                                                                \"defaultValue\": \"\",\n                                                                \"validate\": {\n                                                                    \"required\": false\n                                                                },\n                                                                \"type\": \"phoneNumber\",\n                                                                \"conditional\": {\n                                                                    \"eq\": \"\",\n                                                                    \"when\": null,\n                                                                    \"show\": \"\"\n                                                                },\n                                                                \"tags\": [],\n                                                                \"lockKey\": true,\n                                                                \"isNew\": false\n                                                            },\n                                                            {\n                                                                \"input\": true,\n                                                                \"label\": \"Submit\",\n                                                                \"tableView\": false,\n                                                                \"key\": \"submit\",\n                                                                \"size\": \"md\",\n                                                                \"leftIcon\": \"\",\n                                                                \"rightIcon\": \"\",\n                                                                \"block\": false,\n                                                                \"action\": \"submit\",\n                                                                \"disableOnInvalid\": false,\n                                                                \"theme\": \"primary\",\n                                                                \"type\": \"button\"\n                                                            }\n                                                        ],\n                                                        \"placeholder\": \"// Example: Only execute if submitted roles has 'authenticated'.\\nJavaScript: execute = (data.roles.indexOf('authenticated') !== -1);\\nJSON: { \\\"in\\\": [ \\\"authenticated\\\", { \\\"var\\\": \\\"data.roles\\\" } ] }\"\n                                                    }\n                                                ]\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key\": \"html2\",\n                \"type\": \"htmlelement\",\n                \"tag\": \"hr\",\n                \"input\": false,\n                \"content\": \"\",\n                \"className\": \"\"\n            },\n            {\n                \"type\": \"button\",\n                \"input\": true,\n                \"label\": \"Save Action\",\n                \"key\": \"submit\",\n                \"size\": \"md\",\n                \"leftIcon\": \"\",\n                \"rightIcon\": \"\",\n                \"block\": false,\n                \"action\": \"submit\",\n                \"disableOnInvalid\": true,\n                \"theme\": \"primary\"\n            }\n        ],\n        \"action\": \"/project/5fc7befe2a992abe68b24765/form/5fc7c25a2a992abe68b247b4/action\"\n    }\n}"}],"_postman_id":"cb8f638d-351b-49c7-ab47-32eb55031994"},{"name":"Add Action to Form","event":[{"listen":"test","script":{"id":"e04b898c-6eb2-4a13-ab89-a35a48754fcf","exec":["var response = JSON.parse(responseBody);","pm.globals.set('emailActionId', response._id);"],"type":"text/javascript"}}],"id":"b3435953-c007-48d9-9f4c-a8e2ee717419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"email\",\n\t\t\"title\": \"Email\",\n\t\t\"method\": [\"create\"],\n\t\t\"handler\": [\"after\"],\n\t\t\"priority\": 0,\n\t\t\"settings\": {\n\t\t\t\"emails\": [\"test@example.com\"],\n\t\t\t\"from\": \"np-reply@form.io\",\n\t\t\t\"message\": \"{{ submission(data, form.components) }}\",\n\t\t\t\"subject\": \"New submission for {{ form.title }}.\",\n\t\t\t\"transport\": \"default\"\n\t\t}\n\t}\n}"},"url":"{{projectUrl}}/form/{{formId}}/action","description":"<p>This request will attach an Action to an existing Form. The request provides the following parameters within a POST request body.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Setting</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The name of this action. Should be one of the provided actions available.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The title provided to this action, which can be any title you chose</td>\n</tr>\n<tr>\n<td>handler</td>\n<td>Array</td>\n<td>The handlers to execute this action. Either \"before\" or \"after\"</td>\n</tr>\n<tr>\n<td>methods</td>\n<td>Array</td>\n<td>The methods for when this action will execute.</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>Object</td>\n<td>The settings for this action</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["form","{{formId}}","action"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3d4e465d-e3b4-47c1-abbd-ee1315761920","name":"Add Action to Form","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"email\",\n\t\t\"title\": \"Email\",\n\t\t\"method\": [\"create\"],\n\t\t\"handler\": [\"after\"],\n\t\t\"priority\": 0,\n\t\t\"settings\": {\n\t\t\t\"emails\": [\"test@example.com\"],\n\t\t\t\"from\": \"np-reply@form.io\",\n\t\t\t\"message\": \"{{ submission(data, form.components) }}\",\n\t\t\t\"subject\": \"New submission for {{ form.title }}.\",\n\t\t\t\"transport\": \"default\"\n\t\t}\n\t}\n}"},"url":"{{projectUrl}}/form/{{formId}}/action"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MjQ4LCJleHAiOjE2MDY5NDE2NDh9.Ug6DSjPmvU6EQn10AH8-51TkzYrVa6-KyBpTbEZQ1JE"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"385"},{"key":"ETag","value":"W/\"181-E4FYubrdgaYzr4SlsZFolsPrM4E\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:40:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"handler\": [\n        \"after\"\n    ],\n    \"method\": [\n        \"create\"\n    ],\n    \"priority\": 0,\n    \"_id\": \"5fc7c3902a992abe68b247b7\",\n    \"name\": \"email\",\n    \"title\": \"Email\",\n    \"settings\": {\n        \"emails\": [\n            \"test@example.com\"\n        ],\n        \"from\": \"np-reply@form.io\",\n        \"message\": \"{{ submission(data, form.components) }}\",\n        \"subject\": \"New submission for {{ form.title }}.\",\n        \"transport\": \"default\"\n    },\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"machineName\": \"proj366:synthesize:email\"\n}"}],"_postman_id":"b3435953-c007-48d9-9f4c-a8e2ee717419"},{"name":"List all Actions attached to a form","id":"3f2531ad-bd2e-4e8e-889f-1bce44ce9651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/action","description":"<p>This API will list all actions attached to a specific form.</p>\n","urlObject":{"path":["form","{{formId}}","action"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4e08cf8e-d4f8-4dbc-b358-cc7600074667","name":"List all Actions attached to a form","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/action"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MjczLCJleHAiOjE2MDY5NDE2NzN9.fOWpMgKOXsI5WftYm_F8qIg_cyOALGpg095Hww3owO4"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-1/2"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"600"},{"key":"ETag","value":"W/\"258-AW0pPzXgMprGg9NrBr2QY3CpHKI\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:41:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7c25a2a992abe68b247b5\",\n        \"handler\": [\n            \"before\"\n        ],\n        \"method\": [\n            \"create\",\n            \"update\"\n        ],\n        \"priority\": 10,\n        \"name\": \"save\",\n        \"title\": \"Save Submission\",\n        \"form\": \"5fc7c25a2a992abe68b247b4\",\n        \"machineName\": \"proj366:synthesize:save\"\n    },\n    {\n        \"_id\": \"5fc7c3902a992abe68b247b7\",\n        \"handler\": [\n            \"after\"\n        ],\n        \"method\": [\n            \"create\"\n        ],\n        \"priority\": 0,\n        \"name\": \"email\",\n        \"title\": \"Email\",\n        \"settings\": {\n            \"emails\": [\n                \"test@example.com\"\n            ],\n            \"from\": \"np-reply@form.io\",\n            \"message\": \"{{ submission(data, form.components) }}\",\n            \"subject\": \"New submission for {{ form.title }}.\",\n            \"transport\": \"default\"\n        },\n        \"form\": \"5fc7c25a2a992abe68b247b4\",\n        \"machineName\": \"proj366:synthesize:email\"\n    }\n]"}],"_postman_id":"3f2531ad-bd2e-4e8e-889f-1bce44ce9651"},{"name":"Get a specific Action attached to a Form","id":"72821b94-cc96-41b4-b271-cb5d9e9261cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/action/{{emailActionId}}","description":"<p>This request will fetch a specific action attached to a form.</p>\n","urlObject":{"path":["form","{{formId}}","action","{{emailActionId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5099053c-0b1e-41ea-997f-8dd371dbdedf","name":"Get a specific Action attached to a Form","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/form/{{formId}}/action/{{emailActionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3Mjk2LCJleHAiOjE2MDY5NDE2OTZ9.VZOmSV3176BKNtj_xnzBtTwz3pyX6E0vtQ1ChNTut7k"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"385"},{"key":"ETag","value":"W/\"181-i4fA+LXwWN2El7eoAwsU243t9/o\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:41:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c3902a992abe68b247b7\",\n    \"handler\": [\n        \"after\"\n    ],\n    \"method\": [\n        \"create\"\n    ],\n    \"priority\": 0,\n    \"name\": \"email\",\n    \"title\": \"Email\",\n    \"settings\": {\n        \"emails\": [\n            \"test@example.com\"\n        ],\n        \"from\": \"np-reply@form.io\",\n        \"message\": \"{{ submission(data, form.components) }}\",\n        \"subject\": \"New submission for {{ form.title }}.\",\n        \"transport\": \"default\"\n    },\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"machineName\": \"proj366:synthesize:email\"\n}"}],"_postman_id":"72821b94-cc96-41b4-b271-cb5d9e9261cd"},{"name":"Update an Action","id":"2b553c0c-f857-4bfc-8023-1ddd0fc216e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"email\",\n\t\t\"title\": \"Email\",\n\t\t\"method\": [\"create\"],\n\t\t\"handler\": [\"after\"],\n\t\t\"priority\": 0,\n\t\t\"settings\": {\n\t\t\t\"emails\": [\"test@example.com\", \"another@example.com\"],\n\t\t\t\"from\": \"np-reply@form.io\",\n\t\t\t\"message\": \"{{ submission(data, form.components) }}\",\n\t\t\t\"subject\": \"New submission for {{ form.title }}.\",\n\t\t\t\"transport\": \"default\"\n\t\t}\n\t}\n}"},"url":"{{projectUrl}}/form/{{formId}}/action/{{emailActionId}}","description":"<p>This request will update an action attached to the form.</p>\n","urlObject":{"path":["form","{{formId}}","action","{{emailActionId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0d30c3c5-5123-406f-b00b-a57de7871b4c","name":"Update an Action","originalRequest":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"email\",\n\t\t\"title\": \"Email\",\n\t\t\"method\": [\"create\"],\n\t\t\"handler\": [\"after\"],\n\t\t\"priority\": 0,\n\t\t\"settings\": {\n\t\t\t\"emails\": [\"test@example.com\", \"another@example.com\"],\n\t\t\t\"from\": \"np-reply@form.io\",\n\t\t\t\"message\": \"{{ submission(data, form.components) }}\",\n\t\t\t\"subject\": \"New submission for {{ form.title }}.\",\n\t\t\t\"transport\": \"default\"\n\t\t}\n\t}\n}"},"url":"{{projectUrl}}/form/{{formId}}/action/{{emailActionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MzEwLCJleHAiOjE2MDY5NDE3MTB9.gAum4K7TkyjsR_cpqJU21uZ07_xyhoY9qS9MJD6hEKo"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"407"},{"key":"ETag","value":"W/\"197-Rfbja7OutA5SxVCa2OvOi7NJPR4\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:41:50 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"handler\": [\n        \"after\"\n    ],\n    \"method\": [\n        \"create\"\n    ],\n    \"priority\": 0,\n    \"_id\": \"5fc7c3902a992abe68b247b7\",\n    \"name\": \"email\",\n    \"title\": \"Email\",\n    \"settings\": {\n        \"emails\": [\n            \"test@example.com\",\n            \"another@example.com\"\n        ],\n        \"from\": \"np-reply@form.io\",\n        \"message\": \"{{ submission(data, form.components) }}\",\n        \"subject\": \"New submission for {{ form.title }}.\",\n        \"transport\": \"default\"\n    },\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"machineName\": \"proj366:synthesize:email\"\n}"}],"_postman_id":"2b553c0c-f857-4bfc-8023-1ddd0fc216e9"},{"name":"Delete an Action","id":"994dc489-e530-4920-9389-813ba2ac9005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}/form/{{formId}}/action/{{emailActionId}}","description":"<p>This request deletes an action attached to a form.</p>\n","urlObject":{"path":["form","{{formId}}","action","{{emailActionId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ddf862f4-858e-4a2e-bd0c-914f90504f2c","name":"Delete an Action","originalRequest":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}/form/{{formId}}/action/{{emailActionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MzIxLCJleHAiOjE2MDY5NDE3MjF9.1H19ZNcUTE5HUhj4nbO52cCZ58E82KrutXK1ybaZsEo"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:42:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"994dc489-e530-4920-9389-813ba2ac9005"}],"id":"402b3260-e57e-4565-bd21-8a6f6b2394ce","description":"<p>The Action API provides a way to add Actions to forms what are executed when the form is submitted.</p>\n","event":[{"listen":"prerequest","script":{"id":"42164db3-6fe4-4ff3-9594-993a00d8a800","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bbb2439c-67e1-49b8-8b7b-4ed132a60fe7","type":"text/javascript","exec":[""]}}],"_postman_id":"402b3260-e57e-4565-bd21-8a6f6b2394ce"},{"name":"Submission API","item":[{"name":"Create Form Submission","event":[{"listen":"test","script":{"id":"758620b9-b2e4-4b2f-ab20-211528880c14","exec":["var response = JSON.parse(responseBody);","pm.globals.set('submissionId', response._id);"],"type":"text/javascript"}}],"id":"fe0e1c46-ec0b-9141-fa11-db6e165fdcbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Joe\",\n\t\t\"lastName\": \"Smith\",\n\t\t\"email\": \"joe@example.com\",\n\t\t\"phoneNumber\": \"(123) 123-1234\"\n\t}\n}"},"url":"{{projectUrl}}/{{formPath}}/submission","description":"<p>This is an example of how to create a new form submission within a custom form. If you want to create a form submission against a specific form revision, include the _fvid in the body of the request.</p>\n","urlObject":{"path":["{{formPath}}","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"35a9f2d4-eb1a-413f-829f-48478c0939a4","name":"Create Form Submission","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Joe\",\n\t\t\"lastName\": \"Smith\",\n\t\t\"email\": \"joe@example.com\",\n\t\t\"phoneNumber\": \"(123) 123-1234\"\n\t}\n}"},"url":"{{projectUrl}}/{{formPath}}/submission"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3MzY4LCJleHAiOjE2MDY5NDE3Njh9.DBVoyEV1H_PdvaBBXP80XmlOmSS4IHrTnC8VJmS5o2g"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"397"},{"key":"ETag","value":"W/\"18d-Nc/Mkrfgfz9HfOepUIbBJvQ/iYc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:42:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [],\n    \"_id\": \"5fc7c4082a992abe68b247b9\",\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"firstName\": \"Joe\",\n        \"lastName\": \"Smith\",\n        \"email\": \"joe@example.com\",\n        \"phoneNumber\": \"(123) 123-1234\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:42:48.128Z\",\n    \"modified\": \"2020-12-02T16:42:48.129Z\"\n}"},{"id":"6b1a87ea-b2ff-7356-1753-06bfebf61519","name":"Create Submission","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Joe\",\n\t\t\"lastName\": \"Smith\",\n\t\t\"email\": \"joe@example.com\",\n\t\t\"phoneNumber\": \"123123123\"\n\t}\n}"},"url":"{{appUrl}}/register/submission"},"status":"Created","code":201,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"316","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:30:05 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"13c-jnJIpbNQ9x1+wuUqQldB3A\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override, Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkxMDA1LCJleHAiOjE1MDk1NzkwMDV9.qhX6XwyH91UIx4Ty9oy2b68aLlWjOo5-ouyFteg5jCs","description":""}],"cookie":[],"responseTime":"124","body":"{\"modified\":\"2016-09-07T23:30:05.758Z\",\"data\":{\"phoneNumber\":\"123123123\",\"email\":\"joe@example.com\",\"lastName\":\"Smith\",\"firstName\":\"Joe\"},\"form\":\"57d0a2f876f943a4007e1527\",\"created\":\"2016-09-07T23:30:05.757Z\",\"_id\":\"57d0a2fd76f943a4007e1529\",\"externalIds\":[],\"access\":[],\"roles\":[],\"owner\":\"57d010fe76f943a4007e11da\"}"},{"id":"64c5892b-e524-41ed-a8aa-fa762ad418c5","name":"Create Form Revision Submission","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Joe\",\n\t\t\"lastName\": \"Smith\",\n\t\t\"email\": \"joe@example.com\",\n\t\t\"phoneNumber\": \"(123) 123-1234\"\n\t},\n    \"_fvid\": \"2\"\n}"},"url":"{{projectUrl}}/{{formPath}}/submission"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src *;frame-src *;child-src * blob: data:;worker-src * blob: data:;img-src * blob: data:;media-src *;script-src * 'unsafe-inline' 'unsafe-eval';style-src * 'unsafe-inline';font-src * blob: data:;connect-src *;base-uri 'self';block-all-mixed-content;form-action 'self';frame-ancestors 'self';object-src 'none';script-src-attr 'none'"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"origin,same-origin"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjY2MmZjNzQ4M2Q5MDg1ODliODkzMWMxNiJ9LCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjMwMDAiLCJzdWIiOiI2NjJmYzc0ODNkOTA4NTg5Yjg5MzFjMTYiLCJqdGkiOiI2NjJmYzc0ODNkOTA4NTg5Yjg5MzFjMzkiLCJmb3JtIjp7Il9pZCI6IjY1OWQ4MzYzMjgyNDk0OWYyMGE4ODMwMSIsInByb2plY3QiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwicHJvamVjdCI6eyJfaWQiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwiaWF0IjoxNzE0NDA3Mzk0LCJleHAiOjE3MTQ0MjE3OTR9.95S3HshiC4ddyGy_OHmtW1R3R83NClIRitaTDKoeW1A"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"637"},{"key":"ETag","value":"W/\"27d-qneWMZecnjfrAIZWBJ/dWEQ29Mg\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Mon, 29 Apr 2024 16:16:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"form\": \"662fc76b3d908589b8931efb\",\n    \"owner\": \"662fc7483d908589b8931c16\",\n    \"roles\": [],\n    \"access\": [],\n    \"metadata\": {\n        \"headers\": {\n            \"content-type\": \"application/json\",\n            \"user-agent\": \"PostmanRuntime/7.37.3\",\n            \"accept\": \"*/*\",\n            \"cache-control\": \"no-cache\",\n            \"host\": \"localhost:3000\",\n            \"accept-encoding\": \"gzip, deflate, br\",\n            \"connection\": \"keep-alive\",\n            \"content-length\": \"144\"\n        }\n    },\n    \"data\": {\n        \"firstName\": \"Joe\",\n        \"lastName\": \"Smith\",\n        \"email\": \"joe@example.com\",\n        \"phoneNumber\": \"(123) 123-1234\"\n    },\n    \"_id\": \"662fc7e23d908589b89322e5\",\n    \"_fvid\": 2,\n    \"project\": \"662fc74e3d908589b8931c52\",\n    \"state\": \"submitted\",\n    \"externalIds\": [],\n    \"created\": \"2024-04-29T16:16:34.219Z\",\n    \"modified\": \"2024-04-29T16:16:34.220Z\"\n}"}],"_postman_id":"fe0e1c46-ec0b-9141-fa11-db6e165fdcbd"},{"name":"Validate Form Submission","id":"a3b54a62-6e20-44be-842a-f4c920e726f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Joe\",\n\t\t\"email\": \"joe@example.com\",\n\t\t\"phoneNumber\": \"(123) 123-1234\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{projectUrl}}/{{formPath}}/validate","description":"<p>This endpoint will validate a submission, and return an array of any errors that have occured. If the submission is valid, it will return a 200.</p>\n","urlObject":{"path":["{{formPath}}","validate"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"79eb0251-979f-4626-9bfb-8031c4dd0245","name":"Validate Form Submission (Validation Error)","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Joe\",\n\t\t\"email\": \"joe@example.com\",\n\t\t\"phoneNumber\": \"123123123\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{projectUrl}}/{{formPath}}/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src *;frame-src *;child-src * blob: data:;worker-src * blob: data:;img-src * blob: data:;media-src *;script-src * 'unsafe-inline' 'unsafe-eval';style-src * 'unsafe-inline';font-src * blob: data:;connect-src *;base-uri 'self';block-all-mixed-content;form-action 'self';frame-ancestors 'self';object-src 'none';script-src-attr 'none'"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"origin,same-origin"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjY2MjdjN2RlNDBhNWQ5NWM3ZWRjMzdhYiJ9LCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjMwMDAiLCJzdWIiOiI2NjI3YzdkZTQwYTVkOTVjN2VkYzM3YWIiLCJqdGkiOiI2NjI3YzdkZjQwYTVkOTVjN2VkYzM3Y2UiLCJmb3JtIjp7Il9pZCI6IjY1OWQ4MzYzMjgyNDk0OWYyMGE4ODMwMSIsInByb2plY3QiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwicHJvamVjdCI6eyJfaWQiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwiaWF0IjoxNzEzODg0ODkzLCJleHAiOjE3MTM4OTkyOTN9.GWTRCO3rwvkQRt9mFnYJI5oNBfnVaXK_hr2KYggOXpM"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"276"},{"key":"ETag","value":"W/\"114-nDmn78psLQ63YTu6dnQzk/I4Uuo\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Tue, 23 Apr 2024 15:08:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"ValidationError\",\n    \"details\": [\n        {\n            \"message\": \"Phone Number does not match the mask.\",\n            \"level\": \"error\",\n            \"path\": [\n                \"phoneNumber\"\n            ],\n            \"context\": {\n                \"validator\": \"mask\",\n                \"hasLabel\": true,\n                \"setting\": \"(999) 999-9999\",\n                \"key\": \"phoneNumber\",\n                \"label\": \"Phone Number\",\n                \"value\": \"123123123\",\n                \"index\": 0\n            }\n        }\n    ]\n}"},{"id":"1922a4cf-a814-450c-a6e8-76815008358a","name":"Validate Form Submission (Validation Success)","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Joe\",\n\t\t\"email\": \"joe@example.com\",\n\t\t\"phoneNumber\": \"(123) 123-1234\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{projectUrl}}/{{formPath}}/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src *;frame-src *;child-src * blob: data:;worker-src * blob: data:;img-src * blob: data:;media-src *;script-src * 'unsafe-inline' 'unsafe-eval';style-src * 'unsafe-inline';font-src * blob: data:;connect-src *;base-uri 'self';block-all-mixed-content;form-action 'self';frame-ancestors 'self';object-src 'none';script-src-attr 'none'"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"origin,same-origin"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjY2MjdjN2RlNDBhNWQ5NWM3ZWRjMzdhYiJ9LCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjMwMDAiLCJzdWIiOiI2NjI3YzdkZTQwYTVkOTVjN2VkYzM3YWIiLCJqdGkiOiI2NjI3YzdkZjQwYTVkOTVjN2VkYzM3Y2UiLCJmb3JtIjp7Il9pZCI6IjY1OWQ4MzYzMjgyNDk0OWYyMGE4ODMwMSIsInByb2plY3QiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwicHJvamVjdCI6eyJfaWQiOiI2NTlkODM2MzI4MjQ5NDlmMjBhODgyZTEifSwiaWF0IjoxNzEzODg0OTcyLCJleHAiOjE3MTM4OTkzNzJ9.s_oLwXZ0vIgLR4Wm1dDPOUZ25ARHP1qdZxworTrOQ04"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"95"},{"key":"ETag","value":"W/\"5f-rLG1eMZrVlsOIVLdempuGOKG86U\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Tue, 23 Apr 2024 15:09:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"firstName\": \"Joe\",\n        \"email\": \"joe@example.com\",\n        \"phoneNumber\": \"(123) 123-1234\"\n    },\n    \"_fvid\": 1\n}"}],"_postman_id":"a3b54a62-6e20-44be-842a-f4c920e726f8"},{"name":"Get a Submission","id":"bc4aaf65-ee01-9c85-005f-ac7b433612d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}","description":"<p>This will retrieve a single submission within a form.</p>\n","urlObject":{"path":["{{formPath}}","submission","{{submissionId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"17253c20-4792-46b8-a5ac-1b9110697382","name":"Get a Submission","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI3NDc1LCJleHAiOjE2MDY5NDE4NzV9.MboJ5cX_nJD_sO76p8HA4bW2NMNHb9uowXJMayfXQNQ"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"397"},{"key":"ETag","value":"W/\"18d-WTVXer2UdkEDeKfaQMFTYPuR3Ww\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:44:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c4082a992abe68b247b9\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"firstName\": \"Joe\",\n        \"lastName\": \"Smith\",\n        \"email\": \"joe@example.com\",\n        \"phoneNumber\": \"(123) 123-1234\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:42:48.128Z\",\n    \"modified\": \"2020-12-02T16:42:48.129Z\"\n}"}],"_postman_id":"bc4aaf65-ee01-9c85-005f-ac7b433612d8"},{"name":"Allow Submission Revisions","id":"9d0e8899-e0d5-4b73-98dc-fe96780b8fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"{{formId}}\",\r\n    \"submissionRevisions\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{projectUrl}}/form/{{formId}}","urlObject":{"path":["form","{{formId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d0e8899-e0d5-4b73-98dc-fe96780b8fc9"},{"name":"Check if a submission exists","id":"31381fe7-8f15-13fc-617e-51ad7822b45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/{{formPath}}/exists?data.email=joe@example.com","description":"<p>This will check if a submission exists within a form provided some query parameters. It will simply return the ID of the submission if it does exist with a return status code of 200. If you want to allow access to this endpoint without a x-jwt-token, you must allow access to exists endpoint without any permissions within the access tab of the form</p>\n","urlObject":{"path":["{{formPath}}","exists"],"host":["{{projectUrl}}"],"query":[{"key":"data.email","value":"joe@example.com"}],"variable":[]}},"response":[{"id":"cc73bc6e-3a87-4602-aa61-08bf220f5186","name":"Check if a submission exists","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{projectUrl}}/{{formPath}}/exists?data.email=joe@example.com","host":["{{projectUrl}}"],"path":["{{formPath}}","exists"],"query":[{"key":"data.email","value":"joe@example.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-RdeAHb7ryqWG2KyFtXHawUGQ8t4\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:55:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c4082a992abe68b247b9\"\n}"}],"_postman_id":"31381fe7-8f15-13fc-617e-51ad7822b45a"},{"name":"Update a Submission","id":"fa874508-bff1-1047-a504-d3831576df00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Joe\",\n\t\t\"lastName\": \"Johnson\",\n\t\t\"email\": \"joe@example.com\",\n\t\t\"phoneNumber\": \"(234) 342-2345\"\n\t}\n}"},"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}","description":"<p>This request will update a specific submission within a form.</p>\n","urlObject":{"path":["{{formPath}}","submission","{{submissionId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1c90a49a-58d9-40e3-bbfb-782b5733a2fc","name":"Update a Submission","originalRequest":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Joe\",\n\t\t\"lastName\": \"Johnson\",\n\t\t\"email\": \"joe@example.com\",\n\t\t\"phoneNumber\": \"(234) 342-2345\"\n\t}\n}"},"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4MTQ1LCJleHAiOjE2MDY5NDI1NDV9.PCKwT63MbtFhjOF_nRk24DcTCjJ6bpIcCac0oc-Ty3E"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"399"},{"key":"ETag","value":"W/\"18f-CMu0ei2V2ZLvEAaEYaSFxWbODfU\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:55:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"_id\": \"5fc7c4082a992abe68b247b9\",\n    \"data\": {\n        \"firstName\": \"Joe\",\n        \"lastName\": \"Johnson\",\n        \"email\": \"joe@example.com\",\n        \"phoneNumber\": \"(234) 342-2345\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:42:48.128Z\",\n    \"modified\": \"2020-12-02T16:55:46.022Z\"\n}"}],"_postman_id":"fa874508-bff1-1047-a504-d3831576df00"},{"name":"Get Submission Revisions","event":[{"listen":"test","script":{"id":"74f646ed-d15c-4c76-81e5-6104b91eb390","exec":["var response = JSON.parse(responseBody);\r","pm.globals.set(\"submissionRevisionId\", response._rid);"],"type":"text/javascript","packages":{}}}],"id":"349f9172-0bec-4ff9-bac4-1fb8f0c60ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}/v","description":"<p>This API will fetch all revisions for a specific submission.</p>\n","urlObject":{"path":["{{formPath}}","submission","{{submissionId}}","v"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"656d7229-acbb-436c-9b76-d264e7795c75","name":"Get Submission Revisions","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}/v"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"62cbf9472f2436c49404a57e\",\n        \"form\": \"62cbeeb82f2436c494049ea8\",\n        \"owner\": \"6111a0c57a24cc85f37578c1\",\n        \"roles\": [],\n        \"access\": [],\n        \"externalIds\": [],\n        \"metadata\": {\n            \"timezone\": \"Europe/Warsaw\",\n            \"offset\": 120,\n            \"origin\": \"http://localhost:8080\",\n            \"referrer\": \"http://localhost:8080/\",\n            \"browserName\": \"Netscape\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\",\n            \"pathName\": \"/\",\n            \"onLine\": true,\n            \"headers\": {\n                \"host\": \"vsllnejlijbgtqe.localhost:3000\",\n                \"connection\": \"keep-alive\",\n                \"content-length\": \"380\",\n                \"sec-ch-ua\": \"\\\".Not/A)Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"103\\\", \\\"Chromium\\\";v=\\\"103\\\"\",\n                \"accept\": \"application/json\",\n                \"content-type\": \"application/json\",\n                \"sec-ch-ua-mobile\": \"?0\",\n                \"user-agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\",\n                \"sec-ch-ua-platform\": \"\\\"macOS\\\"\",\n                \"origin\": \"http://localhost:8080\",\n                \"sec-fetch-site\": \"cross-site\",\n                \"sec-fetch-mode\": \"cors\",\n                \"sec-fetch-dest\": \"empty\",\n                \"referer\": \"http://localhost:8080/\",\n                \"accept-encoding\": \"gzip, deflate, br\",\n                \"accept-language\": \"en-GB,en-US;q=0.9,en;q=0.8,ru;q=0.7\"\n            },\n            \"previousData\": {\n                \"textField\": \"12\"\n            },\n            \"jsonPatch\": [\n                {\n                    \"op\": \"replace\",\n                    \"path\": \"/data/textField\",\n                    \"value\": \"123\"\n                }\n            ]\n        },\n        \"data\": {\n            \"textField\": \"123\"\n        },\n        \"externalTokens\": [],\n        \"created\": \"2022-07-11T09:42:40.177Z\",\n        \"modified\": \"2022-07-11T10:19:51.646Z\",\n        \"_fvid\": 0,\n        \"project\": \"62beddf91eb38be2ebf1f2a2\",\n        \"state\": \"submitted\",\n        \"containRevisions\": true,\n        \"_rid\": \"62cbf0902f2436c49404a14e\",\n        \"_vnote\": \"\",\n        \"_vuser\": \"maria@form.io\"\n    },\n    {\n        \"_id\": \"62cbf0902f2436c49404a150\",\n        \"form\": \"62cbeeb82f2436c494049ea8\",\n        \"owner\": \"6111a0c57a24cc85f37578c1\",\n        \"roles\": [],\n        \"access\": [],\n        \"externalIds\": [],\n        \"metadata\": {\n            \"timezone\": \"Europe/Warsaw\",\n            \"offset\": 120,\n            \"origin\": \"http://localhost:8080\",\n            \"referrer\": \"http://localhost:8080/\",\n            \"browserName\": \"Netscape\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\",\n            \"pathName\": \"/\",\n            \"onLine\": true,\n            \"headers\": {\n                \"host\": \"vsllnejlijbgtqe.localhost:3000\",\n                \"connection\": \"keep-alive\",\n                \"content-length\": \"380\",\n                \"sec-ch-ua\": \"\\\".Not/A)Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"103\\\", \\\"Chromium\\\";v=\\\"103\\\"\",\n                \"accept\": \"application/json\",\n                \"content-type\": \"application/json\",\n                \"sec-ch-ua-mobile\": \"?0\",\n                \"user-agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\",\n                \"sec-ch-ua-platform\": \"\\\"macOS\\\"\",\n                \"origin\": \"http://localhost:8080\",\n                \"sec-fetch-site\": \"cross-site\",\n                \"sec-fetch-mode\": \"cors\",\n                \"sec-fetch-dest\": \"empty\",\n                \"referer\": \"http://localhost:8080/\",\n                \"accept-encoding\": \"gzip, deflate, br\",\n                \"accept-language\": \"en-GB,en-US;q=0.9,en;q=0.8,ru;q=0.7\"\n            },\n            \"jsonPatch\": [\n                {\n                    \"op\": \"add\",\n                    \"path\": \"/data/textField\",\n                    \"value\": \"1\"\n                }\n            ]\n        },\n        \"data\": {\n            \"textField\": \"1\"\n        },\n        \"externalTokens\": [],\n        \"created\": \"2022-07-11T09:42:40.177Z\",\n        \"modified\": \"2022-07-11T09:42:40.211Z\",\n        \"_fvid\": 0,\n        \"project\": \"62beddf91eb38be2ebf1f2a2\",\n        \"state\": \"submitted\",\n        \"_rid\": \"62cbf0902f2436c49404a14e\",\n        \"_vnote\": \"\",\n        \"_vuser\": \"maria@form.io\"\n    }\n]"}],"_postman_id":"349f9172-0bec-4ff9-bac4-1fb8f0c60ef4"},{"name":"Get Specific Submission Revision","id":"343eb0a7-4568-400f-820e-f527d29f655f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}?submissionRevision={{submissionRevisionId}}","description":"<p>This API request will fetch a specific submission revision.</p>\n","urlObject":{"path":["{{formPath}}","submission","{{submissionId}}"],"host":["{{projectUrl}}"],"query":[{"key":"submissionRevision","value":"{{submissionRevisionId}}"}],"variable":[]}},"response":[{"id":"5a0e128f-a489-4252-8e09-127c1e313123","name":"Get Specific Submission Revision with query parameter","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":{"raw":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}?submissionRevision={{submissionRevisionId}}","host":["{{projectUrl}}"],"path":["{{formPath}}","submission","{{submissionId}}"],"query":[{"key":"submissionRevision","value":"{{submissionRevisionId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cbf0da2f2436c49404a230\",\n    \"form\": \"62cbeeb82f2436c494049ea8\",\n    \"owner\": \"6111a0c57a24cc85f37578c1\",\n    \"roles\": [],\n    \"access\": [],\n    \"externalIds\": [],\n    \"metadata\": {\n        \"timezone\": \"Europe/Warsaw\",\n        \"offset\": 120,\n        \"origin\": \"http://localhost:8080\",\n        \"referrer\": \"http://localhost:8080/\",\n        \"browserName\": \"Netscape\",\n        \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\",\n        \"pathName\": \"/\",\n        \"onLine\": true,\n        \"headers\": {\n            \"host\": \"vsllnejlijbgtqe.localhost:3000\",\n            \"connection\": \"keep-alive\",\n            \"content-length\": \"380\",\n            \"sec-ch-ua\": \"\\\".Not/A)Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"103\\\", \\\"Chromium\\\";v=\\\"103\\\"\",\n            \"accept\": \"application/json\",\n            \"content-type\": \"application/json\",\n            \"sec-ch-ua-mobile\": \"?0\",\n            \"user-agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\",\n            \"sec-ch-ua-platform\": \"\\\"macOS\\\"\",\n            \"origin\": \"http://localhost:8080\",\n            \"sec-fetch-site\": \"cross-site\",\n            \"sec-fetch-mode\": \"cors\",\n            \"sec-fetch-dest\": \"empty\",\n            \"referer\": \"http://localhost:8080/\",\n            \"accept-encoding\": \"gzip, deflate, br\",\n            \"accept-language\": \"en-GB,en-US;q=0.9,en;q=0.8,ru;q=0.7\"\n        },\n        \"previousData\": {\n            \"textField\": \"1\"\n        },\n        \"jsonPatch\": [\n            {\n                \"op\": \"replace\",\n                \"path\": \"/data/textField\",\n                \"value\": \"12\"\n            }\n        ]\n    },\n    \"data\": {\n        \"textField\": \"12\"\n    },\n    \"externalTokens\": [],\n    \"created\": \"2022-07-11T09:42:40.177Z\",\n    \"modified\": \"2022-07-11T09:43:54.189Z\",\n    \"_fvid\": 0,\n    \"project\": \"62beddf91eb38be2ebf1f2a2\",\n    \"state\": \"submitted\",\n    \"containRevisions\": true,\n    \"_rid\": \"62cbf0902f2436c49404a14e\",\n    \"_vnote\": \"r1\",\n    \"_vuser\": \"maria@form.io\"\n}"},{"id":"83e46f33-4ad7-4653-955d-2bb95524343e","name":"Get Specific Submission Revision without query parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}/v/{{submissionRevisionId}}?x-jwt-token={{token}}","host":["{{projectUrl}}"],"path":["{{formPath}}","submission","{{submissionId}}","v","{{submissionRevisionId}}"],"query":[{"key":"x-jwt-token","value":"{{token}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cbf0da2f2436c49404a230\",\n    \"form\": \"62cbeeb82f2436c494049ea8\",\n    \"owner\": \"6111a0c57a24cc85f37578c1\",\n    \"roles\": [],\n    \"access\": [],\n    \"externalIds\": [],\n    \"metadata\": {\n        \"timezone\": \"Europe/Warsaw\",\n        \"offset\": 120,\n        \"origin\": \"http://localhost:8080\",\n        \"referrer\": \"http://localhost:8080/\",\n        \"browserName\": \"Netscape\",\n        \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\",\n        \"pathName\": \"/\",\n        \"onLine\": true,\n        \"headers\": {\n            \"host\": \"vsllnejlijbgtqe.localhost:3000\",\n            \"connection\": \"keep-alive\",\n            \"content-length\": \"380\",\n            \"sec-ch-ua\": \"\\\".Not/A)Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"103\\\", \\\"Chromium\\\";v=\\\"103\\\"\",\n            \"accept\": \"application/json\",\n            \"content-type\": \"application/json\",\n            \"sec-ch-ua-mobile\": \"?0\",\n            \"user-agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\",\n            \"sec-ch-ua-platform\": \"\\\"macOS\\\"\",\n            \"origin\": \"http://localhost:8080\",\n            \"sec-fetch-site\": \"cross-site\",\n            \"sec-fetch-mode\": \"cors\",\n            \"sec-fetch-dest\": \"empty\",\n            \"referer\": \"http://localhost:8080/\",\n            \"accept-encoding\": \"gzip, deflate, br\",\n            \"accept-language\": \"en-GB,en-US;q=0.9,en;q=0.8,ru;q=0.7\"\n        },\n        \"previousData\": {\n            \"textField\": \"1\"\n        },\n        \"jsonPatch\": [\n            {\n                \"op\": \"replace\",\n                \"path\": \"/data/textField\",\n                \"value\": \"12\"\n            }\n        ]\n    },\n    \"data\": {\n        \"textField\": \"12\"\n    },\n    \"externalTokens\": [],\n    \"created\": \"2022-07-11T09:42:40.177Z\",\n    \"modified\": \"2022-07-11T09:43:54.189Z\",\n    \"_fvid\": 0,\n    \"project\": \"62beddf91eb38be2ebf1f2a2\",\n    \"state\": \"submitted\",\n    \"containRevisions\": true,\n    \"_rid\": \"62cbf0902f2436c49404a14e\",\n    \"_vnote\": \"r1\",\n    \"_vuser\": \"maria@form.io\"\n}\n"}],"_postman_id":"343eb0a7-4568-400f-820e-f527d29f655f"},{"name":"Partial Update a Submission","id":"17612070-b85b-427a-8f41-ce45c46d5865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n  \t\"op\": \"replace\",\n  \t\"path\": \"/data/firstName\",\n  \t\"value\": \"James\"\n  },\n  {\n  \t\"op\": \"remove\",\n  \t\"path\": \"/data/lastName\"\n  }\n]"},"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}","description":"<p>In addition to PUT a submission to update the whole submission, you can PATCH a submission that does a partial update.\nThe PATCH endpoint follows the following rfcs: </p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc5789\">https://tools.ietf.org/html/rfc5789</a> </li>\n<li><a href=\"https://tools.ietf.org/html/rfc6902\">https://tools.ietf.org/html/rfc6902</a></li>\n</ul>\n<p>It implements json-patch for the changes.</p>\n","urlObject":{"path":["{{formPath}}","submission","{{submissionId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fb549882-e141-4bea-b5ad-fcf07ada5342","name":"Partial Update a Submission","originalRequest":{"method":"PATCH","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n  \t\"op\": \"replace\",\n  \t\"path\": \"/data/firstName\",\n  \t\"value\": \"James\"\n  },\n  {\n  \t\"op\": \"remove\",\n  \t\"path\": \"/data/lastName\"\n  }\n]"},"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4MTcwLCJleHAiOjE2MDY5NDI1NzB9.044enI9sw9iVV_Hw6pY7GfLI4rLSldQ0KRrUxthv_4Y"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"394"},{"key":"ETag","value":"W/\"18a-loWrXqjTRTeLgcF05byWR91oQTk\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:56:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"_id\": \"5fc7c4082a992abe68b247b9\",\n    \"data\": {\n        \"firstName\": \"James\",\n        \"lastName\": \"\",\n        \"email\": \"joe@example.com\",\n        \"phoneNumber\": \"(234) 342-2345\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:42:48.128Z\",\n    \"modified\": \"2020-12-02T16:56:10.344Z\"\n}"}],"_postman_id":"17612070-b85b-427a-8f41-ce45c46d5865"},{"name":"Get all submissions within a form","id":"1f207caa-9d04-3e81-2973-e4bf82ee5190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/{{formPath}}/submission","description":"<p>To <strong>read multiple</strong> submissions at once, perform a <strong>GET</strong> request against a resource's submission URL. The submission URL has an additional querystring to limit the number of items and a Range header to iterate over multiple pages.</p>\n<p><strong>To query for specific submissions</strong></p>\n<p>In order to find specific submissions within the index, you can also perform queries for any poperty within a submission. A typical submission is as follows.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"_id\": \"57cf908e6605476b00fab81f\",\n    \"modified\": \"2016-09-07T03:59:10.836Z\",\n    \"data\": {\n        \"firstName\": \"Joe\",\n        \"lastName\": \"Smith\",\n        \"email\": \"joe@example.com\",\n        \"phoneNumber\": \"234234234\"\n    },\n    \"form\": \"57c6d2a1783e146f00bc65c4\",\n    \"created\": \"2016-09-07T03:59:10.818Z\",\n    \"externalIds\": [],\n    \"access\": [],\n    \"roles\": [\"57c6d2a1783e146f00bc65c2\"],\n    \"owner\": \"553dbfc08d22d5cb1a7024f2\"\n}\n</code></pre><p>Where the submission data can be found within the <code>data</code> object. So, lets say you wish to find all people in the submissions who have the last name of Smith, you would run the following query.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{{appUrl}}/register/submission?data.lastName=Smith\n</code></pre><p>In addition to using <code>=</code> you can use a number of other parameters and search criteria to fully refine your search. These parameters are as follows.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filter</th>\n<th>Query</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>equal</strong></td>\n<td><code>equals</code></td>\n<td><code>/submission?data.gender=male</code></td>\n<td>both return all male users</td>\n</tr>\n<tr>\n<td><strong>not equal</strong></td>\n<td><code>ne</code></td>\n<td><code>/submission?data.gender__ne=male</code></td>\n<td>returns all users who are not male (<code>female</code> and <code>x</code>)</td>\n</tr>\n<tr>\n<td><strong>greater than</strong></td>\n<td><code>gt</code></td>\n<td><code>/submission?data.age__gt=18</code></td>\n<td>returns all users older than 18</td>\n</tr>\n<tr>\n<td><strong>greater than or equal to</strong></td>\n<td><code>gte</code></td>\n<td><code>/submission?data.age__gte=18</code></td>\n<td>returns all users 18 and older (age should be a number property)</td>\n</tr>\n<tr>\n<td><strong>less than</strong></td>\n<td><code>lt</code></td>\n<td><code>/submission?data.age__lt=30</code></td>\n<td>returns all users age 29 and younger</td>\n</tr>\n<tr>\n<td><strong>less than or equal to</strong></td>\n<td><code>lte</code></td>\n<td><code>/submission?data.age__lte=30</code></td>\n<td>returns all users age 30 and younger</td>\n</tr>\n<tr>\n<td><strong>in</strong></td>\n<td><code>in</code></td>\n<td><code>/submission?data.gender__in=female,male</code></td>\n<td>returns all female and male users</td>\n</tr>\n<tr>\n<td><strong>nin</strong></td>\n<td><code>nin</code></td>\n<td><code>/submission?data.age__nin=18,21</code></td>\n<td>returns all users who are not 18 or 21</td>\n</tr>\n<tr>\n<td><strong>exists=true</strong></td>\n<td><code>exists</code></td>\n<td><code>/submission?data.age__exists=true</code></td>\n<td>returns all users where the age is provided.</td>\n</tr>\n<tr>\n<td><strong>exists=false</strong></td>\n<td><code>exists</code></td>\n<td><code>/submission?data.age__exists=false</code></td>\n<td>returns all users where the age is not provided.</td>\n</tr>\n<tr>\n<td><strong>Regex</strong></td>\n<td><code>regex</code></td>\n<td><code>/submission?data.username__regex=/^travis/i</code></td>\n<td>returns all users with a username starting with travis</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Boolean and Special Values</strong></p>\n<p>To filter boolean and special values, such as \"null\", \"true\", or \"false\" (not strings), you can use the <code>__eq</code> and <code>__ne</code> selectors. If you need to force any values to be interpereted as a string, you can wrap that value with %22, which is the URL Encoded character of '\"'. Below is a table with some examples of how these characters are interpereted.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filter</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>[PROPERTY]=null</td>\n<td>Filters values equal to string \"null\"</td>\n<td>title=null</td>\n</tr>\n<tr>\n<td>[PROPERTY]__eq=null</td>\n<td>Filters all values equal to \"null\" (not string)</td>\n<td>modified__eq=null</td>\n</tr>\n<tr>\n<td>[PROPERTY]__ne=null</td>\n<td>Filters all values not equal to \"null\" (not string)</td>\n<td>deleted__ne=null</td>\n</tr>\n<tr>\n<td>[PROPERTY]__ne=%22null%22</td>\n<td>Filters all values not equal to string \"null\"</td>\n<td>title__ne=%22null%22</td>\n</tr>\n</tbody>\n</table>\n</div><p>The same filters above can also apply for the boolean values of \"true\" and \"false\".</p>\n<p><strong>Pagination Queries</strong></p>\n<p>In addition to searching for records within the endpoint based on the data, you can also provide the following parameters to perform Pagination queries.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Query Parameter</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>limit</strong></td>\n<td><code>/submission?limit=200</code></td>\n<td>Returns at most 200 submissions</td>\n</tr>\n<tr>\n<td><strong>skip</strong></td>\n<td><code>/submission?limit=20&amp;skip=40</code></td>\n<td>Returns 20 items skiping the first 40 (i.e. 2nd page)</td>\n</tr>\n<tr>\n<td><strong>sort</strong></td>\n<td><code>/submission?limit=10&amp;skip=30&amp;sort=created</code></td>\n<td>Returns 10 items, skiping 30 (i.e. 3rd page), sorted by \"created\" in ascending order</td>\n</tr>\n<tr>\n<td><strong>-sort</strong></td>\n<td><code>/submission?limit=10&amp;skip=30&amp;sort=-created</code></td>\n<td>Returns 10 items, skiping 30 (i.e. 3rd page), sorted by \"created\" in descending order</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Field Selection</strong></p>\n<p>When performing index queries, it is always good practice to ask the endpoint to ONLY return the fields that you need within your application. This keeps the queries performant and also cuts down significantly on network traffic used when performing these queries. This is done using the <strong>select</strong> query parameter. For example, if you wish to return a list of user submissions, but only include their <strong>First Name</strong>, <strong>Last Name</strong>, and <strong>Email</strong>, you could do the following.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{{appUrl}}/user/submission?select=data.firstName,data.lastName,data.email\n</code></pre><p>This will return records that look like the following.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"_id\": \"5bab7f38f7e0d198a9965888\",\n        \"data\": {\n            \"firstName\": \"Bob\",\n            \"lastName\": \"Smith\",\n            \"email\": \"bob@example.com\"\n        }\n    },\n    {\n        \"_id\": \"5bab7f38f7e0d1969296588a\",\n        \"data\": {\n            \"firstName\": \"Jenny\",\n            \"lastName\": \"Thompson\",\n            \"email\": \"jenny@example.com\"\n        }\n    },\n    {\n        \"_id\": \"5bab7f38f7e0d1ed1f96588b\",\n        \"data\": {\n            \"firstName\": \"Sally\",\n            \"lastName\": \"Hunter\",\n            \"email\": \"sally@example.com\"\n        }\n    }\n]\n</code></pre>","urlObject":{"path":["{{formPath}}","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"65f39374-64b2-4dbe-863c-6b3062681fe5","name":"Get all submissions within a form","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/{{formPath}}/submission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4MTk0LCJleHAiOjE2MDY5NDI1OTR9.a6kSf1coulVQWU29Y80MzP_PR-whQlAfMKbRmu7dRuc"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-0/1"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"396"},{"key":"ETag","value":"W/\"18c-4F4+2ZA9HTMotXWFrrTLMRVjtTY\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:56:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7c4082a992abe68b247b9\",\n        \"owner\": \"5fc7beeb2a992abe68b2475c\",\n        \"roles\": [],\n        \"_vid\": 0,\n        \"_fvid\": 1,\n        \"state\": \"submitted\",\n        \"data\": {\n            \"firstName\": \"James\",\n            \"lastName\": \"\",\n            \"email\": \"joe@example.com\",\n            \"phoneNumber\": \"(234) 342-2345\"\n        },\n        \"access\": [],\n        \"form\": \"5fc7c25a2a992abe68b247b4\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"externalIds\": [],\n        \"created\": \"2020-12-02T16:42:48.128Z\",\n        \"modified\": \"2020-12-02T16:56:10.344Z\"\n    }\n]"},{"id":"b9e93e30-9d72-7ce9-f1cb-f81889018b74","name":"Submission Index","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{appUrl}}/register/submission"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"222","description":""},{"name":"Content-Range","key":"Content-Range","value":"0-0/1","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:30:26 GMT","description":""},{"name":"Link","key":"Link","value":"","description":"","isLink":true},{"name":"Range-Unit","key":"Range-Unit","value":"items","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkxMDI2LCJleHAiOjE1MDk1NzkwMjZ9.WN1A5ofIDl4bFkgPuLFrwvl8HneIx6d4DM2DXsMMSl8","description":""}],"cookie":[],"responseTime":"114","body":"[{\"_id\":\"57d0a2fd76f943a4007e1529\",\"modified\":\"2016-09-07T23:30:05.758Z\",\"data\":{\"firstName\":\"Joe\",\"lastName\":\"Smith\",\"email\":\"joe@example.com\",\"phoneNumber\":\"123123123\"},\"form\":\"57d0a2f876f943a4007e1527\",\"created\":\"2016-09-07T23:30:05.757Z\",\"externalIds\":[],\"access\":[],\"roles\":[],\"owner\":\"57d010fe76f943a4007e11da\"}]"}],"_postman_id":"1f207caa-9d04-3e81-2973-e4bf82ee5190"},{"name":"Create User","event":[{"listen":"test","script":{"id":"f2c51416-993e-44ac-a545-ef56f03a3a05","exec":["var response = JSON.parse(responseBody);","pm.globals.set('projectUserEmail', response.data.email);","pm.globals.set('projectUserId', response._id);"],"type":"text/javascript"}}],"id":"65f9b433-2be9-052e-a039-bea59b192600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"Rosalind.Yundt@yahoo.com\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/user","description":"<p>Create a new user within the application</p>\n","urlObject":{"path":["user"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0658e988-228f-4e34-80ca-412f43463829","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"Weldon51@gmail.com\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/user"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4MjEwLCJleHAiOjE2MDY5NDI2MTB9.KldN6usWdcxnoCLfczw-4vqtUfF7l68JcB5DpnHCQBg"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"359"},{"key":"ETag","value":"W/\"167-9Utm5XyIdMgiD6xeczVnHdjqt2Q\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:56:51 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [\n        \"5fc7befe2a992abe68b24767\"\n    ],\n    \"_id\": \"5fc7c7532a992abe68b247c3\",\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Quinton95@yahoo.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7befe2a992abe68b24769\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:56:51.037Z\",\n    \"modified\": \"2020-12-02T16:56:51.047Z\"\n}"},{"id":"1da98aa7-d79e-6116-c64c-370d95fee95d","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{appUserEmail}}\",\n        \"password\": \"{{appUserPass}}\"\n    }\n}"},"url":"{{appUrl}}/user"},"status":"Created","code":201,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"280","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:30:46 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"118-Yagwv2z6OMLuCi9gBd4EOA\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override, Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkxMDQ2LCJleHAiOjE1MDk1NzkwNDZ9.TSfPojUagoIPn8Bwah08Wh8kRXqsUU_62dDmeaHCS04","description":""}],"cookie":[],"responseTime":"199","body":"{\"modified\":\"2016-09-07T23:30:46.858Z\",\"data\":{\"email\":\"user@example.com\"},\"form\":\"57d0a03776f943a4007e1517\",\"created\":\"2016-09-07T23:30:46.852Z\",\"_id\":\"57d0a32676f943a4007e152a\",\"externalIds\":[],\"access\":[],\"roles\":[\"57d0a03776f943a4007e1515\"],\"owner\":\"57d010fe76f943a4007e11da\"}"}],"_postman_id":"65f9b433-2be9-052e-a039-bea59b192600"},{"name":"Get User","id":"bb9bb799-f091-afe3-4beb-43205e88ba82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/user/submission/{{projectUserId}}","description":"<p>Fetch the user object of the logged in person.</p>\n","urlObject":{"path":["user","submission","{{projectUserId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"03aa9b69-292d-4610-a7a5-2a425dfce7bb","name":"Get User","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/user/submission/{{projectUserId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4MjIyLCJleHAiOjE2MDY5NDI2MjJ9.500GLjC-SLmZYHYFRdakgSK-MQ6SS4eqFL9yUF7uGvk"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"359"},{"key":"ETag","value":"W/\"167-CAFmA6Vl3fylNNVfPWTPNHn91BE\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:57:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c7532a992abe68b247c3\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [\n        \"5fc7befe2a992abe68b24767\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Quinton95@yahoo.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7befe2a992abe68b24769\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:56:51.037Z\",\n    \"modified\": \"2020-12-02T16:56:51.047Z\"\n}"},{"id":"174a0231-164e-2d90-ac16-3c39389a9394","name":"Get User","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{appUrl}}/user/submission/{{appUserId}}"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"185","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:30:55 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkxMDU1LCJleHAiOjE1MDk1NzkwNTV9.HR_rmn_n6QeY6L8SyJKFq_LKwThQoqfLaND7iamirZw","description":""}],"cookie":[],"responseTime":"120","body":"{\"_id\":\"57d0a32676f943a4007e152a\",\"modified\":\"2016-09-07T23:30:46.858Z\",\"data\":{\"email\":\"user@example.com\"},\"form\":\"57d0a03776f943a4007e1517\",\"created\":\"2016-09-07T23:30:46.852Z\",\"externalIds\":[],\"access\":[],\"roles\":[\"57d0a03776f943a4007e1515\"],\"owner\":\"57d010fe76f943a4007e11da\"}"}],"_postman_id":"bb9bb799-f091-afe3-4beb-43205e88ba82"},{"name":"Check if a user exists","id":"bf453942-57fa-b22d-54e0-ab403c3b26a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{projectUrl}}/user/exists?data.email={{projectUserEmail}}","description":"<p>This is a quick API call to see if a record exists. This check can be performed anonymously (if allow access to exists endpoint without any permissions is checked), and no data is actually sent back to the client. Just a confirmation if the record exists or not (404)</p>\n","urlObject":{"path":["user","exists"],"host":["{{projectUrl}}"],"query":[{"key":"data.email","value":"{{projectUserEmail}}"}],"variable":[]}},"response":[{"id":"153cd3ec-01a4-450d-a6fb-95bf105db9e1","name":"Check if a user exists","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{projectUrl}}/user/exists?data.email={{projectUserEmail}}","host":["{{projectUrl}}"],"path":["user","exists"],"query":[{"key":"data.email","value":"{{projectUserEmail}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-BN9I9xVEjOpiu9TfgszU78MVDuU\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:57:11 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c7532a992abe68b247c3\"\n}"},{"id":"4c4e4830-545c-a022-c6d5-6850df54150e","name":"User Exists","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{appUrl}}/user/exists?data.email={{appUserEmail}}","host":["{{appUrl}}"],"path":["user","exists"],"query":[{"key":"data.email","value":"{{appUserEmail}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"54","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:31:03 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""}],"cookie":[],"responseTime":"92","body":"{\"_id\":\"57d0a32676f943a4007e152a\"}"}],"_postman_id":"bf453942-57fa-b22d-54e0-ab403c3b26a2"},{"name":"Update User","event":[{"listen":"test","script":{"id":"8cdd98a6-d84e-45fe-86ad-679db1c65003","exec":["var response = JSON.parse(responseBody);","pm.globals.set('projectUserEmail', response.data.email);","pm.globals.set('submissionId', response._id);"],"type":"text/javascript"}}],"id":"44220f6c-7fcc-96af-f2f9-11a9bfdbdbe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"Daija.Hamill@yahoo.com\"\n    }\n}"},"url":"{{projectUrl}}/user/submission/{{projectUserId}}","description":"<p>Update a user submission.</p>\n","urlObject":{"path":["user","submission","{{projectUserId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3c7ed7e2-6263-6789-d693-bf307328d806","name":"Update User","originalRequest":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"user@example.com\"\n    }\n}"},"url":"{{appUrl}}/user/submission/{{appUserId}}"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"189","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:31:50 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkxMTEwLCJleHAiOjE1MDk1NzkxMTB9.d1qQcKipLKub59no4sw8-JbP-6sPHZFbvq_RgXyjst8","description":""}],"cookie":[],"responseTime":"118","body":"{\"_id\":\"57d0a32676f943a4007e152a\",\"modified\":\"2016-09-07T23:31:50.930Z\",\"data\":{\"email\":\"user@example.com\"},\"form\":\"57d0a03776f943a4007e1517\",\"created\":\"2016-09-07T23:30:46.852Z\",\"externalIds\":[],\"access\":[],\"roles\":[\"57d0a03776f943a4007e1515\"],\"owner\":\"57d010fe76f943a4007e11da\"}"},{"id":"b85425b0-e595-46f9-b934-a1c74b749207","name":"Update User","originalRequest":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"Lukas35@hotmail.com\"\n    }\n}"},"url":"{{projectUrl}}/user/submission/{{projectUserId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4MjQxLCJleHAiOjE2MDY5NDI2NDF9.tDTdZjtNqY3fsfKLDc10xBM3jN6Nzy5_v5WC7Qyry68"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"367"},{"key":"ETag","value":"W/\"16f-C4FM23SgvwAfArtZszG6NeANZ+E\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:57:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [\n        \"5fc7befe2a992abe68b24767\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"_id\": \"5fc7c7532a992abe68b247c3\",\n    \"data\": {\n        \"email\": \"Estella.Mueller@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7befe2a992abe68b24769\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:56:51.037Z\",\n    \"modified\": \"2020-12-02T16:57:21.715Z\"\n}"}],"_postman_id":"44220f6c-7fcc-96af-f2f9-11a9bfdbdbe9"},{"name":"User Login","event":[{"listen":"test","script":{"id":"af1b1e2d-95e1-49dd-8e39-f30239d126ef","exec":["var response = JSON.parse(responseBody);","pm.globals.set('projectUserToken', postman.getResponseHeader(\"x-jwt-token\"));"],"type":"text/javascript"}}],"id":"f7bfc434-f825-df69-7192-0f17eb284750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{projectUserEmail}}\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/user/login","urlObject":{"path":["user","login"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"23649d67-d176-f9ac-0697-e6c7a695a306","name":"User Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{appUserEmail}}\",\n        \"password\": \"{{appUserPass}}\"\n    }\n}"},"url":"{{appUrl}}/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"189","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:31:58 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override, Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDBhMzI2NzZmOTQzYTQwMDdlMTUyYSJ9LCJmb3JtIjp7Il9pZCI6IjU3ZDBhMDM3NzZmOTQzYTQwMDdlMTUxNyIsInByb2plY3QiOiI1N2QwYTAzNzc2Zjk0M2E0MDA3ZTE1MTMifSwiaWF0IjoxNDczMjkxMTE4LCJleHAiOjE1MDk1NzkxMTh9.9Oi9EbhU6s6gUa-lzazmDFfCMYV9R0TdTZvt_frWEtI","description":""}],"cookie":[],"responseTime":"396","body":"{\"_id\":\"57d0a32676f943a4007e152a\",\"modified\":\"2016-09-07T23:31:50.930Z\",\"data\":{\"email\":\"user@example.com\"},\"form\":\"57d0a03776f943a4007e1517\",\"created\":\"2016-09-07T23:30:46.852Z\",\"externalIds\":[],\"access\":[],\"roles\":[\"57d0a03776f943a4007e1515\"],\"owner\":\"57d010fe76f943a4007e11da\"}"},{"id":"383f7502-ccd4-4a36-b1ae-4f3cf3691711","name":"User Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{projectUserEmail}}\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdjNzUzMmE5OTJhYmU2OGIyNDdjMyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3Yzc1MzJhOTkyYWJlNjhiMjQ3YzMiLCJqdGkiOiI1ZmM3Yzc4MDJhOTkyYWJlNjhiMjQ3Y2EiLCJpYXQiOjE2MDY5MjgyNTYsImV4cCI6MTYwNjk0MjY1Nn0.M9Xo3Wm75UJydlmGmX41TJIDLRxkxrckA3mJ1k0cBP8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"367"},{"key":"ETag","value":"W/\"16f-IrQwDYB1C4dcBy3DklLrW+5PAe0\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:57:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7c7532a992abe68b247c3\",\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [\n        \"5fc7befe2a992abe68b24767\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Estella.Mueller@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7befe2a992abe68b24769\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:56:51.037Z\",\n    \"modified\": \"2020-12-02T16:57:21.715Z\"\n}"}],"_postman_id":"f7bfc434-f825-df69-7192-0f17eb284750"},{"name":"Get List of Users","id":"f8daf753-397b-83ed-2ec8-80a7c9154adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"url":"{{projectUrl}}/user/submission","description":"<p>Return a list of users.</p>\n","urlObject":{"path":["user","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5648fa49-485b-4fb4-b1ab-bfac7be8144b","name":"Get List of Users","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"url":"{{projectUrl}}/user/submission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZjY1MmE5OTJhYmU2OGIyNDc4MyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmY2NTJhOTkyYWJlNjhiMjQ3ODMiLCJqdGkiOiI1ZmM3YmY3MTJhOTkyYWJlNjhiMjQ3ODYiLCJmb3JtIjp7Il9pZCI6IjVmYzdiZWZlMmE5OTJhYmU2OGIyNDc2YSIsInByb2plY3QiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwiaWF0IjoxNjA2OTI4MzAzLCJleHAiOjE2MDY5NDI3MDN9.KZuByAE4Ss4dfnEHV18Pni11ffbuLYG6H6-08SNIRsQ"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-0/1"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"369"},{"key":"ETag","value":"W/\"171-UNFsliczAGocJ6hPjX+i1TDJEHk\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:58:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7c7532a992abe68b247c3\",\n        \"owner\": \"5fc7beeb2a992abe68b2475c\",\n        \"roles\": [\n            \"5fc7befe2a992abe68b24767\"\n        ],\n        \"_vid\": 0,\n        \"_fvid\": 1,\n        \"state\": \"submitted\",\n        \"data\": {\n            \"email\": \"Estella.Mueller@hotmail.com\"\n        },\n        \"access\": [],\n        \"form\": \"5fc7befe2a992abe68b24769\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"externalIds\": [],\n        \"created\": \"2020-12-02T16:56:51.037Z\",\n        \"modified\": \"2020-12-02T16:57:21.715Z\"\n    }\n]"},{"id":"e57142c0-1c86-7bfa-f569-7fa4e9870f64","name":"Get List of Users","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{appAdminToken}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{appUrl}}/user/submission"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"191","description":""},{"name":"Content-Range","key":"Content-Range","value":"0-0/1","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:32:06 GMT","description":""},{"name":"Link","key":"Link","value":"","description":"","isLink":true},{"name":"Range-Unit","key":"Range-Unit","value":"items","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDBhMDRmNzZmOTQzYTQwMDdlMTUyNCJ9LCJmb3JtIjp7Il9pZCI6IjU3ZDBhMDM3NzZmOTQzYTQwMDdlMTUxOCIsInByb2plY3QiOiI1N2QwYTAzNzc2Zjk0M2E0MDA3ZTE1MTMifSwiaWF0IjoxNDczMjkxMTI2LCJleHAiOjE1MDk1NzkxMjZ9.N3wj6TiJzIcJzrObeX9iiCmcL045SDOjUW-E68dIO4E","description":""}],"cookie":[],"responseTime":"111","body":"[{\"_id\":\"57d0a32676f943a4007e152a\",\"modified\":\"2016-09-07T23:31:50.930Z\",\"data\":{\"email\":\"user@example.com\"},\"form\":\"57d0a03776f943a4007e1517\",\"created\":\"2016-09-07T23:30:46.852Z\",\"externalIds\":[],\"access\":[],\"roles\":[\"57d0a03776f943a4007e1515\"],\"owner\":\"57d010fe76f943a4007e11da\"}]"}],"_postman_id":"f8daf753-397b-83ed-2ec8-80a7c9154adc"},{"name":"Find a user by form field","id":"79e11e35-3e3c-c2b3-8fb2-db377e26bc7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"url":"{{projectUrl}}/user/submission?data.email={{projectUserEmail}}","description":"<p>Many times you will need to perform a search within form submissions to find a specific record. This can be done using our Search API. This allows you to search any field within a specific form based on the value of the item you are looking for. To search on any value within the submission, simply provide <code>data.FIELD_API</code> as the query parameter, where <code>FIELD_API</code> is the <em><strong>API Key</strong></em> of the field.</p>\n","urlObject":{"path":["user","submission"],"host":["{{projectUrl}}"],"query":[{"key":"data.email","value":"{{projectUserEmail}}"}],"variable":[]}},"response":[{"id":"731ec105-e23a-eccb-cd7b-4a935ee9209c","name":"Find User by Field Value","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{appAdminToken}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{appUrl}}/user/submission?data.email={{appUserEmail}}","host":["{{appUrl}}"],"path":["user","submission"],"query":[{"key":"data.email","value":"{{appUserEmail}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"191","description":""},{"name":"Content-Range","key":"Content-Range","value":"0-0/1","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:32:20 GMT","description":""},{"name":"Link","key":"Link","value":"","description":"","isLink":true},{"name":"Range-Unit","key":"Range-Unit","value":"items","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDBhMDRmNzZmOTQzYTQwMDdlMTUyNCJ9LCJmb3JtIjp7Il9pZCI6IjU3ZDBhMDM3NzZmOTQzYTQwMDdlMTUxOCIsInByb2plY3QiOiI1N2QwYTAzNzc2Zjk0M2E0MDA3ZTE1MTMifSwiaWF0IjoxNDczMjkxMTQwLCJleHAiOjE1MDk1NzkxNDB9.6uacDlQvaWzwCjBmfeQMObjIbynGmcexkcBZcoFJ0X4","description":""}],"cookie":[],"responseTime":"110","body":"[{\"_id\":\"57d0a32676f943a4007e152a\",\"modified\":\"2016-09-07T23:31:50.930Z\",\"data\":{\"email\":\"user@example.com\"},\"form\":\"57d0a03776f943a4007e1517\",\"created\":\"2016-09-07T23:30:46.852Z\",\"externalIds\":[],\"access\":[],\"roles\":[\"57d0a03776f943a4007e1515\"],\"owner\":\"57d010fe76f943a4007e11da\"}]"},{"id":"92372d96-b202-4d1d-b72a-ffccbf16d4cf","name":"Find a user by form field","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"url":{"raw":"{{projectUrl}}/user/submission?data.email={{projectUserEmail}}","host":["{{projectUrl}}"],"path":["user","submission"],"query":[{"key":"data.email","value":"{{projectUserEmail}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZjY1MmE5OTJhYmU2OGIyNDc4MyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmY2NTJhOTkyYWJlNjhiMjQ3ODMiLCJqdGkiOiI1ZmM3YmY3MTJhOTkyYWJlNjhiMjQ3ODYiLCJmb3JtIjp7Il9pZCI6IjVmYzdiZWZlMmE5OTJhYmU2OGIyNDc2YSIsInByb2plY3QiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwiaWF0IjoxNjA2OTI4MzI3LCJleHAiOjE2MDY5NDI3Mjd9.Haxwyoby_-mfa8ZdlVBQkhVv2IdcciDiwH6ZWyeAEac"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-0/1"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"369"},{"key":"ETag","value":"W/\"171-UNFsliczAGocJ6hPjX+i1TDJEHk\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:58:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7c7532a992abe68b247c3\",\n        \"owner\": \"5fc7beeb2a992abe68b2475c\",\n        \"roles\": [\n            \"5fc7befe2a992abe68b24767\"\n        ],\n        \"_vid\": 0,\n        \"_fvid\": 1,\n        \"state\": \"submitted\",\n        \"data\": {\n            \"email\": \"Estella.Mueller@hotmail.com\"\n        },\n        \"access\": [],\n        \"form\": \"5fc7befe2a992abe68b24769\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"externalIds\": [],\n        \"created\": \"2020-12-02T16:56:51.037Z\",\n        \"modified\": \"2020-12-02T16:57:21.715Z\"\n    }\n]"}],"_postman_id":"79e11e35-3e3c-c2b3-8fb2-db377e26bc7b"},{"name":"Delete User as Admin","id":"080c6368-e029-c581-951b-a993bc02578a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}/user/submission/{{projectUserId}}","description":"<p>Signed in as the administrator of the application, I should be able to delete a user.</p>\n","urlObject":{"path":["user","submission","{{projectUserId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d3bc3d4c-11dd-48cc-b8f1-9f0222ccfff9","name":"Delete User as Admin","originalRequest":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}/user/submission/{{projectUserId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZjY1MmE5OTJhYmU2OGIyNDc4MyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmY2NTJhOTkyYWJlNjhiMjQ3ODMiLCJqdGkiOiI1ZmM3YmY3MTJhOTkyYWJlNjhiMjQ3ODYiLCJmb3JtIjp7Il9pZCI6IjVmYzdiZWZlMmE5OTJhYmU2OGIyNDc2YSIsInByb2plY3QiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwiaWF0IjoxNjA2OTI4MzQ5LCJleHAiOjE2MDY5NDI3NDl9.MXsZ1SZ8aM-0hioFfBW0bb2DjPnYxiQur3j_nROu7y8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:59:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"080c6368-e029-c581-951b-a993bc02578a"},{"name":"Create User as Admin","event":[{"listen":"test","script":{"id":"82269543-b3b6-4b15-bade-4d315c370042","exec":["var response = JSON.parse(responseBody);","pm.globals.set('projectUserEmail', response.data.email);","pm.globals.set('projectUserId', response._id);"],"type":"text/javascript"}}],"id":"d0c2ed4c-9370-9f9c-44b4-ec31e9ca8e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{projectAdminToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"Mia.Blick@yahoo.com\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/user","description":"<p>Not only can you create new users within your application as the Form.io Admin, but you can also create new users logged into an administrator from that application.</p>\n","urlObject":{"path":["user"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3466e4ee-79a2-4411-8b53-8551b7617637","name":"Create User as Admin","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{projectAdminToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"Cleve17@gmail.com\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/user"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZjY1MmE5OTJhYmU2OGIyNDc4MyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmY2NTJhOTkyYWJlNjhiMjQ3ODMiLCJqdGkiOiI1ZmM3YmY3MTJhOTkyYWJlNjhiMjQ3ODYiLCJmb3JtIjp7Il9pZCI6IjVmYzdiZWZlMmE5OTJhYmU2OGIyNDc2YSIsInByb2plY3QiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3YmVmZTJhOTkyYWJlNjhiMjQ3NjUifSwiaWF0IjoxNjA2OTI4Mzc5LCJleHAiOjE2MDY5NDI3Nzl9.qZedERTXqTJnX9G34WRqh866CTbODoXgORfZ7wbbC9E"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"365"},{"key":"ETag","value":"W/\"16d-OivF1Do1D8KF2N+gP9fAl5Vw0Ho\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 16:59:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7bf652a992abe68b24783\",\n    \"roles\": [\n        \"5fc7befe2a992abe68b24767\"\n    ],\n    \"_id\": \"5fc7c7fb2a992abe68b247cc\",\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Keira_Quigley@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7befe2a992abe68b24769\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T16:59:39.794Z\",\n    \"modified\": \"2020-12-02T16:59:39.803Z\"\n}"}],"_postman_id":"d0c2ed4c-9370-9f9c-44b4-ec31e9ca8e85"}],"id":"9fe90026-dd4b-a344-62e9-c7a67f0ebbb7","description":"<p>The Submission API gives you access to create, submit, edit, delete, and search submissions within a form.</p>\n<p>This also includes User creation authentication since all users are simply considered resources within the project.</p>\n","event":[{"listen":"prerequest","script":{"id":"ccc2ed27-6016-47bc-8ff6-f4d3a30b7186","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34192a1c-192e-4fa8-a16b-584c68abd709","type":"text/javascript","exec":[""]}}],"_postman_id":"9fe90026-dd4b-a344-62e9-c7a67f0ebbb7"},{"name":"Roles & Permissions","item":[{"name":"Project Roles","item":[{"name":"List Roles within Project","id":"8ecd0673-9088-4157-ae0d-161f93d090fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/role","description":"<p>This API call will list all roles available within a project.</p>\n","urlObject":{"path":["role"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2bdfe672-07b7-492f-adf6-c7fa2246c79c","name":"List Roles within Project","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/role"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4NDA5LCJleHAiOjE2MDY5NDI4MDl9.wrq_1_wl-1DFbKCPF7qCxkUB5DY15FG9ejzJw33zJ94"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-2/3"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"849"},{"key":"ETag","value":"W/\"351-o4km2vaV3OjtVr+XW8AyRKRYpak\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 17:00:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7befe2a992abe68b24766\",\n        \"description\": \"A role for Administrative Users.\",\n        \"default\": false,\n        \"admin\": true,\n        \"title\": \"Administrator\",\n        \"machineName\": \"proj366:administrator\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.424Z\",\n        \"modified\": \"2020-12-02T16:27:20.999Z\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b24768\",\n        \"description\": \"A role for Anonymous Users.\",\n        \"default\": true,\n        \"admin\": false,\n        \"title\": \"Anonymous\",\n        \"machineName\": \"proj366:anonymous\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.456Z\",\n        \"modified\": \"2020-12-02T16:27:21.022Z\"\n    },\n    {\n        \"_id\": \"5fc7befe2a992abe68b24767\",\n        \"description\": \"A role for Authenticated Users.\",\n        \"default\": false,\n        \"admin\": false,\n        \"title\": \"Authenticated\",\n        \"machineName\": \"proj366:authenticated\",\n        \"project\": \"5fc7befe2a992abe68b24765\",\n        \"created\": \"2020-12-02T16:21:18.448Z\",\n        \"modified\": \"2020-12-02T16:27:21.013Z\"\n    }\n]"}],"_postman_id":"8ecd0673-9088-4157-ae0d-161f93d090fb"},{"name":"Create a new Role","event":[{"listen":"test","script":{"id":"52bd1e13-3684-464b-8b55-da0e11683775","exec":["var response = JSON.parse(responseBody);","pm.globals.set('employeeRoleId', response._id);"],"type":"text/javascript"}}],"id":"5123aaee-8a9d-42f0-b46f-0bd73b0477dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Employee\",\n    \"description\": \"A person who belongs to a company.\"\n}"},"url":"{{projectUrl}}/role","urlObject":{"path":["role"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9d751fea-5370-4eb7-8a68-a1d1c0b290e6","name":"Create a new Role","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Employee\",\n    \"description\": \"A person who belongs to a company.\"\n}"},"url":"{{projectUrl}}/role"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4NDI0LCJleHAiOjE2MDY5NDI4MjR9.yFo1GwElnkTagGnyIFjWFA2nUnNssg00PJZNglMkX3w"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"279"},{"key":"ETag","value":"W/\"117-cLFlqFNo9/r9kEFY+gwMvruMP3A\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 17:00:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"A person who belongs to a company.\",\n    \"default\": false,\n    \"admin\": false,\n    \"_id\": \"5fc7c8282a992abe68b247ce\",\n    \"title\": \"Employee\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"created\": \"2020-12-02T17:00:24.107Z\",\n    \"modified\": \"2020-12-02T17:00:24.109Z\",\n    \"machineName\": \"proj366:employee\"\n}"}],"_postman_id":"5123aaee-8a9d-42f0-b46f-0bd73b0477dd"},{"name":"Update a Role","event":[{"listen":"test","script":{"id":"cab49550-1543-4ede-8822-c02efa2a90b9","exec":["pm.test(\"Ensure the role was updated\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.description).to.eql(\"A person who belongs to a company.\");","});"],"type":"text/javascript"}}],"id":"6ad0536d-1927-41c5-b406-956ac736f9e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Employee\",\n    \"description\": \"A person who belongs to a company.\"\n}"},"url":"{{projectUrl}}/role/{{employeeRoleId}}","urlObject":{"path":["role","{{employeeRoleId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"698efeb7-e386-4348-b827-23c39279855b","name":"Update a Role","originalRequest":{"method":"PUT","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Employee\",\n    \"description\": \"A person who belongs to a company.\"\n}"},"url":"{{projectUrl}}/role/{{employeeRoleId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4NDcwLCJleHAiOjE2MDY5NDI4NzB9.vP6mIUQLjULUAuCTtLZEELR_aiR5s2TvZ3q064Tirog"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"279"},{"key":"ETag","value":"W/\"117-e+rVlM5mX+z/LZ52fTIdJb69FKw\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 17:01:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"A person who belongs to a company.\",\n    \"default\": false,\n    \"admin\": false,\n    \"_id\": \"5fc7c8282a992abe68b247ce\",\n    \"title\": \"Employee\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"created\": \"2020-12-02T17:00:24.107Z\",\n    \"modified\": \"2020-12-02T17:01:10.511Z\",\n    \"machineName\": \"proj366:employee\"\n}"}],"_postman_id":"6ad0536d-1927-41c5-b406-956ac736f9e5"}],"id":"df393393-6262-4c3a-8a5d-d3abb3182409","description":"<p>Here are some requests for listing, creating, and editing roles within a project.</p>\n","_postman_id":"df393393-6262-4c3a-8a5d-d3abb3182409"},{"name":"Role Assignment","item":[{"name":"Create an Employee Resource","event":[{"listen":"test","script":{"id":"74750dd1-ccbf-4691-84c6-f26d19336cf2","exec":["var response = JSON.parse(responseBody);","pm.globals.set('employeeResourceId', response._id);"],"type":"text/javascript"}}],"id":"56405e5b-fcae-49ff-8755-6d55c209ff62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Employee\",\n    \"display\": \"form\",\n    \"type\": \"resource\",\n    \"name\": \"employee\",\n    \"path\": \"employee\",\n    \"components\": [\n        {\n            \"label\": \"First Name\",\n            \"type\": \"textfield\",\n            \"key\": \"firstName\"\n        },\n        {\n            \"label\": \"Last Name\",\n            \"type\": \"textfield\",\n            \"key\": \"lastName\"\n        },\n        {\n            \"label\": \"Email\",\n            \"type\": \"email\",\n            \"key\": \"email\"\n        },\n        {\n            \"label\": \"Password\",\n            \"type\": \"password\",\n            \"key\": \"password\"\n        },\n        {\n            \"type\": \"button\",\n            \"label\": \"Submit\",\n            \"key\": \"submit\",\n            \"action\": \"submit\"\n        }\n    ],\n    \"access\": [],\n    \"submissionAccess\": [],\n    \"controller\": \"\",\n    \"properties\": {},\n    \"settings\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{projectUrl}}/form","description":"<p>This demonstrates how we can create a new resource where the submissions will be assigned to a new role, called Employee.</p>\n","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56405e5b-fcae-49ff-8755-6d55c209ff62"},{"name":"Add Role Assignment to Resource","id":"fe1f4655-b7fe-4ca3-91cf-d35401f97c8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"role\",\n\t\t\"title\": \"Assign Employee Role\",\n\t\t\"method\": [\"create\"],\n\t\t\"handler\": [\"after\"],\n\t\t\"priority\": 1,\n\t\t\"settings\": {\n\t\t\t\"association\": \"new\",\n\t\t\t\"role\": \"{{employeeRoleId}}\",\n\t\t\t\"type\": \"add\"\n\t\t}\n\t}\n}"},"url":"{{projectUrl}}/form/{{employeeResourceId}}/action","description":"<p>This request will add an Action to the Employee resource so that the Employee role will be assigned to any new employee's added to the Employee resource.</p>\n","urlObject":{"path":["form","{{employeeResourceId}}","action"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0997ded4-e9a9-4aa5-a312-d23975186d69","name":"Add Role Assignment to Resource","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"role\",\n\t\t\"title\": \"Assign Employee Role\",\n\t\t\"method\": [\"create\"],\n\t\t\"handler\": [\"after\"],\n\t\t\"priority\": 1,\n\t\t\"settings\": {\n\t\t\t\"association\": \"new\",\n\t\t\t\"role\": \"{{employeeRoleId}}\",\n\t\t\t\"type\": \"add\"\n\t\t}\n\t}\n}"},"url":"{{projectUrl}}/form/{{employeeResourceId}}/action"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4NDk4LCJleHAiOjE2MDY5NDI4OTh9.ZPgbrrOXTFMI0eZs2PtxvAgPxuhZeaGncr0bKwu49pE"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"286"},{"key":"ETag","value":"W/\"11e-dFbE+G/QRuhymHLInm7j8HBB0I4\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 17:01:38 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"handler\": [\n        \"after\"\n    ],\n    \"method\": [\n        \"create\"\n    ],\n    \"priority\": 1,\n    \"_id\": \"5fc7c8722a992abe68b247cf\",\n    \"name\": \"role\",\n    \"title\": \"Assign Employee Role\",\n    \"settings\": {\n        \"association\": \"new\",\n        \"role\": \"5fc7c8282a992abe68b247ce\",\n        \"type\": \"add\"\n    },\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"machineName\": \"proj366:synthesize:role\"\n}"}],"_postman_id":"fe1f4655-b7fe-4ca3-91cf-d35401f97c8d"},{"name":"Create Employee User 1 with Role","event":[{"listen":"test","script":{"id":"b8173c70-5c42-4c8f-8628-33926db4ccff","exec":["var response = JSON.parse(responseBody);","pm.globals.set('employee1Id', response._id);","var employeeRoleId = pm.globals.get('employeeRoleId');","pm.test(\"Make sure the employee has the assigned role.\", function () {","    pm.expect(response.roles.indexOf(employeeRoleId)).to.eql(0);","});"],"type":"text/javascript"}}],"id":"e95f7b42-096c-4324-a35a-d0058dc260ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Employee\",\n\t\t\"lastName\": \"One\",\n\t\t\"email\": \"employee1@example.com\",\n\t\t\"password\": \"testing123\"\n\t}\n}"},"url":"{{projectUrl}}/form/{{employeeResourceId}}/submission","description":"<p>We will now create a new \"employee\" user with the Employee role assigned.</p>\n","urlObject":{"path":["form","{{employeeResourceId}}","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"33c10f6b-e8d9-4ece-91fe-4a2228fd8d40","name":"Create Employee User 1 with Role","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Employee\",\n\t\t\"lastName\": \"One\",\n\t\t\"email\": \"employee1@example.com\",\n\t\t\"password\": \"testing123\"\n\t}\n}"},"url":"{{projectUrl}}/form/{{employeeResourceId}}/submission"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4NTQ3LCJleHAiOjE2MDY5NDI5NDd9.8YjlxWNyFWSBPQTq7IozKfk554CU92_ZKK2dUFXXsjk"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"418"},{"key":"ETag","value":"W/\"1a2-OjpQ/gqCQzE+vBtITx89WVKmivI\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 17:02:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [\n        \"5fc7c8282a992abe68b247ce\"\n    ],\n    \"_id\": \"5fc7c8a32a992abe68b247d1\",\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"firstName\": \"Employee\",\n        \"lastName\": \"One\",\n        \"email\": \"employee1@example.com\",\n        \"phoneNumber\": \"\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T17:02:27.233Z\",\n    \"modified\": \"2020-12-02T17:02:27.243Z\"\n}"}],"_postman_id":"e95f7b42-096c-4324-a35a-d0058dc260ac"},{"name":"Create Employee User 2 with Role","event":[{"listen":"test","script":{"id":"b8173c70-5c42-4c8f-8628-33926db4ccff","exec":["var response = JSON.parse(responseBody);","pm.globals.set('employee2Id', response._id);","var employeeRoleId = pm.globals.get('employeeRoleId');","pm.test(\"Make sure the employee has the assigned role.\", function () {","    pm.expect(response.roles.indexOf(employeeRoleId)).to.eql(0);","});"],"type":"text/javascript"}}],"id":"618be946-b96e-4d45-bf34-ee3c1f0d0874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Employee\",\n\t\t\"lastName\": \"Two\",\n\t\t\"email\": \"employee2@example.com\",\n\t\t\"password\": \"testing123\"\n\t}\n}"},"url":"{{projectUrl}}/form/{{employeeResourceId}}/submission","description":"<p>We will now create a new \"employee\" user with the Employee role assigned.</p>\n","urlObject":{"path":["form","{{employeeResourceId}}","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"84fb221a-4386-4a53-bc2c-515ca7eeba6e","name":"Create Employee User 2 with Role","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Employee\",\n\t\t\"lastName\": \"Two\",\n\t\t\"email\": \"employee2@example.com\",\n\t\t\"password\": \"testing123\"\n\t}\n}"},"url":"{{projectUrl}}/form/{{employeeResourceId}}/submission"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTI4NjM2LCJleHAiOjE2MDY5NDMwMzZ9.WEcvgY0RiWl8lh7NmI-CPN2UcXbuEp9Yilewmf-4svo"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"418"},{"key":"ETag","value":"W/\"1a2-MIMYbJWqYc3xspTg5z5l6pBca6Y\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 17:03:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"5fc7beeb2a992abe68b2475c\",\n    \"roles\": [\n        \"5fc7c8282a992abe68b247ce\"\n    ],\n    \"_id\": \"5fc7c8fc2a992abe68b247d4\",\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"firstName\": \"Employee\",\n        \"lastName\": \"Two\",\n        \"email\": \"employee2@example.com\",\n        \"phoneNumber\": \"\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7c25a2a992abe68b247b4\",\n    \"project\": \"5fc7befe2a992abe68b24765\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T17:03:56.961Z\",\n    \"modified\": \"2020-12-02T17:03:56.970Z\"\n}"}],"_postman_id":"618be946-b96e-4d45-bf34-ee3c1f0d0874"},{"name":"Get Login Form","event":[{"listen":"test","script":{"id":"3ba6f87d-9de7-4e9a-b6cf-5adf5f49ad6d","exec":["var response = JSON.parse(responseBody);","pm.globals.set('loginFormId', response._id);"],"type":"text/javascript"}}],"id":"6455efab-f522-4a59-904e-500a7feb1eea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/user/login","description":"<p>Get the login form.</p>\n","urlObject":{"path":["user","login"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6455efab-f522-4a59-904e-500a7feb1eea"},{"name":"Get the Login Action","event":[{"listen":"test","script":{"id":"c16bd554-5867-4f8f-8b18-1627d6dff6e2","exec":["var response = JSON.parse(responseBody);","pm.globals.set('loginActionId', response[0]._id);","pm.globals.set('authenticatedRoleId', response[0].settings.resources[0]);"],"type":"text/javascript"}}],"id":"0bda48b9-ac02-4b7f-8a9e-178c6401c893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/form/{{loginFormId}}/action","description":"<p>Retrieve the login action from the user login form.</p>\n","urlObject":{"path":["form","{{loginFormId}}","action"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bda48b9-ac02-4b7f-8a9e-178c6401c893"},{"name":"Update Login Action to Add Employee","id":"50f342a1-46ee-4f4a-b62e-e5fb960eb1da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"handler\": [\n        \"before\"\n    ],\n    \"method\": [\n        \"create\"\n    ],\n    \"priority\": 2,\n    \"name\": \"login\",\n    \"title\": \"Login\",\n    \"form\": \"{{loginFormId}}\",\n    \"settings\": {\n        \"resources\": [\n            \"{{employeeResourceId}}\"\n        ],\n        \"username\": \"email\",\n        \"password\": \"password\"\n    }\n}"},"url":"{{projectUrl}}/form/{{loginFormId}}/action/{{loginActionId}}","description":"<p>This will now allow employees to login to the API using their own credentials and provide them with the Employee role.</p>\n","urlObject":{"path":["form","{{loginFormId}}","action","{{loginActionId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7146a1d7-4f66-4a68-9910-ff8a2a81637c","name":"Update Login Action to Add Employee","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"handler\": [\n        \"before\"\n    ],\n    \"method\": [\n        \"create\"\n    ],\n    \"priority\": 2,\n    \"name\": \"login\",\n    \"title\": \"Login\",\n    \"form\": \"{{loginFormId}}\",\n    \"settings\": {\n        \"resources\": [\n            \"{{employeeResourceId}}\"\n        ],\n        \"username\": \"email\",\n        \"password\": \"password\"\n    }\n}"},"url":"{{projectUrl}}/form/{{loginFormId}}/action/{{loginActionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdiZWViMmE5OTJhYmU2OGIyNDc1YyJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3YmVlYjJhOTkyYWJlNjhiMjQ3NWMiLCJqdGkiOiI1ZmM3YmVmMjJhOTkyYWJlNjhiMjQ3NjEiLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTM1NDIwLCJleHAiOjE2MDY5NDk4MjB9.sBN_7o89jA0S0ytz0ckK-Jo2Cq02TagMgJB8NGQv0BM"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"282"},{"key":"ETag","value":"W/\"11a-klSKy13QPcC3RNYEMmu4B0rjPus\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 18:57:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"handler\": [\n        \"before\"\n    ],\n    \"method\": [\n        \"create\"\n    ],\n    \"priority\": 2,\n    \"_id\": \"5fc7c0692a992abe68b247a5\",\n    \"title\": \"Login\",\n    \"name\": \"login\",\n    \"form\": \"5fc7befe2a992abe68b2476b\",\n    \"settings\": {\n        \"resources\": [\n            \"5fc7c25a2a992abe68b247b4\"\n        ],\n        \"username\": \"email\",\n        \"password\": \"password\"\n    },\n    \"machineName\": \"proj366:userLogin\"\n}"}],"_postman_id":"50f342a1-46ee-4f4a-b62e-e5fb960eb1da"}],"id":"60836831-525c-43f6-b292-d00d3c8e739a","_postman_id":"60836831-525c-43f6-b292-d00d3c8e739a","description":""},{"name":"Authentication & Authorization","item":[{"name":"Create an Application Form","id":"d2f3f700-a212-4df6-a246-b674f462fea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Application\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"name\": \"application\",\n    \"path\": \"application\",\n    \"components\": [\n        {\n            \"label\": \"First Name\",\n            \"type\": \"textfield\",\n            \"key\": \"firstName\"\n        },\n        {\n            \"label\": \"Last Name\",\n            \"type\": \"textfield\",\n            \"key\": \"lastName\"\n        },\n        {\n            \"label\": \"Email\",\n            \"type\": \"email\",\n            \"key\": \"email\"\n        },\n        {\n            \"type\": \"button\",\n            \"label\": \"Submit\",\n            \"key\": \"submit\",\n            \"action\": \"submit\"\n        }\n    ],\n    \"access\": [],\n    \"submissionAccess\": [\n        {\n            \"type\": \"create_own\",\n            \"roles\": [\"{{employeeRoleId}}\"]\n        },\n        {\n            \"type\": \"read_own\",\n            \"roles\": [\"{{employeeRoleId}}\"]\n        },\n        {\n            \"type\": \"update_own\",\n            \"roles\": [\"{{employeeRoleId}}\"]\n        },\n        {\n            \"type\": \"delete_own\",\n            \"roles\": [\"{{employeeRoleId}}\"]\n        }\n    ],\n    \"controller\": \"\",\n    \"properties\": {},\n    \"settings\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{projectUrl}}/form","description":"<p>This will create a new application form for employees to fill out and grant access based on their assignment.</p>\n","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2f3f700-a212-4df6-a246-b674f462fea2"},{"name":"Login as an Employee 1","event":[{"listen":"test","script":{"id":"70a09ea0-2fa4-4cd8-8149-bdccdb682544","exec":["var response = JSON.parse(responseBody);","var employeeRoleId = pm.globals.get('employeeRoleId');","pm.globals.set(\"employee1Token\", postman.getResponseHeader(\"x-jwt-token\"));","pm.test(\"Make sure the employee has the assigned role.\", function () {","    pm.expect(response.roles.indexOf(employeeRoleId)).to.eql(0);","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b15ec59f-8950-446d-84b7-8223d0ce5a1c","exec":[""],"type":"text/javascript"}}],"id":"18fad01e-1c9d-49f7-b22c-b9eb63b9a8b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"email\": \"employee1@example.com\",\n\t\t\"password\": \"testing123\"\n\t}\n}"},"url":"{{projectUrl}}/user/login/submission","description":"<p>This will show how you can now log in as the Employee.</p>\n","urlObject":{"path":["user","login","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18fad01e-1c9d-49f7-b22c-b9eb63b9a8b0"},{"name":"Login as an Employee 2","event":[{"listen":"test","script":{"id":"70a09ea0-2fa4-4cd8-8149-bdccdb682544","exec":["var response = JSON.parse(responseBody);","var employeeRoleId = pm.globals.get('employeeRoleId');","pm.globals.set(\"employee2Token\", postman.getResponseHeader(\"x-jwt-token\"));","pm.test(\"Make sure the employee has the assigned role.\", function () {","    pm.expect(response.roles.indexOf(employeeRoleId)).to.eql(0);","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b15ec59f-8950-446d-84b7-8223d0ce5a1c","exec":[""],"type":"text/javascript"}}],"id":"89113ec8-77a5-40b4-b9cb-357a63069247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"email\": \"employee2@example.com\",\n\t\t\"password\": \"testing123\"\n\t}\n}"},"url":"{{projectUrl}}/user/login/submission","description":"<p>This will show how you can now log in as the Employee.</p>\n","urlObject":{"path":["user","login","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"89113ec8-77a5-40b4-b9cb-357a63069247"},{"name":"Create an Application using Employee 1","id":"0cd16b25-7045-4598-b59d-f6b8e29e1ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{employee1Token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Employee\",\n\t\t\"lastName\": \"One\",\n\t\t\"email\": \"employee1@example.com\"\n\t}\n}"},"url":"{{projectUrl}}/application/submission","description":"<p>As employee 1, create a new application record.</p>\n","urlObject":{"path":["application","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cd16b25-7045-4598-b59d-f6b8e29e1ee0"},{"name":"Create an Application using Employee 2","id":"c9f8b4c7-e655-4fb2-ac66-b3db5a8d3282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","type":"text","value":"{{employee2Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"firstName\": \"Employee\",\n\t\t\"lastName\": \"Two\",\n\t\t\"email\": \"employee2@example.com\"\n\t}\n}"},"url":"{{projectUrl}}/application/submission","description":"<p>As employee 2, create a new application record.</p>\n","urlObject":{"path":["application","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9f8b4c7-e655-4fb2-ac66-b3db5a8d3282"},{"name":"Employee 1 can only see their submissions","event":[{"listen":"test","script":{"id":"eab40285-e1d1-43db-9946-415be694de1e","exec":["var response = JSON.parse(responseBody);","pm.test(\"Make sure they only see their submission.\", function () {","    pm.expect(response.length).to.eql(1);","    pm.expect(response[0].data.email).to.eql('employee1@example.com');","});"],"type":"text/javascript"}}],"id":"f96cf894-ea9e-401c-95d7-066ab5241e23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{employee1Token}}","type":"text"}],"url":"{{projectUrl}}/application/submission","urlObject":{"path":["application","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f96cf894-ea9e-401c-95d7-066ab5241e23"},{"name":"Employee 2 can only see their submissions","event":[{"listen":"test","script":{"id":"eab40285-e1d1-43db-9946-415be694de1e","exec":["var response = JSON.parse(responseBody);","pm.test(\"Make sure they only see their submission.\", function () {","    pm.expect(response.length).to.eql(1);","    pm.expect(response[0].data.email).to.eql('employee2@example.com');","});"],"type":"text/javascript"}}],"id":"e169ea4f-9a7b-4268-b068-ce275a10411f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","type":"text","value":"{{employee2Token}}"}],"url":"{{projectUrl}}/application/submission","urlObject":{"path":["application","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e169ea4f-9a7b-4268-b068-ce275a10411f"}],"id":"d0d6f43d-e506-4b79-83af-7b9194487b76","_postman_id":"d0d6f43d-e506-4b79-83af-7b9194487b76","description":""},{"name":"Group Permissions","item":[{"name":"Create Group Resource","event":[{"listen":"test","script":{"id":"0cd130ca-9452-42d5-a250-8d97197b8388","exec":["var response = JSON.parse(responseBody);","pm.globals.set(\"departmentResourceId\", response._id);"],"type":"text/javascript"}}],"id":"fb113431-da5b-4e5a-b0bd-a9290a56f55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Department\",\n  \"display\": \"form\",\n  \"type\": \"resource\",\n  \"name\": \"department\",\n  \"path\": \"department\",\n  \"components\": [\n    {\n      \"label\": \"Name\",\n      \"key\": \"name\",\n      \"type\": \"textfield\"\n    },\n    {\n      \"label\": \"Submit\",\n      \"key\": \"submit\",\n      \"action\": \"submit\",\n      \"type\": \"button\"\n    }\n  ],\n  \"access\": [],\n  \"submissionAccess\": [],\n  \"settings\": {},\n  \"page\": 0\n}"},"url":"{{projectUrl}}/form","description":"<p>A group is simply a resource that will serve as the group records being created.</p>\n","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb113431-da5b-4e5a-b0bd-a9290a56f55b"},{"name":"Create a department","event":[{"listen":"test","script":{"id":"3bdd8959-bdd5-412b-a2c6-c03cfd256622","exec":["var response = JSON.parse(responseBody);","pm.globals.set(\"department1Id\", response._id);"],"type":"text/javascript"}}],"id":"94745ed5-6fc5-4bbc-94cc-db6e44044f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"HR\"\n\t}\n}"},"url":"{{projectUrl}}/department/submission","description":"<p>Let's create a few departments.</p>\n","urlObject":{"path":["department","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94745ed5-6fc5-4bbc-94cc-db6e44044f73"},{"name":"Create a department","event":[{"listen":"test","script":{"id":"3bdd8959-bdd5-412b-a2c6-c03cfd256622","exec":["var response = JSON.parse(responseBody);","pm.globals.set(\"department2Id\", response._id);"],"type":"text/javascript"}}],"id":"836fa3c0-5a8e-4f04-ab21-8ec7acf8277c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"name\": \"IT\"\n\t}\n}"},"url":"{{projectUrl}}/department/submission","description":"<p>Let's create a few departments.</p>\n","urlObject":{"path":["department","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"836fa3c0-5a8e-4f04-ab21-8ec7acf8277c"},{"name":"Create EmployeeDepartment Resource","event":[{"listen":"test","script":{"id":"a19fea81-a897-4dff-ac42-e8d53104d21d","exec":["var response = JSON.parse(responseBody);","pm.globals.set(\"employeeDepartmentResourceId\", response._id);"],"type":"text/javascript"}}],"id":"f8492fef-2977-4a5c-9678-2fff1d0b20bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"EmployeeDepartment\",\n  \"display\": \"form\",\n  \"type\": \"resource\",\n  \"name\": \"employeeDepartment\",\n  \"path\": \"employeedepartment\",\n  \"components\": [\n    {\n      \"label\": \"Employee\",\n      \"key\": \"employee\",\n      \"type\": \"select\",\n      \"dataSrc\": \"resource\",\n      \"data\": {\n          \"resource\": \"{{employeeResourceId}}\"\n      },\n      \"template\": \"<span>{{ item.data.email }}</span>\"\n    },\n    {\n      \"label\": \"Department\",\n      \"key\": \"department\",\n      \"type\": \"select\",\n      \"dataSrc\": \"resource\",\n      \"reference\": true,\n      \"data\": {\n          \"resource\": \"{{departmentResourceId}}\"\n      },\n      \"template\": \"<span>{{ item.data.name }}</span>\"\n    },\n    {\n      \"label\": \"Submit\",\n      \"key\": \"submit\",\n      \"action\": \"submit\",\n      \"type\": \"button\"\n    }\n  ],\n  \"access\": [],\n  \"submissionAccess\": [],\n  \"settings\": {},\n  \"page\": 0\n}"},"url":"{{projectUrl}}/form","description":"<p>You can establish a many-to-many relationship by creating a separate \"join\" resource which has only two Resource fields within it. This allows you to create records that \"joins\" together Employee's with the Department they belong to. This also forms an API which allows you to request the departments an employee blongs to by providing the \"data.employee._id\" query parameter, or the employees within a department by providing the \"data.department._id\" parameter.</p>\n","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c9c26233-302b-4473-857a-f3adcf3a4276","name":"Create EmployeeDepartment Resource","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"EmployeeDepartment\",\n  \"display\": \"form\",\n  \"type\": \"resource\",\n  \"name\": \"employeeDepartment\",\n  \"path\": \"employeedepartment\",\n  \"components\": [\n    {\n      \"label\": \"Employee\",\n      \"key\": \"employee\",\n      \"type\": \"select\",\n      \"dataSrc\": \"resource\",\n      \"data\": {\n          \"resource\": \"{{employeeResourceId}}\"\n      },\n      \"template\": \"<span>{{ item.data.email }}</span>\"\n    },\n    {\n      \"label\": \"Department\",\n      \"key\": \"department\",\n      \"type\": \"select\",\n      \"dataSrc\": \"resource\",\n      \"data\": {\n          \"resource\": \"{{departmentResourceId}}\"\n      },\n      \"template\": \"<span>{{ item.data.name }}</span>\"\n    },\n    {\n      \"label\": \"Submit\",\n      \"key\": \"submit\",\n      \"action\": \"submit\",\n      \"type\": \"button\"\n    }\n  ],\n  \"access\": [],\n  \"submissionAccess\": [],\n  \"settings\": {},\n  \"page\": 0\n}"},"url":"{{projectUrl}}/form"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI1MmE5OTJhYmU2OGIyNDg1MiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTIiLCJqdGkiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTciLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTM4MjgwLCJleHAiOjE2MDY5NTI2ODB9.fp4F2c2iGG6_jTzB64gt-XbF1DI0zb-qN8Ju-BJQFg8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"988"},{"key":"ETag","value":"W/\"3dc-6N+9VmkQf0aY+b+0E29zFKxYSsA\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 19:44:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7eea82a992abe68b24933\",\n    \"type\": \"resource\",\n    \"tags\": [],\n    \"owner\": \"5fc7e5b52a992abe68b24852\",\n    \"components\": [\n        {\n            \"label\": \"Employee\",\n            \"key\": \"employee\",\n            \"type\": \"select\",\n            \"dataSrc\": \"resource\",\n            \"data\": {\n                \"resource\": \"5fc7e9052a992abe68b248ea\"\n            },\n            \"template\": \"<span>{{ item.data.email }}</span>\"\n        },\n        {\n            \"label\": \"Department\",\n            \"key\": \"department\",\n            \"type\": \"select\",\n            \"dataSrc\": \"resource\",\n            \"data\": {\n                \"resource\": \"5fc7ed902a992abe68b24928\"\n            },\n            \"template\": \"<span>{{ item.data.name }}</span>\"\n        },\n        {\n            \"label\": \"Submit\",\n            \"key\": \"submit\",\n            \"action\": \"submit\",\n            \"type\": \"button\"\n        }\n    ],\n    \"revisions\": \"\",\n    \"_vid\": 0,\n    \"title\": \"EmployeeDepartment\",\n    \"display\": \"form\",\n    \"name\": \"employeeDepartment\",\n    \"path\": \"employeedepartment\",\n    \"access\": [\n        {\n            \"roles\": [\n                \"5fc7e5b52a992abe68b2485c\",\n                \"5fc7e5b52a992abe68b2485d\",\n                \"5fc7e5b62a992abe68b2485e\",\n                \"5fc7e5c42a992abe68b248bd\"\n            ],\n            \"type\": \"read_all\"\n        }\n    ],\n    \"submissionAccess\": [],\n    \"settings\": {},\n    \"project\": \"5fc7e5b52a992abe68b2485b\",\n    \"created\": \"2020-12-02T19:44:40.195Z\",\n    \"modified\": \"2020-12-02T19:44:40.199Z\",\n    \"machineName\": \"proj10:employeeDepartment\"\n}"}],"_postman_id":"f8492fef-2977-4a5c-9678-2fff1d0b20bf"},{"name":"Add Group Permission Action","id":"c0a6f0cd-ce85-4d3b-be55-4ff3c72d0905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"priority\": 5,\n    \"name\": \"group\",\n    \"title\": \"Group Assignment\",\n    \"settings\": {\n      \"group\": \"department\",\n      \"user\": \"employee\"\n    },\n    \"handler\": [\n      \"after\"\n    ],\n    \"method\": [\n      \"create\"\n    ],\n    \"condition\": {},\n    \"submit\": true\n  },\n  \"state\": \"submitted\"\n}"},"url":"{{projectUrl}}/form/{{employeeDepartmentResourceId}}/action","description":"<p>This action will assign the \"Group\" id of the assigned department to the \"roles\" of the employee.</p>\n","urlObject":{"path":["form","{{employeeDepartmentResourceId}}","action"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6ee0c76b-9f50-4d51-93f1-91cf19d4e54c","name":"Add Group Permission Action","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"priority\": 5,\n    \"name\": \"group\",\n    \"title\": \"Group Assignment\",\n    \"settings\": {\n      \"group\": \"department\",\n      \"user\": \"employee\"\n    },\n    \"handler\": [\n      \"after\"\n    ],\n    \"method\": [\n      \"create\"\n    ],\n    \"condition\": {},\n    \"submit\": true\n  },\n  \"state\": \"submitted\"\n}"},"url":"{{projectUrl}}/form/{{employeeDepartmentResourceId}}/action"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI1MmE5OTJhYmU2OGIyNDg1MiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTIiLCJqdGkiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTciLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTM4MzQ1LCJleHAiOjE2MDY5NTI3NDV9.HEs3aiLUXEZcCErDMdwrS6LyyVon9FHwgkqR1zFcmtc"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"263"},{"key":"ETag","value":"W/\"107-XNJ5SqEI3Ww8kNBk974AG7P1k3A\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 19:45:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"handler\": [\n        \"after\"\n    ],\n    \"method\": [\n        \"create\"\n    ],\n    \"priority\": 5,\n    \"_id\": \"5fc7eee92a992abe68b2493f\",\n    \"name\": \"group\",\n    \"title\": \"Group Assignment\",\n    \"settings\": {\n        \"group\": \"department\",\n        \"user\": \"employee\"\n    },\n    \"form\": \"5fc7eea82a992abe68b24933\",\n    \"machineName\": \"proj10:employeeDepartment:group\"\n}"}],"_postman_id":"c0a6f0cd-ce85-4d3b-be55-4ff3c72d0905"},{"name":"Assign some Employee 1 to Department 1","id":"5b54efb0-2f26-4dd7-8c45-bfc71f0dfbb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"employee\": {\n\t\t\t\"_id\": \"{{employee1Id}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"email\": \"employee1@example.com\",\n\t\t\t\t\"firstName\": \"Employee\",\n\t\t\t\t\"lastName\": \"One\"\n\t\t\t}\n\t\t},\n\t\t\"department\": {\n\t\t\t\"_id\": \"{{department1Id}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"name\": \"HR\"\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"{{projectUrl}}/employeedepartment/submission","urlObject":{"path":["employeedepartment","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b54efb0-2f26-4dd7-8c45-bfc71f0dfbb9"},{"name":"Assign some Employee 1 to Department 2","id":"4b7db7fe-2607-4b49-bc71-fc4ea61f825b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"employee\": {\n\t\t\t\"_id\": \"{{employee1Id}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"email\": \"employee1@example.com\",\n\t\t\t\t\"firstName\": \"Employee\",\n\t\t\t\t\"lastName\": \"One\"\n\t\t\t}\n\t\t},\n\t\t\"department\": {\n\t\t\t\"_id\": \"{{department2Id}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"name\": \"IT\"\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"{{projectUrl}}/employeedepartment/submission","urlObject":{"path":["employeedepartment","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b7db7fe-2607-4b49-bc71-fc4ea61f825b"},{"name":"Assign some Employee 2 to Department 2","id":"21be4284-de2b-4b6e-bb89-c496f6d28063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"employee\": {\n\t\t\t\"_id\": \"{{employee2Id}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"email\": \"employee2@example.com\",\n\t\t\t\t\"firstName\": \"Employee\",\n\t\t\t\t\"lastName\": \"Two\"\n\t\t\t}\n\t\t},\n\t\t\"department\": {\n\t\t\t\"_id\": \"{{department2Id}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"name\": \"IT\"\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"{{projectUrl}}/employeedepartment/submission","urlObject":{"path":["employeedepartment","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21be4284-de2b-4b6e-bb89-c496f6d28063"},{"name":"Ensure Employee 1 has Department roles","event":[{"listen":"test","script":{"id":"b3943452-9329-4bfa-8841-a714f7d70af0","exec":["var response = JSON.parse(responseBody);","var employeeRoleId = pm.globals.get('employeeRoleId');","var department1Id = pm.globals.get('department1Id');","var department2Id = pm.globals.get('department2Id');","pm.test(\"Make sure the employee has the department ids as its roles.\", function () {","    pm.expect(response.roles.indexOf(employeeRoleId)).to.eql(0);","    pm.expect(response.roles.indexOf(department1Id)).to.eql(1);","    pm.expect(response.roles.indexOf(department2Id)).to.eql(2);","});"],"type":"text/javascript"}}],"id":"ef278d50-ec8e-4dbb-a72e-8b074983ba38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/employee/submission/{{employee1Id}}","description":"<p>We should now see the department ID's assigned to the employee's roles.</p>\n","urlObject":{"path":["employee","submission","{{employee1Id}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1829f1ef-3ff5-4212-b7ad-491fe8602919","name":"Ensure Employee 1 has Department roles","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/employee/submission/{{employee1Id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI1MmE5OTJhYmU2OGIyNDg1MiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTIiLCJqdGkiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTciLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTM4NDczLCJleHAiOjE2MDY5NTI4NzN9.BacmZDsGa7fP73WZ3U0nbJaSA52USK2xAK1Be54S2KI"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"529"},{"key":"ETag","value":"W/\"211-drdJxTbFHcjRRaTXKaZv0ul8RkY\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 19:47:53 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7e93b2a992abe68b248f8\",\n    \"owner\": \"5fc7e5b52a992abe68b24852\",\n    \"roles\": [\n        \"5fc7e5c42a992abe68b248bd\",\n        \"5fc7eda62a992abe68b24930\",\n        \"5fc7edab2a992abe68b24932\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 0,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"firstName\": \"Employee\",\n        \"lastName\": \"One\",\n        \"email\": \"employee1@example.com\",\n        \"password\": \"$2a$10$s04cBRXKlm0NUbkW1XLm.OKX8gT7Z4uUvnzX0/fxKGFbefEWFu7w6\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7e9052a992abe68b248ea\",\n    \"project\": \"5fc7e5b52a992abe68b2485b\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T19:21:31.601Z\",\n    \"modified\": \"2020-12-02T19:21:31.611Z\"\n}"}],"_postman_id":"ef278d50-ec8e-4dbb-a72e-8b074983ba38"},{"name":"Ensure Employee 2 has Department roles","event":[{"listen":"test","script":{"id":"b3943452-9329-4bfa-8841-a714f7d70af0","exec":["var response = JSON.parse(responseBody);","var employeeRoleId = pm.globals.get('employeeRoleId');","var department2Id = pm.globals.get('department2Id');","pm.test(\"Make sure the employee has the department ids as its roles.\", function () {","    pm.expect(response.roles.indexOf(employeeRoleId)).to.eql(0);","    pm.expect(response.roles.indexOf(department2Id)).to.eql(1);","});"],"type":"text/javascript"}}],"id":"d3a6d255-4cf3-40ed-82be-8eee49b2adbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"}],"url":"{{projectUrl}}/employee/submission/{{employee2Id}}","description":"<p>We should now see the department ID's assigned to the employee's roles.</p>\n","urlObject":{"path":["employee","submission","{{employee2Id}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"593a1cfe-e5bf-4a96-96bc-6b5b2bd2e4d9","name":"Ensure Employee 2 has Department roles","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"}],"url":"{{projectUrl}}/employee/submission/{{employee2Id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI1MmE5OTJhYmU2OGIyNDg1MiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTIiLCJqdGkiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTciLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTM4NDg2LCJleHAiOjE2MDY5NTI4ODZ9.rkm_0zYUWLcKHb75v4FgTfwF1iGHcIZIGMFXbDyy2MM"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"502"},{"key":"ETag","value":"W/\"1f6-3boIoW/8Jg7JNdVVB+b/t56rQ/k\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 19:48:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7e9422a992abe68b248fb\",\n    \"owner\": \"5fc7e5b52a992abe68b24852\",\n    \"roles\": [\n        \"5fc7e5c42a992abe68b248bd\",\n        \"5fc7edab2a992abe68b24932\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 0,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"firstName\": \"Employee\",\n        \"lastName\": \"Two\",\n        \"email\": \"employee2@example.com\",\n        \"password\": \"$2a$10$qdACZYmskp4xS1ciroB7YOpI6FaCvTyvgJsex0ojD56264Bw3iDgC\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7e9052a992abe68b248ea\",\n    \"project\": \"5fc7e5b52a992abe68b2485b\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T19:21:38.938Z\",\n    \"modified\": \"2020-12-02T19:21:38.952Z\"\n}"}],"_postman_id":"d3a6d255-4cf3-40ed-82be-8eee49b2adbb"},{"name":"Create a Department report form","event":[{"listen":"test","script":{"id":"1110c557-9bf6-47c7-a755-a823e3ecc832","exec":["var response = JSON.parse(responseBody);","pm.globals.set(\"reportFormId\", response._id);","pm.globals.set(\"reportForm\", responseBody);"],"type":"text/javascript"}}],"id":"2ff652e3-d9b7-4f0c-a927-a3f009336ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Department Report\",\n    \"display\": \"form\",\n    \"type\": \"form\",\n    \"components\": [\n        {\n            \"label\": \"Department\",\n            \"key\": \"department\",\n            \"type\": \"select\",\n            \"dataSrc\": \"resource\",\n            \"reference\": true,\n            \"submissionAccess\": [\n                {\n                    \"type\": \"read\",\n                    \"roles\": []\n                }\n            ],\n            \"data\": {\n                \"resource\": \"{{departmentResourceId}}\"\n            },\n            \"template\": \"<span>{{ item.data.name }}</span>\"\n        },\n        {\n            \"label\": \"Notes\",\n            \"key\": \"notes\",\n            \"type\": \"textarea\"\n        },\n        {\n            \"label\": \"Submit\",\n            \"key\": \"submit\",\n            \"action\": \"submit\",\n            \"type\": \"button\"\n        }\n    ],\n    \"access\": [],\n    \"submissionAccess\": [],\n    \"settings\": {},\n    \"page\": 0,\n    \"name\": \"departmentReport\",\n    \"path\": \"departmentreport\"\n}"},"url":"{{projectUrl}}/form","description":"<p>Let's now create a Department report form, and make sure to assign it to the specific department which this report exists within.</p>\n<p>Note that specifying group access for this form is done by providing <code>defaultPermission</code> Select / Resource component setting. Available values are 'read', 'create',  'write', 'admin'. You can learn more <a href=\"https://help.form.io/userguide/roles-and-permissions/#submissionpermissions\">on help docs</a></p>\n","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ff652e3-d9b7-4f0c-a927-a3f009336ac3"},{"name":"Create a new HR Department Report","id":"fb4840e4-26d3-4b55-a632-d3b8a29e3486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"department\": {\n\t\t\t\"_id\": \"{{department1Id}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"name\": \"HR\"\n\t\t\t}\n\t\t},\n\t\t\"notes\": \"This is only for the HR department!\"\n\t}\n}"},"url":"{{projectUrl}}/departmentreport/submission","urlObject":{"path":["departmentreport","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb4840e4-26d3-4b55-a632-d3b8a29e3486"},{"name":"Create a new IT Department Report","id":"079f3bdf-2078-4d60-922d-e7f25ba6f4fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"department\": {\n\t\t\t\"_id\": \"{{department2Id}}\",\n\t\t\t\"data\": {\n\t\t\t\t\"name\": \"IT\"\n\t\t\t}\n\t\t},\n\t\t\"notes\": \"This is only for the IT department!\"\n\t}\n}"},"url":"{{projectUrl}}/departmentreport/submission","urlObject":{"path":["departmentreport","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"079f3bdf-2078-4d60-922d-e7f25ba6f4fe"},{"name":"Ensure Employee 1 can see both reports","event":[{"listen":"test","script":{"id":"7eda69e2-8f65-4606-8778-f5109d8308d4","exec":["var response = JSON.parse(responseBody);","pm.test(\"Make sure that employee 1 can see both reports.\", function () {","    pm.expect(response.length).to.eql(2);","});"],"type":"text/javascript"}}],"id":"a8978e98-76cb-4adf-89a3-77979debbb0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{employee1Token}}","type":"text"}],"url":"{{projectUrl}}/departmentreport/submission","urlObject":{"path":["departmentreport","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6ec8ca32-4dbc-4cb9-ae54-96780317713c","name":"Ensure Employee 1 can see both reports","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{employee1Token}}","type":"text"}],"url":"{{projectUrl}}/departmentreport/submission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlOTNiMmE5OTJhYmU2OGIyNDhmOCJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTkzYjJhOTkyYWJlNjhiMjQ4ZjgiLCJqdGkiOiI1ZmM3ZWNkYzJhOTkyYWJlNjhiMjQ5MjEiLCJmb3JtIjp7Il9pZCI6IjVmYzdlOTA1MmE5OTJhYmU2OGIyNDhlYSIsInByb2plY3QiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NWIifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NWIifSwiaWF0IjoxNjA2OTM4ODUwLCJleHAiOjE2MDY5NTMyNTB9.WX_TVE5i8P-R3W8QcRq-RQ3p0bvIC5oO9UoX4EJajHQ"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-1/2"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"951"},{"key":"ETag","value":"W/\"3b7-XYrgwztsPnQqhng6uqw5N4qr01c\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 19:54:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7f0542a992abe68b24962\",\n        \"owner\": \"5fc7e5b52a992abe68b24852\",\n        \"roles\": [],\n        \"_vid\": 0,\n        \"_fvid\": 0,\n        \"state\": \"submitted\",\n        \"data\": {\n            \"department\": {\n                \"_id\": \"5fc7eda62a992abe68b24930\",\n                \"data\": {\n                    \"name\": \"HR\"\n                }\n            },\n            \"notes\": \"This is only for the HR department!\"\n        },\n        \"access\": [\n            {\n                \"resources\": [\n                    \"5fc7eda62a992abe68b24930\"\n                ],\n                \"type\": \"read\"\n            }\n        ],\n        \"form\": \"5fc7f0402a992abe68b2495f\",\n        \"project\": \"5fc7e5b52a992abe68b2485b\",\n        \"externalIds\": [],\n        \"created\": \"2020-12-02T19:51:48.513Z\",\n        \"modified\": \"2020-12-02T19:51:48.513Z\"\n    },\n    {\n        \"_id\": \"5fc7f05d2a992abe68b24964\",\n        \"owner\": \"5fc7e5b52a992abe68b24852\",\n        \"roles\": [],\n        \"_vid\": 0,\n        \"_fvid\": 0,\n        \"state\": \"submitted\",\n        \"data\": {\n            \"department\": {\n                \"_id\": \"5fc7edab2a992abe68b24932\",\n                \"data\": {\n                    \"name\": \"IT\"\n                }\n            },\n            \"notes\": \"This is only for the IT department!\"\n        },\n        \"access\": [\n            {\n                \"resources\": [\n                    \"5fc7edab2a992abe68b24932\"\n                ],\n                \"type\": \"read\"\n            }\n        ],\n        \"form\": \"5fc7f0402a992abe68b2495f\",\n        \"project\": \"5fc7e5b52a992abe68b2485b\",\n        \"externalIds\": [],\n        \"created\": \"2020-12-02T19:51:57.354Z\",\n        \"modified\": \"2020-12-02T19:51:57.356Z\"\n    }\n]"}],"_postman_id":"a8978e98-76cb-4adf-89a3-77979debbb0a"},{"name":"Ensure Employee 2 can only see one report.","event":[{"listen":"test","script":{"id":"4b046c72-34ab-47b0-ac6a-15dc26d12e59","exec":["var response = JSON.parse(responseBody);","pm.test(\"Make sure that employee 2 can see one report.\", function () {","    pm.expect(response.length).to.eql(1);","});"],"type":"text/javascript"}}],"id":"3c446a43-03e4-476a-96be-d4aff8db626c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{employee2Token}}","type":"text"}],"url":"{{projectUrl}}/departmentreport/submission","urlObject":{"path":["departmentreport","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b7939951-46e3-4e59-ba06-16987b622ba9","name":"Ensure Employee 2 can only see one report.","originalRequest":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{employee2Token}}","type":"text"}],"url":"{{projectUrl}}/departmentreport/submission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlOTQyMmE5OTJhYmU2OGIyNDhmYiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTk0MjJhOTkyYWJlNjhiMjQ4ZmIiLCJqdGkiOiI1ZmM3ZWNlNDJhOTkyYWJlNjhiMjQ5MjMiLCJmb3JtIjp7Il9pZCI6IjVmYzdlOTA1MmE5OTJhYmU2OGIyNDhlYSIsInByb2plY3QiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NWIifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NWIifSwiaWF0IjoxNjA2OTM4ODc0LCJleHAiOjE2MDY5NTMyNzR9.ViKEG5T7RdR7jZsDbEtpJ5wVf9_4d_5WWgaWPpZo_10"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-0/1"},{"key":"Link","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"476"},{"key":"ETag","value":"W/\"1dc-nE2cAaukfY1RtKoLcY6RjMI54rk\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 19:54:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7f05d2a992abe68b24964\",\n        \"owner\": \"5fc7e5b52a992abe68b24852\",\n        \"roles\": [],\n        \"_vid\": 0,\n        \"_fvid\": 0,\n        \"state\": \"submitted\",\n        \"data\": {\n            \"department\": {\n                \"_id\": \"5fc7edab2a992abe68b24932\",\n                \"data\": {\n                    \"name\": \"IT\"\n                }\n            },\n            \"notes\": \"This is only for the IT department!\"\n        },\n        \"access\": [\n            {\n                \"resources\": [\n                    \"5fc7edab2a992abe68b24932\"\n                ],\n                \"type\": \"read\"\n            }\n        ],\n        \"form\": \"5fc7f0402a992abe68b2495f\",\n        \"project\": \"5fc7e5b52a992abe68b2485b\",\n        \"externalIds\": [],\n        \"created\": \"2020-12-02T19:51:57.354Z\",\n        \"modified\": \"2020-12-02T19:51:57.356Z\"\n    }\n]"}],"_postman_id":"3c446a43-03e4-476a-96be-d4aff8db626c"}],"id":"1637ccdf-5438-4e3f-a2a9-6584e4f3e90a","description":"<p>This describes how to achieve group based permissions within your project.</p>\n","_postman_id":"1637ccdf-5438-4e3f-a2a9-6584e4f3e90a"},{"name":"Delete a Role","id":"1899b42a-566f-42d0-85c6-030c3565d7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/role/{{employeeRoleId}}","description":"<p>This request will delete a role within a project.</p>\n","urlObject":{"path":["role","{{employeeRoleId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"92dd97a6-bc0c-4d69-b4ef-eb6e8fc743e9","name":"Delete a Role","originalRequest":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{projectUrl}}/role/{{employeeRoleId}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI1MmE5OTJhYmU2OGIyNDg1MiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTIiLCJqdGkiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTciLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTM4ODk2LCJleHAiOjE2MDY5NTMyOTZ9.5eQzeVHQ3oVP7JTA_jbrVav0iEIVcor_Kc5yamZBk_I"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 19:54:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"1899b42a-566f-42d0-85c6-030c3565d7ff"}],"id":"1e79cbbc-8b16-4c66-a5e6-1536c62b5f56","description":"<p>This section demonstrates all of the different kinds of Roles and Permissions within a project.</p>\n","event":[{"listen":"prerequest","script":{"id":"e064c995-ce6a-4669-8343-e3e55b0c292d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c74f2284-f95d-4424-86c5-1b32cd450645","type":"text/javascript","exec":[""]}}],"_postman_id":"1e79cbbc-8b16-4c66-a5e6-1536c62b5f56"},{"name":"Report API","item":[{"name":"Get an aggregated report","id":"5615d5a5-66c7-d7dc-4e45-a5c2a695be97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"$match\": {\n\t\t\t\"form\": {\n\t\t\t\t\"$in\": [\"{{reportFormId}}\"]\n\t\t\t}\n\t\t}\n\t}\n]"},"url":"{{projectUrl}}/report","urlObject":{"path":["report"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"373b12f6-f33e-4114-9482-529e80a4a991","name":"Get an aggregated report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"$match\": {\n\t\t\t\"form\": {\n\t\t\t\t\"$in\": [\"{{reportFormId}}\"]\n\t\t\t}\n\t\t}\n\t}\n]"},"url":"{{projectUrl}}/report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Content-Range, Accept-Ranges, Range-Unit"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI4MmE5OTJhYmU2OGIyNDg3OSJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViODJhOTkyYWJlNjhiMjQ4NzkiLCJqdGkiOiI1ZmM3ZTViOTJhOTkyYWJlNjhiMjQ4N2MiLCJmb3JtIjp7Il9pZCI6IjVmYzdlNWI2MmE5OTJhYmU2OGIyNDg2MCIsInByb2plY3QiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NWIifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NWIifSwiaWF0IjoxNjA2OTM4OTY3LCJleHAiOjE2MDY5NTMzNjd9.odI3LAyxPQgNsoSOWmu4WozpMqEM1RDKEug_ncOz5iY"},{"key":"Content-Type","value":"application/json"},{"key":"Accept-Ranges","value":"items"},{"key":"Range-Unit","value":"items"},{"key":"Content-Range","value":"0-1/2"},{"key":"Link","value":""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 19:56:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7f0542a992abe68b24962\",\n        \"owner\": \"5fc7e5b52a992abe68b24852\",\n        \"deleted\": null,\n        \"roles\": [],\n        \"_vid\": 0,\n        \"_fvid\": 0,\n        \"state\": \"submitted\",\n        \"data\": {\n            \"department\": {\n                \"_id\": \"5fc7eda62a992abe68b24930\",\n                \"data\": {\n                    \"name\": \"HR\"\n                }\n            },\n            \"notes\": \"This is only for the HR department!\"\n        },\n        \"access\": [\n            {\n                \"resources\": [\n                    \"5fc7eda62a992abe68b24930\"\n                ],\n                \"type\": \"read\"\n            }\n        ],\n        \"form\": \"5fc7f0402a992abe68b2495f\",\n        \"project\": \"5fc7e5b52a992abe68b2485b\",\n        \"externalIds\": [],\n        \"externalTokens\": [],\n        \"created\": \"2020-12-02T19:51:48.513Z\",\n        \"modified\": \"2020-12-02T19:51:48.513Z\",\n        \"__v\": 0,\n        \"hasAccess\": false\n    },\n    {\n        \"_id\": \"5fc7f05d2a992abe68b24964\",\n        \"owner\": \"5fc7e5b52a992abe68b24852\",\n        \"deleted\": null,\n        \"roles\": [],\n        \"_vid\": 0,\n        \"_fvid\": 0,\n        \"state\": \"submitted\",\n        \"data\": {\n            \"department\": {\n                \"_id\": \"5fc7edab2a992abe68b24932\",\n                \"data\": {\n                    \"name\": \"IT\"\n                }\n            },\n            \"notes\": \"This is only for the IT department!\"\n        },\n        \"access\": [\n            {\n                \"resources\": [\n                    \"5fc7edab2a992abe68b24932\"\n                ],\n                \"type\": \"read\"\n            }\n        ],\n        \"form\": \"5fc7f0402a992abe68b2495f\",\n        \"project\": \"5fc7e5b52a992abe68b2485b\",\n        \"externalIds\": [],\n        \"externalTokens\": [],\n        \"created\": \"2020-12-02T19:51:57.354Z\",\n        \"modified\": \"2020-12-02T19:51:57.356Z\",\n        \"__v\": 0,\n        \"hasAccess\": false\n    }\n]"}],"_postman_id":"5615d5a5-66c7-d7dc-4e45-a5c2a695be97"}],"id":"fbef20ac-e9bc-c898-d7b6-fc8fa167d7f1","description":"<p>The Report API can be accessed through the URL path of <code>/report</code> within your project. So, as an example, if your project API url is <code>https://myproject.form.io</code>, then the report API for that project is <code>https://myproject.form.io/report</code>.</p>\n<p>This endpoint can be used with a payload of the</p>\n<p><a href=\"https://docs.mongodb.com/manual/aggregation/\">MongoDB Aggregation Pipeline</a></p>\n<p>to create the report you need. As an example, lets say you have multiple Forms, where all of them provide a <strong>Status</strong> field. Using the Report API, you can generate a Report to determine the count of each status within multiple forms within your project. The MongoDB Aggregation pipeline for this query would look something similar to the following.</p>\n","event":[{"listen":"prerequest","script":{"id":"842a029c-4ab3-45eb-8af2-aa3c05ca1ec9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5d0f3c88-4f73-4f62-a03e-292725b0100e","type":"text/javascript","exec":[""]}}],"_postman_id":"fbef20ac-e9bc-c898-d7b6-fc8fa167d7f1"},{"name":"PDF API","item":[{"name":"Admin Login","event":[{"listen":"test","script":{"id":"0d4f8bc1-7252-4f30-a67b-54a0e20f46d3","exec":["pm.globals.set('projectAdminToken', postman.getResponseHeader(\"x-jwt-token\"));"],"type":"text/javascript"}}],"id":"e7c8b6ea-1820-3b40-ffef-605e6fd08061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{projectAdminEmail}}\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/admin/login","description":"<p>To begin, you must first log into an Admin account of your project, which will give you access to your project settings.</p>\n","urlObject":{"path":["admin","login"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"19b4036f-5738-e457-8dbb-898bd5f018c0","name":"Project Admin Login","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"185","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:18:52 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override, Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDBhMDRmNzZmOTQzYTQwMDdlMTUyNCJ9LCJmb3JtIjp7Il9pZCI6IjU3ZDBhMDM3NzZmOTQzYTQwMDdlMTUxOCIsInByb2plY3QiOiI1N2QwYTAzNzc2Zjk0M2E0MDA3ZTE1MTMifSwiaWF0IjoxNDczMjkwMzMyLCJleHAiOjE1MDk1NzgzMzJ9.wJGpYz3a_JBO2AoEnVqi1s2XKxFRk5NgVwmboRmitK8","description":""}],"cookie":[],"responseTime":"366","body":"{\"_id\":\"57d0a04f76f943a4007e1524\",\"modified\":\"2016-09-07T23:18:39.075Z\",\"data\":{\"email\":\"admin@example.com\"},\"form\":\"57d0a03776f943a4007e1518\",\"created\":\"2016-09-07T23:18:39.069Z\",\"externalIds\":[],\"access\":[],\"roles\":[\"57d0a03776f943a4007e1514\"],\"owner\":\"57d010fe76f943a4007e11da\"}"},{"id":"c666ab30-fbb8-47da-a2d1-56db583e8fcc","name":"Admin Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"email\": \"{{projectAdminEmail}}\",\n        \"password\": \"123testing\"\n    }\n}"},"url":"{{projectUrl}}/admin/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI4MmE5OTJhYmU2OGIyNDg3OSJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViODJhOTkyYWJlNjhiMjQ4NzkiLCJqdGkiOiI1ZmM3ZjE3MjJhOTkyYWJlNjhiMjQ5NjYiLCJpYXQiOjE2MDY5Mzg5OTQsImV4cCI6MTYwNjk1MzM5NH0.Q-tvNVbnx6mCzxpo2dfcGM6Gf5XENOd1tctZkI4LwIw"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"364"},{"key":"ETag","value":"W/\"16c-pvqAUjhevL1viFGq7aE9CJ7o5VE\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 19:56:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fc7e5b82a992abe68b24879\",\n    \"owner\": \"5fc7e5b52a992abe68b24852\",\n    \"roles\": [\n        \"5fc7e5b52a992abe68b2485c\"\n    ],\n    \"_vid\": 0,\n    \"_fvid\": 1,\n    \"state\": \"submitted\",\n    \"data\": {\n        \"email\": \"Sigmund.Veum@hotmail.com\"\n    },\n    \"access\": [],\n    \"form\": \"5fc7e5b62a992abe68b24860\",\n    \"project\": \"5fc7e5b52a992abe68b2485b\",\n    \"externalIds\": [],\n    \"created\": \"2020-12-02T19:06:32.887Z\",\n    \"modified\": \"2020-12-02T19:06:32.894Z\"\n}"}],"_postman_id":"e7c8b6ea-1820-3b40-ffef-605e6fd08061"},{"name":"Upload PDF file to server","event":[{"listen":"test","script":{"id":"b37e6335-d1ca-4d13-8622-183fb7dc0680","exec":["var response = JSON.parse(responseBody);","pm.globals.set(\"pdfFileName\", response.file);","pm.globals.set(\"pdfFilePath\", response.path);"],"type":"text/javascript"}}],"id":"ca22c9a7-7d6f-c4b0-627a-b17ce8cbb632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/Jacob/Desktop/fw4.pdf"],"src":"postman-cloud:///1ef00ed5-6f96-49d0-a3f8-04ca12095b82"}]},"url":"{{apiUrl}}/project/{{projectId}}/upload","description":"<p>This request is able to upload a PDF file to the files server and store it in the database.</p>\n","urlObject":{"path":["project","{{projectId}}","upload"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"40f99c87-9e8a-4727-a838-cf40a4be6839","name":"Upload PDF file to server","originalRequest":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/travistidwell/Desktop/fw4.pdf"}]},"url":"{{apiUrl}}/project/{{projectId}}/upload"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"ETag","value":"W/\"80-3fs8DeHhtIvPm8fxLgKRsltAJE8\""},{"key":"Date","value":"Wed, 02 Dec 2020 20:03:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"path\": \"/pdf/5fc7e5b52a992abe68b2485b/file/3974d75e-58ad-5b23-a540-9ee1f7b61c60\",\n    \"file\": \"3974d75e-58ad-5b23-a540-9ee1f7b61c60\",\n    \"formfields\": {\n        \"components\": [\n            {\n                \"type\": \"textfield\",\n                \"key\": \"textfield1\",\n                \"label\": \"textfield1\",\n                \"overlay\": {\n                    \"width\": 317.2850000000001,\n                    \"height\": 24.921779999999856,\n                    \"top\": 167.31822000000017,\n                    \"left\": 168.388,\n                    \"page\": 1,\n                    \"style\": \"\"\n                }\n            },\n                        {\n                \"type\": \"textfield\",\n                \"key\": \"textfield2\",\n                \"label\": \"textfield2\",\n                \"overlay\": {\n                    \"width\": 355.73299999999995,\n                    \"height\": 24.921779999999856,\n                    \"top\": 167.31822000000017,\n                    \"left\": 488.78800000000007,\n                    \"page\": 1,\n                    \"style\": \"\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"ca22c9a7-7d6f-c4b0-627a-b17ce8cbb632"},{"name":"Get a list of all uploaded PDF's","id":"88cf61ec-2cbc-ced8-2d04-96c7be0ad0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{apiUrl}}/pdf-proxy/pdf/{{projectId}}/file","urlObject":{"path":["pdf-proxy","pdf","{{projectId}}","file"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"61b12728-8d95-4169-b6e2-f3e58945b455","name":"Get a list of all uploaded PDF's","originalRequest":{"method":"GET","header":[{"key":"x-file-token","value":"{{filetoken}}"}],"url":"{{apiUrl}}/pdf-proxy/pdf/{{projectId}}/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"835"},{"key":"ETag","value":"W/\"343-dMYMSwxHBgmHKgN3z3MWWc8ZwYg\""},{"key":"Date","value":"Wed, 02 Dec 2020 20:03:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7f3123164da00065ebeac\",\n        \"form\": \"5ee009e586addbae8ba6429d\",\n        \"project\": \"5ed180f2d360a23ae50b00d6\",\n        \"owner\": \"5ed180f3d360a23ae50b00e8\",\n        \"access\": [],\n        \"created\": \"2020-12-02T20:03:30.848Z\",\n        \"modified\": \"2020-12-02T20:03:30.848Z\",\n        \"data\": {\n            \"project\": \"5fc7e5b52a992abe68b2485b\",\n            \"id\": \"3974d75e-58ad-5b23-a540-9ee1f7b61c60\",\n            \"path\": \"/pdf/5fc7e5b52a992abe68b2485b/file/3974d75e-58ad-5b23-a540-9ee1f7b61c60\",\n            \"status\": \"active\"\n        }\n    },\n    {\n        \"_id\": \"5fc7f2a23164da00065ebeab\",\n        \"form\": \"5ee009e586addbae8ba6429d\",\n        \"project\": \"5ed180f2d360a23ae50b00d6\",\n        \"owner\": \"5ed180f3d360a23ae50b00e8\",\n        \"access\": [],\n        \"created\": \"2020-12-02T20:01:38.835Z\",\n        \"modified\": \"2020-12-02T20:01:38.835Z\",\n        \"data\": {\n            \"project\": \"5fc7e5b52a992abe68b2485b\",\n            \"id\": \"9b78a66a-79bd-59ab-80f8-5d85b074a11b\",\n            \"path\": \"/pdf/5fc7e5b52a992abe68b2485b/file/9b78a66a-79bd-59ab-80f8-5d85b074a11b\",\n            \"status\": \"active\"\n        }\n    }\n]"}],"_postman_id":"88cf61ec-2cbc-ced8-2d04-96c7be0ad0d3"},{"name":"Get a specific uploaded PDF HTML","id":"b80f1335-8f72-fb25-cf5e-e85491ffe705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{apiUrl}}/pdf-proxy/pdf/{{projectId}}/file/{{pdfFileName}}.html","urlObject":{"path":["pdf-proxy","pdf","{{projectId}}","file","{{pdfFileName}}.html"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b80f1335-8f72-fb25-cf5e-e85491ffe705"},{"name":"Get a specific PDF file download","id":"29599259-232c-a231-24b2-684df68d0ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}"}],"url":"{{apiUrl}}/pdf-proxy/pdf/{{projectId}}/file/{{pdfFileName}}.pdf","urlObject":{"path":["pdf-proxy","pdf","{{projectId}}","file","{{pdfFileName}}.pdf"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29599259-232c-a231-24b2-684df68d0ac8"},{"name":"Create form with PDF attached","event":[{"listen":"test","script":{"id":"48418b93-e8d8-4612-b280-ac17b7d28f4d","exec":["var response = JSON.parse(responseBody);","postman.setEnvironmentVariable('pdfForm', response._id);"],"type":"text/javascript"}}],"id":"a55a0c7d-ebfb-eb08-87ea-399b51dd1f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"W4\",\n\t\"path\": \"w4\",\n\t\"name\": \"w4\",\n    \"display\": \"pdf\",\n\t\"settings\": {\n\t\t\"pdf\": {\n\t\t\t\"id\": \"{{pdfFileName}}\",\n\t\t\t\"src\": \"{{pdfServer}}{{pdfFilePath}}\"\n\t\t}\t\n\t},\n\t\"components\": [\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 1218,\n\t\t\t\t\"left\": 808.344,\n\t\t\t\t\"height\": 18,\n\t\t\t\t\"width\": 215\n\t\t\t},\n\t\t\t\"id\": \"57jklo\",\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"unique\": false,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"suffix\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"key\": \"expectedReturn\",\n\t\t\t\"label\": \"Expected Return\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"tableView\": true,\n\t\t\t\"input\": true,\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 1132,\n\t\t\t\t\"left\": 910.344,\n\t\t\t\t\"height\": 18,\n\t\t\t\t\"width\": 115\n\t\t\t},\n\t\t\t\"id\": \"962ifi\",\n\t\t\t\"type\": \"number\",\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"min\": \"\",\n\t\t\t\t\"max\": \"\",\n\t\t\t\t\"step\": \"any\",\n\t\t\t\t\"integer\": \"\",\n\t\t\t\t\"multiple\": \"\",\n\t\t\t\t\"custom\": \"\"\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"key\": \"witholdings\",\n\t\t\t\"label\": \"Witholdings\",\n\t\t\t\"inputType\": \"number\",\n\t\t\t\"tableView\": true,\n\t\t\t\"input\": true,\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 1109,\n\t\t\t\t\"left\": 909.344,\n\t\t\t\t\"height\": 20,\n\t\t\t\t\"width\": 116\n\t\t\t},\n\t\t\t\"id\": \"6n8w7p\",\n\t\t\t\"type\": \"number\",\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"min\": \"\",\n\t\t\t\t\"max\": \"\",\n\t\t\t\t\"step\": \"any\",\n\t\t\t\t\"integer\": \"\",\n\t\t\t\t\"multiple\": \"\",\n\t\t\t\t\"custom\": \"\"\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"key\": \"allowances\",\n\t\t\t\"label\": \"Allowances\",\n\t\t\t\"inputType\": \"number\",\n\t\t\t\"tableView\": true,\n\t\t\t\"input\": true,\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"Office Code\",\n\t\t\t\"key\": \"officeCode\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"vwi17\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 1319,\n\t\t\t\t\"left\": 656.344,\n\t\t\t\t\"height\": 21,\n\t\t\t\t\"width\": 121\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"Employers Name and Address\",\n\t\t\t\"key\": \"employersName\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"mz72px\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 1320,\n\t\t\t\t\"left\": 79.34379999999999,\n\t\t\t\t\"height\": 21,\n\t\t\t\t\"width\": 570\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"label\": \"date\",\n\t\t\t\"key\": \"date\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"format\": \"yyyy-MM-dd hh:mm a\",\n\t\t\t\"enableDate\": true,\n\t\t\t\"enableTime\": true,\n\t\t\t\"defaultDate\": \"\",\n\t\t\t\"datepickerMode\": \"day\",\n\t\t\t\"datePicker\": {\n\t\t\t\t\"showWeeks\": true,\n\t\t\t\t\"startingDay\": 0,\n\t\t\t\t\"initDate\": \"\",\n\t\t\t\t\"minMode\": \"day\",\n\t\t\t\t\"maxMode\": \"year\",\n\t\t\t\t\"yearRows\": 4,\n\t\t\t\t\"yearColumns\": 5,\n\t\t\t\t\"datepickerMode\": \"day\"\n\t\t\t},\n\t\t\t\"timePicker\": {\n\t\t\t\t\"hourStep\": 1,\n\t\t\t\t\"minuteStep\": 1,\n\t\t\t\t\"showMeridian\": true,\n\t\t\t\t\"readonlyInput\": false,\n\t\t\t\t\"mousewheel\": true,\n\t\t\t\t\"arrowkeys\": true\n\t\t\t},\n\t\t\t\"protected\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"custom\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"datetime\",\n\t\t\t\"id\": \"d3uhes\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 1275,\n\t\t\t\t\"left\": 842.344,\n\t\t\t\t\"height\": 22,\n\t\t\t\t\"width\": 176\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"label\": \"Signature\",\n\t\t\t\"key\": \"signature\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"footer\": \"Sign above\",\n\t\t\t\"width\": \"100%\",\n\t\t\t\"height\": \"150px\",\n\t\t\t\"penColor\": \"black\",\n\t\t\t\"backgroundColor\": \"rgb(245,245,235)\",\n\t\t\t\"minWidth\": \"0.5\",\n\t\t\t\"maxWidth\": \"2.5\",\n\t\t\t\"protected\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false\n\t\t\t},\n\t\t\t\"type\": \"signature\",\n\t\t\t\"id\": \"pctj39\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 1257,\n\t\t\t\t\"left\": 347.344,\n\t\t\t\t\"height\": 41,\n\t\t\t\t\"width\": 437\n\t\t\t},\n\t\t\t\"hideLabel\": true,\n\t\t\t\"tags\": [],\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"City, State, Zip\",\n\t\t\t\"key\": \"cityStateZip\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"6c5a77\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 1084,\n\t\t\t\t\"left\": 80.3438,\n\t\t\t\t\"height\": 21,\n\t\t\t\t\"width\": 465\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"eq\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"show\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"hideLabel\": false,\n\t\t\t\"overlay\": {\n\t\t\t\t\"width\": 11.400024414062523,\n\t\t\t\t\"height\": 12.75628779296875,\n\t\t\t\t\"left\": 730.538,\n\t\t\t\t\"top\": 1027.8,\n\t\t\t\t\"page\": 1\n\t\t\t},\n\t\t\t\"id\": \"6c1n8wd\",\n\t\t\t\"type\": \"checkbox\",\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"value\": \"marriedsingle\",\n\t\t\t\"name\": \"status\",\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": false,\n\t\t\t\"key\": \"marriedButSingle\",\n\t\t\t\"datagridLabel\": true,\n\t\t\t\"label\": \"Married But Single\",\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"radio\",\n\t\t\t\"input\": true\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"eq\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"show\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"hideLabel\": false,\n\t\t\t\"overlay\": {\n\t\t\t\t\"width\": 13.400012207031228,\n\t\t\t\t\"height\": 13.618787792968659,\n\t\t\t\t\"left\": 652.938,\n\t\t\t\t\"top\": 1027.4,\n\t\t\t\t\"page\": 1\n\t\t\t},\n\t\t\t\"id\": \"qnfiqa\",\n\t\t\t\"type\": \"checkbox\",\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"value\": \"married\",\n\t\t\t\"name\": \"status\",\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": false,\n\t\t\t\"key\": \"married\",\n\t\t\t\"datagridLabel\": true,\n\t\t\t\"label\": \"Married\",\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"radio\",\n\t\t\t\"input\": true\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"eq\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"show\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"hideLabel\": false,\n\t\t\t\"overlay\": {\n\t\t\t\t\"width\": 13.400012207031205,\n\t\t\t\t\"height\": 13.88128779296875,\n\t\t\t\t\"left\": 576.538,\n\t\t\t\t\"top\": 1027,\n\t\t\t\t\"page\": 1\n\t\t\t},\n\t\t\t\"id\": \"83qbhb\",\n\t\t\t\"type\": \"checkbox\",\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"value\": \"single\",\n\t\t\t\"name\": \"status\",\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": false,\n\t\t\t\"key\": \"single\",\n\t\t\t\"datagridLabel\": true,\n\t\t\t\"label\": \"Single\",\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"radio\",\n\t\t\t\"input\": true\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"overlay\": {\n\t\t\t\t\"width\": 466.72555555555556,\n\t\t\t\t\"height\": 21.10074501953125,\n\t\t\t\t\"left\": 81.30207777777777,\n\t\t\t\t\"top\": 1044.2255555555555,\n\t\t\t\t\"page\": 1\n\t\t\t},\n\t\t\t\"id\": \"yg0z4n\",\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"conditional\": {\n\t\t\t\t\"eq\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"show\": \"\"\n\t\t\t},\n\t\t\t\"validate\": {\n\t\t\t\t\"customPrivate\": false,\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"required\": false\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"unique\": false,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"suffix\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"key\": \"homeAddress\",\n\t\t\t\"label\": \"Home Address\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"tableView\": true,\n\t\t\t\"input\": true,\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"overlay\": {\n\t\t\t\t\"width\": 234.0871314561631,\n\t\t\t\t\"height\": 23.47576724175342,\n\t\t\t\t\"left\": 789.0803333333333,\n\t\t\t\t\"top\": 998.6667777777777,\n\t\t\t\t\"page\": 1\n\t\t\t},\n\t\t\t\"id\": \"3s52a8\",\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"conditional\": {\n\t\t\t\t\"eq\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"show\": \"\"\n\t\t\t},\n\t\t\t\"validate\": {\n\t\t\t\t\"customPrivate\": false,\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"required\": false\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"unique\": false,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"suffix\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"key\": \"ssn\",\n\t\t\t\"label\": \"ssn\",\n\t\t\t\"inputMask\": \"999-99-9999\",\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"tableView\": true,\n\t\t\t\"input\": true,\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"overlay\": {\n\t\t\t\t\"width\": 389.90500508626303,\n\t\t\t\t\"height\": 22.095556130642336,\n\t\t\t\t\"left\": 387.4138888888889,\n\t\t\t\t\"top\": 999.2222222222222,\n\t\t\t\t\"page\": 1\n\t\t\t},\n\t\t\t\"id\": \"65t2qf\",\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"conditional\": {\n\t\t\t\t\"eq\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"show\": \"\"\n\t\t\t},\n\t\t\t\"validate\": {\n\t\t\t\t\"customPrivate\": false,\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"required\": false\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"unique\": false,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"suffix\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"key\": \"lastName\",\n\t\t\t\"label\": \"Last Name\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"tableView\": true,\n\t\t\t\"input\": true,\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"overlay\": {\n\t\t\t\t\"width\": 299.9064457160102,\n\t\t\t\t\"height\": 23.24826724175342,\n\t\t\t\t\"left\": 81.85761111111108,\n\t\t\t\t\"top\": 998.6664444444444,\n\t\t\t\t\"page\": 1\n\t\t\t},\n\t\t\t\"id\": \"3ebhgr\",\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"conditional\": {\n\t\t\t\t\"eq\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"show\": \"\"\n\t\t\t},\n\t\t\t\"validate\": {\n\t\t\t\t\"customPrivate\": false,\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"required\": false\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"unique\": false,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"suffix\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"key\": \"firstName\",\n\t\t\t\"label\": \"First Name\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"tableView\": true,\n\t\t\t\"input\": true,\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"overlay\": {\n\t\t\t\t\"width\": \"50\",\n\t\t\t\t\"height\": \"18\",\n\t\t\t\t\"left\": 972.9684444444445,\n\t\t\t\t\"top\": 750.3336666666667,\n\t\t\t\t\"page\": 1\n\t\t\t},\n\t\t\t\"id\": \"n92fqkc\",\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"conditional\": {\n\t\t\t\t\"eq\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"show\": \"\"\n\t\t\t},\n\t\t\t\"validate\": {\n\t\t\t\t\"customPrivate\": false,\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"required\": false\n\t\t\t},\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"unique\": false,\n\t\t\t\"protected\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"suffix\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"key\": \"h\",\n\t\t\t\"label\": \"H\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"tableView\": true,\n\t\t\t\"input\": true,\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"G\",\n\t\t\t\"key\": \"g\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"9ub9k\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 726.5,\n\t\t\t\t\"left\": 973.172,\n\t\t\t\t\"height\": \"18\",\n\t\t\t\t\"width\": \"50\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"F\",\n\t\t\t\"key\": \"f\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"pu3d5\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 621.5,\n\t\t\t\t\"left\": 973.172,\n\t\t\t\t\"height\": \"18\",\n\t\t\t\t\"width\": \"50\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"E\",\n\t\t\t\"key\": \"e\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"vf655m\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 599.5,\n\t\t\t\t\"left\": 973.172,\n\t\t\t\t\"height\": \"18\",\n\t\t\t\t\"width\": \"50\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"D\",\n\t\t\t\"key\": \"d\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"bll9zn\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 577.5,\n\t\t\t\t\"left\": 972.672,\n\t\t\t\t\"height\": \"18\",\n\t\t\t\t\"width\": \"50\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"C\",\n\t\t\t\"key\": \"c\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"ajc30d\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 556.5,\n\t\t\t\t\"left\": 972.672,\n\t\t\t\t\"height\": \"18\",\n\t\t\t\t\"width\": \"50\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"B\",\n\t\t\t\"key\": \"b\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"j9zbe6\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 493,\n\t\t\t\t\"left\": 972.672,\n\t\t\t\t\"height\": \"18\",\n\t\t\t\t\"width\": \"50\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"tableView\": true,\n\t\t\t\"inputType\": \"text\",\n\t\t\t\"inputMask\": \"\",\n\t\t\t\"label\": \"A\",\n\t\t\t\"key\": \"a\",\n\t\t\t\"placeholder\": \"\",\n\t\t\t\"prefix\": \"\",\n\t\t\t\"suffix\": \"\",\n\t\t\t\"multiple\": false,\n\t\t\t\"defaultValue\": \"\",\n\t\t\t\"protected\": false,\n\t\t\t\"unique\": false,\n\t\t\t\"persistent\": true,\n\t\t\t\"hidden\": false,\n\t\t\t\"clearOnHide\": true,\n\t\t\t\"validate\": {\n\t\t\t\t\"required\": false,\n\t\t\t\t\"minLength\": \"\",\n\t\t\t\t\"maxLength\": \"\",\n\t\t\t\t\"pattern\": \"\",\n\t\t\t\t\"custom\": \"\",\n\t\t\t\t\"customPrivate\": false\n\t\t\t},\n\t\t\t\"conditional\": {\n\t\t\t\t\"show\": \"\",\n\t\t\t\t\"when\": null,\n\t\t\t\t\"eq\": \"\"\n\t\t\t},\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"id\": \"bz3j3p\",\n\t\t\t\"overlay\": {\n\t\t\t\t\"page\": 1,\n\t\t\t\t\"top\": 449.375,\n\t\t\t\t\"left\": 972.469,\n\t\t\t\t\"height\": \"18\",\n\t\t\t\t\"width\": \"50\"\n\t\t\t},\n\t\t\t\"tags\": [],\n\t\t\t\"properties\": {\n\t\t\t\t\"\": \"\"\n\t\t\t},\n\t\t\t\"hideLabel\": false\n\t\t},\n\t\t{\n\t\t\t\"input\": true,\n\t\t\t\"label\": \"Submit\",\n\t\t\t\"tableView\": false,\n\t\t\t\"key\": \"submit\",\n\t\t\t\"size\": \"md\",\n\t\t\t\"leftIcon\": \"\",\n\t\t\t\"rightIcon\": \"\",\n\t\t\t\"block\": false,\n\t\t\t\"action\": \"submit\",\n\t\t\t\"disableOnInvalid\": false,\n\t\t\t\"theme\": \"primary\",\n\t\t\t\"type\": \"button\",\n\t\t\t\"hideLabel\": false\n\t\t}\n\t]\n}"},"url":"{{projectUrl}}/form","urlObject":{"path":["form"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a55a0c7d-ebfb-eb08-87ea-399b51dd1f0e"},{"name":"Create PDF Submission","event":[{"listen":"test","script":{"id":"0254e8d3-7fcb-44d4-ac16-e95782a936c2","exec":["var response = JSON.parse(responseBody);","postman.setEnvironmentVariable('pdfSubmission', response._id);"],"type":"text/javascript"}}],"id":"628ee982-4088-543e-572d-b77850e7fcf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{projectAdminToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"expectedReturn\": \"23\",\n\t\t\"witholdings\": 23,\n\t\t\"allowances\": 23,\n\t\t\"officeCode\": \"234\",\n\t\t\"employersName\": \"Form.io\",\n\t\t\"date\": \"2018-02-23T06:00:00.000Z\",\n\t\t\"signature\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABRIAAACWCAYAAACiuHTbAAAdfElEQVR4Xu3db4xWV50H8NMibMFlBrct1RpmXmxjUmCG3W5rpHRau/5ZqJDtZhPBdNomm92igi+LCaivFNO6UROL2fJGXTA79ZWE0VIT41paxLZ25V/XhJbtTNP6whfAbOhGInbzu+N9eGZguBeYeeY+z/3cZDLDzJl7z/mcO33x7e+cc82ZM797J7kIECBAgAABAgQIECBAgAABAgQIECBwCYFrBIneDwIECBAgQIAAAQIECBAgQIAAAQIEigQEiUVCfk6AAAECBAgQIECAAAECBAgQIECAQBIkegkIECBAgAABAgQIECBAgAABAgQIECgUECQWEmlAgAABAgQIECBAgAABAgQIECBAgIAg0TtAgAABAgQIECBAgAABAgQIECBAgEChgCCxkEgDAgQIECBAgAABAgQIECBAgAABAgQEid4BAgQIECBAgAABAgQIECBAgAABAgQKBQSJhUQaECBAgAABAgQIECBAgAABAgQIECAgSPQOECBAgAABAgQIECBAgAABAgQIECBQKCBILCTSgAABAgQIECBAgAABAgQIECBAgAABQaJ3gAABAgQIECBAgAABAgQIECBAgACBQgFBYiGRBgQIECBAgAABAgQIECBAgAABAgQICBK9AwQIECBAgAABAgQIECBAgAABAgQIFAoIEguJNCBAgAABAgQIECBAgAABAgQIECBAQJDoHSBAgAABAgQIECBAgAABAgQIECBAoFBAkFhIpAEBAgQIECBAgAABAgQIECBAgAABAoJE7wABAgQIECBAgAABAgQIECBAgAABAoUCgsRCIg0IECBAgAABAgQIECBAgAABAgQIEBAkegcIECBAgAABAgQIECBAgAABAgQIECgUECQWEmlAgAABAgQIECBAgAABAgQIECBAgIAg0TtAgAABAgQIECBAgAABAgQIECBAgEChgCCxkEgDAgQIECBAgAABAgQIECBAgAABAgQEid4BAgQIECBAgAABAgQIECBAgAABAgQKBQSJhUQaECBAgAABAgQIECBAgAABAgQIECAgSPQOECBAgAABAgQIECBAgAABAgQIECBQKCBILCTSgAABAgQIECBAgAABAgQIECBAgAABQaJ3gAABAgQIECBAgAABAgQIECBAgACBQgFBYiGRBgQIECBAgAABAgQIECBAgAABAgQICBK9AwQIECBAgAABAgQIECBAgAABAgQIFAoIEguJNCBAgAABAgQIECBAgAABAgQIECBAQJDoHSBAgAABAgQIECBAgAABAgQIECBAoFBAkFhIpAEBAgQIECBAgAABAgQIECBAgAABAoJE7wABAgQIECBAgAABAgQIECBAgAABAoUCgsRCIg0IECBAgAABAgQIECBAgAABAgQIEBAkegcIECBAgAABAgQIECBAgAABAgQIECgUECQWEmlAgAABAgQIECBAgAABAgQIECBAgIAg0TtAgAABAgQIECBAgAABAgQIECBAgEChgCCxkEgDAgQIECBAgAABAgQIECBAgAABAgQEid4BAgQIECBAgAABAgQIECBAgAABAgQKBQSJhUQaECBAgAABAgQIECBAgAABAgQIECAgSPQOECBAgAABAgQIECBAgAABAgQIECBQKCBILCTSgAABAgQIECBAgAABAgQIECBAgAABQaJ3gEDNBUZG3kinT5/OPlK6ZoLGnDnXpnPn/pj2738++/mhQ0ezz4cPH2206+7uTv39y1Nv75J0002L0wc/eHsaGLgzxfddBAgQIECAAAECBAgQIECAQOcICBI7Zy6NhEChQASC+/cfSM8++3waHR1NESLO1BXB4rp196XPfnZjFjK6CBAgQIAAAQIECBAgQIAAgfYWECS29/zpPYFLCkTl4PDw01lwGCHi1V5dXV1pxYrlF9wmKhXHxsamvP3g4Ia0desWgeLVToDfJ0CAAAECBAgQIECAAAECsyggSJxFfI8mMBMCe/f+OH3pS19Or78+ks6ePXvZj8jDwliuvGTJknTPPXdl94h/X+qKJc8RWEZ4mVc+NrePqsTHHvtyVqXoIkCAAAECBAgQIECAAAECBNpPQJDYfnOmxwQuKhBB3vr1D19W5WFPz5IsIDz/0TdtVYPRnyeeeDL7aK5W/Mxn/iV98Yuft4ei95gAAQIECBAgQIAAAQIECLSZgCCxzSZMdwlMJbB69d9n+x9e6urrW5buvntV6u/vSwMDq6YtNLzUM2MfxvXrH0xHjhxrNIuqxKhOtHei95kAAQIECBAgQIAAAQIECLSPgCCxfeZKTwlMKXDrrbel0dELD06ZM2dOWrPm49ly4nXr1sxaFWBUJz744D+nn/70PxtjiBBxaOjfC5dMm3YCBAgQIECAAAECBAgQIECgGgKCxGrMg14QuGKB2JNw5cp7L/j9WLa8b9+eylT95Uudt2//2oS+7tv3w6w60kWAAAECBAgQIECAAAECBAhUW0CQWO350TsChQJxsMnq1fdPaBcHpjzzzJ5KVvvFYTCPPPK5Cfsm/uIXP6tkXwvxNSBAgAABAgQIECBAgAABAjUSECTWaLINtXMFmpc2xz6ITz21qzKViBdTnxx+xmEvUZnY3d3duZNkZAQIECBAgAABAgQIECBAoM0FBIltPoG6TyAXiCXOcUUo1w5XVCZu2PBwo6tbtz6atm3b0g5d10cCBAgQIECAAAECBAgQIFBLAUFiLafdoAlUQ6D5pOl58+aln//8mbYJQqshqBcECBAgQIAAAQIECBAgQKB1AoLE1ll7EgECkwQmL3GO06WHhr7HiQABAgQIECBAgAABAgQIEKiggCCxgpOiSwTqJHDPPX+XXnrp5caQI0iMQNFFgAABAgQIECBAgAABAgQIVEtAkFit+dAbArUTiL0dV668tzHu2OMxTnF2ESBAgAABAgQIECBAgAABAtUSECRWaz70hkAtBdavfygNDz/dGLuqxFq+BgZNgAABAgQIECBAgAABAhUXECRWfIJ0j0AdBCZXJQ4MrEr79v2wDkM3RgIECBAgQIAAAQIECBAg0DYCgsS2mSodJdDZApOrEl955eXU27ukswdtdAQIECBAgAABAgQIECBAoI0EBIltNFm6SqCTBSaf4PzYY19Omzdv7OQhGxsBAgQIECBAgAABAgQIEGgrAUFiW02XzhLobIFbb70tjY6+kQ1yYODOtG/fns4esNERIECAAAECBAgQIECAAIE2EhAkttFk6SqBThd44okn0+c//4XGMM+c+V2nD9n4CBAgQIAAAQIECBAgQIBA2wgIEttmqnSUQOcLjIy8kZYuva0x0DhwJQ5ecREgQIAAAQIECBAgQIAAAQKzLyBInP050AMCBJoEPvShD6cjR45l39m69dG0bdsWPgQIECBAgAABAgQIECBAgEAFBASJFZgEXSBA4LxA8/Jm+yR6MwgQIECAAAECBAgQIECAQHUEBInVmQs9IUAgpTR5efNs75MY/RkdHU0pXZPNz+HDR9OiRV2pu7s7+8iv7u7x78XPzn9v/Odxj/yafK/Tp09nP4rPhw4dnfId6O1dknp7exrP6OnpST098b0l3hsCBAgQIECAAAECBAgQINASAUFiS5g9hACByxFYs+Yf0rPPPpf9ytDQ99K6dfddzq9fdtsI8cYDwzeyoHD848iEAPCyb5pSmjdvXjp79uyV/Grp31m8eHGaP//PUgSLixZ1p/7+5Vm4KGgsTaghAQIECBAgQIAAAQIECJQUECSWhNKMAIHWCezd++O0YcPD2QNnYp/E/fufT/v3H0jPPhufn5+xgU0OEru6urKwL668kjCvbGz+d/7zaBsB56lT56sW42d5lWR8f2zsf9PJk6fS2NjYRccR98/DxbvvXpX6+pZn/3YRIECAAAECBAgQIECAAIHLFRAkXq6Y9gQIzLhAhHurV9+fPeeBBzaknTu/ddXPjCrDHTueTHv3Pp0tI77U1de3rFHdlwdxeQCYL2eOz7FMOT7H/SYvdW4OC6+68yVukIeL8XlkZDQLSPMqy8m/Hn1dt25NimBx7do1E5Zol3iUJgQIECBAgAABAgQIECBQUwFBYk0n3rAJVFlgOoPEqG7csWPnJSsP41CXe+4ZSJ/4xOqOrNYLz9h/McLU+DqWcDdfUaE4OPipLFS052KV/zL0jQABAgQIECBAgAABArMrIEicXX9PJ0DgIgLNS5uXLHl/+sEPdl92wLd791Davv3xKfc5jINKtm3bklXmNR+aUocJiUrFCBTDOZZ3Ny+LjiAx9qSMSlBLoOvwNhgjAQIECBAgQIAAAQIEygsIEstbaUmAQIsEmisS45ER9EXoNzi4fsrQL37n8OFjWUAW4dhUy5fzAHFwcEOLRlP9x+ShYiz7bq5WDPdY/rxp08bU37+sdoFr9WdODwkQIECAAAECBAgQINBaAUFia709jQCBkgJ9fR9MJ078z4TWebVcXkH4ox/tyyoOT548WXjXOOgkwsjNmzcWtq1zg/CMSsXxYPZoI1j8wAduSTfddFNjX0XVinV+S4ydAAECBAgQIECAAIG6CggS6zrzxk2g4gIRYm3Zsi07XflqrggQIzyMj7otYb4at/x3Yx4iWDx48MX06quvNYLFCHUHBlZly6Bjb0UXAQIECBAgQIAAAQIECHS+gCCx8+fYCAm0tcATTzyZnbY8+YCQokFFuBXLlyPock2PQCwXj2Ax5qR5b8U8VAzvCBddBAgQIECAAAECBAgQINCZAoLEzpxXoyLQUQIRYMX+fVEZNzz89ISxzZ07N9144w3pttv+KjscJPb0E2a1Zvpj+fOuXUPZvOQHtkSouGnTp50A3ZopKPWUWK4ef0OnT49ln+PfixZ1ZZ+jSje+zqt1xz+/k97znkVp4cKuxv2jzcUuVb6lpkAjAgQIECBAgAABAh0jIEjsmKk0EAL1EohARIhRjTnPg97du/9jwlL0qAaNU7HvumtVioDRNf0CEQaOjo6mt976bfrDH/6QhYNRNToyMtoIDaf/qVPfMea5p6cnm+/e3p4s3O/rW27+WzkJnkWAAAECBAgQIEBgBgUEiTOI69YECBCom0C+9DmqFZuXo0eVaFSLPvDABqHSFbwU4XrkyNFsSXkeFk51MvkV3H7GfyVC/wgX4x1Yu/Y+p4DPuLgHECBAgAABAgQIEJgZAUHizLi6KwECBGovEEued+8emrCf4rx589L8+fOzSsWoWBwYuFNl6UXelAgJYxl/BIexrP9KQsO+vmVp0aLuRoXg+DLm8UAvv5qreuPr/Dn596PaMf+6qA8RcJ46FUuoxz/GKyOjYvKNC0Z4ww3Xp5tvfl9WtRghc7wH0S9VxrX/zwYAAgQIECBAgACBigsIEis+QbpHgACBdheIUCkCsahS/O53d6czZ96eMKR8b8s4IKfO+1seOHAw7dkznFlFCFd0xYnkK1Ysz5YPX3fddemOO/6msZy46Hdb+fOY/1OnxtLhw0eyccV78Oabb6UTJ16/oBsx//mYLIlv5Sx5FgECBAgQIECAAIFyAoLEck5aESBAgMA0CUSV2vh+ihEuHphw16hIi+WvddlbMSy+//2hzCO+vtTV07Mkc4mwLd9/cJqmZFZuk1ctRuVqjL35JPC8Q/n7kFctRmjqIkCAAAECBAgQIEBg9gQEibNn78kECBCovUAESBEoji/hPX/6c3OQFOFZf39fVnnX37+sI5a/xri//e0ns1Ovp1oyHBWH+SnksQy8DgfWRMViXpE5eZ/NeCcEi7X/TwYAAgQIECBAgACBWRYQJM7yBHg8AQIECJwXiCApAsX4OHLk2EVpxgPFOAl4fH+9dgkXyyxdjr0D16//xz/tH7mq9q9G87L4CBgnvxN1q2Ct/QsBgAABAgQIECBAYNYFBImzPgU6QIAAAQJTCeTVivF5qoM75s6dmxYsWNA4rCOq+OKKCr6enp5L4L6TBZL5NRMHfUQg+txzB7Jg9FJLl+M0682bN07oj7fiQoE8WIwDaC5WsRjzGdWbsd+mZdDeIAIECBAgQIAAAQLTLyBInH5TdyRAgACBGRKIMC4O7RgPFUezwzt+9av/Sm+//X/T8sQIE/MAKg8k49/jIeM72TOaTzGeM2dOOnfuj9ny5OjT+dOKx/t2qSv2PBwc3JAGBz9Vi2XL0zJBk24S5hHS5oHz2NhYo0UEyVGxmgeLM/F89yRAgAABAgQIECBQNwFBYt1m3HgJECDQgQJ5gHfo0NEsYMxDvRhqfN3d3ZVOnx5Lp06dTs1hUyspFi5cmN7//velj3zkw1l4qGJu+vXzUDEqFkdHzx9eE+Fv7LUpVJx+8+m4Y/73Gn+j8becn/Sd3ztC4ZjD+DuOz63YLzT+R0CrnjUdhu5BgAABAgQIEGiVgCCxVdKeQ4AAAQKVE8gDiwgfI2RsriqMn00+VbrsAOKglBUrxvdy7JRTlsuOvSrt8oNb4kTsyXsrRqAYwWIsgZ6JJe1VMahaP+Lva3h4fFn6Cy+8lE6ePJXOnj17Rd3Mw8V3v/vd6cYbb0h9fcuy++RVxVeyd2r06/DhY2nHjn9rbEUwNPS9LIB2ESBAgAABAgQIjAsIEr0JBAgQIECgQCBfSp03i9Axrnnz5qUFC+Y3Aow83ABaLYEIhaNKMSoW49CW5qrU5uXPrah0q5ZMa3oTfz/btz+edu8eas0D//SUmM+bb745nTt3Ln3sY387ITR+663fpl//+lC2NUGEzlOdnr5166Np27YtLe23hxEgQIAAAQIEqiwgSKzy7OgbAQIECBAgMO0CUy2BjuAplp0PDNyZVZK6rl7gq1/91/Sd7+xKb7751tXfbBbuoCJxFtA9kgABAgQIEKi0gCCx0tOjcwQIECBAgMBMCuRLoCcf2BJLZOPAnU2b4jTtZZZAX+YkRBXixo2fy5YxT3Vde+21af7869KcOe/KtgKIK19qPlV17+TKwd///mxWYXrLLX/ZeNaVbkmQ9zMOQoql7/YyvcxJ15wAAQIECBCohYAgsRbTbJAECBAgQIBAkUB+aE8sf46qxXxvxTxUzPe8jIpF19QC4bhy5b2NfQabW8Zehps3f/pPe4cumTHG/IT33/zmeDpx4kRauPDPGyepx9YEc+e+K506NZZuv/2vsxCyt7cnO8Slp2f8s4sAAQIECBAgQODiAoJEbwYBAgQIECBA4CICzXsrjoyMNoLFNWs+nq6//i9Sf39fdmCL4Ok8XpitXn1/I7TLfzJ//vz0zW8+ngYHN3jXCBAgQIAAAQIE2lhAkNjGk6frBAgQIECAQOsEIiTbtWsoHT/+avrlL19sBIsRJMaeirEU+q67VtU6WNyyZVvasWPnhEmJKsSnntpVa5fWvaWeRIAAAQIECBCYWQFB4sz6ujsBAgQIECDQoQKxv2J+cMuhQ0cbp0HnS6EjXBxfDl2PpdBxKnPsi9h8xdj37dvToW+AYREgQIAAAQIE6icgSKzfnBsxAQIECBAgMM0C+f6KESgOD/84TT7wI69YzIPF/FCRae7GrN0u9iS8446BdObMmUYf4tCSgwd/5qCaWZsVDyZAgAABAgQITL+AIHH6Td2RAAECBAgQIJBVK0bVYpxcfLFgMZZEj58M3P6nQq9f/1AaHn66MetdXV3pmWf2ZBWZLgIECBAgQIAAgc4RECR2zlwaCQECBAgQIFBRgahYjNOgI1SMz/mJ0NHdxYsXp/e+d3G2x2JULsZy4HaqWIxqxKVLb5sg/41vPJYeeeSfKjobukWAAAECBAgQIHClAoLEK5XzewQIECBAgACBKxRoDhZ/8pOfpuPHX5twp6jka5dg8StfeTxt3/61Rv83bXokPf74V65Qxq8RIECAAAECBAhUWUCQWOXZ0TcCBAgQIECgFgJ5sLh379PZkuixsbEJ445KxXXr7suqFau0XDiWbq9cee+Evr7yystOaK7FW2uQBAgQIECAQB0FBIl1nHVjJkCAAAECBCotEAFdLIG+2MEtsbdifnjL2rVrZm0ZdCzT3rLlC9k+kPmlGrHSr5XOESBAgAABAgSuWkCQeNWEbkCAAAECBAgQmDmB5mXQUbE4OvrGhIfNxjLoCBE/+cmHJlROOqV55t4BdyZAgAABAgQIVEVAkFiVmdAPAgQIECBAgEAJgTjcJJY/R5jXfFJy/qtRrThTJ0JHqLljx84U+yI2XxEi7tz5raxS0kWAAAECBAgQINC5AoLEzp1bIyNAgAABAgRqIJAvg85PhG7eXzE/Ebq3tycL+SJgbD4R+vjxV9PixTdm3+vu7rrg5wcOHEzHjv13evXV19KhQ0ez8HLytXTprenrX/+qELEG75ohEiBAgAABAgQEid4BAgQIECBAgEAHCUTF4uHDR1Isg37hhRcvOBF6uoba1dWVNm/emH00h5PTdX/3IUCAAAECBAgQqJ6AILF6c6JHBAgQIECAAIFpE8j3WIzKxagojKBx8j6Ll/OwODl67dr7slOko8LRRYAAAQIECBAgUB8BQWJ95tpICRAgQIAAAQINgQgWR0ZGs3/nJy9PXrq8YMGCFJWHH/3ovSkOdYkPFwECBAgQIECAQH0FBIn1nXsjJ0CAAAECBAgQIECAAAECBAgQIFBaQJBYmkpDAgQIECBAgAABAgQIECBAgAABAvUVECTWd+6NnAABAgQIECBAgAABAgQIECBAgEBpAUFiaSoNCRAgQIAAAQIECBAgQIAAAQIECNRXQJBY37k3cgIECBAgQIAAAQIECBAgQIAAAQKlBQSJpak0JECAAAECBAgQIECAAAECBAgQIFBfAUFifefeyAkQIECAAAECBAgQIECAAAECBAiUFhAklqbSkAABAgQIECBAgAABAgQIECBAgEB9BQSJ9Z17IydAgAABAgQIECBAgAABAgQIECBQWkCQWJpKQwIECBAgQIAAAQIECBAgQIAAAQL1FRAk1nfujZwAAQIECBAgQIAAAQIECBAgQIBAaQFBYmkqDQkQIECAAAECBAgQIECAAAECBAjUV0CQWN+5N3ICBAgQIECAAAECBAgQIECAAAECpQUEiaWpNCRAgAABAgQIECBAgAABAgQIECBQXwFBYn3n3sgJECBAgAABAgQIECBAgAABAgQIlBYQJJam0pAAAQIECBAgQIAAAQIECBAgQIBAfQUEifWdeyMnQIAAAQIECBAgQIAAAQIECBAgUFpAkFiaSkMCBAgQIECAAAECBAgQIECAAAEC9RUQJNZ37o2cAAECBAgQIECAAAECBAgQIECAQGkBQWJpKg0JECBAgAABAgQIECBAgAABAgQI1FdAkFjfuTdyAgQIECBAgAABAgQIECBAgAABAqUFBImlqTQkQIAAAQIECBAgQIAAAQIECBAgUF8BQWJ9597ICRAgQIAAAQIECBAgQIAAAQIECJQWECSWptKQAAECBAgQIECAAAECBAgQIECAQH0FBIn1nXsjJ0CAAAECBAgQIECAAAECBAgQIFBaQJBYmkpDAgQIECBAgAABAgQIECBAgAABAvUVECTWd+6NnAABAgQIECBAgAABAgQIECBAgEBpAUFiaSoNCRAgQIAAAQIECBAgQIAAAQIECNRXQJBY37k3cgIECBAgQIAAAQIECBAgQIAAAQKlBQSJpak0JECAAAECBAgQIECAAAECBAgQIFBfAUFifefeyAkQIECAAAECBAgQIECAAAECBAiUFhAklqbSkAABAgQIECBAgAABAgQIECBAgEB9BQSJ9Z17IydAgAABAgQIECBAgAABAgQIECBQWkCQWJpKQwIECBAgQIAAAQIECBAgQIAAAQL1FRAk1nfujZwAAQIECBAgQIAAAQIECBAgQIBAaQFBYmkqDQkQIECAAAECBAgQIECAAAECBAjUV0CQWN+5N3ICBAgQIECAAAECBAgQIECAAAECpQUEiaWpNCRAgAABAgQIECBAgAABAgQIECBQXwFBYn3n3sgJECBAgAABAgQIECBAgAABAgQIlBYQJJam0pAAAQIECBAgQIAAAQIECBAgQIBAfQUEifWdeyMnQIAAAQIECBAgQIAAAQIECBAgUFpAkFiaSkMCBAgQIECAAAECBAgQIECAAAEC9RX4fzJ9q0eG0yOvAAAAAElFTkSuQmCC\",\n\t\t\"cityStateZip\": \"Dallas, TX\",\n\t\t\"marriedButSingle\": false,\n\t\t\"married\": true,\n\t\t\"single\": false,\n\t\t\"homeAddress\": \"212342\",\n\t\t\"ssn\": \"234-23-4242\",\n\t\t\"lastName\": \"Tidwell\",\n\t\t\"firstName\": \"Travis\",\n\t\t\"h\": \"2\",\n\t\t\"g\": \"3\",\n\t\t\"f\": \"4\",\n\t\t\"e\": \"5\",\n\t\t\"d\": \"3\",\n\t\t\"c\": \"4\",\n\t\t\"b\": \"3\",\n\t\t\"a\": \"4\",\n\t\t\"submit\": true,\n\t\t\"status\": \"married\"\n\t}\n}"},"url":"{{projectUrl}}/form/{{pdfForm}}/submission","urlObject":{"path":["form","{{pdfForm}}","submission"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"628ee982-4088-543e-572d-b77850e7fcf5"},{"name":"Create PDF Form with Submission","id":"634ac0f8-0584-4edb-889f-79ee25404cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"form\": {\n\t\t\"title\": \"My custom form\",\n\t\t\"components\": [\n\t\t\t{\n\t\t\t\t\"type\": \"textfield\",\n\t\t\t\t\"key\": \"firstName\",\n\t\t\t\t\"label\": \"First Name\",\n\t\t\t\t\"input\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"textfield\",\n\t\t\t\t\"key\": \"lastName\",\n\t\t\t\t\"label\": \"Last Name\",\n\t\t\t\t\"input\": true\n\t\t\t}\n\t\t]\n\t},\n\t\"submission\": {\n\t\t\"data\": {\n\t\t\t\"firstName\": \"Joe\",\n\t\t\t\"lastName\": \"Smith\"\n\t\t}\n\t}\n}"},"url":"{{apiUrl}}/pdf-proxy/pdf/{{projectId}}/download","description":"<p>This request allows you to provide both the Form JSON and the Submission JSON to the PDF Server, which ultimately allows you to create a PDF of any form populated with any submission.</p>\n","urlObject":{"path":["pdf-proxy","pdf","{{projectId}}","download"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"634ac0f8-0584-4edb-889f-79ee25404cc1"},{"name":"Get a temporary download token","event":[{"listen":"test","script":{"id":"0d2975d9-3abf-40ba-9cdc-f5d5f9240a15","exec":["var response = JSON.parse(responseBody);","postman.setEnvironmentVariable('downloadToken', response.key);"],"type":"text/javascript"}}],"id":"4ea8b1f7-a100-f4af-387d-6a74bb69ef1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-allow","value":"GET:/project/{{projectId}}/form/{{pdfForm}}/submission/{{pdfSubmission}}/download"},{"key":"x-expire","value":"3600"},{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"url":"{{projectUrl}}/token","urlObject":{"path":["token"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"84944563-812b-4f21-b36c-683672c93808","name":"Get a temporary download token","originalRequest":{"method":"GET","header":[{"key":"x-allow","value":"GET:/project/{{projectId}}/form/{{pdfForm}}/submission/{{pdfSubmission}}/download"},{"key":"x-expire","value":"3600"},{"key":"x-jwt-token","value":"{{projectAdminToken}}"}],"url":"{{projectUrl}}/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI4MmE5OTJhYmU2OGIyNDg3OSJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViODJhOTkyYWJlNjhiMjQ4NzkiLCJqdGkiOiI1ZmM3ZjE3MjJhOTkyYWJlNjhiMjQ5NjYiLCJmb3JtIjp7Il9pZCI6IjVmYzdlNWI2MmE5OTJhYmU2OGIyNDg2MCIsInByb2plY3QiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NWIifSwicHJvamVjdCI6eyJfaWQiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NWIifSwiaWF0IjoxNjA2OTM5Nzg2LCJleHAiOjE2MDY5NTQxODZ9.u4sZJ2WvQzIaXoPAduduqcNXL6l-2GuhW5g0B6qHAcQ"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"740"},{"key":"ETag","value":"W/\"2e4-8gPfNgeDly7C1bkBKBbVx7UEyJc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 20:09:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI4MmE5OTJhYmU2OGIyNDg3OSJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViODJhOTkyYWJlNjhiMjQ4NzkiLCJqdGkiOiI1ZmM3ZjE3MjJhOTkyYWJlNjhiMjQ5NjYiLCJpYXQiOjE2MDY5Mzg5OTQsImZvcm0iOnsiX2lkIjoiNWZjN2U1YjYyYTk5MmFiZTY4YjI0ODYwIiwicHJvamVjdCI6IjVmYzdlNWI1MmE5OTJhYmU2OGIyNDg1YiJ9LCJwcm9qZWN0Ijp7Il9pZCI6IjVmYzdlNWI1MmE5OTJhYmU2OGIyNDg1YiJ9LCJhbGxvdyI6IkdFVDovcHJvamVjdC81ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NWIvZm9ybS81ZmM3ZjQxZTJhOTkyYWJlNjhiMjQ5NmEvc3VibWlzc2lvbi81ZmM3ZjQ0MDJhOTkyYWJlNjhiMjQ5NzIvZG93bmxvYWQiLCJ0ZW1wVG9rZW4iOnRydWUsImlzQWRtaW4iOmZhbHNlLCJleHAiOjE2MDY5NDI1OTR9.-zSik-GYdLfn6ffQ2vtxa9VbfUMTrpNmXoUMxG3sqQ8\",\n    \"key\": \"jPCw7LLXYtSHQQiyiAMIJJGckd7gl0\"\n}"}],"_postman_id":"4ea8b1f7-a100-f4af-387d-6a74bb69ef1b"},{"name":"Download a Submission as a PDF","id":"0e4214b1-4e35-f22c-3a0c-0a5e01c62126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{projectUrl}}/form/{{pdfForm}}/submission/{{pdfSubmission}}/download?token={{downloadToken}}","urlObject":{"path":["form","{{pdfForm}}","submission","{{pdfSubmission}}","download"],"host":["{{projectUrl}}"],"query":[{"key":"token","value":"{{downloadToken}}"}],"variable":[]}},"response":[],"_postman_id":"0e4214b1-4e35-f22c-3a0c-0a5e01c62126"},{"name":"Delete a specific PDF upload","id":"c630d911-a1f5-531c-5d16-262a84db70c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{apiUrl}}/pdf-proxy/pdf/{{projectId}}/file/{{pdfFileName}}","urlObject":{"path":["pdf-proxy","pdf","{{projectId}}","file","{{pdfFileName}}"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"88247c5a-fd58-4513-b66a-8155afa68a80","name":"Delete a specific PDF upload","originalRequest":{"method":"DELETE","header":[{"key":"x-file-token","value":"{{filetoken}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{apiUrl}}/pdf-proxy/pdf/{{projectId}}/file/{{pdfFileName}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\""},{"key":"Date","value":"Wed, 02 Dec 2020 20:10:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c630d911-a1f5-531c-5d16-262a84db70c4"}],"id":"864ccc88-4585-053e-4302-c839d987271a","description":"<p><em><strong>NOTE: This section covers client-to-server requests. If you want to perform server-to-server requests, see PDF server direct API section</strong></em></p>\n<p>The Form.io platform also provides a robust PDF generation platform and a complete API to generate new PDF documents, or upload existing PDF's.</p>\n","event":[{"listen":"prerequest","script":{"id":"3adf4c0a-1c94-4d64-a360-9a505677bf64","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"077b62f7-9b05-4931-bbf2-172ee9d3237d","type":"text/javascript","exec":[""]}}],"_postman_id":"864ccc88-4585-053e-4302-c839d987271a"},{"name":"PDF server direct API","item":[{"name":"Upload PDF file to server","event":[{"listen":"test","script":{"id":"b37e6335-d1ca-4d13-8622-183fb7dc0680","exec":["var response = JSON.parse(responseBody);","pm.globals.set(\"pdfFileName\", response.file);","pm.globals.set(\"pdfFilePath\", response.path);"],"type":"text/javascript"}}],"id":"ea083a86-85d2-421e-933e-4d48113dbed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-admin-key","value":"{{pdfAdminKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/travistidwell/Desktop/fw4.pdf"}]},"url":"{{pdfServer}}/pdf/{{projectId}}/file","description":"<p>This request is able to upload a PDF file to the files server and store it in the database.</p>\n","urlObject":{"path":["pdf","{{projectId}}","file"],"host":["{{pdfServer}}"],"query":[],"variable":[]}},"response":[{"id":"3d1f1917-1e5d-46d2-a615-982115792b34","name":"Upload PDF file to server","originalRequest":{"method":"POST","header":[{"key":"x-admin-key","value":"{{pdfAdminKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/travistidwell/Desktop/fw4.pdf"}]},"url":"{{pdfServer}}/pdf/{{projectId}}/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"ETag","value":"W/\"80-3fs8DeHhtIvPm8fxLgKRsltAJE8\""},{"key":"Date","value":"Wed, 02 Dec 2020 20:03:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"path\": \"/pdf/5fc7e5b52a992abe68b2485b/file/3974d75e-58ad-5b23-a540-9ee1f7b61c60\",\n    \"file\": \"3974d75e-58ad-5b23-a540-9ee1f7b61c60\"\n}"}],"_postman_id":"ea083a86-85d2-421e-933e-4d48113dbed5"},{"name":"Get a list of all uploaded PDF's","id":"a25bfffc-228d-4642-9ce8-f74a015f98e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-admin-key","value":"{{pdfAdminKey}}"}],"url":"{{pdfServer}}/pdf/{{projectId}}/file","urlObject":{"path":["pdf","{{projectId}}","file"],"host":["{{pdfServer}}"],"query":[],"variable":[]}},"response":[{"id":"af2a5db6-203e-42e8-85e2-c54a738f6e6e","name":"Get a list of all uploaded PDF's","originalRequest":{"method":"GET","header":[{"key":"x-admin-key","value":"{{pdfAdminKey}}"}],"url":"{{pdfServer}}/pdf/{{projectId}}/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"835"},{"key":"ETag","value":"W/\"343-dMYMSwxHBgmHKgN3z3MWWc8ZwYg\""},{"key":"Date","value":"Wed, 02 Dec 2020 20:03:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5fc7f3123164da00065ebeac\",\n        \"form\": \"5ee009e586addbae8ba6429d\",\n        \"project\": \"5ed180f2d360a23ae50b00d6\",\n        \"owner\": \"5ed180f3d360a23ae50b00e8\",\n        \"access\": [],\n        \"created\": \"2020-12-02T20:03:30.848Z\",\n        \"modified\": \"2020-12-02T20:03:30.848Z\",\n        \"data\": {\n            \"project\": \"5fc7e5b52a992abe68b2485b\",\n            \"id\": \"3974d75e-58ad-5b23-a540-9ee1f7b61c60\",\n            \"path\": \"/pdf/5fc7e5b52a992abe68b2485b/file/3974d75e-58ad-5b23-a540-9ee1f7b61c60\",\n            \"status\": \"active\"\n        }\n    },\n    {\n        \"_id\": \"5fc7f2a23164da00065ebeab\",\n        \"form\": \"5ee009e586addbae8ba6429d\",\n        \"project\": \"5ed180f2d360a23ae50b00d6\",\n        \"owner\": \"5ed180f3d360a23ae50b00e8\",\n        \"access\": [],\n        \"created\": \"2020-12-02T20:01:38.835Z\",\n        \"modified\": \"2020-12-02T20:01:38.835Z\",\n        \"data\": {\n            \"project\": \"5fc7e5b52a992abe68b2485b\",\n            \"id\": \"9b78a66a-79bd-59ab-80f8-5d85b074a11b\",\n            \"path\": \"/pdf/5fc7e5b52a992abe68b2485b/file/9b78a66a-79bd-59ab-80f8-5d85b074a11b\",\n            \"status\": \"active\"\n        }\n    }\n]"}],"_postman_id":"a25bfffc-228d-4642-9ce8-f74a015f98e7"},{"name":"Get a specific uploaded PDF HTML","id":"1d246315-635a-4875-ac36-43319c893a93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-admin-key","value":"{{pdfAdminKey}}"}],"url":"{{pdfServer}}/pdf/{{projectId}}/file/{{pdfFileName}}.html","urlObject":{"path":["pdf","{{projectId}}","file","{{pdfFileName}}.html"],"host":["{{pdfServer}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d246315-635a-4875-ac36-43319c893a93"},{"name":"Get a specific PDF file download","id":"b98211ed-fbc2-4b15-8fa8-7978751d7e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-admin-key","value":"{{pdfAdminKey}}"}],"url":"{{pdfServer}}/pdf/{{projectId}}/file/{{pdfFileName}}.pdf","urlObject":{"path":["pdf","{{projectId}}","file","{{pdfFileName}}.pdf"],"host":["{{pdfServer}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b98211ed-fbc2-4b15-8fa8-7978751d7e66"},{"name":"Create PDF Form with Submission","id":"89f41533-9ee4-4f5b-947d-fbe2dc7ff0f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-admin-key","value":"{{pdfAdminKey}}"},{"key":"x-jwt-token","value":"{{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"form\": {\n\t\t\"title\": \"My custom form\",\n\t\t\"components\": [\n\t\t\t{\n\t\t\t\t\"type\": \"textfield\",\n\t\t\t\t\"key\": \"firstName\",\n\t\t\t\t\"label\": \"First Name\",\n\t\t\t\t\"input\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"textfield\",\n\t\t\t\t\"key\": \"lastName\",\n\t\t\t\t\"label\": \"Last Name\",\n\t\t\t\t\"input\": true\n\t\t\t}\n\t\t]\n\t},\n\t\"submission\": {\n\t\t\"data\": {\n\t\t\t\"firstName\": \"Joe\",\n\t\t\t\"lastName\": \"Smith\"\n\t\t}\n\t}\n}"},"url":"{{pdfServer}}/pdf/{{projectId}}/download","description":"<p>This request allows you to provide both the Form JSON and the Submission JSON to the PDF Server, which ultimately allows you to create a PDF of any form populated with any submission.</p>\n<p><em><strong>NOTE: You may need to have x-jwt-token header if your form depends on other forms/submissions</strong></em></p>\n","urlObject":{"path":["pdf","{{projectId}}","download"],"host":["{{pdfServer}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"89f41533-9ee4-4f5b-947d-fbe2dc7ff0f2"},{"name":"Delete a specific PDF upload","id":"8fd2047c-84b3-43d0-b05b-aac7d99c38d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-admin-key","value":"{{pdfAdminKey}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{pdfServer}}/pdf/{{projectId}}/file/{{pdfFileName}}","urlObject":{"path":["pdf","{{projectId}}","file","{{pdfFileName}}"],"host":["{{pdfServer}}"],"query":[],"variable":[]}},"response":[{"id":"20774dbf-16f8-4e2c-af60-812e711ecd0a","name":"Delete a specific PDF upload","originalRequest":{"method":"DELETE","header":[{"key":"x-admin-key","value":"{{pdfAdminKey}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{pdfServer}}/pdf/{{projectId}}/file/{{pdfFileName}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\""},{"key":"Date","value":"Wed, 02 Dec 2020 20:10:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8fd2047c-84b3-43d0-b05b-aac7d99c38d1"}],"id":"8e817291-38df-4338-889f-14cf38de5fbd","description":"<p><em><strong>NOTE: This section covers server-to-server requests. If you want to perform client-to-server requests, see PDF API section</strong></em></p>\n<p>For server-to-server requests you need to set <strong>FORMIO_PDF_ADMINKEY</strong> environment variable to PDF server. You will use <strong>x-admin-key</strong> header with value equal to environment variable value to perform authorized requests.</p>\n","_postman_id":"8e817291-38df-4338-889f-14cf38de5fbd"},{"name":"Multi-Tenant API","item":[{"name":"Create Primary Project","event":[{"listen":"test","script":{"id":"5b37f5af-ce1d-440a-b680-8422ce4a8299","exec":["var response = JSON.parse(responseBody);","pm.globals.set('primaryProjectId', response._id);","pm.globals.set('primaryProjectOwnerId', response.owner)"],"type":"text/javascript","packages":{}}}],"id":"eaabf5eb-f94f-4c16-b5bb-f0682f8d24fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Primary Project\",\n    \"name\": \"primary78\",\n    \"description\": \"An example application\",\n    \"settings\": {\n        \"cors\": \"*\"\n    }\n}"},"url":"{{apiUrl}}/project","description":"<p>This will create a new project within Form.io. You can provide the template JSON file. For example, if you wish to create a new project using the ToDo application, you would provide the following project.json file for the create template.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://raw.githubusercontent.com/formio/formio-app-todo/master/src/project.json\n</code></pre>","urlObject":{"path":["project"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9c96516b-c6da-47d7-9b17-4ebe6375dbb8","name":"Create Project","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content"},{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Default\",\n    \"name\": \"default\",\n    \"description\": \"An example application\",\n    \"template\":\"https://cdn.rawgit.com/formio/formio-app-basic/2.1.0/src/project.json\",\n    \"settings\": {\n        \"cors\": \"*\"\n    }\n}"},"url":"{{apiUrl}}/project"},"status":"Created","code":201,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"584","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:18:16 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"248-mek4DL/dNka/BZh4FrI5hA\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"X-HTTP-Method-Override","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwidXNlciI6eyJfaWQiOiI1N2QwMTBmZTc2Zjk0M2E0MDA3ZTExZGEiLCJyb2xlcyI6WyI1NWNkNWMzY2E1MWE5NmJlZjk5ZWY1NTEiLG51bGxdfSwiaWF0IjoxNDczMjkwMjk2LCJleHAiOjE1MDk1NzgyOTZ9.rdOrKiAZxBVPAwAUT-x-uvS0pnnIZPQan1Twj9gdCiQ","description":""}],"cookie":[],"responseTime":null,"body":"{\"modified\":\"2016-09-07T23:18:16.544Z\",\"title\":\"Default\",\"description\":\"An example application\",\"name\":\"oaqugrvolpkayzn\",\"created\":\"2016-09-07T23:18:15.659Z\",\"_id\":\"57d0a03776f943a4007e1513\",\"access\":[{\"type\":\"create_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"read_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"update_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]},{\"type\":\"delete_all\",\"roles\":[\"57d0a03776f943a4007e1514\"]}],\"steps\":[],\"plan\":\"basic\",\"owner\":\"57d010fe76f943a4007e11da\",\"apiCalls\":{\"used\":0,\"remaining\":1000,\"limit\":1000,\"reset\":\"2016-10-01T00:00:00.000Z\"}}"}],"_postman_id":"eaabf5eb-f94f-4c16-b5bb-f0682f8d24fb"},{"name":"Create Tenant A","event":[{"listen":"test","script":{"id":"7fc0e92a-c7cc-4270-becc-10ab17c6f6af","exec":["var response = JSON.parse(responseBody);","pm.globals.set('tenantA', response._id);"],"type":"text/javascript"}}],"id":"1d9f38fd-abdb-4d82-96ee-7847edc34bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Tenant A\",\n\t\"name\": \"tenanta\",\n    \"type\": \"tenant\",\n\t\"project\": \"{{primaryProjectId}}\",\n\t\"settings\": {\n\t\t\"cors\": \"*\"\n\t}\n}"},"url":"{{apiUrl}}/project","description":"<p>This request demonstrates how to create a new Tenant. The API for creating a tenant and a project are the same. The only difference is that you provide a \"project\" parameter within the stage to indicate that it is a tenant project, and the \"project\" value is the ID of the primary project..</p>\n<p>When creating a Tenant, there is also no need to provide a \"template\" when creating the tenant. The project provided is used as the template for the new tenant.</p>\n","urlObject":{"path":["project"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d9f38fd-abdb-4d82-96ee-7847edc34bc1"},{"name":"Create Tenant B","event":[{"listen":"test","script":{"id":"7fc0e92a-c7cc-4270-becc-10ab17c6f6af","exec":["var response = JSON.parse(responseBody);","pm.globals.set('tenantB', response._id);"],"type":"text/javascript"}}],"id":"cc9397f9-edd6-4ec3-91c6-1eb6e702fdda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Tenant B\",\n\t\"name\": \"tenantb\",\n    \"type\": \"tenant\",\n\t\"project\": \"{{primaryProjectId}}\",\n\t\"settings\": {\n\t\t\"cors\": \"*\"\n\t}\n}"},"url":"{{apiUrl}}/project","description":"<p>This request demonstrates how to create a new Tenant. The API for creating a tenant and a project are the same. The only difference is that you provide a \"project\" parameter within the stage to indicate that it is a tenant project, and the \"project\" value is the ID of the primary project..</p>\n<p>When creating a Tenant, there is also no need to provide a \"template\" when creating the tenant. The project provided is used as the template for the new tenant.</p>\n","urlObject":{"path":["project"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc9397f9-edd6-4ec3-91c6-1eb6e702fdda"},{"name":"Get list of tenants","id":"6d4a37b5-8c68-4ecf-83c7-891fa8ec15ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project?project={{primaryProjectId}}","description":"<p>This request will fetch a list of all tenants by providing the \"primary\" project ID to the API.</p>\n","urlObject":{"path":["project"],"host":["{{apiUrl}}"],"query":[{"key":"project","value":"{{primaryProjectId}}"}],"variable":[]}},"response":[],"_postman_id":"6d4a37b5-8c68-4ecf-83c7-891fa8ec15ae"},{"name":"Update a Tenant","id":"f2fa8335-fc59-4ce5-8805-74fe033f4129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"_id\": \"{{tenantA}}\",\n        \"tag\": \"0.0.0\",\n        \"owner\": \"{{primaryProjectOwnerId}}\",\n        \"plan\": \"trial\",\n        \"steps\": [],\n        \"framework\": \"angular\",\n        \"protect\": false,\n        \"title\": \"Tenant A Updated\",\n        \"project\": \"{{primaryProjectId}}\",\n        \"access\": [\n            {\n                \"roles\": [\n                    \"5c562a009d77b27f71b010b2\"\n                ],\n                \"type\": \"create_all\"\n            },\n            {\n                \"roles\": [\n                    \"5c562a009d77b27f71b010b2\",\n                    \"5c562a009d77b285bbb010b3\",\n                    \"5c562a009d77b23afbb010b4\"\n                ],\n                \"type\": \"read_all\"\n            },\n            {\n                \"roles\": [\n                    \"5c562a009d77b27f71b010b2\"\n                ],\n                \"type\": \"update_all\"\n            },\n            {\n                \"roles\": [\n                    \"5c562a009d77b27f71b010b2\"\n                ],\n                \"type\": \"delete_all\"\n            }\n        ],\n        \"name\": \"msytedhuzqapsym\",\n        \"trial\": \"2019-02-02T23:38:40.045Z\",\n        \"created\": \"2019-02-02T23:38:40.045Z\",\n        \"modified\": \"2019-02-02T23:38:40.304Z\",\n        \"apiCalls\": {\n            \"used\": {\n                \"forms\": 0,\n                \"emails\": 0,\n                \"formRequests\": 0,\n                \"submissionRequests\": 0\n            },\n            \"limit\": {\n                \"forms\": 10,\n                \"formRequests\": 10000,\n                \"submissionRequests\": 10000,\n                \"emails\": 100\n            },\n            \"reset\": \"2019-03-01T00:00:00.000Z\"\n        }\n    }"},"url":"{{apiUrl}}/project/{{tenantA}}","description":"<p>This request allows you to update the project of a new Tenant.</p>\n","urlObject":{"path":["project","{{tenantA}}"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2fa8335-fc59-4ce5-8805-74fe033f4129"},{"name":"Create a Tenant Administrator","id":"85d73e67-1f6a-4d25-bc65-cbf7cb0ad6d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"email\": \"admin@tenanta.com\",\n\t\t\"password\": \"password\"\n\t}\n}"},"url":"{{apiUrl}}/project/{{tenantA}}/admin","description":"<p>Now that a tenant is created, you can create new Administrators within each tenant so that they can administer their own project, forms, resources, roles and permissions. This request allows the creation of a new tenant administrator.</p>\n","urlObject":{"path":["project","{{tenantA}}","admin"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85d73e67-1f6a-4d25-bc65-cbf7cb0ad6d8"},{"name":"Login as a Tenant Administrator","event":[{"listen":"test","script":{"id":"5bf3e216-d3e3-44c9-a3d5-e75f24c09e16","exec":["pm.globals.set(\"tenantAToken\", postman.getResponseHeader(\"x-jwt-token\"));"],"type":"text/javascript"}}],"id":"f600e0b0-60e3-4ec2-97a0-08e79b2dfe31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"email\": \"admin@tenanta.com\",\n\t\t\"password\": \"password\"\n\t}\n}"},"url":"{{apiUrl}}/project/{{tenantA}}/admin/login","description":"<p>Now that the Tenant administrator has their own account, they can log into their project using the \"admin/login\" path within their project.</p>\n","urlObject":{"path":["project","{{tenantA}}","admin","login"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f600e0b0-60e3-4ec2-97a0-08e79b2dfe31"},{"name":"Create a new form as a Tenant Admin","id":"a5585fc7-49aa-4833-a10d-3171fb7556eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-jwt-token","value":"{{tenantAToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"New Form\",\n\t\"path\": \"newform\",\n\t\"name\": \"newform\",\n\t\"components\": [\n\t\t{\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"label\": \"First Name\",\n\t\t\t\"key\": \"firstName\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"textfield\",\n\t\t\t\"label\": \"Last Name\",\n\t\t\t\"key\": \"lastName\"\n\t\t}\n\t]\n}"},"url":"{{apiUrl}}/project/{{tenantA}}/form","description":"<p>Now that the tenant is authenticated, they can have full admin privilages over their project, without any permissions into other tenants.</p>\n","urlObject":{"path":["project","{{tenantA}}","form"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5585fc7-49aa-4833-a10d-3171fb7556eb"},{"name":"Delete a Tenant","id":"220b3328-ef7a-4ded-9e86-45c247aae375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}","type":"text"}],"url":"{{apiUrl}}/project/{{tenantB}}","description":"<p>All CRUD operations are available for tenants within a project, including Deleting an existing tenant.</p>\n","urlObject":{"path":["project","{{tenantB}}"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"220b3328-ef7a-4ded-9e86-45c247aae375"}],"id":"4d69513a-ad36-44e5-825b-a35b39ee117a","description":"<p>The Form.io platform also provides a mechanism to allow for multiple tenants to work within their own projects, This allows you to create a <strong>primary</strong> project and then allow that project to serve as a template for all other <strong>tenants</strong> created as sub-projects. This section explains all of the necessary API's that can be utilized by any custom application to create a Multi-tenant environment. </p>\n","_postman_id":"4d69513a-ad36-44e5-825b-a35b39ee117a"},{"name":"Server API","item":[{"name":"Health","id":"12eda256-53a3-434f-8c3e-fc11a7473eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{apiUrl}}/health","description":"<p>This API will fetch the information about server's health.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{{appUrl}}/health\n</code></pre><p>If the server's environment has the VERBOSE_HEALTH flag as true then you'll get a response like this: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"agregatedStatus\": \"UP\",\n  \"requestCount\": {\n    \"1min\": {\n      \"GET\": {\n        \"2xx\": 1,\n      }\n    },\n    \"5min\": {\n      \"GET\": {\n        \"2xx\": 1,\n      }\n    },\n    \"15min\": {\n      \"GET\": {\n        \"2xx\": 1,\n        \"3xx\": 1\n      }\n    }\n  },\n  \"mongodbConnectionState\": \"connected\",\n  \"license\": true\n}\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n<th>Values</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>agregatedStatus</strong></td>\n<td>\"UP\" / \"DOWN\"</td>\n<td>Server's agregated status</td>\n</tr>\n<tr>\n<td><strong>requestCount</strong></td>\n<td>1min / 5min\" / 15min</td>\n<td>Includes count of requests by code 2xx, 3xx, 4xx, 5xx</td>\n</tr>\n<tr>\n<td><strong>mongodbConnectionState</strong></td>\n<td>\"disconnected\" / \"connected\" / \"connecting\" / \"disconnecting\"</td>\n<td>MongoDB Connection Status</td>\n</tr>\n<tr>\n<td><strong>license</strong></td>\n<td>true / false</td>\n<td>Is license available</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the server's environment hasn't the VERBOSE_HEALTH flag as true then you'll get a response with human-readable diagnostic information like \"OK\"</p>\n","urlObject":{"path":["health"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e832b4ed-46d5-44a0-adcc-3cf48f4985ae","name":"Health","originalRequest":{"method":"GET","header":[],"url":"{{apiUrl}}/health"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"agregatedStatus\": \"UP\",\n    \"requestCount\": {\n        \"1min\": {\n            \"GET\": {\n                \"2xx\": 2\n            }\n        },\n        \"5min\": {\n            \"GET\": {\n                \"2xx\": 2\n            }\n        },\n        \"15min\": {\n            \"GET\": {\n                \"2xx\": 3\n            }\n        }\n    },\n    \"mongodbConnectionState\": \"connected\",\n    \"license\": true\n}"}],"_postman_id":"12eda256-53a3-434f-8c3e-fc11a7473eaa"},{"name":"Status","id":"cbad279d-1c0e-41c5-8950-43a87bf54a4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{apiUrl}}/status","description":"<p>This API will fetch the version, schema, and environment id of the API Server</p>\n","urlObject":{"path":["status"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8577e2d5-20be-42c2-b0ee-790921009757","name":"Get Status","originalRequest":{"method":"GET","header":[],"url":"{{apiUrl}}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Origin-Agent-Cluster","value":"?0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-nSf8Cw0bfqi7xQ1vivtT28WgN9A\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Mon, 22 Apr 2024 19:56:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"8.4.1\",\n    \"schema\": \"3.3.18\",\n    \"environmentId\": \"659d83632824949f20a882dd\"\n}"}],"_postman_id":"cbad279d-1c0e-41c5-8950-43a87bf54a4c"}],"id":"b0a9bd15-0273-4efe-b289-6a14a0c7a8b5","_postman_id":"b0a9bd15-0273-4efe-b289-6a14a0c7a8b5","description":""},{"name":"Delete a Submission","id":"f8214b86-af9a-e2b2-5c1d-2ecbbb8e4c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}/{{formPath}}/submission/{{submissionId}}","description":"<p>This request will delete a specific submission within a form.</p>\n","urlObject":{"path":["{{formPath}}","submission","{{submissionId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8214b86-af9a-e2b2-5c1d-2ecbbb8e4c2e"},{"name":"Delete a Form","id":"7b58d8fb-7578-497c-48d0-9b250d7998b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}/{{formPath}}","description":"<p>To delete a specific form, you simply use the <code>DELETE</code> method against the URL of the form as follows.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>DELETE - https://myproject.form.io/myform\n</code></pre>","urlObject":{"path":["{{formPath}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7aca79c5-9491-4198-946b-f0d29df78596","name":"Delete a Form","originalRequest":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}/{{formPath}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI1MmE5OTJhYmU2OGIyNDg1MiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTIiLCJqdGkiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTciLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTQwMTA0LCJleHAiOjE2MDY5NTQ1MDR9.PQUOUjhaR3tCoo6Ki_Av047zCZnNdGv2bSkaujXbeW4"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 20:15:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"OK"},{"id":"d1c37975-aa3e-df6e-d2e2-972260d23cfd","name":"Delete Form","originalRequest":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{appUrl}}/register"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"x-jwt-token","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"2","description":""},{"name":"Content-Type","key":"Content-Type","value":"text/plain; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Wed, 07 Sep 2016 23:29:26 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"2-4KoCHiHd29bYzs7HHpz1ZA\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""},{"name":"x-jwt-token","key":"x-jwt-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7Il9pZCI6IjU3ZDAxMGZlNzZmOTQzYTQwMDdlMTFkYSJ9LCJmb3JtIjp7Il9pZCI6IjU1M2RiOTRlNzJmNzAyZTcxNGRkOTc3OSIsInByb2plY3QiOiI1NTNkYjkyZjcyZjcwMmU3MTRkZDk3NzgifSwiaWF0IjoxNDczMjkwOTY2LCJleHAiOjE1MDk1Nzg5NjZ9.2i3eCWCU_2jW4j0MjF9s_V4PVXMC9amd7uUsvcZxOxM","description":""}],"cookie":[],"responseTime":"130","body":"OK"}],"_postman_id":"7b58d8fb-7578-497c-48d0-9b250d7998b6"},{"name":"Delete an application admin","id":"681453e0-8a83-f7ec-f26c-e079efc9722a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}/admin/submission/{{projectAdminId}}","description":"<p>This command will delete an application administrator.</p>\n","urlObject":{"path":["admin","submission","{{projectAdminId}}"],"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"681453e0-8a83-f7ec-f26c-e079efc9722a"},{"name":"Delete Project","id":"cae62097-9622-5fd1-863c-98f6eb6eb503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}","description":"<p>This request will delete a project created within Form.io.</p>\n","urlObject":{"host":["{{projectUrl}}"],"query":[],"variable":[]}},"response":[{"id":"64abd611-ae91-4381-883c-02020c7f40b1","name":"Delete Project","originalRequest":{"method":"DELETE","header":[{"key":"x-jwt-token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{projectUrl}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://form.io"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"x-jwt-token"},{"key":"x-jwt-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjVmYzdlNWI1MmE5OTJhYmU2OGIyNDg1MiJ9LCJpc3MiOiJodHRwczovL2FwaS5mb3JtLmlvOjMwMDAiLCJzdWIiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTIiLCJqdGkiOiI1ZmM3ZTViNTJhOTkyYWJlNjhiMjQ4NTciLCJmb3JtIjp7Il9pZCI6IjVlZDE4MGYzZDM2MGEyM2FlNTBiMDBkYSIsInByb2plY3QiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwicHJvamVjdCI6eyJfaWQiOiI1ZWQxODBmMmQzNjBhMjNhZTUwYjAwZDYifSwiaWF0IjoxNjA2OTQwMTI3LCJleHAiOjE2MDY5NTQ1Mjd9.gBciK6whJxB8OgmcGAFAja4pE92sJaVwmqIb0OCt5OY"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\""},{"key":"Cache-Control","value":"no-cache,max-age=0"},{"key":"Date","value":"Wed, 02 Dec 2020 20:15:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"cae62097-9622-5fd1-863c-98f6eb6eb503"}]}