{"info":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","description":"<html><head></head><body><p>airprocess provides a simple API to access and manipulate its data. Before digging into the API, you should take some time to understand the basic concepts behind the data model.</p>\n<p>airprocess is a platform to build your own business applications and help you structure your data: to achieve this goal, airprocess provides a simple hierarchy of objects, which are:</p>\n<h2 id=\"workspaces\">workspaces</h2>\n<p>Workspaces offer a convenient way to group your applications. It's also a way to share applications with the right audience. For example: the marketing department, the sales department... When a user logs in, he sees only the workspaces he's allowed to work with.</p>\n<h2 id=\"applications\">applications</h2>\n<p>Applications allow you to organize, secure and share your data with your collaborators. An application can contain absolutely <strong>anything</strong>, because it's up to you to decide what you need to manage: projects, tasks, tickets, contracts, human resources, onboarding process, recruitement process, opportunities, bugs, client claims, reports, products, leave requests, loans, missions, game design... and so on!</p>\n<p>Technically, applications are just virtual containers of views, which means multiple applications can share the same views.</p>\n<h2 id=\"models\">models</h2>\n<p>Models define your data structure. For example, if you decide to manage your clients, you will have a model \"client\" which defines all the <strong>fields</strong> you need to manage your clients properly: name, telephone, email, company, address, type, business sector...</p>\n<p>When you use airprocess user interface, models are built automatically in the background.</p>\n<p>Using the UI, adding a column to a datatable or adding a field to a form will have the same effect: it will <strong>add a field into the model.</strong></p>\n<h2 id=\"views\">views</h2>\n<p>What we call a \"view\" is just a way to view the data which is stored into the database <strong>for a specific model</strong>. A view can display your \"clients\", your \"tickets\", and so on, depending on your business cases.</p>\n<p>In the database, each view object only stores its parameters like: the view name, columns, sort, filter, group...</p>\n<p>A <strong>view</strong> can belong to multiple <strong>applications</strong>. For example, if you have a view to display your \"clients\", this view could be used both in an application \"CRM\" and another application \"Contracts management\".</p>\n<h2 id=\"data\">data</h2>\n<p>Data is a generic term to designate <strong>all data</strong> stored into your applications, thanks to your <strong>models</strong> (which define the structure of your data with <strong>fields</strong>).</p>\n<p>By allowing you to build flexible models, data is the heart of the airprocess, and the reason why you use it in the first place.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25496747","collectionId":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","publishedId":"2s8ZDcxJgq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00AAEE"},"publishDate":"2025-11-15T01:36:43.000Z"},"item":[{"name":"Authentication","item":[{"name":"login","event":[{"listen":"prerequest","script":{"id":"24864645-17f7-498c-a662-56425d41309f","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"224e6d36-44ba-429c-962d-0c5f45634579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"john.doe@gmail.com\",\r\n    \"password\": \"YourStrongPassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/login","description":"<p>Using the login API (with an email and password), you will receive:</p>\n<ul>\n<li><p><strong>token</strong>: the bearer token that is needed to use the API. A token expires after 10 minutes.</p>\n</li>\n<li><p><strong>refreshToken</strong>: needed to get a new valid token as soon as the token is expired</p>\n</li>\n</ul>\n<p>To get a new token, use the /refreshToken route.</p>\n<p>The advantage of getting a token from a specific user is that your API calls will have the same access level as the user used to the retrieve the token.</p>\n<p>If you need the maximum level of rights, use the email of the account's owner to authenticate, or the email of a manager (defined in your airprocess back-office).</p>\n<p>Note that the response will provide you with extra informations like :</p>\n<ul>\n<li><p><strong>userId</strong></p>\n</li>\n<li><p><strong>accountId</strong>: the user's account id</p>\n</li>\n<li><p><strong>currentAccountId</strong>: the account id the user is currently logged in</p>\n</li>\n<li><p><strong>firstName</strong></p>\n</li>\n<li><p><strong>lastName</strong></p>\n</li>\n<li><p><strong>isCollaboratorOf</strong>: list of account ids which the user can collaborate with</p>\n</li>\n<li><p><strong>invitedBy</strong>: list of account ids which have invited the user to collaborate</p>\n</li>\n<li><p><strong>expiresIn</strong>: the number of seconds left before expiration</p>\n</li>\n</ul>\n","urlObject":{"path":["login"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"d8681598-804e-4240-9d21-ef14baed2cb5","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"john.doe@gmail.com\",\r\n    \"password\": \"YourStrongPassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:01:00 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1682"},{"key":"ETag","value":"W/\"692-BXS95FHWD9fhNvWl3C2K1AMHDNk\""},{"key":"Set-Cookie","value":"SESSID=018c1f07-e563-7199-8e26-ffed313b1c2f; Path=/; Expires=Thu, 30 Nov 2023 08:01:00 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJkYXZpZC5ncm9zc2lAcGlja2Fmb3JtLmNvbSIsImFjY291bnRJZCI6ImQ0MDhlODhkLWE2OGQtNDIwZC05ZWUyLWU1NDZlMDJlZDllNiIsImN1cnJlbnRBY2NvdW50SWQiOiJkNDA4ZTg4ZC1hNjhkLTQyMGQtOWVlMi1lNTQ2ZTAyZWQ5ZTYiLCJmaXJzdE5hbWUiOiJEYXZpZCIsImxhc3ROYW1lIjoiR3Jvc3NpIiwiaXNPd25lciI6dHJ1ZSwiaWF0IjoxNzAxMzI3NjYwLCJleHAiOjE3MDEzMjgyNjB9.8zOg26Pi26wbl7syj-HiNPZ0b0hRE6Ozni3gKIukM60\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJkYXZpZC5ncm9zc2lAcGlja2Fmb3JtLmNvbSIsImFjY291bnRJZCI6ImQ0MDhlODhkLWE2OGQtNDIwZC05ZWUyLWU1NDZlMDJlZDllNiIsImN1cnJlbnRBY2NvdW50SWQiOiJkNDA4ZTg4ZC1hNjhkLTQyMGQtOWVlMi1lNTQ2ZTAyZWQ5ZTYiLCJmaXJzdE5hbWUiOiJEYXZpZCIsImxhc3ROYW1lIjoiR3Jvc3NpIiwiaXNPd25lciI6dHJ1ZSwiaWF0IjoxNzAxMzI3NjYwLCJleHAiOjE3MDEzMzEyNjB9.CwY60hpKkR9SlLhpCCCn3jgzVp1m_Zi-62TOTSZVthw\",\n    \"userId\": \"john.doe@gmail.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"accountId\": \"d408e88d-a68d-420d-9ee2-e546e02ed9e6\",\n    \"currentAccountId\": \"d408e88d-a68d-420d-9ee2-e546e02ed9e6\",\n    \"isCollaboratorOf\": [\n        \"0f8b4f6f-2fa5-46db-a40a-3034ca00e579\",\n        \"11847698-26aa-7b07-955f-269a89288fc4\"\n    ],\n    \"invitedBy\": [\n        \"128ade1a-c617-723e-ba1a-ce40d894271b\"\n    ],\n    \"ws\": {\n        \"port\": 443,\n        \"sslPort\": 443\n    },\n    \"expiresIn\": \"600\"\n}"}],"_postman_id":"224e6d36-44ba-429c-962d-0c5f45634579"},{"name":"refreshToken","id":"2258825d-57de-4ae1-96ee-49ee0a36e2d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refreshToken\": \"{REFRESH_TOKEN}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/refreshToken","description":"<p>If your token expires, you will receive a 403 response.</p>\n<p>Use the /refreshToken route to renew your token for 10 minutes.</p>\n<p>The response contains the same informations as the /login route, with updated tokens.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["refreshToken"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"5fe37b40-89a8-4f89-9cbb-c6b3030a52ca","name":"refreshToken","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refreshToken\": \"{REFRESH_TOKEN}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/refreshToken"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJkYXZpZC5ncm9zc2lAcGlja2Fmb3JtLmNvbSIsImFjY291bnRJZCI6ImQ0MDhlODhkLWE2OGQtNDIwZC05ZWUyLWU1NDZlMDJlZDllNiIsImN1cnJlbnRBY2NvdW50SWQiOiJkNDA4ZTg4ZC1hNjhkLTQyMGQtOWVlMi1lNTQ2ZTAyZWQ5ZTYiLCJmaXJzdE5hbWUiOiJEYXZpZCIsImxhc3ROYW1lIjoiR3Jvc3NpIiwiaXNPd25lciI6dHJ1ZSwiaWF0IjoxNzAxMzI3NjYwLCJleHAiOjE3MDEzMjgyNjB9.8zOg26Pi26wbl7syj-HiNPZ0b0hRE6Ozni3gKIukM60\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJkYXZpZC5ncm9zc2lAcGlja2Fmb3JtLmNvbSIsImFjY291bnRJZCI6ImQ0MDhlODhkLWE2OGQtNDIwZC05ZWUyLWU1NDZlMDJlZDllNiIsImN1cnJlbnRBY2NvdW50SWQiOiJkNDA4ZTg4ZC1hNjhkLTQyMGQtOWVlMi1lNTQ2ZTAyZWQ5ZTYiLCJmaXJzdE5hbWUiOiJEYXZpZCIsImxhc3ROYW1lIjoiR3Jvc3NpIiwiaXNPd25lciI6dHJ1ZSwiaWF0IjoxNzAxMzI3NjYwLCJleHAiOjE3MDEzMzEyNjB9.CwY60hpKkR9SlLhpCCCn3jgzVp1m_Zi-62TOTSZVthw\",\n    \"userId\": \"john.doe@gmail.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"accountId\": \"d408e88d-a68d-420d-9ee2-e546e02ed9e6\",\n    \"currentAccountId\": \"d408e88d-a68d-420d-9ee2-e546e02ed9e6\",\n    \"isCollaboratorOf\": [\n        \"0f8b4f6f-2fa5-46db-a40a-3034ca00e579\",\n        \"11847698-26aa-7b07-955f-269a89288fc4\"\n    ],\n    \"invitedBy\": [\n        \"128ade1a-c617-723e-ba1a-ce40d894271b\"\n    ],\n    \"ws\": {\n        \"port\": 443,\n        \"sslPort\": 443\n    },\n    \"expiresIn\": \"600\"\n}"}],"_postman_id":"2258825d-57de-4ae1-96ee-49ee0a36e2d4"},{"name":"logout","id":"706cd07e-7692-4899-a132-7d2bdd1e72e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.airprocess.com/logout","description":"<p>Using the /logout route requires to be logged in.</p>\n<p>When used, the logout process immediately invalidates the <strong>token</strong> and <strong>refreshToken</strong> on the server.</p>\n","urlObject":{"path":["logout"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"706cd07e-7692-4899-a132-7d2bdd1e72e1"}],"id":"aa986459-8aa9-4e11-af61-401c27ccffa6","_postman_id":"aa986459-8aa9-4e11-af61-401c27ccffa6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}}},{"name":"Accounts, users and groups","item":[{"name":"Retrieve account","id":"9807852e-cba2-45a7-98e2-e86d6fb83914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/account","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["account"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"b7509f27-c827-4de2-a99f-b6c84eebf2f1","name":"Retrieve account","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:39:46 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"367"},{"key":"ETag","value":"W/\"16f-dkIiTmoBnGdmWqxSIJGFDPcJbwY\""},{"key":"Set-Cookie","value":"SESSID=018c1f2b-658b-7bd2-a234-5323ea1e070c; Path=/; Expires=Thu, 30 Nov 2023 08:39:46 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"owner\": \"bob.wilson@pickaform.com\",\n        \"stripeSubscriptionId\": \"\",\n        \"stripeCustomerId\": \"\",\n        \"createdAt\": \"2023-09-28T23:23:31.223Z\",\n        \"planId\": \"trial\",\n        \"planApps\": 100,\n        \"planUsers\": 20,\n        \"status\": \"active\",\n        \"periodStart\": \"2023-09-28T23:23:31.224Z\",\n        \"periodEnd\": \"2025-10-12T00:00:00.000Z\",\n        \"id\": \"018ade1a-c617-723e-ba1a-ce40d894271b\"\n    }\n]"}],"_postman_id":"9807852e-cba2-45a7-98e2-e86d6fb83914"},{"name":"Retrieve account users","id":"ba2fae3e-6238-40ba-a06b-43079342e483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/getUsers","description":"<p>A user can switch between multiple accounts: this method provides a way to retrieve all the users of the <strong>current account.</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["getUsers"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"1d3dbe44-b318-484f-8497-b40f7286dadf","name":"Retrieve account users","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/getUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:40:16 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1442"},{"key":"ETag","value":"W/\"5a2-cdFsi8hA/49seIqUfXXI8/6v9eY\""},{"key":"Set-Cookie","value":"SESSID=018c1f2b-d8a8-711f-9efb-2f4812d90535; Path=/; Expires=Thu, 30 Nov 2023 08:40:16 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"language\": \"en\",\n        \"isCollaboratorOf\": [],\n        \"invitedBy\": [],\n        \"email\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:23:31.223Z\",\n        \"active\": true,\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"id\": \"018ade1a-c617-7ab6-bf8f-7ae164ded507\",\n        \"isOwner\": true,\n        \"isInvite\": false\n    },\n    {\n        \"firstName\": \"Bob\",\n        \"lastName\": \"Wilson\",\n        \"email\": \"bob.wilson@pickaform.com\",\n        \"createdAt\": \"2022-07-01T00:18:37.478Z\",\n        \"accountId\": \"d408e88d-a68d-420d-9ee2-e546e02ed9e6\",\n        \"isCollaboratorOf\": [\n            \"2f8b4f6f-2fa5-46db-a40a-3034ca00e579\",\n            \"01847698-26aa-7b07-955f-269a89288fc4\"\n        ],\n        \"invitedBy\": [],\n        \"currentAccountId\": \"d408e88d-a68d-420d-9ee2-e546e02ed9e6\",\n        \"active\": true,\n        \"preferredAccount\": null,\n        \"id\": \"b41394a8-6c95-4ca5-92e3-8dd800569efd\",\n        \"isOwner\": false,\n        \"isInvite\": false\n    }\n]"}],"_postman_id":"ba2fae3e-6238-40ba-a06b-43079342e483"},{"name":"Retrieve account collaborators","id":"a2cc97d6-8203-4959-9d15-cc074abe2d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/getCollaborators","description":"<p>A user can be invited to collaborate with other accounts: these external accounts are referred to as <strong>collaborators</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["getCollaborators"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"25f1feba-39bf-4bef-be0a-65e68dccde33","name":"Retrieve account collaborators","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/getCollaborators"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:40:30 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"387"},{"key":"ETag","value":"W/\"183-59RmId8IPNqxwh11nbuCmJs4MHk\""},{"key":"Set-Cookie","value":"SESSID=018c1f2c-0dad-7faf-a069-695e879793d5; Path=/; Expires=Thu, 30 Nov 2023 08:40:30 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"language\": \"en\",\n        \"isCollaboratorOf\": [],\n        \"invitedBy\": [],\n        \"email\": \"john.doe@gmail.com\",\n        \"password\": \"aaf9f2b2255a92d0e197273776275365628e2099ca6bb8798ba7defc46abff2b\",\n        \"createdAt\": \"2023-09-28T23:23:31.223Z\",\n        \"active\": true,\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"id\": \"018ade1a-c617-7ab6-bf8f-7ae164ded507\",\n        \"isOwner\": true,\n        \"isInvite\": false\n    }\n]"}],"_postman_id":"a2cc97d6-8203-4959-9d15-cc074abe2d52"},{"name":"Retrieve account groups","id":"8fb36a54-b08e-4fee-8f76-0908b37541aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/group","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["group"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"1314e6d7-90aa-46ca-b2b6-52359a3c4a65","name":"Retrieve account groups","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:40:24 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"333"},{"key":"ETag","value":"W/\"14d-1CKNG+cOBe9XZppaR5d23DZO9Bo\""},{"key":"Set-Cookie","value":"SESSID=018c1f2b-f990-7f8a-b458-09a9e4d433fb; Path=/; Expires=Thu, 30 Nov 2023 08:40:24 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Technical team\",\n        \"icon\": \"fas fa-users\",\n        \"color\": \"#00aaee\",\n        \"users\": [\n            \"john.doe@gmail.com\",\n            \"bob.wilson@pickaform.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-10-15T19:42:20.225Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-10-15T19:42:14.288Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"id\": \"018b34de-2942-7685-8528-39a64c1db0e9\"\n    }\n]"}],"_postman_id":"8fb36a54-b08e-4fee-8f76-0908b37541aa"}],"id":"8973ceb9-7e6a-41ed-85c7-35d8df4915ef","description":"<h3 id=\"account\">Account</h3>\n<p>The <strong>account</strong> object holds the informations about the current subscription plan.</p>\n<p>Each user has his own account, which can be:</p>\n<ul>\n<li><p><strong>a standalone account</strong>: this type of account is created when the user registers directly in airprocess. It has a trial period, then it needs a subscription to continue working with the platform.</p>\n</li>\n<li><p><strong>a guest account</strong>: this type of account is created when the user does not yet have a airprocess account, and is invited to join someone else's account. He does not need any subscription: he works directly on the applications that have been shared with him. This scenario is very common for employees of a company, where the company owns the standalone account (which requires a subscription) and the employees are invited to collaborate as guests of the company account.</p>\n</li>\n</ul>\n<h3 id=\"user\">User</h3>\n<p>The <strong>user</strong> object holds the informations about the user, but also:</p>\n<ul>\n<li><p>the list of accounts he has access to, thanks to the field <strong>isCollaboratorOf</strong></p>\n</li>\n<li><p>the list of pending invitations, thanks to the field <strong>invitedBy</strong></p>\n</li>\n</ul>\n<h3 id=\"group\">Group</h3>\n<p>The <strong>group</strong> are used for different purposes in airprocess:</p>\n<ul>\n<li><p>facilitate the security management for workspaces, applications, models, and views</p>\n</li>\n<li><p>define actors in workflows</p>\n</li>\n<li><p>send emails to teams</p>\n</li>\n</ul>\n<h3 id=\"virtual-directory\">Virtual directory</h3>\n<p>This system of accounts, users and groups provides a very flexible way to collaborate, because a user can be invited to work with multiple accounts.</p>\n<p>The subset of users that can work on a specific account are called the <strong>collaborators</strong> of this account.</p>\n<p>Together with groups, they form a <strong>virtual directory</strong> for the account.</p>\n","_postman_id":"8973ceb9-7e6a-41ed-85c7-35d8df4915ef","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}}},{"name":"Workspaces","item":[{"name":"Retrieve workspaces","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"703df612-b998-4a0a-9f25-e74cd26a6a65"}}],"id":"dcf488cb-757e-430e-aa73-6369c9b2881c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/workspace","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["workspace"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"a718e0fc-8f1b-4bd5-b259-0532982cf4a4","name":"Retrieve workspaces","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/workspace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:40:36 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1101"},{"key":"ETag","value":"W/\"44d-IzXwDrOk9Sw6p/0En+RA1UQqa7o\""},{"key":"Set-Cookie","value":"SESSID=018c1f2c-2609-730a-9578-67d31050cfdb; Path=/; Expires=Thu, 30 Nov 2023 08:40:36 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Front office\",\n        \"icon\": \"far fa-handshake\",\n        \"color\": \"#0075FF\",\n        \"authenticatedCanRead\": true,\n        \"ownerCanUpdate\": true,\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-09-28T23:30:59.179Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:23:47.915Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"id\": \"018ade1c-6f29-7e6a-ae73-997689fc4268\"\n    },\n    {\n        \"name\": \"Operations\",\n        \"icon\": \"fas fa-wrench\",\n        \"color\": \"#ED3757\",\n        \"authenticatedCanRead\": true,\n        \"ownerCanUpdate\": true,\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-09-28T23:31:56.366Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:23:49.596Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"id\": \"018ade1c-75cd-7f34-9ba9-f8341517dc8a\"\n    },\n    {\n        \"name\": \"HR\",\n        \"icon\": \"fas fa-users\",\n        \"color\": \"#772288\",\n        \"authenticatedCanRead\": true,\n        \"ownerCanUpdate\": true,\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-09-28T23:33:01.194Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:29:00.403Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"id\": \"018ade21-33ec-79be-86c9-0721bad96cba\"\n    }\n]"}],"_postman_id":"dcf488cb-757e-430e-aa73-6369c9b2881c"}],"id":"0aae6834-17d5-45bb-b9ca-ce8be418ccd2","_postman_id":"0aae6834-17d5-45bb-b9ca-ce8be418ccd2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}}},{"name":"Applications","item":[{"name":"Retrieve applications","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"3502754d-5854-4d68-9250-93d843d8de2d"}}],"id":"f5d6adfe-c084-4c87-abac-7bc32d969a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/application","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["application"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"4488bc0c-7be6-4139-adcd-75fd8aa79eab","name":"Retrieve applications","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/application"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:40:44 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10149"},{"key":"ETag","value":"W/\"27a5-X8JzDqp7oAzJ0OW5GQFYtGtl2kA\""},{"key":"Set-Cookie","value":"SESSID=018c1f2c-4526-721a-bd57-7bb951797b9b; Path=/; Expires=Thu, 30 Nov 2023 08:40:44 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"workspaceId\": \"018ade1c-6f29-7e6a-ae73-997689fc4268\",\n        \"name\": \"Simple CRM\",\n        \"description\": \"\",\n        \"icon\": \"far fa-handshake\",\n        \"color\": \"#0075FF\",\n        \"help\": \"\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"accessRead\": [],\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-11-29T09:51:20.310Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:25:04.761Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018ade1d-9b97-73a9-8bd6-085889c60879\",\n                    \"views\": [\n                        \"018ade1d-9f1f-705a-9414-a1beeb230c6b\",\n                        \"018ade1d-9f9a-781e-96cd-41bac5faf46b\",\n                        \"018ade1d-9ef9-74f3-b6c8-add3378fc2a3\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade1d-9b96-7972-9a60-15866ff85dda\",\n                    \"views\": [\n                        \"018ade1d-9f44-76f5-8a55-138fb80aa239\",\n                        \"018ade1d-9dba-7f7f-84f7-08f76248a0bc\",\n                        \"018ade1d-9ead-72e5-a7a2-02d1a0e7b10c\",\n                        \"018ade1d-a014-789d-98c5-ff11b73eae6b\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade1d-9b97-7856-a6b9-13824546f526\",\n                    \"views\": [\n                        \"018ade1d-9e5c-7f47-9c27-a1c0e426c4a7\",\n                        \"018ade1d-9e09-7f24-a673-4fe2d89e0185\",\n                        \"018ade1d-9f72-7df7-b8eb-eaf253536b7b\",\n                        \"018ade1d-9fed-7a80-ac71-18fa7b691cf8\",\n                        \"018ade1d-a06a-7d20-bf9f-0bce6fdda717\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade1d-9b97-797c-bc8f-fad6bb198dbc\",\n                    \"views\": [\n                        \"018ade1d-9e87-7303-bd8c-7f13f6df8451\",\n                        \"018ade1d-9fbe-7522-a600-ffd15261124f\",\n                        \"018ade1d-9e32-761c-8dc3-34cebe73ccc1\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018ade1d-9b59-7fc2-895f-db58d44c0cad\"\n    },\n    {\n        \"workspaceId\": \"018ade1c-6f29-7e6a-ae73-997689fc4268\",\n        \"name\": \"Business contract management\",\n        \"description\": \"\",\n        \"icon\": \"fas fa-clipboard-check\",\n        \"color\": \"#00AA99\",\n        \"help\": \"\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"accessRead\": [],\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-09-28T23:31:17.034Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:25:31.662Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018ade1e-04ab-7d89-a658-f78ffca795e6\",\n                    \"views\": [\n                        \"018ade1e-0610-71e2-8258-b7e659256923\",\n                        \"018ade1e-06ad-7bfd-b263-91c642aa2848\",\n                        \"018ade1e-06f6-736c-84ef-b3ada6a55752\",\n                        \"018ade1e-05c3-77ff-8384-071ee27a670e\",\n                        \"018ade1e-06d0-7130-8775-3409dd8832e4\",\n                        \"018ade1e-0639-7f48-9fc3-7f9d7e82e613\",\n                        null\n                    ]\n                },\n                {\n                    \"id\": \"018ade1e-04ab-797f-803e-b1bbd5bbabe0\",\n                    \"views\": [\n                        \"018ade1e-065f-72c3-ab7d-24fce43dcfc9\",\n                        \"018ade1e-0685-7d39-9f6a-303eafa30ed8\",\n                        \"018ade1e-05ea-7590-84b7-e825089435df\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018ade1e-0475-7f33-86a1-70b93b727a1c\"\n    },\n    {\n        \"workspaceId\": \"018ade1c-75cd-7f34-9ba9-f8341517dc8a\",\n        \"name\": \"Projects and tasks\",\n        \"description\": \"\",\n        \"icon\": \"far fa-check-circle\",\n        \"color\": \"#7B68EE\",\n        \"help\": \"\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"accessRead\": [],\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-09-28T23:28:27.391Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:28:26.068Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018ade20-adf6-7861-92b7-aedaf3aee56c\",\n                    \"views\": [\n                        \"018ade20-afc7-7e74-b1a6-1ba39d5ecf9c\",\n                        \"018ade20-b098-7ee6-afde-719ab1b5b9c4\",\n                        \"018ade20-b163-7a31-bc32-410ce12a99f1\",\n                        \"018ade20-b038-7397-88eb-b83270b03d4a\",\n                        \"018ade20-b1b2-7e07-a4ea-812647b8e672\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade20-adf6-7bae-bf30-001959d84161\",\n                    \"views\": [\n                        \"018ade20-afeb-7f41-91e1-1772088d1be2\",\n                        \"018ade20-b18b-7eae-bbf5-5904296b2d95\",\n                        \"018ade20-b0ef-7530-b91b-f218630426c5\",\n                        \"018ade20-b010-7cc6-9e0a-3a2a59261e64\",\n                        \"018ade20-b1d7-7169-9e4a-33854572f5a1\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade20-adf6-7565-a6c6-a618cab6a6b4\",\n                    \"views\": [\n                        \"018ade20-b061-7ec3-a647-7b472ca7a57b\",\n                        \"018ade20-b117-7f17-be03-6335161bbefe\",\n                        \"018ade20-b0c4-7780-8106-e65e9514a1cc\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018ade20-adbe-7840-a4b7-41d1f583de60\"\n    },\n    {\n        \"workspaceId\": \"018ade1c-75cd-7f34-9ba9-f8341517dc8a\",\n        \"name\": \"Bug tracker\",\n        \"description\": \"\",\n        \"icon\": \"fas fa-bug\",\n        \"color\": \"#004499\",\n        \"help\": \"\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"accessRead\": [],\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-09-28T23:31:37.131Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:28:55.613Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018ade21-215d-7453-9bc7-6d7ef11d41c7\",\n                    \"views\": [\n                        \"018ade21-22e9-76d9-99de-216fc4e247cf\",\n                        \"018ade21-2340-703e-8733-120129469583\",\n                        \"018ade21-228a-72db-a9fd-662c18fcb578\",\n                        \"018ade21-2318-7cd1-b95c-6d07d8ad536f\",\n                        \"018ade21-2367-7036-994c-9fa490ded2ed\",\n                        \"018ade21-2392-7647-a0b1-7ee17984f527\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade21-215e-7c99-b626-ea73e0354af2\",\n                    \"views\": [\n                        \"018ade21-22be-750e-8490-c0e825a4a16a\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018ade21-2128-7823-8a5a-6e411b676eb9\"\n    },\n    {\n        \"workspaceId\": \"018ade21-33ec-79be-86c9-0721bad96cba\",\n        \"name\": \"Applicant tracking system\",\n        \"description\": \"\",\n        \"icon\": \"fas fa-user-tie\",\n        \"color\": \"#772288\",\n        \"help\": \"\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"accessRead\": [],\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-09-28T23:31:23.604Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:30:27.611Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018ade22-88be-760a-b94b-28a7f99e59f5\",\n                    \"views\": [\n                        \"018ade22-8b5b-73dc-8281-6b073591d956\",\n                        \"018ade22-8a67-7784-812c-1d2931604693\",\n                        \"018ade22-8ae3-7ea7-b808-652a2f2af5d9\",\n                        \"018ade22-8b34-7add-853a-be17f42a439e\",\n                        \"018ade22-8bd3-79fa-8ef8-398bb219c710\",\n                        \"018ade22-8bab-7887-a378-420749ae3055\",\n                        \"018ade22-8bfd-72c1-bb5a-651b3c6dda4f\",\n                        \"018ade22-8b83-712c-85f8-2feaf0c90e81\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade22-88be-78ec-ad68-4d5db8046d5b\",\n                    \"views\": [\n                        \"018ade22-8ab6-712d-ae1b-a449e3d0ed50\",\n                        \"018ade22-8b0d-7de0-889f-f0bc3faa9c58\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade22-88be-7adb-a156-1d53a91080bf\",\n                    \"views\": [\n                        \"018ade22-8a8f-7222-9eec-5327086d569b\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018ade22-8886-7abc-a918-c526deaa612b\"\n    },\n    {\n        \"workspaceId\": \"018ade21-33ec-79be-86c9-0721bad96cba\",\n        \"name\": \"Employee onboarding\",\n        \"description\": \"\",\n        \"icon\": \"far fa-hand-peace\",\n        \"color\": \"#ED3757\",\n        \"help\": \"\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"accessRead\": [],\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-09-29T08:30:59.930Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-28T23:30:37.042Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018ade22-ad95-7b65-b2e0-84784a4efa98\",\n                    \"views\": [\n                        \"018ae011-5e74-7a79-b9f3-928b16a02720\",\n                        \"018ade22-b02a-7605-9911-50657020d52b\",\n                        \"018ade22-afee-74e5-89c3-786481649555\",\n                        \"018ade22-afb7-7ed2-a302-f79542948e1e\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade22-ad95-7528-be7d-4bb3b105a107\",\n                    \"views\": [\n                        \"018ade22-af8a-709c-88fc-c3cd08fbd427\",\n                        \"018ade22-af65-7651-bc33-06c85ad15ebc\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade22-ad95-7210-9956-3ada6d0d403c\",\n                    \"views\": [\n                        \"018ade22-af3d-73c8-abeb-c313edeb0d05\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018ade22-ad57-7912-aa27-b414385eb798\"\n    },\n    {\n        \"workspaceId\": \"018ade1c-6f29-7e6a-ae73-997689fc4268\",\n        \"name\": \"Customers feedback\",\n        \"description\": \"\",\n        \"icon\": \"far fa-thumbs-up\",\n        \"color\": \"#FFAA00\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-10-27T09:52:09.596Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-09-29T08:43:57.219Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018ae01d-4396-7c99-ab81-8ff862b7faf8\",\n                    \"views\": [\n                        \"018ae01d-4457-7622-bae5-661eff458391\",\n                        \"018ae029-f4e5-7176-b82c-9a31d9b267f3\",\n                        \"018ae02a-50d0-7de3-a579-d1243c030907\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018ae01d-42f2-7427-87fc-8c3707c898c8\"\n    },\n    {\n        \"workspaceId\": \"018ade1c-6f29-7e6a-ae73-997689fc4268\",\n        \"name\": \"Gestion des demandes d'accès\",\n        \"description\": \"\",\n        \"icon\": \"fas fa-key\",\n        \"color\": \"#447799\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-10-27T09:50:52.848Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-10-23T05:53:13.705Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018b5b1a-4c42-79a0-972e-e7350381d823\",\n                    \"views\": [\n                        \"018b5b42-4723-79d6-b7e1-9a7984c256b8\",\n                        \"018b5b1a-4f6b-723c-a27e-addf8be7f32c\",\n                        \"018b5b43-0439-756c-ac7b-7d02ea6c69b7\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018b5b1a-499f-70db-a5a2-3e93ebd60b08\"\n    },\n    {\n        \"workspaceId\": \"018ade1c-6f29-7e6a-ae73-997689fc4268\",\n        \"name\": \"Accords VD\",\n        \"description\": \"\",\n        \"icon\": \"fas fa-plane\",\n        \"color\": \"#AD77EE\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-10-27T09:52:00.877Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-10-25T06:43:17.199Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018b6594-db1c-7128-a437-775a75f2561b\",\n                    \"views\": [\n                        \"018b6594-de7f-7286-9fc3-680899cbbb5c\",\n                        \"018b65a8-9d2f-7d29-9173-dfc903efe1c7\",\n                        \"018b659b-b770-73a5-9a74-0e4c3b2eb06e\",\n                        \"018b65a7-fdc1-7a25-8b5e-97b5e9cd32d6\",\n                        \"018b65ad-22e9-7a88-8c4a-3c0084a3711b\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018b6594-d78d-729f-979e-d09bfac6b55b\"\n    },\n    {\n        \"workspaceId\": \"018ade1c-6f29-7e6a-ae73-997689fc4268\",\n        \"name\": \"Custom CRM\",\n        \"description\": \"\",\n        \"icon\": \"far fa-handshake\",\n        \"color\": \"#00aaee\",\n        \"active\": true,\n        \"authenticatedCanRead\": true,\n        \"ownerCanUpdate\": false,\n        \"accessUpdate\": [\n            \"john.doe@gmail.com\"\n        ],\n        \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n        \"updatedAt\": \"2023-11-29T09:50:40.554Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdAt\": \"2023-11-09T06:16:29.238Z\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"layout\": {\n            \"models\": [\n                {\n                    \"id\": \"018bb2bd-ce96-7532-9bd6-457032f7ad9d\",\n                    \"views\": [\n                        \"018bb2bd-d27d-70a7-bdd0-dcb59ff535ca\"\n                    ]\n                },\n                {\n                    \"id\": \"018ade1d-9b96-7972-9a60-15866ff85dda\",\n                    \"views\": [\n                        \"018ade1d-9ead-72e5-a7a2-02d1a0e7b10c\",\n                        \"018ade1d-9dba-7f7f-84f7-08f76248a0bc\",\n                        \"018ade1d-9f44-76f5-8a55-138fb80aa239\",\n                        \"018ade1d-a014-789d-98c5-ff11b73eae6b\"\n                    ]\n                },\n                {\n                    \"id\": \"018bb2c1-ef20-71f6-8fce-5dff7264bb0b\",\n                    \"views\": [\n                        \"018bb2c1-f2c9-739b-ac3d-a1c56d560f35\",\n                        \"018bb2c8-e5c3-7d6e-a076-3a6adb24f49b\",\n                        \"018bb2ca-8ebf-7331-ad1e-1767ba1116ae\",\n                        \"018bb2cb-b596-7950-95b1-990deb78bda3\"\n                    ]\n                },\n                {\n                    \"id\": \"018bb2ce-2d66-7da7-9949-c9110a79a0e9\",\n                    \"views\": [\n                        \"018bb2ce-3168-7a90-a8df-bbb9843736d6\"\n                    ]\n                },\n                {\n                    \"id\": \"018bb2dc-fa9d-7e06-901c-be15850a7ed5\",\n                    \"views\": [\n                        \"018bb2dc-fe45-7c92-a374-6ad875718985\"\n                    ]\n                }\n            ]\n        },\n        \"id\": \"018bb2bc-1603-72b0-b561-bd348800c424\"\n    }\n]"}],"_postman_id":"f5d6adfe-c084-4c87-abac-7bc32d969a2e"},{"name":"Find one application","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"9b80cbf4-0db2-4788-9f46-7ff176446a60"}}],"id":"85269bc0-6fe7-4333-8f05-fee3535faf82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/application/{APPLICATION_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["application","{APPLICATION_ID}"],"host":["https://app.airprocess.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"f1bc62dc-9b2b-43e4-9977-e74318758f14","name":"Find one application","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.airprocess.com/application/{APPLICATION_ID}","host":["https://app.airprocess.com"],"path":["application","{APPLICATION_ID}"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:45:29 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1358"},{"key":"ETag","value":"W/\"54e-/NQ4/XRNlgPhGt3ZSFgk2FgEp30\""},{"key":"Set-Cookie","value":"SESSID=018c1f30-9e5f-74cf-bce5-2b5e49e6cada; Path=/; Expires=Thu, 30 Nov 2023 08:45:29 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"workspaceId\": \"018ade1c-6f29-7e6a-ae73-997689fc4268\",\n    \"name\": \"Simple CRM\",\n    \"description\": \"\",\n    \"icon\": \"far fa-handshake\",\n    \"color\": \"#0075FF\",\n    \"help\": \"\",\n    \"active\": true,\n    \"authenticatedCanRead\": true,\n    \"accessRead\": [],\n    \"ownerCanUpdate\": false,\n    \"accessUpdate\": [\n        \"john.doe@gmail.com\"\n    ],\n    \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n    \"updatedAt\": \"2023-11-29T09:51:20.310Z\",\n    \"updatedBy\": \"john.doe@gmail.com\",\n    \"createdAt\": \"2023-09-28T23:25:04.761Z\",\n    \"createdBy\": \"john.doe@gmail.com\",\n    \"layout\": {\n        \"models\": [\n            {\n                \"id\": \"018ade1d-9b97-73a9-8bd6-085889c60879\",\n                \"views\": [\n                    \"018ade1d-9f1f-705a-9414-a1beeb230c6b\",\n                    \"018ade1d-9f9a-781e-96cd-41bac5faf46b\",\n                    \"018ade1d-9ef9-74f3-b6c8-add3378fc2a3\"\n                ]\n            },\n            {\n                \"id\": \"018ade1d-9b96-7972-9a60-15866ff85dda\",\n                \"views\": [\n                    \"018ade1d-9f44-76f5-8a55-138fb80aa239\",\n                    \"018ade1d-9dba-7f7f-84f7-08f76248a0bc\",\n                    \"018ade1d-9ead-72e5-a7a2-02d1a0e7b10c\",\n                    \"018ade1d-a014-789d-98c5-ff11b73eae6b\"\n                ]\n            },\n            {\n                \"id\": \"018ade1d-9b97-7856-a6b9-13824546f526\",\n                \"views\": [\n                    \"018ade1d-9e5c-7f47-9c27-a1c0e426c4a7\",\n                    \"018ade1d-9e09-7f24-a673-4fe2d89e0185\",\n                    \"018ade1d-9f72-7df7-b8eb-eaf253536b7b\",\n                    \"018ade1d-9fed-7a80-ac71-18fa7b691cf8\",\n                    \"018ade1d-a06a-7d20-bf9f-0bce6fdda717\"\n                ]\n            },\n            {\n                \"id\": \"018ade1d-9b97-797c-bc8f-fad6bb198dbc\",\n                \"views\": [\n                    \"018ade1d-9e87-7303-bd8c-7f13f6df8451\",\n                    \"018ade1d-9fbe-7522-a600-ffd15261124f\",\n                    \"018ade1d-9e32-761c-8dc3-34cebe73ccc1\"\n                ]\n            }\n        ]\n    },\n    \"id\": \"018ade1d-9b59-7fc2-895f-db58d44c0cad\"\n}"}],"_postman_id":"85269bc0-6fe7-4333-8f05-fee3535faf82"}],"id":"11399faa-0536-49ab-ac17-3f41459534ae","_postman_id":"11399faa-0536-49ab-ac17-3f41459534ae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}}},{"name":"Models","item":[{"name":"Retrieve models","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1da72a00-dbdf-4673-83ef-f07d1930ce2b"}}],"id":"4a077296-152d-4a01-a1dc-b1685c3cdbcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/model","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["model"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"04246c7d-0a37-4902-b84d-98ecc4cd8dcb","name":"Retrieve models","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/model"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:45:16 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"186471"},{"key":"ETag","value":"W/\"2d867-r/dpcxI9VQmIXFUPELisH5TDw9E\""},{"key":"Set-Cookie","value":"SESSID=018c1f30-6bfd-7af7-a553-37e8124be6ef; Path=/; Expires=Thu, 30 Nov 2023 08:45:16 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        // ... MODEL DEFINITION 1\n    },\n    {\n        // ... MODEL DEFINITION 2\n    }\n]"}],"_postman_id":"4a077296-152d-4a01-a1dc-b1685c3cdbcb"},{"name":"Find one model","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"7bb8c0d3-f694-4fac-97ac-819da9440c77"}}],"id":"f083b202-327c-45f7-a1b8-b3ee71186cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/model/{MODEL_ID}","description":"<p>This requests sends the JSON definition of a model. As Pickaform is form-oriented, the models also contain the form layout informations, including form sections (panels), field size, field positioning, ...</p>\n<p>A model has <strong>items</strong>, which can be either <strong>fields</strong> or <strong>panels,</strong> where panels contain fields in their <strong>items</strong> property.</p>\n<p>If you need the list of field <strong>labels</strong> and their corresponding <strong>ids</strong>, you have to explore the JSON structure accordingly, and check the item <strong>type</strong> property: every item that is not a <strong>panel</strong> is a <strong>field</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["model","{MODEL_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"4f51e955-ea9a-4e24-b117-f8b1adde900d","name":"Find one model","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/model/{MODEL_ID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Dec 2023 08:21:11 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7067"},{"key":"ETag","value":"W/\"1b9b-y/elgrgTGpcj1WseTHAuXIlqFyk\""},{"key":"Set-Cookie","value":"SESSID=018c2477-a9ea-7424-9895-2870c2ece97f; Path=/; Expires=Fri, 01 Dec 2023 09:21:11 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Contact\",\n    \"namePlural\": \"Contacts\",\n    \"fullscreen\": false,\n    \"icon\": \"far fa-file\",\n    \"color\": \"#55CC00\",\n    \"backgroundColor\": \"#ffffff\",\n    \"items\": [\n        {\n            \"type\": \"panel\",\n            \"title\": \"General informations\",\n            \"icon\": \"fas fa-circle\",\n            \"collapsible\": true,\n            \"acl\": {\n                \"read\": true,\n                \"update\": true\n            },\n            \"items\": [\n                {\n                    \"display\": \"flex\",\n                    \"fieldWidth\": \"75.00%\",\n                    \"id\": \"fldK10Pa2158EssKp\",\n                    \"label\": \"Name\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"25.00%\",\n                    \"readOnly\": false,\n                    \"type\": \"text\",\n                    \"width\": \"50.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"sourceFor\": [\n                        {\n                            \"modelId\": \"018ade1d-9b96-7972-9a60-15866ff85dda\",\n                            \"modelName\": \"Contact\",\n                            \"fieldId\": \"aT3QD79C\",\n                            \"fieldName\": \"Account name\",\n                            \"type\": \"lookup\"\n                        },\n                        {\n                            \"modelId\": \"018ade1d-9b97-7856-a6b9-13824546f526\",\n                            \"modelName\": \"Opportunity\",\n                            \"fieldId\": \"TvxVFAh2\",\n                            \"fieldName\": \"Account name\",\n                            \"type\": \"lookup\"\n                        }\n                    ],\n                    \"target\": \"panel-body-LVS4KI8A\"\n                },\n                {\n                    \"accessRead\": [],\n                    \"accessUpdate\": [],\n                    \"allowValuesNotInList\": false,\n                    \"coloredOptions\": true,\n                    \"computed\": false,\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"75.00%\",\n                    \"foreignLinkFieldId\": \"\",\n                    \"formula\": \"\",\n                    \"id\": \"fldBxV404fBrcD5L9\",\n                    \"label\": \"Industry\",\n                    \"labelAlign\": \"left\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"25.00%\",\n                    \"multiple\": false,\n                    \"options\": [\n                        {\n                            \"value\": \"Insurance\",\n                            \"color\": \"#00CCEE\"\n                        },\n                        {\n                            \"value\": \"Publishing\",\n                            \"color\": \"#0075FF\"\n                        },\n                        {\n                            \"value\": \"Automotive\",\n                            \"color\": \"#004499\"\n                        },\n                        {\n                            \"value\": \"Telecommunications\",\n                            \"color\": \"#008833\"\n                        },\n                        {\n                            \"value\": \"Retail\",\n                            \"color\": \"#55CC00\"\n                        },\n                        {\n                            \"value\": \"Energy\",\n                            \"color\": \"#FFAA00\"\n                        },\n                        {\n                            \"value\": \"Chemical\",\n                            \"color\": \"#F77D05\"\n                        },\n                        {\n                            \"value\": \"Consumer goods\",\n                            \"color\": \"#ED3757\"\n                        },\n                        {\n                            \"value\": \"Information technology\",\n                            \"color\": \"#8833EE\"\n                        },\n                        {\n                            \"value\": \"Banking\",\n                            \"color\": \"#772288\"\n                        }\n                    ],\n                    \"required\": false,\n                    \"tip\": \"\",\n                    \"type\": \"select\",\n                    \"value\": \"\",\n                    \"width\": \"50.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-LVS4KI8A\"\n                },\n                {\n                    \"accessRead\": [],\n                    \"accessUpdate\": [],\n                    \"allowValuesNotInList\": false,\n                    \"coloredOptions\": true,\n                    \"computed\": false,\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"75.00%\",\n                    \"foreignLinkFieldId\": \"\",\n                    \"formula\": \"\",\n                    \"id\": \"fldREMYd8Ktv7WytS\",\n                    \"label\": \"Size\",\n                    \"labelAlign\": \"left\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"25.00%\",\n                    \"multiple\": false,\n                    \"options\": [\n                        {\n                            \"value\": \"0001-0010\",\n                            \"color\": \"#0075FF\"\n                        },\n                        {\n                            \"value\": \"0011-0050\",\n                            \"color\": \"#0088CC\"\n                        },\n                        {\n                            \"value\": \"0051-0100\",\n                            \"color\": \"#008833\"\n                        },\n                        {\n                            \"value\": \"0101-0500\",\n                            \"color\": \"#55CC00\"\n                        },\n                        {\n                            \"value\": \"0501-1000\",\n                            \"color\": \"#FFD139\"\n                        },\n                        {\n                            \"value\": \"1001-5000\",\n                            \"color\": \"#ED3757\"\n                        },\n                        {\n                            \"value\": \"5000+\",\n                            \"color\": \"#8833EE\"\n                        }\n                    ],\n                    \"required\": false,\n                    \"tip\": \"\",\n                    \"type\": \"select\",\n                    \"value\": \"\",\n                    \"width\": \"50.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-LVS4KI8A\"\n                },\n                {\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"75.00%\",\n                    \"id\": \"pPb7DxPw\",\n                    \"label\": \"Email\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"25.00%\",\n                    \"readOnly\": false,\n                    \"type\": \"text\",\n                    \"width\": \"50.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-LVS4KI8A\"\n                },\n                {\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"75.00%\",\n                    \"id\": \"MLxO2lg4\",\n                    \"label\": \"Phone\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"25.00%\",\n                    \"readOnly\": false,\n                    \"type\": \"text\",\n                    \"width\": \"50.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-LVS4KI8A\"\n                },\n                {\n                    \"accessRead\": [],\n                    \"accessUpdate\": [],\n                    \"computed\": false,\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"75.00%\",\n                    \"foreignLinkFieldId\": \"\",\n                    \"formula\": \"\",\n                    \"id\": \"fldF4ETFRlshyUwdE\",\n                    \"label\": \"Website\",\n                    \"labelAlign\": \"left\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"25.00%\",\n                    \"readOnly\": false,\n                    \"required\": false,\n                    \"tip\": \"\",\n                    \"type\": \"text\",\n                    \"validationFormula\": \"\",\n                    \"validationMessage\": \"\",\n                    \"validationRegex\": \"\",\n                    \"validationType\": \"url\",\n                    \"value\": \"\",\n                    \"width\": \"50.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-LVS4KI8A\"\n                },\n                {\n                    \"accessRead\": [],\n                    \"accessUpdate\": [],\n                    \"computed\": false,\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"75.00%\",\n                    \"foreignLinkFieldId\": \"\",\n                    \"formula\": \"\",\n                    \"id\": \"fldAXZnuLtXHaZNgl\",\n                    \"label\": \"LinkedIn\",\n                    \"labelAlign\": \"left\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"25.00%\",\n                    \"readOnly\": false,\n                    \"required\": false,\n                    \"tip\": \"\",\n                    \"type\": \"text\",\n                    \"validationFormula\": \"\",\n                    \"validationMessage\": \"\",\n                    \"validationRegex\": \"\",\n                    \"validationType\": \"url\",\n                    \"value\": \"\",\n                    \"width\": \"50.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-LVS4KI8A\"\n                },\n                {\n                    \"accessRead\": [],\n                    \"accessUpdate\": [],\n                    \"computed\": false,\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"100.00%\",\n                    \"foreignLinkFieldId\": \"\",\n                    \"id\": \"fldN9JeDr2EWDb3UB\",\n                    \"label\": \"Address\",\n                    \"labelAlign\": \"left\",\n                    \"labelPosition\": \"top\",\n                    \"labelWidth\": \"25.00%\",\n                    \"readOnly\": false,\n                    \"required\": false,\n                    \"rows\": 5,\n                    \"tip\": \"\",\n                    \"type\": \"textarea\",\n                    \"validationFormula\": \"\",\n                    \"validationMessage\": \"\",\n                    \"value\": \"\",\n                    \"width\": \"50.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-LVS4KI8A\"\n                }\n            ],\n            \"id\": \"LVS4KI8A\",\n            \"display\": \"block\",\n            \"target\": \"panel-body-form-builder\",\n            \"position\": \"relative\",\n            \"headerBackgroundColor\": \"#0075FF\"\n        },\n        {\n            \"id\": \"yGBSS9g3\",\n            \"type\": \"panel\",\n            \"collapsible\": true,\n            \"icon\": \"fas fa-users\",\n            \"title\": \"Contacts\",\n            \"items\": [\n                {\n                    \"accessRead\": [],\n                    \"accessUpdate\": [],\n                    \"computed\": false,\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"75.00%\",\n                    \"id\": \"fld2wKS7JqMJIEcB3\",\n                    \"label\": \"Contact links\",\n                    \"labelAlign\": \"left\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"25.00%\",\n                    \"link\": {\n                        \"modelId\": \"018ade1d-9b96-7972-9a60-15866ff85dda\",\n                        \"fieldId\": \"fldZv239e6YM4N6rp\"\n                    },\n                    \"multiple\": true,\n                    \"required\": false,\n                    \"tip\": \"\",\n                    \"type\": \"link\",\n                    \"width\": \"100.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-yGBSS9g3\"\n                }\n            ],\n            \"display\": \"block\",\n            \"target\": \"panel-body-form-builder\",\n            \"position\": \"relative\",\n            \"headerBackgroundColor\": \"#0075FF\",\n            \"acl\": {\n                \"read\": true,\n                \"update\": true\n            }\n        },\n        {\n            \"id\": \"_htgD2ce\",\n            \"type\": \"panel\",\n            \"collapsible\": true,\n            \"icon\": \"far fa-handshake\",\n            \"title\": \"Business\",\n            \"items\": [\n                {\n                    \"accessRead\": [],\n                    \"accessUpdate\": [],\n                    \"computed\": false,\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"75.00%\",\n                    \"id\": \"flde64Lg5hZVjXjSC\",\n                    \"label\": \"Opportunity links\",\n                    \"labelAlign\": \"left\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"25.00%\",\n                    \"link\": {\n                        \"modelId\": \"018ade1d-9b97-7856-a6b9-13824546f526\",\n                        \"fieldId\": \"fld4Xvi1Oenazd6pb\"\n                    },\n                    \"multiple\": true,\n                    \"required\": false,\n                    \"tip\": \"\",\n                    \"type\": \"link\",\n                    \"width\": \"100.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-_htgD2ce\"\n                },\n                {\n                    \"deleted\": true,\n                    \"display\": \"inline-flex\",\n                    \"fieldWidth\": \"66.66%\",\n                    \"hidden\": true,\n                    \"id\": \"fldabNGD51inJ7oTf\",\n                    \"label\": \"Map cache\",\n                    \"labelPosition\": \"left\",\n                    \"labelWidth\": \"33.33%\",\n                    \"readOnly\": false,\n                    \"type\": \"text\",\n                    \"width\": \"100.00%\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    },\n                    \"target\": \"panel-body-_htgD2ce\"\n                },\n                {\n                    \"label\": \"File\",\n                    \"type\": \"attachment\",\n                    \"tip\": \"\",\n                    \"computed\": false,\n                    \"readOnly\": false,\n                    \"display\": \"inline-flex\",\n                    \"width\": \"100%\",\n                    \"fieldWidth\": \"100%\",\n                    \"labelWidth\": \"100%\",\n                    \"labelPosition\": \"top\",\n                    \"labelAlign\": \"left\",\n                    \"id\": \"vWoPYRCe\",\n                    \"acl\": {\n                        \"read\": true,\n                        \"update\": true\n                    }\n                }\n            ],\n            \"display\": \"block\",\n            \"target\": \"panel-body-form-builder\",\n            \"position\": \"relative\",\n            \"headerBackgroundColor\": \"#0075FF\",\n            \"acl\": {\n                \"read\": true,\n                \"update\": true\n            }\n        }\n    ],\n    \"applicationId\": \"018ade1d-9b59-7fc2-895f-db58d44c0cad\",\n    \"public\": true,\n    \"authenticatedCanCreate\": true,\n    \"accessCreate\": [],\n    \"authenticatedCanRead\": true,\n    \"accessRead\": [],\n    \"authenticatedCanUpdate\": true,\n    \"accessUpdate\": [],\n    \"authenticatedCanDelete\": true,\n    \"accessDelete\": [],\n    \"ownerCanManage\": true,\n    \"accessManage\": [],\n    \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n    \"updatedAt\": \"2023-12-01T08:11:26.643Z\",\n    \"updatedBy\": \"exauce.fiction+1@gmail.com\",\n    \"createdAt\": \"2023-12-01T08:11:26.643Z\",\n    \"createdBy\": \"exauce.fiction+1@gmail.com\",\n    \"features\": {\n        \"form-feature-workflow\": {\n            \"active\": false\n        },\n        \"form-feature-comments\": {\n            \"active\": false\n        },\n        \"form-feature-templates\": {\n            \"active\": false\n        },\n        \"form-feature-show-json\": {\n            \"active\": true\n        }\n    },\n    \"id\": \"018ade1d-9b97-73a9-8bd6-085889c60879\"\n}"}],"_postman_id":"f083b202-327c-45f7-a1b8-b3ee71186cf6"}],"id":"b32dd520-ad71-4b45-8a92-49649db9c858","_postman_id":"b32dd520-ad71-4b45-8a92-49649db9c858","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}}},{"name":"Views","item":[{"name":"Retrieve views","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"299a5445-4db5-4113-87ec-5a004eaa69dc"}}],"id":"7c11c638-2a77-47ff-8586-c49295fdfdf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/view","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["view"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"6947d189-7e0b-447c-b147-21720370a221","name":"Retrieve views","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/view"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:46:38 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"264607"},{"key":"ETag","value":"W/\"4099f-WFczwX358NOVbn7sLSBOHvq72T4\""},{"key":"Set-Cookie","value":"SESSID=018c1f31-abb0-7d4a-bf58-6e21674c4907; Path=/; Expires=Thu, 30 Nov 2023 08:46:38 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        // ... VIEW DEFINITION 1\n    },\n    {\n        // ... VIEW DEFINITION 2\n    }\n]"}],"_postman_id":"7c11c638-2a77-47ff-8586-c49295fdfdf4"},{"name":"Find one view","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"f216e9a0-e91e-408b-9fa3-50ebf05250ba"}}],"id":"9c47857a-9cdd-42dd-bb7a-61ed6809439a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/view/{VIEW_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["view","{VIEW_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"b5b56c17-7d08-425b-a819-f5c116ebe163","name":"Find one view","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/view/{VIEW_ID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:47:08 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1623"},{"key":"ETag","value":"W/\"657-xdG/8LXEEekr7BaQeboCzAIZM90\""},{"key":"Set-Cookie","value":"SESSID=018c1f32-2334-74b4-a4df-a7ea14d12409; Path=/; Expires=Thu, 30 Nov 2023 08:47:08 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"By name\",\n    \"description\": \"\",\n    \"applicationIds\": [\n        \"018ade1d-9b59-7fc2-895f-db58d44c0cad\"\n    ],\n    \"modelId\": \"018ade1d-9b97-73a9-8bd6-085889c60879\",\n    \"type\": \"datatable\",\n    \"filter\": {},\n    \"sort\": [\n        {\n            \"fldK10Pa2158EssKp\": \"asc\"\n        }\n    ],\n    \"projection\": {},\n    \"group\": [],\n    \"config\": {\n        \"columns\": [\n            {\n                \"id\": \"fldK10Pa2158EssKp\",\n                \"type\": \"text\",\n                \"title\": \"Name\",\n                \"width\": 180,\n                \"deleted\": false\n            },\n            {\n                \"id\": \"fldBxV404fBrcD5L9\",\n                \"type\": \"select\",\n                \"title\": \"Industry\",\n                \"width\": 180,\n                \"deleted\": false\n            },\n            {\n                \"id\": \"fldREMYd8Ktv7WytS\",\n                \"type\": \"select\",\n                \"title\": \"Size\",\n                \"width\": 180,\n                \"deleted\": false\n            },\n            {\n                \"id\": \"MLxO2lg4\",\n                \"type\": \"text\",\n                \"title\": \"Phone\",\n                \"deleted\": false,\n                \"width\": 180\n            },\n            {\n                \"id\": \"pPb7DxPw\",\n                \"type\": \"text\",\n                \"title\": \"Email\",\n                \"width\": 180,\n                \"deleted\": false\n            },\n            {\n                \"id\": \"fldF4ETFRlshyUwdE\",\n                \"type\": \"text\",\n                \"title\": \"Website\",\n                \"width\": 180,\n                \"deleted\": false\n            },\n            {\n                \"id\": \"fldAXZnuLtXHaZNgl\",\n                \"type\": \"text\",\n                \"title\": \"LinkedIn\",\n                \"width\": 180,\n                \"deleted\": false\n            },\n            {\n                \"id\": \"fldN9JeDr2EWDb3UB\",\n                \"type\": \"textarea\",\n                \"title\": \"Address\",\n                \"width\": 350,\n                \"deleted\": false\n            },\n            {\n                \"id\": \"fldabNGD51inJ7oTf\",\n                \"type\": \"text\",\n                \"title\": \"Map cache\",\n                \"width\": 180,\n                \"deleted\": true\n            },\n            {\n                \"id\": \"fld2wKS7JqMJIEcB3\",\n                \"type\": \"link\",\n                \"title\": \"Contact links\",\n                \"width\": 180,\n                \"deleted\": false\n            },\n            {\n                \"id\": \"flde64Lg5hZVjXjSC\",\n                \"type\": \"link\",\n                \"title\": \"Opportunity links\",\n                \"width\": 180,\n                \"deleted\": false\n            },\n            {\n                \"id\": \"vWoPYRCe\",\n                \"type\": \"attachment\",\n                \"title\": \"File\",\n                \"hidden\": false\n            }\n        ]\n    },\n    \"authenticatedCanRead\": true,\n    \"accessRead\": [],\n    \"ownerCanUpdate\": true,\n    \"accessUpdate\": [],\n    \"accountId\": \"018ade1a-c617-723e-ba1a-ce40d894271b\",\n    \"updatedAt\": \"2023-11-14T12:27:42.716Z\",\n    \"updatedBy\": \"exauce.fiction+1@gmail.com\",\n    \"createdAt\": \"2023-09-28T23:25:05.705Z\",\n    \"createdBy\": \"exauce.fiction+1@gmail.com\",\n    \"id\": \"018ade1d-9f1f-705a-9414-a1beeb230c6b\"\n}"}],"_postman_id":"9c47857a-9cdd-42dd-bb7a-61ed6809439a"}],"id":"df9bd961-f0ce-4c2a-b090-208bc3e5d4f0","_postman_id":"df9bd961-f0ce-4c2a-b090-208bc3e5d4f0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}}},{"name":"Data","item":[{"name":"Standard REST","item":[{"name":"Insert one record","event":[{"listen":"test","script":{"id":"623f9f63-6a8b-4a96-bbbb-d7181eb24676","exec":[""],"type":"text/javascript"}}],"id":"5d3400f2-11d7-4479-9dc1-887995637900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"kdx42bqx\": \"Bob wilson\",\r\n    \"id\": \"34be8047-4652-4685-808d-85df6a80ddb7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/{MODEL_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d3400f2-11d7-4479-9dc1-887995637900"},{"name":"Find one record","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"661ab82e-6de2-4665-b5b4-935c831bfd45"}}],"id":"c95cf4af-014c-4f0a-8e17-1e714941f2d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/{MODEL_ID}/{RECORD_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}","{RECORD_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"702f175f-f502-4eab-a751-d83f82886002","name":"Find one record","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/{MODEL_ID}/{RECORD_ID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:48:54 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"872"},{"key":"ETag","value":"W/\"368-A7tJs9sYMfjZHAAvE1Wjv8wdzCg\""},{"key":"Set-Cookie","value":"SESSID=018c1f33-bee1-7990-ad9a-8cfcbeb172b1; Path=/; Expires=Thu, 30 Nov 2023 08:48:54 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"fldK10Pa2158EssKp\": \"Apple\",\n    \"fldBxV404fBrcD5L9\": \"Retail\",\n    \"fldREMYd8Ktv7WytS\": \"0001-0010\",\n    \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n    \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n    \"fldN9JeDr2EWDb3UB\": \"Exauce building, 17 Cvejzek boulevard, 78667, Marseilles, Paradisistan\",\n    \"updatedAt\": \"2023-11-14T12:28:27.314Z\",\n    \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n    \"updatedBy\": \"john.doe@gmail.com\",\n    \"createdBy\": \"john.doe@gmail.com\",\n    \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n    \"pPb7DxPw\": \"contact@pickaform.com\",\n    \"MLxO2lg4\": \"+262 692 123456\",\n    \"vWoPYRCe\": [],\n    \"id\": \"68b71686-e717-4a10-ad11-1de2a6b03175\"\n}"}],"_postman_id":"c95cf4af-014c-4f0a-8e17-1e714941f2d4"},{"name":"Update one record","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"9f627ef6-f6a8-4411-b99f-c079eaf363c3"}}],"id":"7a32fe13-d94b-479e-bbd6-0d01c2d1a967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"foo\": \"bar\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/{MODEL_ID}/{RECORD_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}","{RECORD_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a32fe13-d94b-479e-bbd6-0d01c2d1a967"},{"name":"Delete one record","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"fbe3a88c-7553-446c-ade1-01953d0b136d"}}],"id":"2e113f74-9eb6-4431-96da-c6dbb7cde094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.airprocess.com/{MODEL_ID}/{RECORD_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}","{RECORD_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e113f74-9eb6-4431-96da-c6dbb7cde094"},{"name":"Retrieve all records","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"0e22d899-7da6-445d-8a8f-2b614044e16b"}}],"id":"29ab6a69-49b9-41e7-ab72-5eaccb34e281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.airprocess.com/{MODEL_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[{"id":"58d3b394-f371-43b2-b604-c6c08ca8e029","name":"Retrieve all records","originalRequest":{"method":"GET","header":[],"url":"https://app.airprocess.com/{MODEL_ID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 07:49:06 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7086"},{"key":"ETag","value":"W/\"1bae-vFVBBGXzMzozgLQ6LP81ZUS1KeU\""},{"key":"Set-Cookie","value":"SESSID=018c1f33-f079-74d1-bbf1-d484e7f21ab1; Path=/; Expires=Thu, 30 Nov 2023 08:49:06 GMT;"},{"key":"Via","value":"1.1 app.pickaform.com (Apache/2.4.52)"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fldK10Pa2158EssKp\": \"Apple\",\n        \"fldBxV404fBrcD5L9\": \"Retail\",\n        \"fldREMYd8Ktv7WytS\": \"0001-0010\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Exauce building, 17 Cvejzek boulevard, 78667, Marseilles, Paradisistan\",\n        \"updatedAt\": \"2023-11-14T12:28:27.314Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 123456\",\n        \"vWoPYRCe\": [],\n        \"id\": \"68b71686-e717-4a10-ad11-1de2a6b03175\"\n    },\n    {\n        \"fldK10Pa2158EssKp\": \"Microsoft\",\n        \"fldBxV404fBrcD5L9\": \"Banking\",\n        \"fldREMYd8Ktv7WytS\": \"0101-0500\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Ferrari building, 83 Gad'Nayé street, 70096, Paris, Gaulle\",\n        \"updatedAt\": \"2023-09-28T23:37:49.499Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 456789\",\n        \"id\": \"b3c3c766-9b13-4d4f-8710-c7c849d66f31\"\n    },\n    {\n        \"fldK10Pa2158EssKp\": \"SAUR\",\n        \"fldBxV404fBrcD5L9\": \"Consumer goods\",\n        \"fldREMYd8Ktv7WytS\": \"0051-0100\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Amazon building, 29 Dupont road, 10068, Ajaccio, Africanistan\",\n        \"updatedAt\": \"2023-09-28T23:38:03.819Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 789612\",\n        \"id\": \"5aeeaf17-f9dd-4931-b91d-6c3c79c4bd5c\"\n    },\n    {\n        \"fldK10Pa2158EssKp\": \"Orange\",\n        \"fldBxV404fBrcD5L9\": \"Information technology\",\n        \"fldREMYd8Ktv7WytS\": \"0001-0010\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Ubisoft building, 40 Lanoix street, 30825, New York, Wessex\",\n        \"updatedAt\": \"2023-09-28T23:38:06.593Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 654789\",\n        \"id\": \"86e82039-6bdd-430f-82df-919b2f9c4482\"\n    },\n    {\n        \"fldK10Pa2158EssKp\": \"Tesla\",\n        \"fldBxV404fBrcD5L9\": \"Insurance\",\n        \"fldREMYd8Ktv7WytS\": \"1001-5000\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Microsoft building, 65 Ponzini street, 19036, New York, Americanistan\",\n        \"updatedAt\": \"2023-09-28T23:38:21.587Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 789654\",\n        \"id\": \"10877535-a24a-4cab-b36c-3f9e0cfbb4a4\"\n    },\n    {\n        \"fldK10Pa2158EssKp\": \"SpaceX\",\n        \"fldBxV404fBrcD5L9\": \"Energy\",\n        \"fldREMYd8Ktv7WytS\": \"0011-0050\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Ubisoft building, 89 Wilson street, 55726, Sydney, Corsica\",\n        \"updatedAt\": \"2023-09-28T23:38:24.788Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 321987\",\n        \"id\": \"ddcfe698-bdf5-461f-86c0-f5e1cfeb3bf6\"\n    },\n    {\n        \"fldK10Pa2158EssKp\": \"Renault\",\n        \"fldBxV404fBrcD5L9\": \"Insurance\",\n        \"fldREMYd8Ktv7WytS\": \"0501-1000\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Sony building, 17 Smith avenue, 44290, Ajaccio, Gaulle\",\n        \"updatedAt\": \"2023-10-11T14:06:14.634Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 456987\",\n        \"workflow-actors\": [\n            \"*\"\n        ],\n        \"workflow-history\": [],\n        \"workflow-id\": \"018b18b4-224a-761d-a4a1-41c12c6ac45b\",\n        \"workflow-initiator\": \"john.doe@gmail.com\",\n        \"workflow-startDate\": \"2023-10-11T14:08:23.615Z\",\n        \"workflow-status\": \"1\",\n        \"workflow-stepId\": \"00ta0CTgoS\",\n        \"id\": \"ae075c49-b060-4884-8b97-1d6ffe952546\"\n    },\n    {\n        \"fldK10Pa2158EssKp\": \"IBM\",\n        \"fldBxV404fBrcD5L9\": \"Automotive\",\n        \"fldREMYd8Ktv7WytS\": \"0101-0500\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Ferrari building, 69 Cvejzek boulevard, 23935, Tokyo, Americanistan\",\n        \"updatedAt\": \"2023-10-10T09:09:51.270Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 654987\",\n        \"workflow-actors\": [\n            \"*\"\n        ],\n        \"workflow-history\": [],\n        \"workflow-id\": \"018b18b4-224a-761d-a4a1-41c12c6ac45b\",\n        \"workflow-initiator\": \"john.doe@gmail.com\",\n        \"workflow-startDate\": \"2023-10-10T09:11:55.032Z\",\n        \"workflow-status\": \"1\",\n        \"workflow-stepId\": \"00ta0CTgoS\",\n        \"id\": \"5c5b88d5-0284-44bd-aae5-00cc9e631b2f\"\n    },\n    {\n        \"fldK10Pa2158EssKp\": \"BNP Paribas\",\n        \"fldBxV404fBrcD5L9\": \"Telecommunications\",\n        \"fldREMYd8Ktv7WytS\": \"5000+\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Facebook building, 56 Romell road, 69671, Marseilles, Paradisistan\",\n        \"updatedAt\": \"2023-10-10T12:12:36.466Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 321654\",\n        \"id\": \"56711909-a8b6-454f-a848-2db13bd1896f\"\n    },\n    {\n        \"fldK10Pa2158EssKp\": \"Micromania\",\n        \"fldBxV404fBrcD5L9\": \"Retail\",\n        \"fldREMYd8Ktv7WytS\": \"0051-0100\",\n        \"fldF4ETFRlshyUwdE\": \"https://en.pickaform.fr\",\n        \"fldAXZnuLtXHaZNgl\": \"https://en.pickaform.fr\",\n        \"fldN9JeDr2EWDb3UB\": \"Epic building, 84 Lanoix road, 9349, New York, Africanistan\",\n        \"updatedAt\": \"2023-09-28T23:38:15.478Z\",\n        \"createdAt\": \"2023-09-28T23:25:06.261Z\",\n        \"updatedBy\": \"john.doe@gmail.com\",\n        \"createdBy\": \"john.doe@gmail.com\",\n        \"accountId\": \"a50616e1-8cce-4788-ae4e-7ee10d35b5f2\",\n        \"pPb7DxPw\": \"contact@pickaform.com\",\n        \"MLxO2lg4\": \"+262 692 123654\",\n        \"id\": \"20b2b6b0-cff4-4270-a259-237d4f388926\"\n    }\n]"}],"_postman_id":"29ab6a69-49b9-41e7-ab72-5eaccb34e281"}],"id":"c910b47c-8753-4e01-97d6-d7df406cb80b","_postman_id":"c910b47c-8753-4e01-97d6-d7df406cb80b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}}},{"name":"Advanced","item":[{"name":"Find records (normalized)","event":[{"listen":"test","script":{"id":"cb8fc5ab-104b-48ae-b857-1a43ef875060","exec":[""],"type":"text/javascript"}}],"id":"ab9169ce-7058-4e4c-a1c5-6927f6967d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"operation\": \"search\",\r\n    \"filterSyntax\": \"normalized\",\r\n    \"skip\": 0,\r\n    \"limit\": 10,\r\n    \"filter\": {\r\n        \"type\": \"filter\",\r\n        \"fieldId\": \"flddHGP8O6VWZGpaj\",\r\n        \"operator\": \"=\",\r\n        \"value\": \"Done\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/{MODEL_ID}","description":"<p>The \"normalized\" syntax allows to perform complex requests with JSON.</p>\n<p>The simplest possible request is testing for a single field value:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"operation\": \"search\",\n    \"filterSyntax\": \"normalized\",\n    \"skip\": 0,\n    \"limit\": 10,\n    \"filter\": {\n        \"type\": \"filter\",\n        \"fieldId\": \"flddHGP8O6VWZGpaj\",\n        \"operator\": \"=\",\n        \"value\": \"Closed Won\"\n    }\n}\n\n</code></pre>\n<p>Filters can be grouped with boolean operators (and / or):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n     \"operation\": \"search\",\n     \"filterSyntax\": \"normalized\",\n     \"skip\": 0,\n     \"limit\": 10,\n     \"filter\": {\n          \"type\": \"group\",\n          \"operator\": \"and\",\n          \"filters\": [{\n                    \"type\": \"group\",\n                    \"operator\": \"and\",\n                    \"filters\": [{\n                              \"type\": \"filter\",\n                              \"fieldId\": \"country\",\n                              \"operator\": \"=\",\n                              \"value\": \"France\"\n                         },\n                         {\n                              \"type\": \"filter\",\n                              \"fieldId\": \"birthDate\",\n                              \"operator\": \"&gt;=\",\n                              \"value\": \"2000-01-01\"\n                         },\n                         {\n                              \"type\": \"filter\",\n                              \"fieldId\": \"birthDate\",\n                              \"operator\": \"&lt;\",\n                              \"value\": \"2020-01-01\"\n                         }\n                    ]\n               },\n               {\n                    \"type\": \"group\",\n                    \"operator\": \"or\",\n                    \"filters\": [{\n                              \"type\": \"filter\",\n                              \"fieldId\": \"lastName\",\n                              \"operator\": \"=\",\n                              \"value\": \"dupond\"\n                         },\n                         {\n                              \"type\": \"filter\",\n                              \"fieldId\": \"lastName\",\n                              \"operator\": \"=\",\n                              \"value\": \"dupont\"\n                         }\n                    ]\n               }\n          ]\n     }\n}\n\n</code></pre>\n<p>Possible filter operators are:</p>\n<ul>\n<li>\"=\"</li>\n<li>\"&lt;&gt;\"</li>\n<li>\"&lt;\"</li>\n<li>\"&gt;\"</li>\n<li>\"&lt;=\"</li>\n<li>\"&gt;=\"</li>\n<li>\"contains\"</li>\n<li>\"does not contain\"</li>\n<li>\"is empty\"</li>\n<li>\"is not empty\"</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab9169ce-7058-4e4c-a1c5-6927f6967d0c"},{"name":"Find records (mongo)","event":[{"listen":"test","script":{"id":"36bafa85-cf7d-4393-890e-df7d6ba47ff5","exec":[""],"type":"text/javascript"}}],"id":"ad498c0e-3d6b-4917-9792-3c941c7f5487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"operation\": \"search\",\r\n    \"filterSyntax\": \"mongo\",\r\n    \"skip\": 0,\r\n    \"limit\": 10,\r\n    \"filter\": {\r\n        \"flddHGP8O6VWZGpaj\": \"Done\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/{MODEL_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad498c0e-3d6b-4917-9792-3c941c7f5487"},{"name":"Find records by id","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"c35d7f61-6c0c-42d8-bb12-b37a385ffbd1"}}],"id":"4ff41b7a-e7c6-4484-bdc6-990a06c65fff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"operation\": \"search\",\r\n    \"ids\": [\"ec9e25bc-98c3-4bdf-a8ac-e0eaaca07832\", \"abb59191-78a9-47d8-a545-1b442c1ae5a9\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/{MODEL_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ff41b7a-e7c6-4484-bdc6-990a06c65fff"},{"name":"Update one record's field","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"2fbf93e4-0991-49ad-8a84-306066c18d36"}}],"id":"5fe25334-6e05-40d5-b299-73dd9e3bbcd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"operation\": \"updateOneDeep\",\r\n    \"fieldId\": \"foo\",\r\n    \"value\": \"barz\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/{MODEL_ID}/{RECORD_ID}","description":"<p>This request is special and powerful, because it mimics the behavior of SQL relationships in a NoSQL environment.</p>\n<p>When a field is updated using this method, pickaform server will automatically propagate all the required mutations on other fields. This includes:</p>\n<ul>\n<li>computed fields of the same record</li>\n<li>computed fields of connected foreign records, like:<ul>\n<li>lookup fields (fields that take their value from a foreign record)</li>\n<li>summary fields (fields that compute their value from multiple foreign records)</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}","{RECORD_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fe25334-6e05-40d5-b299-73dd9e3bbcd1"},{"name":"Soft delete one record (send to trash)","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"528f376c-c7a0-42da-a4af-f79ecdda4c53"}}],"id":"e908807e-b31b-43b4-b2ad-5050a11e9961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sendToTrash\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.airprocess.com/{MODEL_ID}/{RECORD_ID}","description":"<p>With pickaform, soft deletion is not managed simply by a \"deleted\" boolean field.</p>\n<p>This request removes the record from its original collection and moves it to a dedicated \"trash\" collection. This way, active collections are always \"free\" of deleted documents, maintaining the best possible performances, and the less hassle when requesting a collection (no need to fiter out deleted documents).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}},"urlObject":{"path":["{MODEL_ID}","{RECORD_ID}"],"host":["https://app.airprocess.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e908807e-b31b-43b4-b2ad-5050a11e9961"}],"id":"3ac4b9a6-40e6-4577-9a45-5a24e2fc514b","description":"<p>There are 3 ways of performing advanced search requests with airprocess:</p>\n<ul>\n<li><p>using a \"normalized\" syntax</p>\n</li>\n<li><p>using the \"mongo\" syntax</p>\n</li>\n<li><p>using ids</p>\n</li>\n</ul>\n<p>You specify how you want to perform your search by providing the following informations in the body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// Searching data using normalized syntax\n{\n    \"operation\": \"search\",\n    \"filterSyntax\": \"normalized\",\n    \"filter\": {\n        // The normalized filter\n    }\n}\n// Searching data using mongo syntax\n{\n    \"operation\": \"search\",\n    \"filterSyntax\": \"mongo\",\n    \"filter\": {\n        // The mongo filter\n    }\n}\n// Searching records by id\n{\n    \"operation\": \"search\",\n    \"ids\": [\n        // ... the list of record ids\n    ]\n}\n\n</code></pre>\n<p>The normalized syntax has been integrated to match exactly the ouput of airprocess view filters, that allow to build complex requests with nested boolean logic in the UI. Airprocess UI generates JSON for the resulting request, which can be pasted directly to the API.</p>\n<p>When requesting directly the API without using the UI, you may prefer using mongo syntax.</p>\n","_postman_id":"3ac4b9a6-40e6-4577-9a45-5a24e2fc514b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}}}],"id":"eb27bed4-7f1f-4310-893b-1b93028c0392","_postman_id":"eb27bed4-7f1f-4310-893b-1b93028c0392","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]},"isInherited":true,"source":{"_postman_id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","id":"8a55a97a-b4f1-452a-ac2d-ccdcd3579633","name":"AirProcess API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{ACCESS_TOKEN}"}]}},"event":[{"listen":"prerequest","script":{"id":"af3931fd-ada7-4c07-9868-387f41b6330d","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"8ea561e2-e586-48b7-af9f-3b5472ab6f35","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://app.airprocess.com"},{"key":"token","value":"{ACCESS_TOKEN}"},{"key":"refreshToken","value":"{REFRESH_TOKEN}"},{"key":"modelId","value":"{MODEL_ID}"},{"key":"applicationId","value":"{APPLICATION_ID}"},{"key":"viewId","value":"{VIEW_ID}"},{"key":"recordId","value":"{RECORD_ID}"},{"key":"username","value":"john.doe@gmail.com"},{"key":"password","value":"YourStrongPassword"}]}