{"info":{"_postman_id":"ca792e10-2e92-42cb-883e-198204f7395c","name":"API - Zone templates en emails","description":"<html><head></head><body><p>This REST API is intended for retrieving Deployteq zone templates, emails based on zone templates, standalone zone emails, objects, and object layouts for a specific brand. It is also possible to update the HTML of a template and object layout; these changes are applied immediately to the content that is based on the relevant zone template.</p>\n<h2 id=\"endpoints\">Endpoints</h2>\n<p>The structure of the endpoints is as follows:</p>\n<p><code>domein</code>/app/api/rest/public/v2/content/<code>scope</code>?token=<code>API token</code>&amp;expand={{object/layout/template}}</p>\n<p><code>domein</code>t/app/api/rest/public/v2/content/<code>scope</code>/<code>scope_id</code>?token=<code>API token</code>&amp;expand={{object/layout/template}}</p>\n<p>Explanation of the variables</p>\n<ul>\n<li><p>domain</p>\n<ul>\n<li><a href=\"https://api.deployteq.net\">https://api.deployteq.net</a></li>\n</ul>\n</li>\n<li><p>scope</p>\n<ul>\n<li><p>The scope for which data should be retrieved:</p>\n<ul>\n<li><p>templates</p>\n</li>\n<li><p>emails</p>\n</li>\n<li><p>objects</p>\n</li>\n<li><p>layouts</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>scope_id</p>\n<ul>\n<li>Used to retrieve a specific piece of content based on its unique ID.</li>\n</ul>\n</li>\n<li><p>token</p>\n<ul>\n<li>API token used to authenticate the portal, brand, and user.</li>\n</ul>\n</li>\n<li><p>expand <code>Optional</code></p>\n<ul>\n<li>Multiple values can be provided as a comma-separated list, for example:<br>  &amp;expand=object,layout.</li>\n</ul>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6603240","collectionId":"ca792e10-2e92-42cb-883e-198204f7395c","publishedId":"SW12yx9V","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-11-01T10:03:50.000Z"},"item":[{"name":"Templates","item":[{"name":"1. Templates - Get all templates","id":"968cefa7-5ee3-40a9-a53e-ebf14de58eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://deployteq.net/app/api/rest/public/v2/content/templates?token={{token}}&expand=template,layout,object","description":"<p>Retrieve all zone templates for the brand, including the objects and layouts associated with each template.</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","templates"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"},{"description":{"content":"<p>Add additional data in the response</p>\n","type":"text/plain"},"key":"expand","value":"template,layout,object"}],"variable":[]}},"response":[{"id":"29315a1d-59e0-4714-927a-77db683e8484","name":"1. Templates - Get all templates [Expanded]","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{portal}}.myclang.com/app/api/rest/public/v2/content/templates?token={{token}}&expand=template,layout,object","protocol":"https","host":["{{portal}}","myclang","com"],"path":["app","api","rest","public","v2","content","templates"],"query":[{"key":"token","value":"{{token}}"},{"key":"expand","value":"template,layout,object"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 31 Oct 2019 15:43:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 23,\n        \"name\": \"Example template 1\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/templates/23\",\n        \"objects\": [\n            {\n                \"id\": 677,\n                \"name\": \"header-object-local\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/templates/23/objects/677\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 977,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/templates/23/objects/677/layouts/977\",\n                        \"layout\": \"Template 1 header-object-local, default layout.<br/>\\n<br/>\\nThis object has 1 property \\\"name\\\":<br/>\\n{{property name='name'}}\",\n                        \"allowed_in_page\": false,\n                        \"allowed_in_email\": true\n                    }\n                ],\n                \"template\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/templates/23\",\n                \"created_by\": \"Angelo van der Kleij\",\n                \"created_at\": \"2019-10-31T15:21:15+01:00\",\n                \"modified_by\": \"Angelo van der Kleij\",\n                \"modified_at\": \"2019-10-31T15:26:44+01:00\"\n            }\n        ],\n        \"from_address\": \"\",\n        \"from_name\": \"Mews\",\n        \"reply_to_address\": \"\",\n        \"reply_to_name\": \"\",\n        \"subject\": \"\",\n        \"html\": \"<html dir=\\\"ltr\\\">\\n    <head>\\n        <title>Template 1</title>\\n    </head>\\n    <body>\\n        This is the example template number 1!\\n        <br/><br/>\\n        {{zone name='header'}}\\n        {{zone name='body'}}\\n        {{zone name='footer'}}\\n    </body>\\n</html>\",\n        \"plain_text\": \"\",\n        \"mailing_type\": \"\",\n        \"public_base_url_id\": 0,\n        \"created_by\": \"Angelo van der Kleij\",\n        \"created_at\": \"2019-10-31T15:16:33+01:00\",\n        \"modified_by\": \"Angelo van der Kleij\",\n        \"modified_at\": \"2019-10-31T15:22:43+01:00\"\n    },\n    {\n        \"id\": 24,\n        \"name\": \"Example Template 2\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/templates/24\",\n        \"objects\": [],\n        \"from_address\": \"\",\n        \"from_name\": \"Mews\",\n        \"reply_to_address\": \"\",\n        \"reply_to_name\": \"\",\n        \"subject\": \"\",\n        \"html\": \"<html dir=\\\"ltr\\\">\\n    <head>\\n        <title>Template 2</title>\\n    </head>\\n    <body>\\n        This is the example template number 2!\\n        <br/><br/>\\n        <a href=\\\"{{viewurl}}\\\" target=\\\"_blank\\\">Click here</a> for a online version\\n        <br/>\\n        {{zone name='header' allowed_layouts='676[*]'}}\\n        {{zone name='body' allowed_layouts='680[*],681[*],683[*]'}}\\n        {{zone name='footer' allowed_layouts='682[*]'}}\\n        <br/>\\n        <a href=\\\"{{unsubscribe}}\\\" title=\\\"Unsubscribe\\\" target=\\\"_blank\\\">Unsubscribe</a>\\n    </body>\\n</html>\",\n        \"plain_text\": \"\",\n        \"mailing_type\": \"\",\n        \"public_base_url_id\": 0,\n        \"created_by\": \"Angelo van der Kleij\",\n        \"created_at\": \"2019-10-31T15:16:58+01:00\",\n        \"modified_by\": \"Angelo van der Kleij\",\n        \"modified_at\": \"2019-10-31T15:26:13+01:00\"\n    }\n]"}],"_postman_id":"968cefa7-5ee3-40a9-a53e-ebf14de58eaa"},{"name":"2. Templates - Get template by ID","id":"092a4aed-fd71-4452-b5e7-f2bd0a87312f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://deployteq.net/app/api/rest/public/v2/content/templates/{{templateId}}?token={{token}}","description":"<p>Retrieve a specific zone template based on a <code>templateId</code>. The response includes all template properties and the objects that have been placed in zones within the template.</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","templates","{{templateId}}"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"cc1b8f50-b3c5-46da-8a91-57bb36209092","name":"2A. Templates - Get template by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{portal}}.myclang.com/app/api/rest/public/v2/content/templates/{{templateId}}?token={{token}}","protocol":"https","host":["{{portal}}","myclang","com"],"path":["app","api","rest","public","v2","content","templates","{{templateId}}"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 31 Oct 2019 15:20:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 23,\n    \"name\": \"Example template 1\",\n    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/templates/23\",\n    \"objects\": [\n        {\n            \"id\": 677,\n            \"name\": \"header-object-local\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/templates/23/objects/677\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 977,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/templates/23/objects/677/layouts/977\"\n                }\n            ]\n        }\n    ],\n    \"from_address\": \"\",\n    \"from_name\": \"Mews\",\n    \"reply_to_address\": \"\",\n    \"reply_to_name\": \"\",\n    \"subject\": \"\",\n    \"html\": \"<html dir=\\\"ltr\\\">\\n    <head>\\n        <title>Template 1</title>\\n    </head>\\n    <body>\\n        This is the example template number 1!\\n        <br/><br/>\\n        {{zone name='header'}}\\n        {{zone name='body'}}\\n        {{zone name='footer'}}\\n    </body>\\n</html>\",\n    \"plain_text\": \"\",\n    \"mailing_type\": \"\",\n    \"public_base_url_id\": 0,\n    \"created_by\": \"Angelo van der Kleij\",\n    \"created_at\": \"2019-10-31T15:16:33+01:00\",\n    \"modified_by\": \"Angelo van der Kleij\",\n    \"modified_at\": \"2019-10-31T15:22:43+01:00\"\n}"}],"_postman_id":"092a4aed-fd71-4452-b5e7-f2bd0a87312f"},{"name":"3. Templates -Update template by ID","id":"e3cd551f-0bcd-475f-baa0-a0661b5281ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 24,\n    \"name\": \"Example Template 2\",\n    \"href\": \"https://mokup.deployteq.net/app/api/rest/public/v2/content/templates/24\",\n    \"objects\": [\n        {\n            \"id\": 676,\n            \"name\": \"header-object-local\",\n            \"href\": \"https://mokup.deployteq.net/app/api/rest/public/v2/content/templates/24/objects/676\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 976,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.deployteq.net/app/api/rest/public/v2/content/templates/24/objects/676/layouts/976\"\n                }\n            ]\n        },\n        {\n            \"id\": 681,\n            \"name\": \"body-object-local2\",\n            \"href\": \"https://mokup.deployteq.net/app/api/rest/public/v2/content/templates/24/objects/681\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 981,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.deployteq.net/app/api/rest/public/v2/content/templates/24/objects/681/layouts/981\"\n                }\n            ]\n        }\n    ],\n    \"from_address\": \"\",\n    \"from_name\": \"Mews\",\n    \"reply_to_address\": \"\",\n    \"reply_to_name\": \"\",\n    \"subject\": \"\",\n    \"html\": \"<html dir=\\\"ltr\\\">\\n    <head>\\n        <title>Template 2 2019</title>\\n    </head>\\n    <body>\\n        This is the example template number 2!\\n        <br/><br/>\\n        <a href=\\\"{{viewurl}}\\\" target=\\\"_blank\\\">Click here</a> for a online version\\n        <br/>\\n        {{zone name='header' allowed_layouts='676[*]'}}\\n        {{zone name='body' allowed_layouts='680[*],681[*],683[*]'}}\\n        {{zone name='footer' allowed_layouts='682[*]'}}\\n        <br/>\\n        <a href=\\\"{{unsubscribe}}\\\" title=\\\"Unsubscribe\\\" target=\\\"_blank\\\">Unsubscribe</a>\\n    </body>\\n</html>\",\n    \"plain_text\": \"PLAIN TEXT\",\n    \"mailing_type\": \"\",\n    \"public_base_url_id\": 0\n}"},"url":"https://deployteq.net/app/api/rest/public/v2/content/templates/{{templateId}}?token={{token}}","description":"<p>For a template, the <strong><code>name</code></strong>, <strong><code>plain_text</code></strong>, and <strong><code>html</code></strong> elements can be updated.</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","templates","{{templateId}}"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"}],"variable":[]}},"response":[],"_postman_id":"e3cd551f-0bcd-475f-baa0-a0661b5281ef"}],"id":"177e5535-27f1-401a-a2df-8623352a43ed","description":"<p>It is possible to retrieve all templates or a specific template. When retrieving a template, all objects associated with that template are also returned. An object can contain one or multiple layouts.</p>\n<p>It is also possible to update the HTML element of a template. When this is done, the changes are automatically applied to all content that is based on that zone template.</p>\n<p>Template properties</p>\n<ul>\n<li><p>id <code>int</code></p>\n<ul>\n<li>Unique identifier of a template. This can be used to retrieve the information for a specific template only.</li>\n</ul>\n</li>\n<li><p>name <code>string</code></p>\n<ul>\n<li>Name of the template.</li>\n</ul>\n</li>\n<li><p>href <code>string</code></p>\n<ul>\n<li>Endpoint of the template (excluding the token).</li>\n</ul>\n</li>\n<li><p>objects <code>object</code></p>\n<ul>\n<li>Contains all objects with their associated layouts that have been added to the template.</li>\n</ul>\n</li>\n<li><p>from_address <code>string</code></p>\n<ul>\n<li>Sender email address.</li>\n</ul>\n</li>\n<li><p>from_name <code>string</code></p>\n<ul>\n<li>Sender name.</li>\n</ul>\n</li>\n<li><p>reply_to_address <code>string</code></p>\n<ul>\n<li>Reply-to email address.</li>\n</ul>\n</li>\n<li><p>reply_to_name `string</p>\n<ul>\n<li>Reply-to name.</li>\n</ul>\n</li>\n<li><p>subject <code>string</code></p>\n<ul>\n<li>Email subject.</li>\n</ul>\n</li>\n<li><p>html <code>string</code></p>\n<ul>\n<li>HTML version of the email template.</li>\n</ul>\n</li>\n<li><p>plain_text <code>string</code></p>\n<ul>\n<li>Plain text version of the email template.</li>\n</ul>\n</li>\n<li><p>mailing_type <code>string</code></p>\n<ul>\n<li>Mailing type that can be set as the default at template level. This value can be overridden by content based on this template or during sending.</li>\n</ul>\n</li>\n<li><p>public_base_url_id <code>int</code></p>\n<ul>\n<li>Default value: <code>0</code>.</li>\n</ul>\n</li>\n<li><p>created_by <code>string</code></p>\n</li>\n<li><p>created_at <code>datetime</code></p>\n</li>\n<li><p>modified_by <code>string</code></p>\n</li>\n<li><p>modified_at <code>datetime</code></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"eef22b5f-13c6-4288-bd9f-107ffa9c7e3a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f82ff005-a2f4-4b41-9f4d-584a6a0bc00d","type":"text/javascript","exec":[""]}}],"_postman_id":"177e5535-27f1-401a-a2df-8623352a43ed"},{"name":"Objects","item":[{"name":"4. Objects - Get all global & local pages/email objects","id":"1a8dee5f-8edd-405f-8da9-23c66ae6fa87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://deployteq.net/app/api/rest/public/v2/content/objects?token={{token}}","description":"<p>This method returns all global and local objects from all emails/pages within the specified brand.</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","objects"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"d5b0c9d5-c5db-4f09-b9aa-806860009fb2","name":"4. Objects - Get all global & local pages/email objects","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{portal}}.myclang.com/app/api/rest/public/v2/content/objects?token={{token}}","protocol":"https","host":["{{portal}}","myclang","com"],"path":["app","api","rest","public","v2","content","objects"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Nov 2019 15:47:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"ZZ. Header\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/1\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 1,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/1/layouts/1\"\n            }\n        ]\n    },\n    {\n        \"id\": 2,\n        \"name\": \"ZZ. Preheader\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/2\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 2,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/2/layouts/2\"\n            }\n        ]\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Banner\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/3\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 3,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/3/layouts/3\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"New layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/3/layouts/4\"\n            }\n        ]\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Banner Full color\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/4\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 5,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/4/layouts/5\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Image with text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/4/layouts/6\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Image with text (modifier)\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/4/layouts/7\"\n            },\n            {\n                \"id\": 82,\n                \"name\": \"Copy of Image with text (modifier)\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/4/layouts/82\"\n            }\n        ]\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Full color - Title, text, button, image\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/5\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 8,\n                \"name\": \"Image left\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/5/layouts/8\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Image right\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/5/layouts/9\"\n            }\n        ]\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Headline\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/6\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 10,\n                \"name\": \"Image left\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/6/layouts/10\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Image right\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/6/layouts/11\"\n            }\n        ]\n    },\n    {\n        \"id\": 7,\n        \"name\": \"2columns - Image, title, text, price, button\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/7\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 12,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/7/layouts/12\"\n            },\n            {\n                \"id\": 83,\n                \"name\": \"Copy of Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/7/layouts/83\"\n            }\n        ]\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Divider\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/8\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 13,\n                \"name\": \"Divider - Line\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/8/layouts/13\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Divider - Triangle\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/8/layouts/14\"\n            }\n        ]\n    },\n    {\n        \"id\": 9,\n        \"name\": \"RSS\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/9\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 15,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/9/layouts/15\"\n            }\n        ]\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Small image, title, text, price, button\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/10\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 16,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/10/layouts/16\"\n            }\n        ]\n    },\n    {\n        \"id\": 11,\n        \"name\": \"Text\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/11\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 17,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/11/layouts/17\"\n            }\n        ]\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Title and subtitle\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/12\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 18,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/12/layouts/18\"\n            }\n        ]\n    },\n    {\n        \"id\": 13,\n        \"name\": \"Title, text, button, image\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/13\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 19,\n                \"name\": \"Image left\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/13/layouts/19\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Image right\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/13/layouts/20\"\n            }\n        ]\n    },\n    {\n        \"id\": 14,\n        \"name\": \"ZZ. Caption\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/14\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 21,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/14/layouts/21\"\n            }\n        ]\n    },\n    {\n        \"id\": 15,\n        \"name\": \"ZZ. Footer\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/15\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 22,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/15/layouts/22\"\n            }\n        ]\n    },\n    {\n        \"id\": 16,\n        \"name\": \"RSS\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/16\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 23,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/16/layouts/23\"\n            }\n        ]\n    },\n    {\n        \"id\": 17,\n        \"name\": \"0000 - Checkbox Radio Styling\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/17\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 24,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/17/layouts/24\"\n            }\n        ]\n    },\n    {\n        \"id\": 18,\n        \"name\": \"0000 - Datepicker Script\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/18\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 25,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/18/layouts/25\"\n            }\n        ]\n    },\n    {\n        \"id\": 19,\n        \"name\": \"0000 - Styling\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/19\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 26,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/19/layouts/26\"\n            }\n        ]\n    },\n    {\n        \"id\": 20,\n        \"name\": \"0000 - Styling Buttons\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/20\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 27,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/20/layouts/27\"\n            }\n        ]\n    },\n    {\n        \"id\": 21,\n        \"name\": \"0000 - Styling Errors\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/21\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 28,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/21/layouts/28\"\n            }\n        ]\n    },\n    {\n        \"id\": 22,\n        \"name\": \"0 - Title Block\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/22\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 29,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/22/layouts/29\"\n            }\n        ]\n    },\n    {\n        \"id\": 23,\n        \"name\": \"0 - Title Block & Button\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/23\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 30,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/23/layouts/30\"\n            }\n        ]\n    },\n    {\n        \"id\": 24,\n        \"name\": \"00 - Buttons Grid\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/24\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 31,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/24/layouts/31\"\n            }\n        ]\n    },\n    {\n        \"id\": 25,\n        \"name\": \"00 - Checkboxes\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/25\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 32,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/25/layouts/32\"\n            }\n        ]\n    },\n    {\n        \"id\": 26,\n        \"name\": \"00 - Checkboxes x6\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/26\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 33,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/26/layouts/33\"\n            }\n        ]\n    },\n    {\n        \"id\": 27,\n        \"name\": \"00 - Datepicker\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/27\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 34,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/27/layouts/34\"\n            }\n        ]\n    },\n    {\n        \"id\": 28,\n        \"name\": \"00 - Input\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/28\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 35,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/28/layouts/35\"\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Textarea\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/28/layouts/36\"\n            },\n            {\n                \"id\": 37,\n                \"name\": \"Password\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/28/layouts/37\"\n            },\n            {\n                \"id\": 38,\n                \"name\": \"Numbers\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/28/layouts/38\"\n            },\n            {\n                \"id\": 39,\n                \"name\": \"E-mail\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/28/layouts/39\"\n            }\n        ]\n    },\n    {\n        \"id\": 29,\n        \"name\": \"00 - Radio - Gender\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/29\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 40,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/29/layouts/40\"\n            },\n            {\n                \"id\": 41,\n                \"name\": \"No pre-select\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/29/layouts/41\"\n            }\n        ]\n    },\n    {\n        \"id\": 30,\n        \"name\": \"00 - Radio Custom\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/30\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 42,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/30/layouts/42\"\n            },\n            {\n                \"id\": 43,\n                \"name\": \"No pre-select\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/30/layouts/43\"\n            }\n        ]\n    },\n    {\n        \"id\": 31,\n        \"name\": \"00 - Selectbox\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/31\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 44,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/31/layouts/44\"\n            }\n        ]\n    },\n    {\n        \"id\": 32,\n        \"name\": \"00 - Yes No Radio\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/32\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 45,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/32/layouts/45\"\n            }\n        ]\n    },\n    {\n        \"id\": 33,\n        \"name\": \"000 - Content\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/33\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 46,\n                \"name\": \"Text and Image\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/33/layouts/46\"\n            },\n            {\n                \"id\": 47,\n                \"name\": \"Image Only\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/33/layouts/47\"\n            },\n            {\n                \"id\": 48,\n                \"name\": \"Text Only\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/33/layouts/48\"\n            }\n        ]\n    },\n    {\n        \"id\": 34,\n        \"name\": \"000 - Content Modern\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/34\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 49,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/34/layouts/49\"\n            }\n        ]\n    },\n    {\n        \"id\": 35,\n        \"name\": \"000 - Spacer/Divider\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/35\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 50,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/35/layouts/50\"\n            }\n        ]\n    },\n    {\n        \"id\": 36,\n        \"name\": \"00 Softlink Button\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/36\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 51,\n                \"name\": \"exit LINKNAME\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/36/layouts/51\"\n            },\n            {\n                \"id\": 52,\n                \"name\": \"exit variable\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/36/layouts/52\"\n            }\n        ]\n    },\n    {\n        \"id\": 118,\n        \"name\": \"Header\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/118\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 172,\n                \"name\": \"Header logo + image\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/118/layouts/172\"\n            },\n            {\n                \"id\": 173,\n                \"name\": \"Header logo\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/118/layouts/173\"\n            }\n        ]\n    },\n    {\n        \"id\": 119,\n        \"name\": \"Intro\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/119\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 174,\n                \"name\": \"Intro\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/119/layouts/174\"\n            }\n        ]\n    },\n    {\n        \"id\": 120,\n        \"name\": \"Preheader\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/120\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 175,\n                \"name\": \"Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/120/layouts/175\"\n            }\n        ]\n    },\n    {\n        \"id\": 121,\n        \"name\": \"4 products\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/121\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 176,\n                \"name\": \"4 products\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/121/layouts/176\"\n            }\n        ]\n    },\n    {\n        \"id\": 122,\n        \"name\": \"50-50 image\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/122\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 177,\n                \"name\": \"50-50- image left\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/122/layouts/177\"\n            },\n            {\n                \"id\": 178,\n                \"name\": \"50-50- image right\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/122/layouts/178\"\n            }\n        ]\n    },\n    {\n        \"id\": 123,\n        \"name\": \"Abandoned shopping cart\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/123\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 179,\n                \"name\": \"Abandoned shopping cart\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/123/layouts/179\"\n            }\n        ]\n    },\n    {\n        \"id\": 124,\n        \"name\": \"Divider\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/124\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 180,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/124/layouts/180\"\n            }\n        ]\n    },\n    {\n        \"id\": 125,\n        \"name\": \"Shop the Look\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/125\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 181,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/125/layouts/181\"\n            }\n        ]\n    },\n    {\n        \"id\": 126,\n        \"name\": \"Text\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/126\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 182,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/126/layouts/182\"\n            }\n        ]\n    },\n    {\n        \"id\": 127,\n        \"name\": \"Footer - contact\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/127\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 183,\n                \"name\": \"Footer - contact\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/127/layouts/183\"\n            }\n        ]\n    },\n    {\n        \"id\": 128,\n        \"name\": \"Footer - personal\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/128\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 184,\n                \"name\": \"Footer - personal\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/128/layouts/184\"\n            }\n        ]\n    },\n    {\n        \"id\": 129,\n        \"name\": \"Footer - Social\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/129\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 185,\n                \"name\": \"Footer - Social\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/129/layouts/185\"\n            }\n        ]\n    },\n    {\n        \"id\": 130,\n        \"name\": \"Footer - USP\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/130\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 186,\n                \"name\": \"Footer - USP\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/130/layouts/186\"\n            }\n        ]\n    },\n    {\n        \"id\": 131,\n        \"name\": \"Footer - zakelijk\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/131\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 187,\n                \"name\": \"Footer - zakelijk\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/131/layouts/187\"\n            }\n        ]\n    },\n    {\n        \"id\": 172,\n        \"name\": \"Test\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/172\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 246,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/172/layouts/246\"\n            }\n        ]\n    },\n    {\n        \"id\": 193,\n        \"name\": \"Footer\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/193\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 276,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/193/layouts/276\"\n            }\n        ]\n    },\n    {\n        \"id\": 194,\n        \"name\": \"Timer\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/194\",\n        \"is_global\": false,\n        \"layouts\": [\n            {\n                \"id\": 277,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/194/layouts/277\"\n            }\n        ]\n    },\n    {\n        \"id\": 195,\n        \"name\": \"Content + Large Image\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/195\",\n        \"is_global\": true,\n        \"layouts\": [\n            {\n                \"id\": 278,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/195/layouts/278\"\n            },\n            {\n                \"id\": 279,\n                \"name\": \"P geen margin\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/195/layouts/279\"\n            }\n        ]\n    },\n    {\n        \"id\": 196,\n        \"name\": \"Header\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/196\",\n        \"is_global\": true,\n        \"layouts\": [\n            {\n                \"id\": 280,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/196/layouts/280\"\n            },\n            {\n                \"id\": 281,\n                \"name\": \"Copy of Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/196/layouts/281\"\n            }\n        ]\n    },\n    {\n        \"id\": 197,\n        \"name\": \"Onstabiel - Content + Small Image\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/197\",\n        \"is_global\": true,\n        \"layouts\": [\n            {\n                \"id\": 282,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/197/layouts/282\"\n            }\n        ]\n    },\n    {\n        \"id\": 198,\n        \"name\": \"Thumb\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/198\",\n        \"is_global\": true,\n        \"layouts\": [\n            {\n                \"id\": 283,\n                \"name\": \"Default layout\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/198/layouts/283\"\n            }\n        ]\n    }\n]"}],"_postman_id":"1a8dee5f-8edd-405f-8da9-23c66ae6fa87"},{"name":"5. Objects - Get  specific object by id","id":"6f4aa08b-4a7e-472f-849a-12aa4829228d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://deployteq.net/app/api/rest/public/v2/content/objects/{{objectId}}?token={{token}}&expand=layout","description":"<p>Retrieve information from all global objects along with details about their layouts.</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","objects","{{objectId}}"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"},{"key":"expand","value":"layout"}],"variable":[]}},"response":[{"id":"cb6d0f11-75ea-4d11-847e-c35841be07aa","name":"5. Objects - Get  specific object by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{portal}}.myclang.com/app/api/rest/public/v2/content/objects/{{objectId}}?token={{token}}&expand=layout","protocol":"https","host":["{{portal}}","myclang","com"],"path":["app","api","rest","public","v2","content","objects","{{objectId}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"expand","value":"layout"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Nov 2019 15:48:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 195,\n    \"name\": \"Content + Large Image\",\n    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/195\",\n    \"is_global\": true,\n    \"layouts\": [\n        {\n            \"id\": 278,\n            \"name\": \"Default layout\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/195/layouts/278\",\n            \"layout\": \"<!--\\n\\n{{$content1ImageFileResized = \\\"{{property|resize:'540' name='Content 1 - Image file' default=''}}\\\"}}\\n{{property name='Content 1 - Image file' assign='content1ImageFile' default=''}}\\n{{property name='Content 1 - Image title' assign='content1ImageTitle' default=''}}\\n{{property name='Content 1 - Image hyperlink' assign='content1ImageHyperlink' default=''}}\\n{{property name='Content 1 - Title' assign='content1Title' default=''}}\\n{{property name='Content 1 - Text' assign='content1Text' default=''}}\\n{{property name='Content 1 - Link text' assign='content1LinkText' default=''}}\\n{{property name='Content 1 - Link hyperlink' assign='content1LinkHyperlink' default=''}}\\n{{property name='Content 1 - Button text' assign='content1ButtonText' default=''}}\\n{{property name='Content 1 - Button hyperlink' assign='content1ButtonHyperlink' default=''}}\\n{{property name='Content 1 - Button color' assign='content1ButtonColor' default=''}}\\n{{property name='Content - BG color' assign='contentBGColor' default='ffffff'}}\\n{{property name='Content - Border color' assign='contentBorderColor' default='f3f3f3'}}\\n\\n{{$content2ImageFileResized = \\\"{{property|resize:'540' name='Content 2 - Image file' default=''}}\\\"}}\\n{{property name='Content 2 - Image file' assign='content2ImageFile' default=''}}\\n{{property name='Content 2 - Image title' assign='content2ImageTitle' default=''}}\\n{{property name='Content 2 - Image hyperlink' assign='content2ImageHyperlink' default=''}}\\n{{property name='Content 2 - Title' assign='content2Title' default=''}}\\n{{property name='Content 2 - Text' assign='content2Text' default=''}}\\n{{property name='Content 2 - Link text' assign='content2LinkText' default=''}}\\n{{property name='Content 2 - Link hyperlink' assign='content2LinkHyperlink' default=''}}\\n{{property name='Content 2 - Button text' assign='content2ButtonText' default=''}}\\n{{property name='Content 2 - Button hyperlink' assign='content2ButtonHyperlink' default=''}}\\n{{property name='Content 2 - Button color' assign='content2ButtonColor' default=''}}\\n\\n{{property name='Agenda 1 - Title' assign='agenda1Title' default=''}}\\n{{property name='Agenda 1 - Date' assign='agenda1Date' default=''}}\\n{{property name='Agenda 1 - Hyperlink' assign='agenda1Hyperlink' default=''}}\\n\\n{{property name='Agenda 2 - Title' assign='agenda2Title' default=''}}\\n{{property name='Agenda 2 - Date' assign='agenda2Date' default=''}}\\n{{property name='Agenda 2 - Hyperlink' assign='agenda2Hyperlink' default=''}}\\n\\n{{property name='Agenda 3 - Title' assign='agenda3Title' default=''}}\\n{{property name='Agenda 3 - Date' assign='agenda3Date' default=''}}\\n{{property name='Agenda 3 - Hyperlink' assign='agenda3Hyperlink' default=''}}\\n\\n{{property name='Agenda 4 - Title' assign='agenda4Title' default=''}}\\n{{property name='Agenda 4 - Date' assign='agenda4Date' default=''}}\\n{{property name='Agenda 4 - Hyperlink' assign='agenda4Hyperlink' default=''}}\\n\\n{{property name='Agenda 5 - Title' assign='agenda5Title' default=''}}\\n{{property name='Agenda 5 - Date' assign='agenda5Date' default=''}}\\n{{property name='Agenda 5 - Hyperlink' assign='agenda5Hyperlink' default=''}}\\n\\n-->\\n\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n     <tr>\\n       <td style=\\\"padding-top: 20px\\\">\\n\\n<!-- Content -->\\n <!-- wrapper -->\\n\\n\\n\\n            <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n              <tr>\\n                <td class=\\\"block\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;  color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" bgcolor=\\\"#FFFFFF\\\" valign=\\\"top\\\">\\n                  <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" bgcolor=\\\"{{$contentBGColor}}\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                      <!--{if $content1ImageFile !=''}-->\\n                      <tr>\\n                      <td class=\\\"block__image\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 0; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" bgcolor=\\\"{{$contentBGColor}}\\\" valign=\\\"top\\\">\\n                          <!--{if $content1ImageHyperlink !=''}--><a href=\\\"{{property name='Content 1 - Image hyperlink'}}\\\" alt=\\\"{{property name='Content 1 - Image title'}} - Image\\\" title=\\\"{{$content1ImageTitle}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"{{$content1ImageFileResized}}\\\" alt=\\\"{{$content1ImageTitle}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; outline: none; text-decoration: none; width: 100%; font-size: 16px;\\\"><!--{if $content1ImageHyperlink !=''}--></a><!--{/if}-->\\n                      </td>\\n                    </tr>\\n                    <!--{/if}-->  \\n                    \\n                     <!--{if ($content1Title !='') || ($content1Text !='')}-->\\n                    <tr>\\n                      <td class=\\\"padding-v\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 30px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"30\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_8.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 30px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"30\\\"></td>\\n                    </tr>\\n                      \\n                    <tr>\\n                        <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; padding-left: 30px; padding-right: 30px;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                          \\n                          <!--{if $content1Title !=''}-->\\n                            <h2 style=\\\"font-size: 28px; font-weight: 500; margin: 0 0 20px; padding: 0; line-height: 32px;\\\">{{$content1Title}}</h2>\\n                          <!--{/if}-->\\n                          \\n                          <!--{if $content1Text !=''}-->\\n                          <p style=\\\"margin: 0 0 25px; padding: 0;\\\">{{$content1Text}}</p>\\n                          <!--{/if}-->\\n                          \\n                          \\n                        <!--{if $content1LinkText !=''}-->\\n                        <div class=\\\"block__nice-link\\\">\\n                          <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                            <tr>\\n                              <td class=\\\"block__nice-link-img\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 36px;\\\" align=\\\"left\\\" valign=\\\"top\\\" width=\\\"36px\\\"><a href=\\\"{{property name='Content 1 - Link hyperlink'}}\\\" title=\\\"{{$content1LinkText}}\\\" alt=\\\"{{property name='Content 1 - Link text'}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-link_2.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 26px; line-height: 100%; outline: none; text-decoration: none; width: 26px !important;\\\" width=\\\"26px\\\" height=\\\"26px\\\"></a></td>\\n                                <td class=\\\"block__nice-link-a\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\"><div style=\\\"margin-top: 2px;\\\"><a href=\\\"{{property name='Content 1 - Link hyperlink'}}\\\" title=\\\"{{$content1LinkText}}\\\" alt=\\\"{{property name='Content 1 - Link text'}} - Text\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"> {{$content1LinkText}}</a></div></td>\\n                            </tr>\\n                          </table>\\n                        </div>\\n                         <!--{/if}-->\\n                          \\n                         \\n                          \\n                          \\n                        <!--{if $content1ButtonText !=''}-->\\n                        <table class=\\\"block__nice-button \\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; float: left; margin-right: 10px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                          <tr>\\n                              <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 24px; height: 45px; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"center\\\" height=\\\"45\\\" bgcolor=\\\"#{{$content1ButtonColor}}\\\" valign=\\\"center\\\"><a href=\\\"{{property name='Content 1 - Button hyperlink'}}\\\" title=\\\"{{$content1ButtonText}}\\\" alt=\\\"{{property name='Content 1 - Button text'}} - Button\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; display: inline-block; font-family: Helvetica, Arial, sans-serif; font-size: 16px; padding: 10px 20px; text-decoration: none;\\\">\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            {{$content1ButtonText}}\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            </a></td>\\n                          </tr>\\n                        </table>\\n            <!--{/if}-->\\n                          \\n                 \\n                      </td>\\n              \\n                    </tr>\\n                    <tr>\\n                      <td class=\\\"padding-v\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 30px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"30\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_9.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 30px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"30\\\"></td>\\n                    </tr>  \\n                    <!--{/if}-->  \\n                      \\n                      \\n                    <!--{if $content2ImageFile !=''}-->\\n                      <tr>\\n                      <td class=\\\"block__image\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 0; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" bgcolor=\\\"{{$contentBGColor}}\\\" valign=\\\"top\\\">\\n                          <!--{if $content2ImageHyperlink !=''}--><a href=\\\"{{property name='Content 2 - Image hyperlink'}}\\\" title=\\\"{{$content2ImageTitle}}\\\" alt=\\\"{{property name='Content 2 - Image title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"{{$content2ImageFileResized}}\\\" alt=\\\"{{$content2ImageTitle}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; outline: none; text-decoration: none; width: 100%; font-size: 16px;\\\"><!--{if $content2ImageHyperlink !=''}--></a><!--{/if}-->\\n                      </td>\\n                    </tr>\\n                    \\n                    <tr>\\n                      <td class=\\\"padding-v\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 30px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"30\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_10.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 30px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"30\\\"></td>\\n                    </tr>\\n                    <!--{/if}-->  \\n                    \\n                    <!--{if $content2Title !='' || $content2Text !=''}-->    \\n                    <tr>\\n                      <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; padding-left: 30px; padding-right: 30px;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                          \\n                          <!--{if $content2Title !=''}-->\\n                          <h2 style=\\\"font-size: 28px; font-weight: 500; margin: 0 0 20px; padding: 0; line-height: 32px;\\\">{{$content2Title}}</h2>\\n                          <!--{/if}-->\\n                          \\n                          <!--{if $content2Text !=''}-->\\n                          <p style=\\\"margin: 0 0 25px; padding: 0;\\\">{{$content2Text}}</p>\\n                          <!--{/if}-->\\n                          \\n                          \\n                          \\n            \\n                        <!--{if $content2LinkText !=''}-->\\n                        <div class=\\\"block__nice-link\\\">\\n                          <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                            <tr>\\n                              <td class=\\\"block__nice-link-img\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 36px;\\\" align=\\\"left\\\" valign=\\\"top\\\" width=\\\"36px\\\"><a href=\\\"{{property name='Content 2 - Link hyperlink'}}\\\" title=\\\"{{$content2LinkText}}\\\" alt=\\\"{{property name='Content 2 - Link text'}} - Text\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-link_4.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 26px; line-height: 100%; outline: none; text-decoration: none; width: 26px !important;\\\" width=\\\"26px\\\" height=\\\"26px\\\"></a></td>\\n                                <td class=\\\"block__nice-link-a\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\"><div style=\\\"margin-top: 2px;\\\"><a href=\\\"{{property name='Content 2 - Link hyperlink'}}\\\" title=\\\"{{$content2LinkText}}\\\" alt=\\\"{{property name='Content 2 - Link text'}} - Text\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"> {{$content2LinkText}}</a></div></td>\\n                            </tr>\\n                          </table>\\n                        </div>\\n                         <!--{/if}-->\\n                          \\n                          \\n                          \\n                          \\n                          \\n                        <!--{if $content2ButtonText !=''}-->\\n                        <table class=\\\"block__nice-button \\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; float: left; margin-right: 10px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                          <tr>\\n                              <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 24px; height: 45px; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"center\\\" height=\\\"45\\\" bgcolor=\\\"#{{$content2ButtonColor}}\\\" valign=\\\"center\\\"><a href=\\\"{{property name='Content 2 - Button hyperlink'}}\\\" title=\\\"{{$content2ButtonText}}\\\" alt=\\\"{{property name='Content 2 - Button text'}} - Button\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; display: inline-block; font-family: Helvetica, Arial, sans-serif; font-size: 16px; padding: 10px 20px; text-decoration: none;\\\">\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            {{$content2ButtonText}}\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            </a></td>\\n                          </tr>\\n                        </table>\\n                        <!--{/if}-->\\n                        \\n                      </td>\\n                        \\n                    </tr>\\n                    <!--{/if}-->   \\n                    \\n                    \\n                      \\n                    <!--{if $agenda1Title != ''}-->\\n                    <tr>\\n                      \\n                      <td colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; padding-left: 30px; padding-right: 30px;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                        <table class=\\\"block__agenda template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                              \\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda1Hyperlink != ''}--><a href=\\\"{{property name='Agenda 1 - Hyperlink'}}\\\" title=\\\"{{$agenda1Title}}\\\" alt=\\\"{{property name='Agenda 1 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_2.png\\\" alt=\\\"{{$agenda1Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda1Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda1Hyperlink != ''}--><a href=\\\"{{property name='Agenda 1 - Hyperlink'}}\\\" title=\\\"{{property name='Agenda 1 - Title'}} - Titel\\\" alt=\\\"{{$agenda1Title}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda1Title}}<!--{if $agenda1Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda1Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_11.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n               \\n\\n                          <!--{if $agenda2Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda2Hyperlink != ''}--><a href=\\\"{{property name='Agenda 2 - Hyperlink'}}\\\" title=\\\"{{$agenda2Title}}\\\" alt=\\\"{{property name='Agenda 2 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_3.png\\\" alt=\\\"{{$agenda2Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda2Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda2Hyperlink != ''}--><a href=\\\"{{property name='Agenda 2 - Hyperlink'}}\\\" title=\\\"{{$agenda2Title}}\\\" alt=\\\"{{property name='Agenda 1 - Title'}} - Titel\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda2Title}}<!--{if $agenda2Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda2Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_12.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n                        \\n                          <!--{if $agenda3Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda3Hyperlink != ''}--><a href=\\\"{{property name='Agenda 3 - Hyperlink'}}\\\" title=\\\"{{$agenda3Title}}\\\" alt=\\\"{{property name='Agenda 3 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_4.png\\\" alt=\\\"{{$agenda3Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda3Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda3Hyperlink != ''}--><a href=\\\"{{property name='Agenda 3 - Hyperlink'}}\\\" title=\\\"{{$agenda3Title}}\\\" alt=\\\"{{property name='Agenda 3 - Title'}} - Titel\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda3Title}}<!--{if $agenda3Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda3Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_13.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n\\n                          <!--{if $agenda4Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda4Hyperlink != ''}--><a href=\\\"{{property name='Agenda 4 - Hyperlink'}}\\\" title=\\\"{{$agenda4Title}}\\\" alt=\\\"{{property name='Agenda 4 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_5.png\\\" alt=\\\"{{$agenda4Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda4Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda4Hyperlink != ''}--><a href=\\\"{{property name='Agenda 4 - Hyperlink'}}\\\" title=\\\"{{$agenda4Title}}\\\" alt=\\\"{{property name='Agenda 4 - Title'}} - Titel\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda4Title}}<!--{if $agenda4Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda4Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_14.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n\\n                          <!--{if $agenda5Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda5Hyperlink != ''}--><a href=\\\"{{property name='Agenda 5 - Hyperlink'}}\\\" title=\\\"{{$agenda5Title}}\\\" alt=\\\"{{property name='Agenda 5 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_6.png\\\" alt=\\\"{{$agenda5Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda5Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda5Hyperlink != ''}--><a href=\\\"{{property name='Agenda 5 - Hyperlink'}}\\\" title=\\\"{{$agenda5Title}}\\\" alt=\\\"{{property name='Agenda 5 - Title'}} - Titel\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda5Title}}<!--{if $agenda5Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda5Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_15.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n                        \\n                        </table>\\n                      \\n                      </td>   \\n                       \\n                    </tr>\\n                    <!--{/if}-->\\n                      \\n                  </table>\\n                  \\n                    \\n                    \\n                </td>  \\n              </tr>  \\n            </table>\\n <!-- /Content -->\\n\\t\\t</td>\\n    </tr>\\n</table>\\n <!-- /wrapper -->\\n\\n\",\n            \"allowed_in_page\": false,\n            \"allowed_in_email\": true\n        },\n        {\n            \"id\": 279,\n            \"name\": \"P geen margin\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/195/layouts/279\",\n            \"layout\": \"<!--\\n\\n{{$content1ImageFileResized = \\\"{{property|resize:'540' name='Content 1 - Image file' default=''}}\\\"}}\\n{{property name='Content 1 - Image file' assign='content1ImageFile' default=''}}\\n{{property name='Content 1 - Image title' assign='content1ImageTitle' default=''}}\\n{{property name='Content 1 - Image hyperlink' assign='content1ImageHyperlink' default=''}}\\n{{property name='Content 1 - Title' assign='content1Title' default=''}}\\n{{property name='Content 1 - Text' assign='content1Text' default=''}}\\n{{property name='Content 1 - Link text' assign='content1LinkText' default=''}}\\n{{property name='Content 1 - Link hyperlink' assign='content1LinkHyperlink' default=''}}\\n{{property name='Content 1 - Button text' assign='content1ButtonText' default=''}}\\n{{property name='Content 1 - Button hyperlink' assign='content1ButtonHyperlink' default=''}}\\n{{property name='Content 1 - Button color' assign='content1ButtonColor' default=''}}\\n{{property name='Content - BG color' assign='contentBGColor' default='ffffff'}}\\n\\n{{$content2ImageFileResized = \\\"{{property|resize:'540' name='Content 2 - Image file' default=''}}\\\"}}\\n{{property name='Content 2 - Image file' assign='content2ImageFile' default=''}}\\n{{property name='Content 2 - Image title' assign='content2ImageTitle' default=''}}\\n{{property name='Content 2 - Image hyperlink' assign='content2ImageHyperlink' default=''}}\\n{{property name='Content 2 - Title' assign='content2Title' default=''}}\\n{{property name='Content 2 - Text' assign='content2Text' default=''}}\\n{{property name='Content 2 - Link text' assign='content2LinkText' default=''}}\\n{{property name='Content 2 - Link hyperlink' assign='content2LinkHyperlink' default=''}}\\n{{property name='Content 2 - Button text' assign='content2ButtonText' default=''}}\\n{{property name='Content 2 - Button hyperlink' assign='content2ButtonHyperlink' default=''}}\\n{{property name='Content 2 - Button color' assign='content2ButtonColor' default=''}}\\n\\n{{property name='Agenda 1 - Title' assign='agenda1Title' default=''}}\\n{{property name='Agenda 1 - Date' assign='agenda1Date' default=''}}\\n{{property name='Agenda 1 - Hyperlink' assign='agenda1Hyperlink' default=''}}\\n\\n{{property name='Agenda 2 - Title' assign='agenda2Title' default=''}}\\n{{property name='Agenda 2 - Date' assign='agenda2Date' default=''}}\\n{{property name='Agenda 2 - Hyperlink' assign='agenda2Hyperlink' default=''}}\\n\\n{{property name='Agenda 3 - Title' assign='agenda3Title' default=''}}\\n{{property name='Agenda 3 - Date' assign='agenda3Date' default=''}}\\n{{property name='Agenda 3 - Hyperlink' assign='agenda3Hyperlink' default=''}}\\n\\n{{property name='Agenda 4 - Title' assign='agenda4Title' default=''}}\\n{{property name='Agenda 4 - Date' assign='agenda4Date' default=''}}\\n{{property name='Agenda 4 - Hyperlink' assign='agenda4Hyperlink' default=''}}\\n\\n{{property name='Agenda 5 - Title' assign='agenda5Title' default=''}}\\n{{property name='Agenda 5 - Date' assign='agenda5Date' default=''}}\\n{{property name='Agenda 5 - Hyperlink' assign='agenda5Hyperlink' default=''}}\\n-->\\n\\n<!-- Content -->\\n            <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n              <tr>\\n                <td class=\\\"block\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-top-color: #F3F3F3; border-top-style: solid; border-top-width: 20px; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" bgcolor=\\\"#FFFFFF\\\" valign=\\\"top\\\">\\n                  <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" bgcolor=\\\"{{$contentBGColor}}\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                      <!--{if $content1ImageFile !=''}-->\\n                      <tr>\\n                      <td class=\\\"block__image\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 0; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" bgcolor=\\\"#F3F3F3\\\" valign=\\\"top\\\">\\n                          <!--{if $content1ImageHyperlink !=''}--><a href=\\\"{{$content1ImageHyperlink}}\\\" title=\\\"{{$content1ImageTitle}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"{{$content1ImageFileResized}}\\\" alt=\\\"{{$content1ImageTitle}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; outline: none; text-decoration: none; width: 100%; font-size: 16px;\\\"><!--{if $content1ImageHyperlink !=''}--></a><!--{/if}-->\\n                      </td>\\n                    </tr>\\n                    <!--{/if}-->  \\n                    \\n                     <!--{if ($content1Title !='') || ($content1Text !='')}-->\\n                    <tr>\\n                      <td class=\\\"padding-v\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 30px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"30\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_16.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 30px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"30\\\"></td>\\n                    </tr>\\n                      \\n                    <tr>\\n                        <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; padding-left: 30px; padding-right: 30px;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                          \\n                          <!--{if $content1Title !=''}-->\\n                            <h2 style=\\\"font-size: 28px; font-weight: 500; margin: 0 0 20px; padding: 0; line-height: 32px;\\\">{{$content1Title}}</h2>\\n                          <!--{/if}-->\\n                          \\n                          <!--{if $content1Text !=''}-->\\n                          <p style=\\\"margin: 0; padding: 0;\\\">{{$content1Text}}</p>\\n                          <!--{/if}-->\\n                          \\n                          \\n                        <!--{if $content1LinkText !=''}-->\\n                        <div class=\\\"block__nice-link\\\">\\n                          <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                            <tr>\\n                              <td class=\\\"block__nice-link-img\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 36px;\\\" align=\\\"left\\\" valign=\\\"top\\\" width=\\\"36px\\\"><a href=\\\"{{$content1LinkHyperlink}}\\\" title=\\\"{{$content1LinkText}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-link_3.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 26px; line-height: 100%; outline: none; text-decoration: none; width: 26px !important;\\\" width=\\\"26px\\\" height=\\\"26px\\\"></a></td>\\n                                <td class=\\\"block__nice-link-a\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\"><div style=\\\"margin-top: 2px;\\\"><a href=\\\"{{$content1LinkHyperlink}}\\\" title=\\\"{{$content1LinkText}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"> {{$content1LinkText}}</a></div></td>\\n                            </tr>\\n                          </table>\\n                        </div>\\n                         <!--{/if}-->\\n                          \\n                         \\n                          \\n                          \\n                        <!--{if $content1ButtonText !=''}-->\\n                        <table class=\\\"block__nice-button \\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; float: left; margin-right: 10px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                          <tr>\\n                              <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 24px; height: 45px; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"center\\\" height=\\\"45\\\" bgcolor=\\\"#{{$content1ButtonColor}}\\\" valign=\\\"center\\\"><a href=\\\"{{$content1ButtonHyperlink}}\\\" title=\\\"{{$content1ButtonText}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; display: inline-block; font-family: Helvetica, Arial, sans-serif; font-size: 16px; padding: 10px 20px; text-decoration: none;\\\">\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            {{$content1ButtonText}}\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            </a></td>\\n                          </tr>\\n                        </table>\\n            <!--{/if}-->\\n                          \\n                 \\n                      </td>\\n              \\n                    </tr>\\n                    <tr>\\n                      <td class=\\\"padding-v\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 30px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"30\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_17.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 30px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"30\\\"></td>\\n                    </tr>  \\n                    <!--{/if}-->  \\n                      \\n                      \\n                    <!--{if $content2ImageFile !=''}-->\\n                      <tr>\\n                      <td class=\\\"block__image\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 0; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" bgcolor=\\\"#F3F3F3\\\" valign=\\\"top\\\">\\n                          <!--{if $content2ImageHyperlink !=''}--><a href=\\\"{{$content2ImageHyperlink}}\\\" title=\\\"{{$content2ImageTitle}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"{{$content2ImageFileResized}}\\\" alt=\\\"{{$content2ImageTitle}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; outline: none; text-decoration: none; width: 100%; font-size: 16px;\\\"><!--{if $content2ImageHyperlink !=''}--></a><!--{/if}-->\\n                      </td>\\n                    </tr>\\n                    \\n                    <tr>\\n                      <td class=\\\"padding-v\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 30px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"30\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_18.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 30px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"30\\\"></td>\\n                    </tr>\\n                    <!--{/if}-->  \\n                    \\n                    <!--{if $content2Title !='' || $content2Text !=''}-->    \\n                    <tr>\\n                      <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; padding-left: 30px; padding-right: 30px;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                          \\n                          <!--{if $content2Title !=''}-->\\n                          <h2 style=\\\"font-size: 28px; font-weight: 500; margin: 0 0 20px; padding: 0; line-height: 32px;\\\">{{$content2Title}}</h2>\\n                          <!--{/if}-->\\n                          \\n                          <!--{if $content2Text !=''}-->\\n                          <p style=\\\"margin: 0; padding: 0;\\\">{{$content2Text}}</p>\\n                          <!--{/if}-->\\n                          \\n                          \\n                          \\n            \\n                        <!--{if $content2LinkText !=''}-->\\n                        <div class=\\\"block__nice-link\\\">\\n                          <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                            <tr>\\n                              <td class=\\\"block__nice-link-img\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 36px;\\\" align=\\\"left\\\" valign=\\\"top\\\" width=\\\"36px\\\"><a href=\\\"{{$content2LinkHyperlink}}\\\" title=\\\"{{$content2LinkText}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-link_5.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 26px; line-height: 100%; outline: none; text-decoration: none; width: 26px !important;\\\" width=\\\"26px\\\" height=\\\"26px\\\"></a></td>\\n                                <td class=\\\"block__nice-link-a\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\"><div style=\\\"margin-top: 2px;\\\"><a href=\\\"{{$content2LinkHyperlink}}\\\" title=\\\"{{$content2LinkText}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"> {{$content2LinkText}}</a></div></td>\\n                            </tr>\\n                          </table>\\n                        </div>\\n                         <!--{/if}-->\\n                          \\n                          \\n                          \\n                          \\n                          \\n                        <!--{if $content2ButtonText !=''}-->\\n                        <table class=\\\"block__nice-button \\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; float: left; margin-right: 10px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                          <tr>\\n                              <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 24px; height: 45px; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"center\\\" height=\\\"45\\\" bgcolor=\\\"#{{$content2ButtonColor}}\\\" valign=\\\"center\\\"><a href=\\\"{{$content2ButtonHyperlink}}\\\" title=\\\"{{$content2ButtonText}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; display: inline-block; font-family: Helvetica, Arial, sans-serif; font-size: 16px; padding: 10px 20px; text-decoration: none;\\\">\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            {{$content2ButtonText}}\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            </a></td>\\n                          </tr>\\n                        </table>\\n                        <!--{/if}-->\\n                        \\n                      </td>\\n                        \\n                    </tr>\\n                    <!--{/if}-->   \\n                    \\n                    \\n                      \\n                    <!--{if $agenda1Title != ''}-->\\n                    <tr>\\n                      \\n                      <td colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; padding-left: 30px; padding-right: 30px;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                        <table class=\\\"block__agenda template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                              \\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda1Hyperlink != ''}--><a href=\\\"{{$agenda1Hyperlink}}\\\" title=\\\"{{$agenda1Title}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_7.png\\\" alt=\\\"{{$agenda1Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda1Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda1Hyperlink != ''}--><a href=\\\"{{$agenda1Hyperlink}}\\\" title=\\\"\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda1Title}}<!--{if $agenda1Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda1Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_19.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n               \\n\\n                          <!--{if $agenda2Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda2Hyperlink != ''}--><a href=\\\"{{$agenda2Hyperlink}}\\\" title=\\\"{{$agenda2Title}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_8.png\\\" alt=\\\"{{$agenda2Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda2Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda2Hyperlink != ''}--><a href=\\\"{{$agenda2Hyperlink}}\\\" title=\\\"\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda2Title}}<!--{if $agenda2Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda2Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_20.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n                        \\n                          <!--{if $agenda3Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda3Hyperlink != ''}--><a href=\\\"{{$agenda3Hyperlink}}\\\" title=\\\"{{$agenda3Title}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_9.png\\\" alt=\\\"{{$agenda3Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda3Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda3Hyperlink != ''}--><a href=\\\"{{$agenda3Hyperlink}}\\\" title=\\\"\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda3Title}}<!--{if $agenda3Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda3Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_21.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n\\n                          <!--{if $agenda4Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda4Hyperlink != ''}--><a href=\\\"{{$agenda4Hyperlink}}\\\" title=\\\"{{$agenda4Title}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_10.png\\\" alt=\\\"{{$agenda4Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda4Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda4Hyperlink != ''}--><a href=\\\"{{$agenda4Hyperlink}}\\\" title=\\\"\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda4Title}}<!--{if $agenda4Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda4Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_22.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n\\n                          <!--{if $agenda5Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda5Hyperlink != ''}--><a href=\\\"{{$agenda5Hyperlink}}\\\" title=\\\"{{$agenda5Title}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_11.png\\\" alt=\\\"{{$agenda5Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda5Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda5Hyperlink != ''}--><a href=\\\"{{$agenda5Hyperlink}}\\\" title=\\\"\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda5Title}}<!--{if $agenda5Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda5Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_23.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n                        \\n                        </table>\\n                      \\n                      </td>   \\n                       \\n                    </tr>\\n                    <!--{/if}-->\\n                      \\n                  </table>\\n                  \\n                    \\n                    \\n                </td>  \\n              </tr>  \\n            </table>\\n            <!-- /Content -->\",\n            \"allowed_in_page\": false,\n            \"allowed_in_email\": true\n        }\n    ],\n    \"template\": null,\n    \"created_by\": \"Miranda Blom\",\n    \"created_at\": \"2018-05-14T10:20:03+02:00\",\n    \"modified_by\": \"Miranda Blom\",\n    \"modified_at\": \"2018-05-14T10:20:03+02:00\"\n}"}],"_postman_id":"6f4aa08b-4a7e-472f-849a-12aa4829228d"},{"name":"6. Objects - Update objectname","id":"72d1319a-eb47-492f-9b45-f2c39985c71d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 682,\n    \"name\": \"footer-object-local\",\n    \"href\": \"https://mokup.deployteq.net/app/api/rest/public/v2/content/objects/682\",\n    \"is_global\": false,\n    \"layouts\": [\n        {\n            \"id\": 982,\n            \"name\": \"Default layout\",\n            \"href\": \"https://mokup.deployteq.net/app/api/rest/public/v2/content/objects/682/layouts/982\",\n            \"layout\": \"Template 2 footer-object-local\",\n            \"allowed_in_page\": false,\n            \"allowed_in_email\": true\n        }\n    ],\n    \"template\": \"https://mokup.deployteq.net/app/api/rest/public/v2/content/templates/24\"\n}"},"url":"https://deployteq.net/app/api/rest/public/v2/content/objects/{{objectId}}?token={{token}}","description":"<p>The <strong><code>name</code></strong> of an object can be updated.</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","objects","{{objectId}}"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"}],"variable":[]}},"response":[],"_postman_id":"72d1319a-eb47-492f-9b45-f2c39985c71d"}],"id":"212590b0-e238-4927-9436-56054c4911a1","description":"<p>It is possible to retrieve all global and local objects for a specific brand. It is also possible to retrieve the details of a specific object based on an objectId.</p>\n<p>The <strong><code>name</code></strong> of an object can be updated.</p>\n<p>Object properties</p>\n<ul>\n<li><p>id <code>int</code></p>\n<ul>\n<li>Unique identifier of the object. This can be used to retrieve the information for a specific object..</li>\n</ul>\n</li>\n<li><p>name <code>string</code></p>\n<ul>\n<li>Name of the object.</li>\n</ul>\n</li>\n<li><p>href <code>string</code></p>\n<ul>\n<li>Endpoint of the object (excluding the token).</li>\n</ul>\n</li>\n<li><p>is_global <code>boolean</code></p>\n<ul>\n<li>Indicates whether the object is global and can also be used in other contents.</li>\n</ul>\n</li>\n<li><p>layouts <code>object</code></p>\n<ul>\n<li>Contains all layouts that have been created within the object. See layouts for the structure of this element.</li>\n</ul>\n</li>\n<li><p>template <code>string</code></p>\n<ul>\n<li>Endpoint of the template to which the object is linked (excluding the token).</li>\n</ul>\n</li>\n<li><p>created_by <code>string</code></p>\n</li>\n<li><p>created_at <code>datetime</code></p>\n</li>\n<li><p>modified_by <code>string</code></p>\n</li>\n<li><p>modified_at <code>datetime</code></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"3b8336ee-3613-4d1f-aea6-17ca94f45d32","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a8c860df-cd17-4edc-80af-e7fc2f9f0944","type":"text/javascript","exec":[""]}}],"_postman_id":"212590b0-e238-4927-9436-56054c4911a1"},{"name":"Layouts","item":[{"name":"7. Layouts - Get all layouts of object","id":"2b644c9b-825d-4818-b995-1a8a625cd438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://deployteq.net/app/api/rest/public/v2/content/objects/{{objectId}}/layouts?token={{token}}&expand=layout","description":"<p>Retrieve all layouts (HTML) for a specific object.</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","objects","{{objectId}}","layouts"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"},{"key":"expand","value":"layout"}],"variable":[]}},"response":[{"id":"a5962851-e431-44d1-a9c0-7e9cc1a1ebcc","name":"7. Layouts - Get all layouts of object [Expanded]","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{portal}}.{{platform}}/app/api/rest/public/v2/content/objects/{{objectId}}/layouts?token={{token}}&expand=layout","protocol":"https","host":["{{portal}}","{{platform}}"],"path":["app","api","rest","public","v2","content","objects","{{objectId}}","layouts"],"query":[{"key":"token","value":"{{token}}"},{"key":"expand","value":"layout"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 31 Oct 2019 15:38:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 982,\n        \"name\": \"Default layout\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/layouts/982\",\n        \"layout\": \"Template 2 footer-object-local\",\n        \"allowed_in_page\": false,\n        \"allowed_in_email\": true\n    }\n]"}],"_postman_id":"2b644c9b-825d-4818-b995-1a8a625cd438"},{"name":"8. Layouts - Get  specific layout by id within object","id":"0649a1bd-00c5-46ab-aab5-e303b8405ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://deployteq.net/app/api/rest/public/v2/content/objects/{{objectId}}/layouts/{{layoutId}}?token={{token}}","description":"<p>Retrieve a specific layout.</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","objects","{{objectId}}","layouts","{{layoutId}}"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"01b6cdf2-c0ef-438a-aa72-a378c43d21ef","name":"8. Layouts - Get  specific layout by id within object","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{portal}}.{{platform}}/app/api/rest/public/v2/content/objects/{{objectId}}/layouts/{{layoutId}}?token={{token}}","protocol":"https","host":["{{portal}}","{{platform}}"],"path":["app","api","rest","public","v2","content","objects","{{objectId}}","layouts","{{layoutId}}"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Nov 2019 15:49:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 278,\n    \"name\": \"Default layout\",\n    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/objects/195/layouts/278\",\n    \"layout\": \"<!--\\n\\n{{$content1ImageFileResized = \\\"{{property|resize:'540' name='Content 1 - Image file' default=''}}\\\"}}\\n{{property name='Content 1 - Image file' assign='content1ImageFile' default=''}}\\n{{property name='Content 1 - Image title' assign='content1ImageTitle' default=''}}\\n{{property name='Content 1 - Image hyperlink' assign='content1ImageHyperlink' default=''}}\\n{{property name='Content 1 - Title' assign='content1Title' default=''}}\\n{{property name='Content 1 - Text' assign='content1Text' default=''}}\\n{{property name='Content 1 - Link text' assign='content1LinkText' default=''}}\\n{{property name='Content 1 - Link hyperlink' assign='content1LinkHyperlink' default=''}}\\n{{property name='Content 1 - Button text' assign='content1ButtonText' default=''}}\\n{{property name='Content 1 - Button hyperlink' assign='content1ButtonHyperlink' default=''}}\\n{{property name='Content 1 - Button color' assign='content1ButtonColor' default=''}}\\n{{property name='Content - BG color' assign='contentBGColor' default='ffffff'}}\\n{{property name='Content - Border color' assign='contentBorderColor' default='f3f3f3'}}\\n\\n{{$content2ImageFileResized = \\\"{{property|resize:'540' name='Content 2 - Image file' default=''}}\\\"}}\\n{{property name='Content 2 - Image file' assign='content2ImageFile' default=''}}\\n{{property name='Content 2 - Image title' assign='content2ImageTitle' default=''}}\\n{{property name='Content 2 - Image hyperlink' assign='content2ImageHyperlink' default=''}}\\n{{property name='Content 2 - Title' assign='content2Title' default=''}}\\n{{property name='Content 2 - Text' assign='content2Text' default=''}}\\n{{property name='Content 2 - Link text' assign='content2LinkText' default=''}}\\n{{property name='Content 2 - Link hyperlink' assign='content2LinkHyperlink' default=''}}\\n{{property name='Content 2 - Button text' assign='content2ButtonText' default=''}}\\n{{property name='Content 2 - Button hyperlink' assign='content2ButtonHyperlink' default=''}}\\n{{property name='Content 2 - Button color' assign='content2ButtonColor' default=''}}\\n\\n{{property name='Agenda 1 - Title' assign='agenda1Title' default=''}}\\n{{property name='Agenda 1 - Date' assign='agenda1Date' default=''}}\\n{{property name='Agenda 1 - Hyperlink' assign='agenda1Hyperlink' default=''}}\\n\\n{{property name='Agenda 2 - Title' assign='agenda2Title' default=''}}\\n{{property name='Agenda 2 - Date' assign='agenda2Date' default=''}}\\n{{property name='Agenda 2 - Hyperlink' assign='agenda2Hyperlink' default=''}}\\n\\n{{property name='Agenda 3 - Title' assign='agenda3Title' default=''}}\\n{{property name='Agenda 3 - Date' assign='agenda3Date' default=''}}\\n{{property name='Agenda 3 - Hyperlink' assign='agenda3Hyperlink' default=''}}\\n\\n{{property name='Agenda 4 - Title' assign='agenda4Title' default=''}}\\n{{property name='Agenda 4 - Date' assign='agenda4Date' default=''}}\\n{{property name='Agenda 4 - Hyperlink' assign='agenda4Hyperlink' default=''}}\\n\\n{{property name='Agenda 5 - Title' assign='agenda5Title' default=''}}\\n{{property name='Agenda 5 - Date' assign='agenda5Date' default=''}}\\n{{property name='Agenda 5 - Hyperlink' assign='agenda5Hyperlink' default=''}}\\n\\n-->\\n\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n     <tr>\\n       <td style=\\\"padding-top: 20px\\\">\\n\\n<!-- Content -->\\n <!-- wrapper -->\\n\\n\\n\\n            <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n              <tr>\\n                <td class=\\\"block\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;  color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" bgcolor=\\\"#FFFFFF\\\" valign=\\\"top\\\">\\n                  <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" bgcolor=\\\"{{$contentBGColor}}\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                      <!--{if $content1ImageFile !=''}-->\\n                      <tr>\\n                      <td class=\\\"block__image\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 0; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" bgcolor=\\\"{{$contentBGColor}}\\\" valign=\\\"top\\\">\\n                          <!--{if $content1ImageHyperlink !=''}--><a href=\\\"{{property name='Content 1 - Image hyperlink'}}\\\" alt=\\\"{{property name='Content 1 - Image title'}} - Image\\\" title=\\\"{{$content1ImageTitle}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"{{$content1ImageFileResized}}\\\" alt=\\\"{{$content1ImageTitle}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; outline: none; text-decoration: none; width: 100%; font-size: 16px;\\\"><!--{if $content1ImageHyperlink !=''}--></a><!--{/if}-->\\n                      </td>\\n                    </tr>\\n                    <!--{/if}-->  \\n                    \\n                     <!--{if ($content1Title !='') || ($content1Text !='')}-->\\n                    <tr>\\n                      <td class=\\\"padding-v\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 30px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"30\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_8.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 30px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"30\\\"></td>\\n                    </tr>\\n                      \\n                    <tr>\\n                        <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; padding-left: 30px; padding-right: 30px;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                          \\n                          <!--{if $content1Title !=''}-->\\n                            <h2 style=\\\"font-size: 28px; font-weight: 500; margin: 0 0 20px; padding: 0; line-height: 32px;\\\">{{$content1Title}}</h2>\\n                          <!--{/if}-->\\n                          \\n                          <!--{if $content1Text !=''}-->\\n                          <p style=\\\"margin: 0 0 25px; padding: 0;\\\">{{$content1Text}}</p>\\n                          <!--{/if}-->\\n                          \\n                          \\n                        <!--{if $content1LinkText !=''}-->\\n                        <div class=\\\"block__nice-link\\\">\\n                          <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                            <tr>\\n                              <td class=\\\"block__nice-link-img\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 36px;\\\" align=\\\"left\\\" valign=\\\"top\\\" width=\\\"36px\\\"><a href=\\\"{{property name='Content 1 - Link hyperlink'}}\\\" title=\\\"{{$content1LinkText}}\\\" alt=\\\"{{property name='Content 1 - Link text'}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-link_2.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 26px; line-height: 100%; outline: none; text-decoration: none; width: 26px !important;\\\" width=\\\"26px\\\" height=\\\"26px\\\"></a></td>\\n                                <td class=\\\"block__nice-link-a\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\"><div style=\\\"margin-top: 2px;\\\"><a href=\\\"{{property name='Content 1 - Link hyperlink'}}\\\" title=\\\"{{$content1LinkText}}\\\" alt=\\\"{{property name='Content 1 - Link text'}} - Text\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"> {{$content1LinkText}}</a></div></td>\\n                            </tr>\\n                          </table>\\n                        </div>\\n                         <!--{/if}-->\\n                          \\n                         \\n                          \\n                          \\n                        <!--{if $content1ButtonText !=''}-->\\n                        <table class=\\\"block__nice-button \\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; float: left; margin-right: 10px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                          <tr>\\n                              <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 24px; height: 45px; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"center\\\" height=\\\"45\\\" bgcolor=\\\"#{{$content1ButtonColor}}\\\" valign=\\\"center\\\"><a href=\\\"{{property name='Content 1 - Button hyperlink'}}\\\" title=\\\"{{$content1ButtonText}}\\\" alt=\\\"{{property name='Content 1 - Button text'}} - Button\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; display: inline-block; font-family: Helvetica, Arial, sans-serif; font-size: 16px; padding: 10px 20px; text-decoration: none;\\\">\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            {{$content1ButtonText}}\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            </a></td>\\n                          </tr>\\n                        </table>\\n            <!--{/if}-->\\n                          \\n                 \\n                      </td>\\n              \\n                    </tr>\\n                    <tr>\\n                      <td class=\\\"padding-v\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 30px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"30\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_9.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 30px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"30\\\"></td>\\n                    </tr>  \\n                    <!--{/if}-->  \\n                      \\n                      \\n                    <!--{if $content2ImageFile !=''}-->\\n                      <tr>\\n                      <td class=\\\"block__image\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 0; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" bgcolor=\\\"{{$contentBGColor}}\\\" valign=\\\"top\\\">\\n                          <!--{if $content2ImageHyperlink !=''}--><a href=\\\"{{property name='Content 2 - Image hyperlink'}}\\\" title=\\\"{{$content2ImageTitle}}\\\" alt=\\\"{{property name='Content 2 - Image title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"{{$content2ImageFileResized}}\\\" alt=\\\"{{$content2ImageTitle}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; outline: none; text-decoration: none; width: 100%; font-size: 16px;\\\"><!--{if $content2ImageHyperlink !=''}--></a><!--{/if}-->\\n                      </td>\\n                    </tr>\\n                    \\n                    <tr>\\n                      <td class=\\\"padding-v\\\" colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 30px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"30\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_10.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 30px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"30\\\"></td>\\n                    </tr>\\n                    <!--{/if}-->  \\n                    \\n                    <!--{if $content2Title !='' || $content2Text !=''}-->    \\n                    <tr>\\n                      <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; padding-left: 30px; padding-right: 30px;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                          \\n                          <!--{if $content2Title !=''}-->\\n                          <h2 style=\\\"font-size: 28px; font-weight: 500; margin: 0 0 20px; padding: 0; line-height: 32px;\\\">{{$content2Title}}</h2>\\n                          <!--{/if}-->\\n                          \\n                          <!--{if $content2Text !=''}-->\\n                          <p style=\\\"margin: 0 0 25px; padding: 0;\\\">{{$content2Text}}</p>\\n                          <!--{/if}-->\\n                          \\n                          \\n                          \\n            \\n                        <!--{if $content2LinkText !=''}-->\\n                        <div class=\\\"block__nice-link\\\">\\n                          <table class=\\\"template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                            <tr>\\n                              <td class=\\\"block__nice-link-img\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 36px;\\\" align=\\\"left\\\" valign=\\\"top\\\" width=\\\"36px\\\"><a href=\\\"{{property name='Content 2 - Link hyperlink'}}\\\" title=\\\"{{$content2LinkText}}\\\" alt=\\\"{{property name='Content 2 - Link text'}} - Text\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-link_4.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 26px; line-height: 100%; outline: none; text-decoration: none; width: 26px !important;\\\" width=\\\"26px\\\" height=\\\"26px\\\"></a></td>\\n                                <td class=\\\"block__nice-link-a\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\"><div style=\\\"margin-top: 2px;\\\"><a href=\\\"{{property name='Content 2 - Link hyperlink'}}\\\" title=\\\"{{$content2LinkText}}\\\" alt=\\\"{{property name='Content 2 - Link text'}} - Text\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"> {{$content2LinkText}}</a></div></td>\\n                            </tr>\\n                          </table>\\n                        </div>\\n                         <!--{/if}-->\\n                          \\n                          \\n                          \\n                          \\n                          \\n                        <!--{if $content2ButtonText !=''}-->\\n                        <table class=\\\"block__nice-button \\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; float: left; margin-right: 10px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                          <tr>\\n                              <td style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 24px; height: 45px; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"center\\\" height=\\\"45\\\" bgcolor=\\\"#{{$content2ButtonColor}}\\\" valign=\\\"center\\\"><a href=\\\"{{property name='Content 2 - Button hyperlink'}}\\\" title=\\\"{{$content2ButtonText}}\\\" alt=\\\"{{property name='Content 2 - Button text'}} - Button\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #FFFFFF; display: inline-block; font-family: Helvetica, Arial, sans-serif; font-size: 16px; padding: 10px 20px; text-decoration: none;\\\">\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            {{$content2ButtonText}}\\n                            <!--[if mso]>&nbsp;<![endif]-->\\n                            </a></td>\\n                          </tr>\\n                        </table>\\n                        <!--{/if}-->\\n                        \\n                      </td>\\n                        \\n                    </tr>\\n                    <!--{/if}-->   \\n                    \\n                    \\n                      \\n                    <!--{if $agenda1Title != ''}-->\\n                    <tr>\\n                      \\n                      <td colspan=\\\"3\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; padding-left: 30px; padding-right: 30px;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                        <table class=\\\"block__agenda template__table\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0; border-collapse: collapse !important; max-width: 540px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                              \\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda1Hyperlink != ''}--><a href=\\\"{{property name='Agenda 1 - Hyperlink'}}\\\" title=\\\"{{$agenda1Title}}\\\" alt=\\\"{{property name='Agenda 1 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_2.png\\\" alt=\\\"{{$agenda1Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda1Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda1Hyperlink != ''}--><a href=\\\"{{property name='Agenda 1 - Hyperlink'}}\\\" title=\\\"{{property name='Agenda 1 - Title'}} - Titel\\\" alt=\\\"{{$agenda1Title}}\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda1Title}}<!--{if $agenda1Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda1Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_11.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n               \\n\\n                          <!--{if $agenda2Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda2Hyperlink != ''}--><a href=\\\"{{property name='Agenda 2 - Hyperlink'}}\\\" title=\\\"{{$agenda2Title}}\\\" alt=\\\"{{property name='Agenda 2 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_3.png\\\" alt=\\\"{{$agenda2Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda2Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda2Hyperlink != ''}--><a href=\\\"{{property name='Agenda 2 - Hyperlink'}}\\\" title=\\\"{{$agenda2Title}}\\\" alt=\\\"{{property name='Agenda 1 - Title'}} - Titel\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda2Title}}<!--{if $agenda2Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda2Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_12.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n                        \\n                          <!--{if $agenda3Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda3Hyperlink != ''}--><a href=\\\"{{property name='Agenda 3 - Hyperlink'}}\\\" title=\\\"{{$agenda3Title}}\\\" alt=\\\"{{property name='Agenda 3 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_4.png\\\" alt=\\\"{{$agenda3Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda3Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda3Hyperlink != ''}--><a href=\\\"{{property name='Agenda 3 - Hyperlink'}}\\\" title=\\\"{{$agenda3Title}}\\\" alt=\\\"{{property name='Agenda 3 - Title'}} - Titel\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda3Title}}<!--{if $agenda3Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda3Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_13.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n\\n                          <!--{if $agenda4Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda4Hyperlink != ''}--><a href=\\\"{{property name='Agenda 4 - Hyperlink'}}\\\" title=\\\"{{$agenda4Title}}\\\" alt=\\\"{{property name='Agenda 4 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_5.png\\\" alt=\\\"{{$agenda4Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda4Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda4Hyperlink != ''}--><a href=\\\"{{property name='Agenda 4 - Hyperlink'}}\\\" title=\\\"{{$agenda4Title}}\\\" alt=\\\"{{property name='Agenda 4 - Title'}} - Titel\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda4Title}}<!--{if $agenda4Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda4Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_14.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n\\n                          <!--{if $agenda5Title != ''}-->\\n                          <tr>\\n                            <td class=\\\"block__agenda-icon\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0; width: 45px;\\\" align=\\\"left\\\" valign=\\\"top\\\"><!--{if $agenda5Hyperlink != ''}--><a href=\\\"{{property name='Agenda 5 - Hyperlink'}}\\\" title=\\\"{{$agenda5Title}}\\\" alt=\\\"{{property name='Agenda 5 - Title'}} - Image\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\\"><!--{/if}--><img src=\\\"https://cdn.myclang.com/public/mokup/feb1aa089ee5f4235d8313278baab27a/icon-agenda_6.png\\\" alt=\\\"{{$agenda5Title}}\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;\\\"><!--{if $agenda5Hyperlink != ''}--></a><!--{/if}--></td>\\n                            <td class=\\\"block__agenda-content\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\">\\n                              <div class=\\\"block__agenda-title\\\" style=\\\"color: #0000FF;\\\"><!--{if $agenda5Hyperlink != ''}--><a href=\\\"{{property name='Agenda 5 - Hyperlink'}}\\\" title=\\\"{{$agenda5Title}}\\\" alt=\\\"{{property name='Agenda 5 - Title'}} - Titel\\\" target=\\\"_blank\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0000FF; text-decoration: none;\\\"><!--{/if}-->{{$agenda5Title}}<!--{if $agenda5Hyperlink != ''}--></a><!--{/if}--></div>\\n                              <div class=\\\"block__agenda-date\\\" style=\\\"font-size: 12px; line-height: 1em;\\\">{{$agenda5Date}}</div>\\n                            </td>\\n                          </tr>\\n                          <tr>\\n                            <td class=\\\"padding-v\\\" colspan=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #4D4D4D; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; height: 28px; line-height: 150%; mso-line-height-rule: exactly; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;\\\" align=\\\"left\\\" valign=\\\"top\\\" height=\\\"28\\\"><img src=\\\"https://cdn.myclang.com/public/mokup/c1a27d8c69502fb40e33cdd789694ad9/spacer_15.gif\\\" alt=\\\"\\\" style=\\\"-ms-interpolation-mode: bicubic; border: 0; height: 28px; line-height: 100%; outline: none; text-decoration: none; width: 100%;\\\" height=\\\"28\\\"></td>\\n                          </tr>\\n                          <!--{/if}-->\\n                        \\n                        </table>\\n                      \\n                      </td>   \\n                       \\n                    </tr>\\n                    <!--{/if}-->\\n                      \\n                  </table>\\n                  \\n                    \\n                    \\n                </td>  \\n              </tr>  \\n            </table>\\n <!-- /Content -->\\n\\t\\t</td>\\n    </tr>\\n</table>\\n <!-- /wrapper -->\\n\\n\",\n    \"allowed_in_page\": false,\n    \"allowed_in_email\": true\n}"}],"_postman_id":"0649a1bd-00c5-46ab-aab5-e303b8405ced"},{"name":"9. Layouts - Get  specific layout by id within object","id":"1801f495-ccf7-49f9-a2ff-5117b786bd28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 978,\n    \"name\": \"Default layout\",\n    \"href\": \"https://mokup.deployteq.net/app/api/rest/public/v2/content/objects/678/layouts/978\",\n    \"layout\": \"Template 1 body-object-local, default layout<br/>\\n<a href=\\\"https://www.deployteq.com/\\\" alt=\\\"Website\\\" rel=\\\"Website\\\" target=\\\"_blank\\\"></a>\",\n    \"allowed_in_page\": false,\n    \"allowed_in_email\": true\n}"},"url":"https://deployteq.net/app/api/rest/public/v2/content/objects/{{objectId}}/layouts/{{layoutId}}?token={{token}}","description":"<p>The <code>name</code>, <code>layout</code>, <code>allowed_in_page</code>, and <code>allowed_in_email</code> elements of a layout can be updated.</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","objects","{{objectId}}","layouts","{{layoutId}}"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"}],"variable":[]}},"response":[],"_postman_id":"1801f495-ccf7-49f9-a2ff-5117b786bd28"}],"id":"357ddd1a-73f5-4863-b189-7a7d4d5ff242","description":"<p>It is possible to retrieve all layouts for a specific brand, or to retrieve the details of a specific layout using a layout ID.</p>\n<p>The <code>name</code>, <code>layout</code>, <code>allowed_in_page</code>, and <code>allowed_in_email</code> fields of a layout can be updated.</p>\n<p>Layout properties:</p>\n<ul>\n<li><p>id <code>int</code></p>\n<ul>\n<li>The ID of the layout. This can be used to retrieve information for a specific layout.</li>\n</ul>\n</li>\n<li><p>name <code>string</code></p>\n<ul>\n<li>The name of the layout.</li>\n</ul>\n</li>\n<li><p>href <code>string</code></p>\n<ul>\n<li>The endpoint of the layout (excluding the token).</li>\n</ul>\n</li>\n<li><p>layout <code>string</code></p>\n<ul>\n<li>The content of a layout variation.</li>\n</ul>\n</li>\n<li><p>allowed_in_page <code>boolean</code></p>\n<ul>\n<li>true/false</li>\n</ul>\n</li>\n<li><p>allowed_in_email <code>boolean</code></p>\n<ul>\n<li>true/false</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"4eabf248-33b7-4cb1-8096-85228e2b7a6d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"abf66b32-4ba6-44e8-82e6-42628e3d98e5","type":"text/javascript","exec":[""]}}],"_postman_id":"357ddd1a-73f5-4863-b189-7a7d4d5ff242"},{"name":"Emails","item":[{"name":"Get emails by id","id":"f794b25b-7dc9-49fb-a448-db5b6331cea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://deployteq.net/app/api/rest/public/v2/content/emails/1?token={{token}}","description":"<p>Get all the information about a specific email based on the unique Clang id</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","emails","1"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"a80e807d-1d24-487f-9066-afe27ce040b2","name":"Get emails by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.deployteq.net/app/api/rest/public/v2/content/emails/1?token={{token}}","protocol":"https","host":["api","deployteq","net"],"path":["app","api","rest","public","v2","content","emails","1"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 29 May 2020 12:41:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Optin Confirmation\",\n    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1\",\n    \"objects\": [\n        {\n            \"id\": 1,\n            \"name\": \"ZZ. Header\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/1\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/1/layouts/1\"\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"ZZ. Preheader\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/2\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/2/layouts/2\"\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Banner Full color\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4/layouts/5\"\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Image with text\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4/layouts/6\"\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"Image with text (modifier)\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4/layouts/7\"\n                },\n                {\n                    \"id\": 82,\n                    \"name\": \"Copy of Image with text (modifier)\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4/layouts/82\"\n                }\n            ]\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Text\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/11\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/11/layouts/17\"\n                }\n            ]\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Title and subtitle\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/12\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 18,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/12/layouts/18\"\n                }\n            ]\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Title, text, button, image\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/13\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 19,\n                    \"name\": \"Image left\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/13/layouts/19\"\n                },\n                {\n                    \"id\": 20,\n                    \"name\": \"Image right\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/13/layouts/20\"\n                }\n            ]\n        },\n        {\n            \"id\": 14,\n            \"name\": \"ZZ. Caption\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/14\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 21,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/14/layouts/21\"\n                }\n            ]\n        },\n        {\n            \"id\": 15,\n            \"name\": \"ZZ. Footer\",\n            \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/15\",\n            \"is_global\": false,\n            \"layouts\": [\n                {\n                    \"id\": 22,\n                    \"name\": \"Default layout\",\n                    \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/15/layouts/22\"\n                }\n            ]\n        }\n    ],\n    \"from_address\": \"simon@e-village.nl\",\n    \"from_name\": \"Mok-Up\",\n    \"reply_to_address\": \"simon@e-village.nl\",\n    \"reply_to_name\": \"Mok-Up\",\n    \"subject\": \"Maak je aanmelding compleet\",\n    \"html\": \"<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\n<head>\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n<!--[if !mso]><!-->\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<!--<![endif]-->\\n<meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\" />\\n<meta name=\\\"format-detection\\\" content=\\\"telephone=no\\\" />\\n<link rel=\\\"shortcut icon\\\" href=\\\"path/to/your/images/favicon.ico\\\" type=\\\"image/x-icon\\\" />\\n<title>{{$brand.Brandname}}</title>\\n\\n<style type=\\\"text/css\\\">\\n#outlook a { \\npadding: 0;\\n} \\nbody {\\nmargin: 0 !important; \\npadding: 0;\\nmin-width: 100% !important;\\nbackground-color: #ffffff;\\n}\\np {\\nmargin: 0;\\npadding: 0;\\n}\\n.webkit {\\nmax-width: 600px;\\nmargin: 0 auto;\\n}\\n.wrapper {\\nwidth: 100% !important;\\ntable-layout: fixed;\\n-webkit-font-smoothing: antialiased;\\n-webkit-text-size-adjust: 100%;\\n-ms-text-size-adjust: 100%;\\n}\\ntable {\\nborder-collapse: collapse;\\nmso-table-lspace: 0pt;\\nmso-table-rspace: 0pt;\\n}\\ntable td {\\nborder-collapse: collapse;\\n}\\n.ExternalClass * {\\nline-height: 100%;\\n}\\na, a:link, a:visited, a:hover {\\ncolor: #424242;\\ntext-decoration: underline;\\n}\\na[x-apple-data-detectors] {\\ncolor: inherit !important;\\ntext-decoration: none !important;\\nfont-size: inherit !important;\\nfont-family: inherit !important;\\nfont-weight: inherit !important;\\nline-height: inherit !important;\\n}\\nimg {\\ndisplay: block;\\nmargin: 0;\\npadding: 0;\\nborder: 0;\\nheight: auto;\\nline-height: 100%;\\noutline: none;\\ntext-decoration: none;\\n-ms-interpolation-mode: bicubic;\\n}\\ndiv[style*=\\\"margin: 16px 0\\\"] {\\nmargin: 0 !important;\\n}\\n</style>\\n<style type=\\\"text/css\\\">\\n@media only screen and (max-width: 639px) {\\na[x-apple-data-detectors] {\\ncolor: inherit !important;\\ntext-decoration: none !important;\\nfont-size: inherit !important;\\nfont-family: inherit !important;\\nfont-weight: inherit !important;\\nline-height: inherit !important;\\n}\\n.width_100pc {\\nwidth: 100% !important;\\nmax-width: 100% !important;\\n}\\n.height_auto {\\nheight: auto !important;\\n}\\n.hide_on_mobile {\\ndisplay: none !important;\\n}\\n.show_on_mobile {\\ndisplay: block !important;\\nwidth: auto !important;\\nmax-height: inherit !important;\\noverflow: visible !important;\\nfloat: none !important;\\n}\\n}\\n</style>\\n<style type=\\\"text/css\\\">\\n@media screen and (min-width:641px) {\\n.container {\\nwidth: 640px !important;\\n}\\n}\\n</style>\\n<!--[if gte mso 9]><xml>\\n<o:OfficeDocumentSettings>\\n<o:AllowPNG/>\\n<o:PixelsPerInch>96</o:PixelsPerInch>\\n</o:OfficeDocumentSettings>\\n</xml><![endif]-->\\n<!--[if gte mso 16]>\\n<style type=\\\"text/css\\\" media=\\\"all\\\">\\ntr {\\nfont-size:1px;\\nmso-line-height-alt: 0;\\nmso-margin-top-alt: 1px;\\n}\\n</style>\\n<![endif]-->\\n</head>\\n<body>\\n{{zone name='Preheader' allowed_layouts='1[*],2[*]'}}\\n{{zone name='Header' allowed_layouts='3[*],4[*],5[*],1[*]'}}\\n{{zone name='Headline' allowed_layouts='3[*],4[*],5[*],6[*]'}}\\n{{zone name='Content 01' allowed_layouts='7[*],3[*],4[*],8[*],5[*],727[*],9[*],10[*],11[*],12[*],13[*]'}}\\n{{zone name='Content 02' allowed_layouts='7[*],3[*],4[*],199[*],8[*],5[*],10[*],11[*],12[*],13[*]'}}\\n<table class=\\\"wrapper\\\" bgcolor=\\\"#FFFFFF\\\" width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tr>\\n<td colspan=\\\"3\\\" height=\\\"30\\\" style=\\\"height: 30px; max-height: 30px; font-size:1px; mso-line-height-rule:exactly; line-height:1px;\\\">&nbsp;</td>\\n</tr>\\n</table>\\n{{zone name='Footer' allowed_layouts='14[*],15[*]'}}\\n</body>\\n</html>\",\n    \"plain_text\": \"{{$brand.Brandname}} heeft je een e-mail in HTML-opmaak gestuurd. Het kan zijn dat je e-mailclient dit niet ondersteunt of dat je HTML hebt uitgeschakeld in je instellingen.\\n\\nKlik hieronder om de online versie van deze e-mail te bekijken:\\n{{viewurl}}\\n\\nKlik hieronder om je af te melden:\\n{{unsubscribe}}\\n\\nMet vriendelijke groet,\\n{{$brand.Brandname}}\\n\\n----------------------------------------------------------------\\n\\n{{$brand.Brandname}} has sent you an e-mail in HTML format. However it seems that your e-mail client does not support HTNL, or your HTML settings are not allowing you to view HTML.\\n\\nPlease click here to view the online version of this e-mail.\\n{{viewurl}}\\n\\nUnsubscribe:\\n{{unsubscribe}}\\n\\nKind regards,\\n{{$brand.Brandname}}\\n\",\n    \"mailing_type\": \"\",\n    \"public_base_url_id\": 0,\n    \"created_by\": \"Miranda Blom\",\n    \"created_at\": \"2017-08-01T16:19:55+02:00\",\n    \"modified_by\": \"Miranda Blom\",\n    \"modified_at\": \"2019-12-17T13:05:49+01:00\"\n}"}],"_postman_id":"f794b25b-7dc9-49fb-a448-db5b6331cea4"},{"name":"Get all emails","id":"27898ee1-001b-4966-a4d4-e61cde5391f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://deployteq.net/app/api/rest/public/v2/content/emails?token={{token}}","description":"<p>Get all emails based on an zone template</p>\n","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","emails"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"477cf5e4-e72f-4036-8d43-031bd9baad77","name":"Get all emails","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.deployteq.net/app/api/rest/public/v2/content/emails?token={{token}}","protocol":"https","host":["api","deployteq","net"],"path":["app","api","rest","public","v2","content","emails"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 29 May 2020 12:40:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Optin Confirmation\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Title and subtitle\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/12\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 18,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/12/layouts/18\"\n                    }\n                ]\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Title, text, button, image\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/13\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 19,\n                        \"name\": \"Image left\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/13/layouts/19\"\n                    },\n                    {\n                        \"id\": 20,\n                        \"name\": \"Image right\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/13/layouts/20\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/1/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Invoice Comment\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Banner\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/3\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/3/layouts/3\"\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"New layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/3/layouts/4\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 7,\n                \"name\": \"2columns - Image, title, text, price, button\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/7\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 12,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/7/layouts/12\"\n                    },\n                    {\n                        \"id\": 83,\n                        \"name\": \"Copy of Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/7/layouts/83\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/2/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Order confirmation\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Divider\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/8\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 13,\n                        \"name\": \"Divider - Line\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/8/layouts/13\"\n                    },\n                    {\n                        \"id\": 14,\n                        \"name\": \"Divider - Triangle\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/8/layouts/14\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/3/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Order Comment\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 7,\n                \"name\": \"2columns - Image, title, text, price, button\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/7\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 12,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/7/layouts/12\"\n                    },\n                    {\n                        \"id\": 83,\n                        \"name\": \"Copy of Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/7/layouts/83\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/4/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Shipment\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 7,\n                \"name\": \"2columns - Image, title, text, price, button\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/7\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 12,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/7/layouts/12\"\n                    },\n                    {\n                        \"id\": 83,\n                        \"name\": \"Copy of Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/7/layouts/83\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/5/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Get products from Magento\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 7,\n                \"name\": \"2columns - Image, title, text, price, button\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/7\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 12,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/7/layouts/12\"\n                    },\n                    {\n                        \"id\": 83,\n                        \"name\": \"Copy of Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/7/layouts/83\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/8/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Review with products\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Divider\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/8\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 13,\n                        \"name\": \"Divider - Line\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/8/layouts/13\"\n                    },\n                    {\n                        \"id\": 14,\n                        \"name\": \"Divider - Triangle\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/8/layouts/14\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/9/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Simple review\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Divider\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/8\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 13,\n                        \"name\": \"Divider - Line\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/8/layouts/13\"\n                    },\n                    {\n                        \"id\": 14,\n                        \"name\": \"Divider - Triangle\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/8/layouts/14\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/10/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 11,\n        \"name\": \"Facebook mok versieren\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Banner\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/3\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/3/layouts/3\"\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"New layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/3/layouts/4\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 7,\n                \"name\": \"2columns - Image, title, text, price, button\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/7\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 12,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/7/layouts/12\"\n                    },\n                    {\n                        \"id\": 83,\n                        \"name\": \"Copy of Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/7/layouts/83\"\n                    }\n                ]\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Divider\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/8\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 13,\n                        \"name\": \"Divider - Line\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/8/layouts/13\"\n                    },\n                    {\n                        \"id\": 14,\n                        \"name\": \"Divider - Triangle\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/8/layouts/14\"\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Small image, title, text, price, button\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/10\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 16,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/10/layouts/16\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/11/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Newsletter wk 28\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Title and subtitle\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/12\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 18,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/12/layouts/18\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/12/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 19,\n        \"name\": \"RSS Feed TopVintage\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19\",\n        \"objects\": [\n            {\n                \"id\": 118,\n                \"name\": \"Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/118\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 172,\n                        \"name\": \"Header logo + image\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/118/layouts/172\"\n                    },\n                    {\n                        \"id\": 173,\n                        \"name\": \"Header logo\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/118/layouts/173\"\n                    }\n                ]\n            },\n            {\n                \"id\": 119,\n                \"name\": \"Intro\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/119\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 174,\n                        \"name\": \"Intro\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/119/layouts/174\"\n                    }\n                ]\n            },\n            {\n                \"id\": 120,\n                \"name\": \"Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/120\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 175,\n                        \"name\": \"Preheader\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/120/layouts/175\"\n                    }\n                ]\n            },\n            {\n                \"id\": 121,\n                \"name\": \"4 products\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/121\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 176,\n                        \"name\": \"4 products\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/121/layouts/176\"\n                    }\n                ]\n            },\n            {\n                \"id\": 122,\n                \"name\": \"50-50 image\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/122\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 177,\n                        \"name\": \"50-50- image left\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/122/layouts/177\"\n                    },\n                    {\n                        \"id\": 178,\n                        \"name\": \"50-50- image right\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/122/layouts/178\"\n                    }\n                ]\n            },\n            {\n                \"id\": 128,\n                \"name\": \"Footer - personal\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/128\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 184,\n                        \"name\": \"Footer - personal\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/128/layouts/184\"\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"name\": \"Footer - Social\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/129\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 185,\n                        \"name\": \"Footer - Social\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/129/layouts/185\"\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"name\": \"Footer - USP\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/130\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 186,\n                        \"name\": \"Footer - USP\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/19/objects/130/layouts/186\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 26,\n        \"name\": \"Test\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/26\",\n        \"objects\": []\n    },\n    {\n        \"id\": 27,\n        \"name\": \"Newsletter\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/27/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 30,\n        \"name\": \"TEST - uitnodigingsmail\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/30\",\n        \"objects\": [\n            {\n                \"id\": 193,\n                \"name\": \"Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/30/objects/193\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 276,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/30/objects/193/layouts/276\"\n                    }\n                ]\n            },\n            {\n                \"id\": 195,\n                \"name\": \"Content + Large Image\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/30/objects/195\",\n                \"is_global\": true,\n                \"layouts\": [\n                    {\n                        \"id\": 278,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/30/objects/195/layouts/278\"\n                    },\n                    {\n                        \"id\": 279,\n                        \"name\": \"P geen margin\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/30/objects/195/layouts/279\"\n                    }\n                ]\n            },\n            {\n                \"id\": 196,\n                \"name\": \"Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/30/objects/196\",\n                \"is_global\": true,\n                \"layouts\": [\n                    {\n                        \"id\": 280,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/30/objects/196/layouts/280\"\n                    },\n                    {\n                        \"id\": 281,\n                        \"name\": \"Copy of Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/30/objects/196/layouts/281\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 32,\n        \"name\": \"countdown\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/32/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 83,\n        \"name\": \"Nieuwe e-mail\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 7,\n                \"name\": \"2columns - Image, title, text, price, button\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/7\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 12,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/7/layouts/12\"\n                    },\n                    {\n                        \"id\": 83,\n                        \"name\": \"Copy of Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/7/layouts/83\"\n                    }\n                ]\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Divider\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/8\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 13,\n                        \"name\": \"Divider - Line\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/8/layouts/13\"\n                    },\n                    {\n                        \"id\": 14,\n                        \"name\": \"Divider - Triangle\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/8/layouts/14\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Title and subtitle\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/12\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 18,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/12/layouts/18\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/83/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 84,\n        \"name\": \"Welkom bij Clang\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/84/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 86,\n        \"name\": \"Mail NL\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/86/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 87,\n        \"name\": \"Mail BE\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/87/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 88,\n        \"name\": \"Mail FR\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/88/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 89,\n        \"name\": \"Mail EN\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/89/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 90,\n        \"name\": \"Prijswijziging 2019\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/90/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 129,\n        \"name\": \"JSON in klantveld\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/129/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 133,\n        \"name\": \"Manual Feed TopVintage\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133\",\n        \"objects\": [\n            {\n                \"id\": 118,\n                \"name\": \"Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/118\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 172,\n                        \"name\": \"Header logo + image\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/118/layouts/172\"\n                    },\n                    {\n                        \"id\": 173,\n                        \"name\": \"Header logo\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/118/layouts/173\"\n                    }\n                ]\n            },\n            {\n                \"id\": 119,\n                \"name\": \"Intro\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/119\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 174,\n                        \"name\": \"Intro\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/119/layouts/174\"\n                    }\n                ]\n            },\n            {\n                \"id\": 120,\n                \"name\": \"Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/120\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 175,\n                        \"name\": \"Preheader\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/120/layouts/175\"\n                    }\n                ]\n            },\n            {\n                \"id\": 121,\n                \"name\": \"4 products\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/121\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 176,\n                        \"name\": \"4 products\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/121/layouts/176\"\n                    }\n                ]\n            },\n            {\n                \"id\": 122,\n                \"name\": \"50-50 image\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/122\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 177,\n                        \"name\": \"50-50- image left\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/122/layouts/177\"\n                    },\n                    {\n                        \"id\": 178,\n                        \"name\": \"50-50- image right\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/122/layouts/178\"\n                    }\n                ]\n            },\n            {\n                \"id\": 128,\n                \"name\": \"Footer - personal\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/128\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 184,\n                        \"name\": \"Footer - personal\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/128/layouts/184\"\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"name\": \"Footer - Social\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/129\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 185,\n                        \"name\": \"Footer - Social\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/129/layouts/185\"\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"name\": \"Footer - USP\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/130\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 186,\n                        \"name\": \"Footer - USP\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/133/objects/130/layouts/186\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 145,\n        \"name\": \"Back in Stock\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/145/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 148,\n        \"name\": \"Abandonedcart\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/148/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 149,\n        \"name\": \"Abandonedcart\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/149/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 220,\n        \"name\": \"Response GET\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/220/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 222,\n        \"name\": \"Aanmelding alert\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/222/objects/14/layouts/21\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 224,\n        \"name\": \"rss\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Feeds RSS\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/9\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 15,\n                        \"name\": \"Vacatures\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/9/layouts/15\"\n                    },\n                    {\n                        \"id\": 1177,\n                        \"name\": \"Auto's\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/9/layouts/1177\"\n                    },\n                    {\n                        \"id\": 1178,\n                        \"name\": \"print_r\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/9/layouts/1178\"\n                    },\n                    {\n                        \"id\": 1179,\n                        \"name\": \"Auto's pretty\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/9/layouts/1179\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/224/objects/14/layouts/21\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 225,\n        \"name\": \"vacatures\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225\",\n        \"objects\": [\n            {\n                \"id\": 1,\n                \"name\": \"ZZ. Header\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/1\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/1/layouts/1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/2\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/2/layouts/2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Banner Full color\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/4\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/4/layouts/5\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Image with text\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/4/layouts/6\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/4/layouts/7\"\n                    },\n                    {\n                        \"id\": 82,\n                        \"name\": \"Copy of Image with text (modifier)\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/4/layouts/82\"\n                    }\n                ]\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Feeds RSS\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/9\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 15,\n                        \"name\": \"Vacatures\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/9/layouts/15\"\n                    },\n                    {\n                        \"id\": 1177,\n                        \"name\": \"Auto's\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/9/layouts/1177\"\n                    },\n                    {\n                        \"id\": 1178,\n                        \"name\": \"print_r\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/9/layouts/1178\"\n                    },\n                    {\n                        \"id\": 1179,\n                        \"name\": \"Auto's pretty\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/9/layouts/1179\"\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Text\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/11\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 17,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/11/layouts/17\"\n                    }\n                ]\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/14\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 21,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/14/layouts/21\"\n                    }\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/15\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 22,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/225/objects/15/layouts/22\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 231,\n        \"name\": \"Confirmation\",\n        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231\",\n        \"objects\": [\n            {\n                \"id\": 895,\n                \"name\": \"ZZ. Preheader\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231/objects/895\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1286,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231/objects/895/layouts/1286\"\n                    }\n                ]\n            },\n            {\n                \"id\": 896,\n                \"name\": \"Banner\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231/objects/896\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1287,\n                        \"name\": \"New layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231/objects/896/layouts/1287\"\n                    },\n                    {\n                        \"id\": 1303,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231/objects/896/layouts/1303\"\n                    }\n                ]\n            },\n            {\n                \"id\": 907,\n                \"name\": \"ZZ. Footer\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231/objects/907\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1288,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231/objects/907/layouts/1288\"\n                    }\n                ]\n            },\n            {\n                \"id\": 908,\n                \"name\": \"ZZ. Caption\",\n                \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231/objects/908\",\n                \"is_global\": false,\n                \"layouts\": [\n                    {\n                        \"id\": 1285,\n                        \"name\": \"Default layout\",\n                        \"href\": \"https://mokup.login.myclang.com/app/api/rest/public/v2/content/emails/231/objects/908/layouts/1285\"\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"27898ee1-001b-4966-a4d4-e61cde5391f4"}],"id":"c8ae99ac-f8bd-4174-b33a-6bc29b95bc30","description":"<p>Get all emails based on an zone template</p>\n","_postman_id":"c8ae99ac-f8bd-4174-b33a-6bc29b95bc30"},{"name":"Get Email Preview","item":[{"name":"Get Renderd Version","id":"c1adab56-8a46-4740-9dd7-938602eb5da7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://deployteq.net/app/api/rest/public/v2/content/emails/:newContentId/rendered?token={{token}}","urlObject":{"protocol":"https","path":["app","api","rest","public","v2","content","emails",":newContentId","rendered"],"host":["deployteq","net"],"query":[{"description":{"content":"<p>Deployteq API token</p>\n","type":"text/plain"},"key":"token","value":"{{token}}"}],"variable":[{"description":{"content":"<p>New contentid which can be retrieved from the interface</p>\n","type":"text/plain"},"type":"any","value":"631","key":"newContentId"}]}},"response":[],"_postman_id":"c1adab56-8a46-4740-9dd7-938602eb5da7"}],"id":"602efad5-1afc-47d5-933d-afa716229624","description":"<p>This method will retrieve the renderd content, this content will be anonymous. Any dynamic blocks will show the default layout and personal merge fields will be replaced.</p>\n","event":[{"listen":"prerequest","script":{"id":"e628d25a-1089-45fa-8a5a-3db2c6e2fc16","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bc54efec-7093-4ebf-9852-57ae25c3c0f2","type":"text/javascript","exec":[""]}}],"_postman_id":"602efad5-1afc-47d5-933d-afa716229624"}],"event":[{"listen":"prerequest","script":{"id":"ba5f7627-e4d3-4277-b25a-3db8bb49cd25","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"285a1370-0056-468c-a194-6031d0bac041","type":"text/javascript","exec":[""]}}]}