{"info":{"_postman_id":"d454ee58-6823-438c-bdbe-13c3c7022e6c","name":"Frogmi Public API","description":"<html><head></head><body><img src=\"https://assets-frogmi.s3.us-east-1.amazonaws.com/public/logos/logo-frogmi-black.png\" alt=\"Frogmi Developer API Documentation\">\n\n<p>Welcome to Frogmi's API.</p>\n<h1 id=\"api-keys\">API Keys</h1>\n<p>You'll need your API keys, so go to <code>Company Setup</code> - <code>API</code> on <a href=\"https://neo.frogmi.com\">https://neo.frogmi.com</a> if you don't have it.</p>\n<p>Think of your token as a password:</p>\n<ul>\n<li><p>Store it securely</p>\n</li>\n<li><p>Don't share it with anyone outside of your organization.</p>\n</li>\n<li><p>Don't put it in any code on your website or in a Url that someone could find.</p>\n</li>\n</ul>\n<p>This API is using <a href=\"http://jsonapi.org/format/1.0/\">jsonapi 1.0</a> to format response.</p>\n<h1 id=\"environments\">Environments</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>API Base Url</th>\n<th>Web App Url</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Sandbox</td>\n<td><a href=\"https://api-staging.frogmi.com/\">https://api-staging.frogmi.com/</a></td>\n<td><a href=\"https://neo-staging.frogmi.com\">https://neo-staging.frogmi.com</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.frogmi.com/\">https://api.frogmi.com/</a></td>\n<td><a href=\"https://neo.frogmi.com/\">https://neo.frogmi.com/</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>Notes:</p>\n<ul>\n<li><p>Your platform will have separate API keys for each environment.</p>\n</li>\n<li><p>Data created or modified in each environment will not affect the other.</p>\n</li>\n<li><p>Data cannot be transfered from one environment to the other.</p>\n</li>\n</ul>\n<h2 id=\"parameters\">Parameters</h2>\n<h4 id=\"filtering\">Filtering</h4>\n<p>Allows to delimit and/or specify the wich results are expected considering the information provided.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>yes</td>\n<td><code>period</code></td>\n<td>Hash</td>\n<td></td>\n</tr>\n<tr>\n<td>yes</td>\n<td><code>period.from</code></td>\n<td>DateTime</td>\n<td>Period from considering ISO-8601</td>\n</tr>\n<tr>\n<td>yes</td>\n<td><code>period.to</code></td>\n<td>DateTime</td>\n<td>Period to considering ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>stores</code></td>\n<td>Array[String]</td>\n<td>Array with activity UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>users</code></td>\n<td>Array[String]</td>\n<td>Array with user UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>zones</code></td>\n<td>Array[String]</td>\n<td>Array with zone UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>brands</code></td>\n<td>Array[String]</td>\n<td>Array with brand UUID</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"filters\": {\n    \"period\": {\n      \"from\": \"2018-08-01T12:00:00-04:00\",\n      \"to\": \"2018-08-02T12:00:00-04:00\"\n    },\n    \"stores\": [\n      \"4df5b05b-3da4-4f3f-9ff3-d74841dc8f03\",\n      \"dc7d8890-e2a7-4896-8b38-1c731ed03261\"\n    ]\n  }\n}\n\n</code></pre><h4 id=\"pagination\">Pagination</h4>\n<p>Allows to specify the how to paginate the results. Please consider as limit for <code>per_page</code>: 1000 results.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>yes</td>\n<td><code>pagination</code></td>\n<td>Hash</td>\n<td></td>\n</tr>\n<tr>\n<td>yes</td>\n<td><code>pagination.page</code></td>\n<td>Integer</td>\n<td>Current page</td>\n</tr>\n<tr>\n<td>yes</td>\n<td><code>pagination.per_page</code></td>\n<td>Integer</td>\n<td>Amount of results per page</td>\n</tr>\n</tbody>\n</table>\n</div><p>Most of endpoints will have a <code>pagination</code> with info about how to access to next batch info.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"pagination\": {\n    \"current_page\": 1,\n    \"total\": 100,\n    \"next_uri\": \"/api/v3/store_beat/activities?page=2\",\n    \"prev_uri\": null\n}\n\n</code></pre><h1 id=\"questionscommentssuggestions\">Questions/Comments/Suggestions</h1>\n<p>If you have any questions or comments, contact Frogmi support at <a href=\"https://mailto:soporte@frogmi.com\">soporte@frogmi.com</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Keys","slug":"api-keys"},{"content":"Environments","slug":"environments"},{"content":"Questions/Comments/Suggestions","slug":"questionscommentssuggestions"}],"owner":"1146776","collectionId":"d454ee58-6823-438c-bdbe-13c3c7022e6c","publishedId":"RWTrPH5C","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-28T16:52:39.000Z"},"item":[{"name":"Company Data","item":[{"name":"Stores","item":[{"name":"Get Stores","event":[{"listen":"test","script":{"id":"e7727449-4795-4349-be9f-7ec569936e84","exec":["// set random store uuid","if (pm.response.code === 200) {","    const idx = Math.floor(Math.random()*pm.response.json().data.length);","    pm.environment.set('store_uuid', pm.response.json().data[idx].id);","}","","pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"8a8f86b1-114f-4559-bbf9-6987c57f664b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/stores","description":"<p>Get all Stores that your platform has access to.</p>\n<p>Store has relationship with brands and zones. You can use <code>include</code> in order to fetch this data in the same request. Look at example more details.</p>\n","urlObject":{"path":["api","v3","stores"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"45ebb2ae-4b33-4b4d-9865-81d7ac3c4382","name":"include=zones","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/stores?include=zones","host":["{{API_HOST}}"],"path":["api","v3","stores"],"query":[{"key":"include","value":"zones"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 24 Oct 2018 18:53:14 GMT"},{"key":"ETag","value":"W/\"2ca8a433ffeecb85d22ba9814b05ce7b\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"2ebc1e6bbd6716c923fd6f0b8fb47976"},{"key":"X-Request-Id","value":"2ebc1e6bbd6716c923fd6f0b8fb47976"},{"key":"X-Runtime","value":"0.498167"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"497"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"355c229c-db43-4c55-a269-6e75aefeae0e\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"Example Store North\",\n                \"code\": \"ST001\",\n                \"active\": false,\n                \"coordinates\": {\n                    \"latitude\": -33.4645,\n                    \"longitude\": -70.6986\n                },\n                \"created_at\": \"2016-12-14T18:48:56Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/stores/355c229c-db43-4c55-a269-6e75aefeae0e\"\n            },\n            \"relationships\": {\n                \"brands\": {\n                    \"data\": {\n                        \"id\": \"b45075e6-92fb-43dd-b569-d0e06b20127d\",\n                        \"type\": \"brands\"\n                    }\n                },\n                \"zones\": {\n                    \"data\": {\n                        \"id\": \"9c714c07-d804-4184-96a9-f61813de776e\",\n                        \"type\": \"zones\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"9c714c07-d804-4184-96a9-f61813de776e\",\n            \"type\": \"zones\",\n            \"attributes\": {\n                \"name\": \"METROPOLITANA\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/zones/9c714c07-d804-4184-96a9-f61813de776e\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 5632,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/stores?include[]=zones&per_page=1&page=2\",\n        \"first\": \"https://neo.frogmi.com/api/v3/stores?include[]=zones&per_page=1&page=1\",\n        \"last\": \"https://neo.frogmi.com/api/v3/stores?include[]=zones&per_page=1&page=5632\",\n        \"self\": \"https://neo.frogmi.com/api/v3/stores?include[]=zones&per_page=1&page=1\"\n    }\n}"},{"id":"dc05a7a3-5601-462f-b648-513dd2986404","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 17 Oct 2018 17:24:09 GMT"},{"key":"ETag","value":"W/\"10b0627301240eb770b577de6b368320\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"60bb3fd665e910d69502d30843f5cc55"},{"key":"X-Request-Id","value":"60bb3fd665e910d69502d30843f5cc55"},{"key":"X-Runtime","value":"1.624341"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"469"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"0b667470-bf0a-498d-a09b-b05c47ed3882\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"Example Store South\",\n                \"code\": \"792\",\n                \"active\": true,\n                \"full_address\": \"123 Example Street, Example City, Chile\",\n                \"coordinates\": {\n                    \"latitude\": -36.8790757,\n                    \"longitude\": -73.037899\n                },\n                \"created_at\": \"2016-09-27T14:56:14Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/stores/0b667470-bf0a-498d-a09b-b05c47ed3882\"\n            },\n            \"relationships\": {\n                \"brands\": {\n                    \"data\": {\n                        \"id\": \"be01f87d-1722-458f-8ae6-f4bf6401afd8\",\n                        \"type\": \"brands\"\n                    }\n                },\n                \"zones\": {\n                    \"data\": {\n                        \"id\": \"c3f39c6f-c110-44f7-9c1f-5f2a82f5592b\",\n                        \"type\": \"zones\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 100,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/stores?per_page=1&page=2\",\n        \"first\": \"https://neo.frogmi.com/api/v3/stores?per_page=1&page=1\",\n        \"last\": \"https://neo.frogmi.com/api/v3/stores?per_page=1&page=5632\",\n        \"self\": \"https://neo.frogmi.com/api/v3/stores?per_page=1&page=1\"\n    }\n}"},{"id":"e24862b8-a847-45cb-8df9-a73d231cf922","name":"include=brands","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/stores?include=brands","host":["{{API_HOST}}"],"path":["api","v3","stores"],"query":[{"key":"include","value":"brands"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 24 Oct 2018 18:45:50 GMT"},{"key":"ETag","value":"W/\"7d06f77b82007c70b26e60bc0bf805db\""},{"key":"Server","value":"nginx"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"7a0be7e88ed7ce7525edaea82a9f9cde"},{"key":"X-Request-Id","value":"7a0be7e88ed7ce7525edaea82a9f9cde"},{"key":"X-Runtime","value":"0.299945"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"488"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"355c229c-db43-4c55-a269-6e75aefeae0e\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"Example Store North\",\n                \"code\": \"ST001\",\n                \"active\": false,\n                \"coordinates\": {\n                    \"latitude\": -33.4645,\n                    \"longitude\": -70.6986\n                },\n                \"created_at\": \"2016-12-14T18:48:56Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/stores/355c229c-db43-4c55-a269-6e75aefeae0e\"\n            },\n            \"relationships\": {\n                \"brands\": {\n                    \"data\": {\n                        \"id\": \"b45075e6-92fb-43dd-b569-d0e06b20127d\",\n                        \"type\": \"brands\"\n                    }\n                },\n                \"zones\": {\n                    \"data\": {\n                        \"id\": \"9c714c07-d804-4184-96a9-f61813de776e\",\n                        \"type\": \"zones\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"b45075e6-92fb-43dd-b569-d0e06b20127d\",\n            \"type\": \"brands\",\n            \"attributes\": {\n                \"name\": \"Example Brand North\",\n                \"code\": \"BR001\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/brands/b45075e6-92fb-43dd-b569-d0e06b20127d\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 5632,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/stores?include[]=brands&per_page=1&page=2\",\n        \"first\": \"https://neo.frogmi.com/api/v3/stores?include[]=brands&per_page=1&page=1\",\n        \"last\": \"https://neo.frogmi.com/api/v3/stores?include[]=brands&per_page=1&page=5632\",\n        \"self\": \"https://neo.frogmi.com/api/v3/stores?include[]=brands&per_page=1&page=1\"\n    }\n}"},{"id":"e3d06e6e-6863-4154-8cfe-03f814bbe161","name":"Get Stores specifying fields","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/stores?fields[stores]=address_components,name,code","host":["{{API_HOST}}"],"path":["api","v3","stores"],"query":[{"key":"fields[stores]","value":"address_components,name,code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Nov 2018 14:21:42 GMT"},{"key":"ETag","value":"W/\"55e882620dbb3231db1721cea36ac95a\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"c5d985d42af3ae74f7e557456a352554"},{"key":"X-Request-Id","value":"c5d985d42af3ae74f7e557456a352554"},{"key":"X-Runtime","value":"0.127644"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"487"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"0b667470-bf0a-498d-a09b-b05c47ed3882\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"Example Store South\",\n                \"code\": \"792\",\n                \"address_components\": {\n                    \"street\": \"123 Example Street\",\n                    \"state\": \"Example Region\",\n                    \"city\": \"Example City\",\n                    \"country\": \"Chile\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/stores/0b667470-bf0a-498d-a09b-b05c47ed3882\"\n            },\n            \"relationships\": {\n                \"brands\": {\n                    \"data\": {\n                        \"id\": \"be01f87d-1722-458f-8ae6-f4bf6401afd8\",\n                        \"type\": \"brands\"\n                    }\n                },\n                \"zones\": {\n                    \"data\": {\n                        \"id\": \"c3f39c6f-c110-44f7-9c1f-5f2a82f5592b\",\n                        \"type\": \"zones\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 122,\n            \"per_page\": 10\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/stores?fields[stores]=address_components%2Cname%2Ccode&per_page=1&page=2\",\n        \"first\": \"https://neo.frogmi.com/api/v3/stores?fields[stores]=address_components%2Cname%2Ccode&per_page=1&page=1\",\n        \"last\": \"https://neo.frogmi.com/api/v3/stores?fields[stores]=address_components%2Cname%2Ccode&per_page=1&page=122\",\n        \"self\": \"https://neo.frogmi.com/api/v3/stores?fields[stores]=address_components%2Cname%2Ccode&per_page=1&page=1\"\n    }\n}"}],"_postman_id":"8a8f86b1-114f-4559-bbf9-6987c57f664b"},{"name":"Get Store","event":[{"listen":"test","script":{"id":"e7727449-4795-4349-be9f-7ec569936e84","exec":["pm.test(\"Response time is less than 500ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(500);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"035b2ab5-cc1b-445e-b4c6-6c35da50c073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/stores/{{store_uuid}}","description":"<p>Get a Store from the Frogmi platform by their Id</p>\n","urlObject":{"path":["api","v3","stores","{{store_uuid}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"913e399f-1d38-4af3-844c-bcca55f4c736","name":"Get Store","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/stores/{{store_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 17 Oct 2018 17:26:41 GMT"},{"key":"ETag","value":"W/\"4c7f21028a809ede34a3f3867a3d1eee\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"7c91d1f18f4ca65ca8ae85396d8b7a93"},{"key":"X-Request-Id","value":"7c91d1f18f4ca65ca8ae85396d8b7a93"},{"key":"X-Runtime","value":"0.056417"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"374"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1f6145d3-7fa4-46cd-81b1-c5400d1aefd7\",\n        \"type\": \"stores\",\n        \"attributes\": {\n            \"name\": \"Example Store Downtown\",\n            \"code\": \"114\",\n            \"active\": true,\n            \"coordinates\": {\n                \"latitude\": -33.424326,\n                \"longitude\": -70.6158681\n            },\n            \"created_at\": \"2016-09-27T14:56:14Z\"\n        },\n        \"links\": {\n            \"self\": \"https://neo.frogmi.com/api/v3/stores/1f6145d3-7fa4-46cd-81b1-c5400d1aefd7\"\n        },\n        \"relationships\": {\n            \"brands\": {\n                \"data\": {\n                    \"id\": \"be01f87d-1722-458f-8ae6-f4bf6401afd8\",\n                    \"type\": \"brands\",\n                    \"attributes\": {\n                        \"name\": \"Example Brand\",\n                        \"brand_code\": \"#1553\"\n                    }\n                }\n            },\n            \"zones\": {\n                \"data\": {\n                    \"id\": \"6e3cf177-4b94-45bc-a1a4-92aec5011c8b\",\n                    \"type\": \"zones\",\n                    \"attributes\": {\n                        \"name\": \"Margrit Veliz\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"035b2ab5-cc1b-445e-b4c6-6c35da50c073"}],"id":"a944107b-249e-490c-8e0e-c5effa3c5b5f","_postman_id":"a944107b-249e-490c-8e0e-c5effa3c5b5f","description":""},{"name":"Users","item":[{"name":"Get Accountable Areas","event":[{"listen":"test","script":{"id":"fbcf6a05-8c40-4f10-87f7-eca450acdf20","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript"}}],"id":"b332b9c9-0013-4cb0-b6ed-216002ab6404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/accountable_areas","urlObject":{"path":["api","v3","accountable_areas"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"506c57ed-4309-499c-8762-a8774162ee30","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/accountable_areas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"e04798d4cccb1d2ef064a8e1c9935567\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"5be4c3b0-2808-4259-88d6-cc2ac6eef374","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.276945","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1c6e2546-0e4f-4d0f-9dfb-16b595ca173f\",\n            \"type\": \"accountable_areas\",\n            \"attributes\": {\n                \"name\": \"Accountable Area 01\",\n                \"code\": \"AA01\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/accountable_areas/1c6e2546-0e4f-4d0f-9dfb-16b595ca173f\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"60713efa-def0-4b56-a93c-b43761bf0b2a\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 15,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://host/api/v3/accountable_areas?per_page=1&page=2\",\n        \"first\": \"http://host/api/v3/accountable_areas?per_page=1&page=1\",\n        \"last\": \"http://host/api/v3/accountable_areas?per_page=1&page=15\",\n        \"self\": \"http://host/api/v3/accountable_areas?per_page=1&page=1\"\n    }\n}"}],"_postman_id":"b332b9c9-0013-4cb0-b6ed-216002ab6404"},{"name":"Get Users","event":[{"listen":"test","script":{"id":"61f2fc38-684c-49cb-8ea6-660dfd586791","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});","","if (pm.response.code === 200) {","    const idx = Math.floor(Math.random()*pm.response.json().data.length);","    pm.environment.set('user_uuid', pm.response.json().data[idx].id);","}","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"847506a3-0907-43e2-af96-0e34f93657b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{postman_api}}","type":"text"}],"url":"{{API_HOST}}/api/v3/users","urlObject":{"path":["api","v3","users"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"per_page","value":"1"}],"variable":[]}},"response":[{"id":"d4df6dc5-7ee0-495d-96d3-35aba8a32530","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"8ff3720da021db92d718c03edca6b368\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"3277883f-8ed5-4555-ba09-1e7d77e57c00","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.542300","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b6ea3fd9-7fc8-4e52-a2b1-d25a955426bf\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Name\",\n                \"last_name\": \"Last Name Richi\",\n                \"username\": \"email@company.com\",\n                \"email\": \"email@company.com\",\n                \"language\": \"en\",\n                \"country\": null\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/users/b6ea3fd9-7fc8-4e52-a2b1-d25a955426bf\"\n            },\n            \"relationships\": {\n                \"accountable_areas\": {\n                    \"links\": {\n                        \"related\": \"http://host/api/v3/users/b6ea3fd9-7fc8-4e52-a2b1-d25a955426bf/accountable_areas\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 15,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://host/api/v3/users?per_page=1&page=2\",\n        \"first\": \"http://host/api/v3/users?per_page=1&page=1\",\n        \"last\": \"http://host/api/v3/users?per_page=1&page=15\",\n        \"self\": \"http://host/api/v3/users?per_page=1&page=1\"\n    }\n}"}],"_postman_id":"847506a3-0907-43e2-af96-0e34f93657b9"},{"name":"Get User","event":[{"listen":"test","script":{"id":"2653c3e3-39de-4746-a0c4-19a7b4467650","exec":["pm.test(\"Response time is less than 500ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(500);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7e882ac5-8b87-43ea-8f65-89d67c927f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/users/{{user_uuid}}","urlObject":{"path":["api","v3","users","{{user_uuid}}"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"per_page","value":"1"}],"variable":[]}},"response":[{"id":"178e12b0-5978-4651-b92c-890e2848c636","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"8ff3720da021db92d718c03edca6b368\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"3277883f-8ed5-4555-ba09-1e7d77e57c00","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.542300","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b6ea3fd9-7fc8-4e52-a2b1-d25a955426bf\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Name\",\n                \"last_name\": \"Las Name\",\n                \"username\": \"email@company.com\",\n                \"email\": \"email@company.com\",\n                \"language\": \"en\",\n                \"country\": null\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/users/b6ea3fd9-7fc8-4e52-a2b1-d25a955426bf\"\n            },\n            \"relationships\": {\n                \"accountable_areas\": {\n                    \"links\": {\n                        \"related\": \"http://host/api/v3/users/b6ea3fd9-7fc8-4e52-a2b1-d25a955426bf/accountable_areas\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 15,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://host/api/v3/users?per_page=1&page=2\",\n        \"first\": \"http://host/api/v3/users?per_page=1&page=1\",\n        \"last\": \"http://host/api/v3/users?per_page=1&page=15\",\n        \"self\": \"http://host/api/v3/users?per_page=1&page=1\"\n    }\n}"}],"_postman_id":"7e882ac5-8b87-43ea-8f65-89d67c927f90"},{"name":"Get User's Accountable Areas","event":[{"listen":"test","script":{"id":"afa960d1-64b8-4f72-9bd5-647bbc89eba3","type":"text/javascript","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"]}}],"id":"106ebf07-8fc6-4191-b647-b8aeff36ed93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/users/{{user_uuid}}/accountable_areas","urlObject":{"path":["api","v3","users","{{user_uuid}}","accountable_areas"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"per_page","value":"1"}],"variable":[]}},"response":[{"id":"ab1eea85-c5f3-4478-bd7b-63a5403203f5","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"8ff3720da021db92d718c03edca6b368\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"3277883f-8ed5-4555-ba09-1e7d77e57c00","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.542300","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b6ea3fd9-7fc8-4e52-a2b1-d25a955426bf\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Name\",\n                \"last_name\": \"Las Name\",\n                \"username\": \"email@company.com\",\n                \"email\": \"email@company.com\",\n                \"language\": \"en\",\n                \"country\": null\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/users/b6ea3fd9-7fc8-4e52-a2b1-d25a955426bf\"\n            },\n            \"relationships\": {\n                \"accountable_areas\": {\n                    \"links\": {\n                        \"related\": \"http://host/api/v3/users/b6ea3fd9-7fc8-4e52-a2b1-d25a955426bf/accountable_areas\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 15,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://host/api/v3/users?per_page=1&page=2\",\n        \"first\": \"http://host/api/v3/users?per_page=1&page=1\",\n        \"last\": \"http://host/api/v3/users?per_page=1&page=15\",\n        \"self\": \"http://host/api/v3/users?per_page=1&page=1\"\n    }\n}"}],"_postman_id":"106ebf07-8fc6-4191-b647-b8aeff36ed93"},{"name":"Create/Update AA in Batch","id":"00b62f73-c278-4729-a7f6-053c9ea0b9ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][file]","type":"file","src":"/Users/deivinsontejedabrito/Downloads/cluster_data_template.xlsx"}]},"url":"{{API_HOST}}/api/v3/accountable_areas/batch","description":"<p>Upload file with AA in Batch.</p>\n<p>This process will create and update those AA already exists.</p>\n<p>Link Template: <a href=\"https://neo-frogmi-templates.s3.amazonaws.com/cluster_data_template.xlsx\">https://neo-frogmi-templates.s3.amazonaws.com/cluster_data_template.xlsx</a></p>\n","urlObject":{"path":["api","v3","accountable_areas","batch"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"0f71395d-e79d-4d75-a49b-8e8191c050eb","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][file]","type":"file","src":"/Users/deivinsontejedabrito/Downloads/cluster_data_template.xlsx"}]},"url":"{{API_HOST}}/api/v3/accountable_areas/batch","description":"Upload file with AA in Batch.\n\nThis process will create and update those AA already exists.\n\nLink Template: https://neo-frogmi-templates.s3.amazonaws.com/cluster_data_template.xlsx"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"batch_upload\",\n        \"attributes\": {\n            \"processed\": 2,\n            \"created\": 1,\n            \"updated\": 1,\n            \"errors\": []\n        }\n    }\n}"}],"_postman_id":"00b62f73-c278-4729-a7f6-053c9ea0b9ab"}],"id":"6a185627-f247-43de-b087-7530f1574357","_postman_id":"6a185627-f247-43de-b087-7530f1574357","description":""},{"name":"Product","item":[{"name":"Reports","item":[{"name":"Product Report","event":[{"listen":"test","script":{"id":"db783c80-0827-46de-9e9b-8bfe0d192293","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript"}}],"id":"4b42918b-56e1-43bc-bc33-4d662dae4b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"include\": \"product_brands,categories\",\n        \"filters\": {\n            \"uuid\": \"265cdc78-1d3b-4d9b-b90f-48996c3389e3\"\n        }\n    }\n}"},"url":"{{API_HOST}}/api/v3/products/reports","description":"<p>Create a Product report and you pass filters</p>\n<h2 id=\"filters\">Filters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td>filters[product_brand]</td>\n<td>Array[String]</td>\n<td>Product_brand id(s) to filter</td>\n</tr>\n<tr>\n<td>no</td>\n<td>filters[category]</td>\n<td>Array[String]</td>\n<td>Category(ies) id(s) to filter</td>\n</tr>\n<tr>\n<td>no</td>\n<td>include</td>\n<td>String</td>\n<td>Include product relations in response (product_brands, categories)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","products","reports"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"37394167-65bf-483f-9bd5-cbe963a5c80d","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"include\": \"product_brands,categories\",\n        \"filters\": {\n            \"uuid\": \"265cdc78-1d3b-4d9b-b90f-48996c3389e3\"\n        }\n    }\n}"},"url":"{{API_HOST}}/api/v3/products/reports","description":"Create a Product report and you pass filters\n\n## Filters\n\n|Required|Name|Type|Description|\n|---|---|---|---|\n|no|filters[product_brand]|Array[String]|Product_brand id(s) to filter|\n|no|filters[category]|Array[String]|Category(ies) id(s) to filter|\n|no|include|String|Include product relations in response (product_brands, categories)|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n        \"type\": \"product_reports\",\n        \"attributes\": {\n            \"state\": \"pending\",\n            \"created_at\": \"2026-01-15T12:00:00Z\"\n        }\n    }\n}"}],"_postman_id":"4b42918b-56e1-43bc-bc33-4d662dae4b44"},{"name":"List Product Reports","event":[{"listen":"test","script":{"id":"7ee8c64c-b7ad-4495-92fb-d58a700fd1bc","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript"}}],"id":"e0efac71-0972-4bdd-88ee-d2a28af184ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/products/reports","description":"<p>Listing last 10 reports available</p>\n","urlObject":{"path":["api","v3","products","reports"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"696745f4-8045-4381-b274-6965b929da79","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"60380f6fd457c32e4b470c6e43bbb642\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"9adfaf57-805d-4edd-9db7-5e120b39bfa6","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.291187","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"11b91824-1f55-4694-b109-6df13caab4dd\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Producto 1\",\n                \"sku\": \"1\",\n                \"ean\": \"1\",\n                \"created_at\": \"2018-02-20T13:26:38Z\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/products/11b91824-1f55-4694-b109-6df13caab4dd\"\n            },\n            \"relationships\": {\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"e5392151-9a64-472b-a714-75cbdd7e7d1c\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"product_brands\": {\n                    \"data\": {\n                        \"type\": \"product_brands\",\n                        \"id\": \"1b79da6b-a9db-42d0-ba34-725afd6a23f8\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"265cdc78-1d3b-4d9b-b90f-48996c3389e3\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Producto 2\",\n                \"sku\": \"2\",\n                \"ean\": \"2\",\n                \"created_at\": \"2018-02-20T13:26:38Z\"\n            },\n            \"links\": {\n                \"self\": \"http://172.17.0.1:3000/api/v3/products/265cdc78-1d3b-4d9b-b90f-48996c3389e3\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"102fbf3e-9a85-4d96-90af-68bed5377f16\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 2,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://host/api/v3/products?page=2&per_page=1\",\n        \"first\": \"http://host/api/v3/products?page=1&per_page=1\",\n        \"last\": \"http://host/api/v3/products?page=12&per_page=1\",\n        \"self\": \"http://host/api/v3/products?page=1&per_page=1\"\n    }\n}"},{"id":"cd185304-db2a-4b67-8d7b-d190424fe5d0","name":"with include","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/products?include[]=categories&include=product_brands","host":["{{API_HOST}}"],"path":["api","v3","products"],"query":[{"key":"include[]","value":"categories"},{"key":"include","value":"product_brands"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"431","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 12:58:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"5fd-2bIFYRwteX8SW8kkYKfcxg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-RateLimit-Reset","value":"1536584381","name":"X-RateLimit-Reset","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"87e2b37d-e505-4aae-8ce1-81d071c21f09\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"PROD1\",\n                \"sku\": \"1\",\n                \"ean\": \"1\",\n                \"created_at\": \"2018-09-01T17:44:27Z\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"type\": \"product_brands\",\n                        \"id\": \"1b79da6b-a9db-42d0-ba34-725afd6a23f8\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"type\": \"categories\",\n                        \"id\": \"6868063e-de7d-4390-b7fc-2d7ba02519ed\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4cbc1929-f5db-43d5-ba66-d120de238ad8\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"PROD2\",\n                \"sku\": \"2\",\n                \"ean\": \"2\",\n                \"created_at\": \"2018-09-01T17:44:27Z\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"type\": \"product_brands\",\n                        \"id\": \"827469b5-3743-479b-be3d-4dfed92c26d4\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"type\": \"categories\",\n                        \"id\": \"6868063e-de7d-4390-b7fc-2d7ba02519ed\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"product_brands\",\n            \"id\": \"1b79da6b-a9db-42d0-ba34-725afd6a23f8\",\n            \"attributes\": {\n                \"name\": \"PB1\",\n                \"code\": \"PB001\"\n            }\n        },\n        {\n            \"type\": \"categories\",\n            \"id\": \"6868063e-de7d-4390-b7fc-2d7ba02519ed\",\n            \"attributes\": {\n                \"name\": \"CAT1\",\n                \"code\": \"CAT001\"\n            }\n        },\n        {\n            \"type\": \"product_brands\",\n            \"id\": \"827469b5-3743-479b-be3d-4dfed92c26d4\",\n            \"attributes\": {\n                \"name\": \"PB2\",\n                \"code\": \"PB002\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 100,\n            \"per_page\": 2\n        }\n    },\n    \"links\": {\n        \"next\": \"/api/v3/products?page=2\",\n        \"prev\": null,\n        \"last\": \"/api/v3/products?page=50\"\n    }\n}"}],"_postman_id":"e0efac71-0972-4bdd-88ee-d2a28af184ca"},{"name":"Delete Report","event":[{"listen":"test","script":{"id":"d2361d94-483a-4169-82fd-8001a0b008c4","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript"}}],"id":"75ae2594-047f-45a3-8477-e7f4cd273ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/products/reports/:uuid","description":"<p>Listing last 10 reports available</p>\n","urlObject":{"path":["api","v3","products","reports",":uuid"],"host":["{{API_HOST}}"],"query":[],"variable":[{"description":{"content":"<p>ID Report to be deleted</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"a99ace05-9acd-4e93-b460-64a52c24ee23","name":"with include","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/products?include[]=categories&include=product_brands","host":["{{API_HOST}}"],"path":["api","v3","products"],"query":[{"key":"include[]","value":"categories"},{"key":"include","value":"product_brands"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"431","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 12:58:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"5fd-2bIFYRwteX8SW8kkYKfcxg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-RateLimit-Reset","value":"1536584381","name":"X-RateLimit-Reset","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"87e2b37d-e505-4aae-8ce1-81d071c21f09\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"PROD1\",\n                \"sku\": \"1\",\n                \"ean\": \"1\",\n                \"created_at\": \"2018-09-01T17:44:27Z\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"type\": \"product_brands\",\n                        \"id\": \"1b79da6b-a9db-42d0-ba34-725afd6a23f8\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"type\": \"categories\",\n                        \"id\": \"6868063e-de7d-4390-b7fc-2d7ba02519ed\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4cbc1929-f5db-43d5-ba66-d120de238ad8\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"PROD2\",\n                \"sku\": \"2\",\n                \"ean\": \"2\",\n                \"created_at\": \"2018-09-01T17:44:27Z\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"type\": \"product_brands\",\n                        \"id\": \"827469b5-3743-479b-be3d-4dfed92c26d4\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"type\": \"categories\",\n                        \"id\": \"6868063e-de7d-4390-b7fc-2d7ba02519ed\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"product_brands\",\n            \"id\": \"1b79da6b-a9db-42d0-ba34-725afd6a23f8\",\n            \"attributes\": {\n                \"name\": \"PB1\",\n                \"code\": \"PB001\"\n            }\n        },\n        {\n            \"type\": \"categories\",\n            \"id\": \"6868063e-de7d-4390-b7fc-2d7ba02519ed\",\n            \"attributes\": {\n                \"name\": \"CAT1\",\n                \"code\": \"CAT001\"\n            }\n        },\n        {\n            \"type\": \"product_brands\",\n            \"id\": \"827469b5-3743-479b-be3d-4dfed92c26d4\",\n            \"attributes\": {\n                \"name\": \"PB2\",\n                \"code\": \"PB002\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 100,\n            \"per_page\": 2\n        }\n    },\n    \"links\": {\n        \"next\": \"/api/v3/products?page=2\",\n        \"prev\": null,\n        \"last\": \"/api/v3/products?page=50\"\n    }\n}"},{"id":"c10e0d07-c572-43ac-9b1e-09f56b52c845","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"60380f6fd457c32e4b470c6e43bbb642\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"9adfaf57-805d-4edd-9db7-5e120b39bfa6","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.291187","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"11b91824-1f55-4694-b109-6df13caab4dd\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Producto 1\",\n                \"sku\": \"1\",\n                \"ean\": \"1\",\n                \"created_at\": \"2018-02-20T13:26:38Z\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/products/11b91824-1f55-4694-b109-6df13caab4dd\"\n            },\n            \"relationships\": {\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"e5392151-9a64-472b-a714-75cbdd7e7d1c\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"product_brands\": {\n                    \"data\": {\n                        \"type\": \"product_brands\",\n                        \"id\": \"1b79da6b-a9db-42d0-ba34-725afd6a23f8\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"265cdc78-1d3b-4d9b-b90f-48996c3389e3\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Producto 2\",\n                \"sku\": \"2\",\n                \"ean\": \"2\",\n                \"created_at\": \"2018-02-20T13:26:38Z\"\n            },\n            \"links\": {\n                \"self\": \"http://172.17.0.1:3000/api/v3/products/265cdc78-1d3b-4d9b-b90f-48996c3389e3\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"102fbf3e-9a85-4d96-90af-68bed5377f16\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 2,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://host/api/v3/products?page=2&per_page=1\",\n        \"first\": \"http://host/api/v3/products?page=1&per_page=1\",\n        \"last\": \"http://host/api/v3/products?page=12&per_page=1\",\n        \"self\": \"http://host/api/v3/products?page=1&per_page=1\"\n    }\n}"}],"_postman_id":"75ae2594-047f-45a3-8477-e7f4cd273ac2"}],"id":"cb0c69e5-612e-494e-93a9-655185fd012c","_postman_id":"cb0c69e5-612e-494e-93a9-655185fd012c","description":""},{"name":"Get Products","event":[{"listen":"test","script":{"id":"84dbc645-537f-4f47-886e-02cdf80e0e12","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript"}}],"id":"12dfa03f-6bc0-48dd-882e-7b56ce526386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/products","description":"<p>GET company's products as a paginated response.</p>\n<h2 id=\"filters\">Filters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td>page</td>\n<td>Integer</td>\n<td>Fetch selected page number</td>\n</tr>\n<tr>\n<td>no</td>\n<td>per_page</td>\n<td>Integer</td>\n<td>Element quantity per page</td>\n</tr>\n<tr>\n<td>no</td>\n<td>filters[product_brand]</td>\n<td>Array[String]</td>\n<td>Product_brand id(s) to filter</td>\n</tr>\n<tr>\n<td>no</td>\n<td>filters[category]</td>\n<td>Array[String]</td>\n<td>Category(ies) id(s) to filter</td>\n</tr>\n<tr>\n<td>no</td>\n<td>filters[ean]</td>\n<td>Array[String]</td>\n<td>EANs</td>\n</tr>\n<tr>\n<td>no</td>\n<td>include</td>\n<td>String</td>\n<td>Include product relations in response (product_brands, categories)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","products"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"226ea440-9b4f-42b7-8e9b-c7501ee459eb","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"60380f6fd457c32e4b470c6e43bbb642\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"9adfaf57-805d-4edd-9db7-5e120b39bfa6","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.291187","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"11b91824-1f55-4694-b109-6df13caab4dd\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Producto 1\",\n                \"sku\": \"1\",\n                \"ean\": \"1\",\n                \"created_at\": \"2018-02-20T13:26:38Z\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/products/11b91824-1f55-4694-b109-6df13caab4dd\"\n            },\n            \"relationships\": {\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"e5392151-9a64-472b-a714-75cbdd7e7d1c\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"product_brands\": {\n                    \"data\": {\n                        \"type\": \"product_brands\",\n                        \"id\": \"1b79da6b-a9db-42d0-ba34-725afd6a23f8\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"265cdc78-1d3b-4d9b-b90f-48996c3389e3\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Producto 2\",\n                \"sku\": \"2\",\n                \"ean\": \"2\",\n                \"created_at\": \"2018-02-20T13:26:38Z\"\n            },\n            \"links\": {\n                \"self\": \"http://172.17.0.1:3000/api/v3/products/265cdc78-1d3b-4d9b-b90f-48996c3389e3\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"102fbf3e-9a85-4d96-90af-68bed5377f16\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 2,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://host/api/v3/products?page=2&per_page=1\",\n        \"first\": \"http://host/api/v3/products?page=1&per_page=1\",\n        \"last\": \"http://host/api/v3/products?page=12&per_page=1\",\n        \"self\": \"http://host/api/v3/products?page=1&per_page=1\"\n    }\n}"},{"id":"924e9e6d-6442-4956-9f71-f6ee4934e0ad","name":"with include","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/products?include=product_brands","host":["{{API_HOST}}"],"path":["api","v3","products"],"query":[{"key":"include","value":"product_brands"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"431","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 12:58:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"5fd-2bIFYRwteX8SW8kkYKfcxg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-RateLimit-Reset","value":"1536584381","name":"X-RateLimit-Reset","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"87e2b37d-e505-4aae-8ce1-81d071c21f09\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"PROD1\",\n                \"sku\": \"1\",\n                \"ean\": \"1\",\n                \"created_at\": \"2018-09-01T17:44:27Z\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"type\": \"product_brands\",\n                        \"id\": \"1b79da6b-a9db-42d0-ba34-725afd6a23f8\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"type\": \"categories\",\n                        \"id\": \"6868063e-de7d-4390-b7fc-2d7ba02519ed\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4cbc1929-f5db-43d5-ba66-d120de238ad8\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"PROD2\",\n                \"sku\": \"2\",\n                \"ean\": \"2\",\n                \"created_at\": \"2018-09-01T17:44:27Z\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"type\": \"product_brands\",\n                        \"id\": \"827469b5-3743-479b-be3d-4dfed92c26d4\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"type\": \"categories\",\n                        \"id\": \"6868063e-de7d-4390-b7fc-2d7ba02519ed\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"product_brands\",\n            \"id\": \"1b79da6b-a9db-42d0-ba34-725afd6a23f8\",\n            \"attributes\": {\n                \"name\": \"PB1\",\n                \"code\": \"PB001\"\n            }\n        },\n        {\n            \"type\": \"categories\",\n            \"id\": \"6868063e-de7d-4390-b7fc-2d7ba02519ed\",\n            \"attributes\": {\n                \"name\": \"CAT1\",\n                \"code\": \"CAT001\"\n            }\n        },\n        {\n            \"type\": \"product_brands\",\n            \"id\": \"827469b5-3743-479b-be3d-4dfed92c26d4\",\n            \"attributes\": {\n                \"name\": \"PB2\",\n                \"code\": \"PB002\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 100,\n            \"per_page\": 2\n        }\n    },\n    \"links\": {\n        \"next\": \"/api/v3/products?page=2\",\n        \"prev\": null,\n        \"last\": \"/api/v3/products?page=50\"\n    }\n}"},{"id":"0b8de26d-c14a-4662-8dc8-aaded996ca83","name":"Filter by EAN","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/products?filters[ean][]=3&filters[ean][]=10","host":["{{API_HOST}}"],"path":["api","v3","products"],"query":[{"key":"filters[ean][]","value":"3"},{"key":"filters[ean][]","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"ETag","value":"W/\"b48aa2ac794afeb91ea03c3394cfb039\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7cf56e8c-eaf7-42fe-89e5-404f3cd30f7a"},{"key":"X-Runtime","value":"0.042112"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"265cdc78-1d3b-4d9b-b90f-48996c3389e3\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Producto 2\",\n                \"sku\": \"2\",\n                \"ean\": \"10\",\n                \"created_at\": \"2018-02-20T13:26:38Z\",\n                \"active\": true,\n                \"provider\": \"Frogmi\"\n            },\n            \"links\": {\n                \"self\": \"https://api.frogmi.com/api/v3/products/265cdc78-1d3b-4d9b-b90f-48996c3389e3\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"102fbf3e-9a85-4d96-90af-68bed5377f16\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"39c60de7-07a1-4900-b6d0-ed70e9891165\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Producto 3\",\n                \"sku\": \"3\",\n                \"ean\": \"3\",\n                \"created_at\": \"2018-02-20T13:26:38Z\",\n                \"active\": true,\n                \"provider\": \"Frogmi\"\n            },\n            \"links\": {\n                \"self\": \"https://api.frogmi.com/api/v3/products/39c60de7-07a1-4900-b6d0-ed70e9891165\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"e5392151-9a64-472b-a714-75cbdd7e7d1c\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 2,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": null,\n        \"first\": \"https://api.frogmi.com/api/v3/products?filters[ean][]=3&filters[ean][]=2&filter[ean][]=3&filter[ean][]=2&page=1&per_page=20\",\n        \"last\": \"https://api.frogmi.com/api/v3/products?filters[ean][]=3&filters[ean][]=2&filter[ean][]=3&filter[ean][]=2&page=1&per_page=20\",\n        \"self\": \"https://api.frogmi.com/api/v3/products?filters[ean][]=3&filters[ean][]=2&filter[ean][]=3&filter[ean][]=2&page=1&per_page=20\"\n    }\n}"}],"_postman_id":"12dfa03f-6bc0-48dd-882e-7b56ce526386"},{"name":"Get Places","event":[{"listen":"test","script":{"id":"e14a3167-2355-4579-9d00-5605c664fdab","type":"text/javascript","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});","","if (pm.response.code === 200) {","    const idx = Math.floor(Math.random()*pm.response.json().data.length);","    pm.environment.set('place_uuid', pm.response.json().data[idx].id);","}"]}}],"id":"d87c174c-3d00-4cda-a712-4afe014f021b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/places","urlObject":{"path":["api","v3","places"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"8f768976-769c-4b32-9e97-7e20e53b8303","name":"OK 200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/places","host":["{{API_HOST}}"],"path":["api","v3","places"],"query":[{"key":"include[]","value":"cluster_definitions","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"7a708cbe84b388bc87bbbf05bd5e4758\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"56c38b95-dc39-4bc1-b1b4-bdc6b7569c47","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.693080","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"d35d1567-3ca2-494c-94fa-3f1c078b0ba9\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"Wallet\",\n                \"code\": \"WAL\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/places/d35d1567-3ca2-494c-94fa-3f1c078b0ba9\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"28a6a338-52a3-42ff-bbc1-29d57c8658b9\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"place2\",\n                \"code\": \"p2\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/places/28a6a338-52a3-42ff-bbc1-29d57c8658b9\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 2,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://host/api/v3/places?page=1\"\n    }\n}"},{"id":"9b457dd7-da21-4f40-99e1-c97790e285bf","name":"include cluster_definitions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/places?include[]=cluster_definitions","host":["{{API_HOST}}"],"path":["api","v3","places"],"query":[{"key":"include[]","value":"cluster_definitions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"f0d2e5dd4b9d362593c2c4da5966473d\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"ef25211e-408e-4f91-a28e-123be57f8e9b","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.475319","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"d35d1567-3ca2-494c-94fa-3f1c078b0ba9\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"Wallet\",\n                \"code\": \"WAL\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/places/d35d1567-3ca2-494c-94fa-3f1c078b0ba9\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"28a6a338-52a3-42ff-bbc1-29d57c8658b9\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"place2\",\n                \"code\": \"p2\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/places/28a6a338-52a3-42ff-bbc1-29d57c8658b9\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n            \"type\": \"cluster_definitions\",\n            \"attributes\": {\n                \"name\": \"Place\",\n                \"cluster_type\": \"place\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/cluster_definitions/2c1d5697-7ef4-4032-959d-b9a640071e6a\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 5,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://host/api/v3/places?page=1\"\n    }\n}"}],"_postman_id":"d87c174c-3d00-4cda-a712-4afe014f021b"},{"name":"Get Place","event":[{"listen":"test","script":{"id":"4d8759f3-5317-4e51-9db1-28bcd1117bd9","type":"text/javascript","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"]}}],"id":"f5d6b688-2288-4cc8-9a3a-266f2f3853d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/places/{{place_uuid}}","urlObject":{"path":["api","v3","places","{{place_uuid}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"6fb18b92-3633-4f1b-ab2a-de3b5b646026","name":"OK 200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/places","host":["{{API_HOST}}"],"path":["api","v3","places"],"query":[{"key":"include[]","value":"cluster_definitions","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"7a708cbe84b388bc87bbbf05bd5e4758\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"56c38b95-dc39-4bc1-b1b4-bdc6b7569c47","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.693080","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"d35d1567-3ca2-494c-94fa-3f1c078b0ba9\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"Wallet\",\n                \"code\": \"WAL\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/places/d35d1567-3ca2-494c-94fa-3f1c078b0ba9\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"28a6a338-52a3-42ff-bbc1-29d57c8658b9\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"place2\",\n                \"code\": \"p2\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/places/28a6a338-52a3-42ff-bbc1-29d57c8658b9\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 2,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://host/api/v3/places?page=1\"\n    }\n}"},{"id":"9d58127b-7ac0-43d0-b9e2-f7048e296356","name":"include cluster_definitions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/places?include[]=cluster_definitions","host":["{{API_HOST}}"],"path":["api","v3","places"],"query":[{"key":"include[]","value":"cluster_definitions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"f0d2e5dd4b9d362593c2c4da5966473d\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"ef25211e-408e-4f91-a28e-123be57f8e9b","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.475319","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"d35d1567-3ca2-494c-94fa-3f1c078b0ba9\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"Wallet\",\n                \"code\": \"WAL\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/places/d35d1567-3ca2-494c-94fa-3f1c078b0ba9\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"28a6a338-52a3-42ff-bbc1-29d57c8658b9\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"place2\",\n                \"code\": \"p2\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/places/28a6a338-52a3-42ff-bbc1-29d57c8658b9\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"2c1d5697-7ef4-4032-959d-b9a640071e6a\",\n            \"type\": \"cluster_definitions\",\n            \"attributes\": {\n                \"name\": \"Place\",\n                \"cluster_type\": \"place\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/cluster_definitions/2c1d5697-7ef4-4032-959d-b9a640071e6a\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 5,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://host/api/v3/places?page=1\"\n    }\n}"}],"_postman_id":"f5d6b688-2288-4cc8-9a3a-266f2f3853d6"},{"name":"Get Brands","event":[{"listen":"test","script":{"id":"3f09da80-ea32-457c-bef9-785051cf4422","type":"text/javascript","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"]}}],"id":"9f6243c8-83ed-47e7-9224-7d8771b76eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/product_brands","urlObject":{"path":["api","v3","product_brands"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"820aa1ed-127f-414f-be08-a6faeaad6958","name":"OK 200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/product_brands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"12c086aca9e58dd88a8248a4bd83cb87\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"5d0891ba-3af5-4fe1-9a6f-f0cbb1b7cf01","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"3.656629","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"118f7d69-f3fa-4f88-a452-d20d3e65c68d\",\n            \"type\": \"product_brands\",\n            \"attributes\": {\n                \"name\": \"Frogmi\",\n                \"code\": \"FROGMI\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/product_brands/118f7d69-f3fa-4f88-a452-d20d3e65c68d\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"f7b1c69e-0818-4eab-8ef9-c5349019f2a6\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                },\n                \"products\": {\n                    \"links\": {\n                        \"related\": \"http://host/api/v3/products?product_brands[]=118f7d69-f3fa-4f88-a452-d20d3e65c68d\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"f335a3d7-7d00-48d2-b8d6-5502b464bddd\",\n            \"type\": \"product_brands\",\n            \"attributes\": {\n                \"name\": \"P&G\",\n                \"code\": \"PG\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/product_brands/f335a3d7-7d00-48d2-b8d6-5502b464bddd\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"f7b1c69e-0818-4eab-8ef9-c5349019f2a6\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                },\n                \"products\": {\n                    \"links\": {\n                        \"related\": \"http://host/api/v3/products?product_brands[]=f335a3d7-7d00-48d2-b8d6-5502b464bddd\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 2,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://host/api/v3/product_brands?page=1\"\n    }\n}"}],"_postman_id":"9f6243c8-83ed-47e7-9224-7d8771b76eaa"},{"name":"Get Categories","event":[{"listen":"test","script":{"id":"fbcf6a05-8c40-4f10-87f7-eca450acdf20","type":"text/javascript","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"]}}],"id":"24380d92-74d7-4595-807a-1bf1be6d458f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/categories","urlObject":{"path":["api","v3","categories"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"cc96319c-90d4-466a-ade3-4e512a83c1d4","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"dfce9122a8d4df520e35a78c0ec4cead\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"d8d119e1-cc32-4a03-a192-5ca6f5f94b8c","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.265362","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"ae77a2ad-0c88-424a-8398-af14785596e0\",\n            \"type\": \"categories\",\n            \"attributes\": {\n                \"name\": \"Categoria 3\",\n                \"code\": \"CAT03\"\n            },\n            \"links\": {\n                \"self\": \"http://host/api/v3/categories/ae77a2ad-0c88-424a-8398-af14785596e0\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"1277ea7c-9758-4acb-a049-5919a5382984\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 1,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://host/api/v3/categories?page=1\"\n    }\n}"}],"_postman_id":"24380d92-74d7-4595-807a-1bf1be6d458f"},{"name":"Upload Products template","event":[{"listen":"test","script":{"id":"daf83a18-7452-4bdc-9564-1d88152c0e85","exec":["pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript"}}],"id":"da83931d-a488-4948-98fb-1c1746e5355b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>File in your local (template Frogmi)</p>\n","key":"[data][attributes][file]","type":"file","src":"/Users/deivinsontejedabrito/Downloads/template_product.xlsx"},{"description":"<p>true if you want avoid manual confirmation</p>\n","key":"[data][attributes][auto_confirm]","type":"text","value":"true"}]},"url":"{{API_HOST}}/api/v3/products/batch","description":"<p>Upload a template with products.</p>\n<p>This request will response with header Location which have the link to follow up the status of the process.</p>\n","urlObject":{"path":["api","v3","products","batch"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"b918c731-13c4-477f-a18d-5f14988d2af3","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"File in your local (template Frogmi)","key":"[data][attributes][file]","type":"file","src":"/Users/deivinsontejedabrito/Downloads/template_product.xlsx"},{"description":"true if you want avoid manual confirmation","key":"[data][attributes][auto_confirm]","type":"text","value":"true"}]},"url":"{{API_HOST}}/api/v3/products/batch","description":"Upload a template with products.\n\nThis request will response with header Location which have the link to follow up the status of the process."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"batch_upload\",\n        \"attributes\": {\n            \"processed\": 10,\n            \"created\": 8,\n            \"updated\": 2,\n            \"errors\": []\n        }\n    }\n}"}],"_postman_id":"da83931d-a488-4948-98fb-1c1746e5355b"}],"id":"12a5aa30-d2ce-42f6-9cf7-cfc97ed05f0e","description":"<p>Get info Product related</p>\n","_postman_id":"12a5aa30-d2ce-42f6-9cf7-cfc97ed05f0e"},{"name":"Tags","item":[{"name":"Get Tags","id":"0fd9de8a-ed20-4652-8c06-c8107ce6b2d4","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/tags","description":"<p>Get all <code>Tags</code> that your platform has access to.</p>\n","urlObject":{"path":["api","v3","tags"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"description":{"content":"<p>Include relationship</p>\n","type":"text/plain"},"key":"include","value":"tags"},{"disabled":true,"description":{"content":"<p>Filter by Tag Type: cpg_tag, kpi, business_unit, instore_section</p>\n","type":"text/plain"},"key":"filters[tag_type][]","value":"cpg_tag"}],"variable":[]}},"response":[{"id":"49ed40a5-c363-489b-8292-91819844023a","name":"Get Tags 200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Nov 2018 14:25:12 GMT"},{"key":"ETag","value":"W/\"b0ed7927dc3176809cfeb44835bc3a1e\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"ddf81e866a9cd2b6c46a89e6d355c4e5"},{"key":"X-Request-Id","value":"ddf81e866a9cd2b6c46a89e6d355c4e5"},{"key":"X-Runtime","value":"0.039294"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"297"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"7949a926-c4e8-4f24-970d-ec86bea62ff3\",\n            \"type\": \"tags\",\n            \"attributes\": {\n                \"name\": \"Tesorería\",\n                \"active\": true,\n                \"tag_type\": \"business_unit\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tags/7949a926-c4e8-4f24-970d-ec86bea62ff3\"\n            },\n            \"relationships\": {\n                \"tags\": []\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 105,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/tags?per_page=1&page=2\",\n        \"first\": \"https://neo.frogmi.com/api/v3/tags?per_page=1&page=1\",\n        \"last\": \"https://neo.frogmi.com/api/v3/tags?per_page=1&page=105\",\n        \"self\": \"https://neo.frogmi.com/api/v3/tags?per_page=1&page=1\"\n    }\n}"}],"_postman_id":"0fd9de8a-ed20-4652-8c06-c8107ce6b2d4"},{"name":"Get Tag","id":"b0c6a3c7-208b-4477-8bb5-3e3f79c6bbe3","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/tags/{{tag_uuid}}?include=tags","description":"<p>Get a <code>Tag</code> from the Frogmi platform by their <code>Id</code></p>\n","urlObject":{"path":["api","v3","tags","{{tag_uuid}}"],"host":["{{API_HOST}}"],"query":[{"key":"include","value":"tags"}],"variable":[]}},"response":[{"id":"271fc7b5-51f5-40f2-a7ce-d2eda0aa6cbe","name":"200 include tags","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"X-Company-UUID","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/store_beat/tags/{{tag_uuid}}?include[]=tags","host":["{{API_HOST}}"],"path":["api","v3","store_beat","tags","{{tag_uuid}}"],"query":[{"key":"include[]","value":"tags"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"d72ce4e77da6d375c4bd610d9f211801\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"9e8de735-6f7e-45f4-a1d8-724cf8a88f82","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.047428","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"included\":[{\"id\":\"f200e7b8-6fbd-4f72-8c63-4bf0613d6c0b\",\"type\":\"tags\",\"attributes\":{\"name\":\"Facingq111\",\"weight\":45.0,\"active\":true,\"affect_store_beat\":true},\"links\":{\"self\":\"http://localhost:3000/api/v3/store_beat/tags/f200e7b8-6fbd-4f72-8c63-4bf0613d6c0b\"}}],\"data\":{\"id\":\"e64c9cf8-45f1-46cc-82b6-eccafcacb986\",\"type\":\"tags\",\"attributes\":{\"name\":\"SubFacing1\",\"weight\":100.0,\"active\":true,\"affect_store_beat\":true},\"links\":{\"self\":\"http://localhost:3000/api/v3/store_beat/tags/e64c9cf8-45f1-46cc-82b6-eccafcacb986\"},\"relationships\":{\"tags\":[{\"id\":\"f200e7b8-6fbd-4f72-8c63-4bf0613d6c0b\",\"type\":\"tags\",\"links\":{\"related\":\"http://localhost:3000/api/v3/tags/f200e7b8-6fbd-4f72-8c63-4bf0613d6c0b\"}}]}}}"},{"id":"22ed5c59-466a-4754-ba13-dd3d8b4cb957","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/api/v3/store_beat/tags/{{tag_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"20f66738fdb0ffbc61fb6eb881989721\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"d21a6c32-ac1e-499b-a754-cf272dd69597","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"1.577166","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"e64c9cf8-45f1-46cc-82b6-eccafcacb986\",\"type\":\"tags\",\"attributes\":{\"name\":\"SubFacing1\",\"weight\":100.0,\"active\":true,\"affect_store_beat\":true},\"links\":{\"self\":\"http://localhost:3000/api/v3/store_beat/tags/e64c9cf8-45f1-46cc-82b6-eccafcacb986\"},\"relationships\":{\"tags\":[{\"id\":\"f200e7b8-6fbd-4f72-8c63-4bf0613d6c0b\",\"type\":\"tags\",\"links\":{\"related\":\"http://localhost:3000/api/v3/tags/f200e7b8-6fbd-4f72-8c63-4bf0613d6c0b\"}}]}}}"}],"_postman_id":"b0c6a3c7-208b-4477-8bb5-3e3f79c6bbe3"}],"id":"48da8db4-f929-46d7-9181-9502d3c72f27","description":"<p>Frogmi has the concept the tags which act as identify for data.</p>\n","_postman_id":"48da8db4-f929-46d7-9181-9502d3c72f27"}],"id":"4674f6b1-f51b-4d6c-86b3-0c35f5ad6640","description":"<p>Here You can get general data that every company has such as Stores, Users, Accountable Area, Tags and Products (if you have CPG module active)</p>\n","event":[{"listen":"prerequest","script":{"id":"a82422d8-ba40-409b-869d-1a4c3a0052bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"99d98d2f-31f6-4a97-b8e7-c2b3b5fcf0b4","type":"text/javascript","exec":[""]}}],"_postman_id":"4674f6b1-f51b-4d6c-86b3-0c35f5ad6640"},{"name":"Shelf Manager","item":[{"name":"Tasks","item":[{"name":"Unpublish by Tasks","id":"2c0de81f-d5f9-4184-aa32-cc5b760c123e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t  \"tasks\": [\"da2a3f3b-32eb-469f-ba6f-ed0a0fc0b58a\",\"2f7d8d53-5361-4d2a-9ab8-39361ee8c090\"]\n\t}\n}"},"url":"{{API_HOST}}/api/v3/tasks_management/tasks/unpublish","description":"<p>Unpublish Tasks using its UUID. If the task was answered it will not be modified.</p>\n<h2 id=\"payload-descripcion\">Payload Descripcion</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>yes</td>\n<td>tasks</td>\n<td>Array with several String UUID</td>\n<td>Task ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","tasks_management","tasks","unpublish"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"0028c9a4-6813-4bce-aa75-2a4e5af0862e","name":"Example","originalRequest":{"method":"POST","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t  \"tasks\": [\"da2a3f3b-32eb-469f-ba6f-ed0a0fc0b58a\",\"2f7d8d53-5361-4d2a-9ab8-39361ee8c090\"]\n\t}\n}"},"url":"{{API_HOST}}/api/v3/tasks_management/tasks/unpublish","description":"Unpublish Tasks using its UUID. If the task was answered it will not be modified.\n\n## Payload Descripcion\n\n|required|Name|Type|Description|\n|---|---|---|---|\n|yes|tasks|Array with several String UUID| Task ID  |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"batch_result\",\n        \"attributes\": {\n            \"unpublished\": 3,\n            \"errors\": []\n        }\n    }\n}"}],"_postman_id":"2c0de81f-d5f9-4184-aa32-cc5b760c123e"},{"name":"Get Templates","id":"f2a45aef-c2bb-4fee-810a-50870af5ec8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/tasks_management/activity_templates","urlObject":{"path":["api","v3","tasks_management","activity_templates"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"8fb06acf-29fa-4f89-b4ed-c8ee1dc92ddf","name":"Get Templates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{postman_api}}"}],"url":"{{API_HOST}}/api/v3/tasks_management/activity_templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"148","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Aug 2018 14:09:04 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"af-MmpVeTvfnSW88c4riXD0uw\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"8dfd3ea2-68f6-401a-a117-d1adfd6fd4f5\",\n            \"type\": \"activity_templates\",\n            \"attributes\": {\n                \"name\": \"Task sku TEST\",\n                \"activity_type\": \"task_sku\",\n                \"state\": \"template\",\n                \"created_at\": \"2018-10-19T21:12:17Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/activity_templates/8dfd3ea2-68f6-401a-a117-d1adfd6fd4f5\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 11,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/tasks_management/activity_templates?per_page=1&page=2\",\n        \"first\": \"https://neo.frogmi.com/api/v3/tasks_management/activity_templates?per_page=1&page=1\",\n        \"last\": \"https://neo.frogmi.com/api/v3/tasks_management/activity_templates?per_page=1&page=11\",\n        \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/activity_templates?per_page=1&page=1\"\n    }\n}"}],"_postman_id":"f2a45aef-c2bb-4fee-810a-50870af5ec8f"},{"name":"Get Publish Tasks","id":"7fee2ea8-cb56-4494-b256-ae47487db715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/tasks_management/activities","urlObject":{"path":["api","v3","tasks_management","activities"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"3113ad71-d36e-4c62-885c-236607e48e02","name":"Get Tasks","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/tasks_management/activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"activity\",\n            \"id\": \"f081280d-3f87-466e-9882-d68e9cfb90de\",\n            \"attributes\": {\n                \"name\": \"Activity Name2\",\n                \"activity_type\": \"task_activity\",\n                \"schedule_type\": \"periodic\",\n                \"state\": \"published\",\n                \"instructions\": \"some long instruction\",\n                \"created_at\": \"2018-08-02T12:00:00-04:00\"\n            },\n            \"relationships\": {\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"/api/v3/tasks_management/activities/f081280d-3f87-466e-9882-d68e9cfb90de/questions\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"activity\",\n            \"id\": \"f081280d-3f87-466e-9882-d68e9cfb90de\",\n            \"attributes\": {\n                \"name\": \"Activity Name2\",\n                \"activity_type\": \"task_product\",\n                \"schedule_type\": \"periodic\",\n                \"state\": \"published\",\n                \"instructions\": \"some long instruction\",\n                \"created_at\": \"2018-08-02T12:00:00-04:00\"\n            },\n            \"relationships\": {\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"/api/v3/tasks_management/activities/f081280d-3f87-466e-9882-d68e9cfb90de/questions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"next\": \"/api/v3/tasks_management/activities?page=2\",\n        \"last\": null,\n        \"prev\": null\n    },\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 100,\n            \"per_page\": 10\n        }\n    }\n}"}],"_postman_id":"7fee2ea8-cb56-4494-b256-ae47487db715"},{"name":"Get Job Publishing state","id":"f02dc3c3-2374-42fb-9d2e-29e9ec105dc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/api/v3/jobs/0328b7a5-d5a9-4549-ad41-354e412b8024","urlObject":{"path":["api","v3","jobs","0328b7a5-d5a9-4549-ad41-354e412b8024"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"03c130cc-a791-4d5f-b922-36086134b4b2","name":"200 finished example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/jobs/d1259157-4f31-41e8-8a70-f55017c1f0de"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"ETag","value":"W/\"33b270881b50ca9456b0dccf13d77a6e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3e40c8db-296a-4644-8a31-ea2f7f6ceb6c"},{"key":"X-Runtime","value":"0.157957"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"d1259157-4f31-41e8-8a70-f55017c1f0de\",\n        \"meta\": {\n            \"failed\": []\n        },\n        \"type\": \"jobs\",\n        \"attributes\": {\n            \"state\": \"finished\"\n        },\n        \"relationships\": [\n            {\n                \"data\": {\n                    \"id\": \"c78bcdee-6360-4de7-8dd4-07d206ef5818\",\n                    \"type\": \"activities\",\n                    \"links\": {\n                        \"related\": \"127.0.0.1:3000/api/v3/tasks_management/activities/c78bcdee-6360-4de7-8dd4-07d206ef5818\"\n                    },\n                    \"attributes\": {\n                        \"template_id\": \"3836c7f1-c274-45f9-baa4-1c89bca506ce\"\n                    }\n                }\n            }\n        ]\n    }\n}"},{"id":"3b583206-798b-46d1-8c9b-4f7bf8510569","name":"200 example with errors","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/jobs/9653de8d-e730-4899-a16e-511723a3fa0a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"ETag","value":"W/\"f25322dbfbd765826c7869da03d22690\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"87ab779f-5048-4db0-85b9-becfec31d617"},{"key":"X-Runtime","value":"2.152776"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9653de8d-e730-4899-a16e-511723a3fa0a\",\n        \"meta\": {\n            \"failed\": [\n                {\n                    \"errors\": [\n                        \"Expected store UUID `invalid-store` is not a valid UUID\"\n                    ],\n                    \"template_id\": \"3836c7f1-c274-45f9-baa4-1c89bca506ce\"\n                }\n            ]\n        },\n        \"type\": \"jobs\",\n        \"attributes\": {\n            \"state\": \"finished\"\n        },\n        \"relationships\": []\n    }\n}"},{"id":"72c5d51c-3528-40ad-8b05-6cedca01c7ab","name":"200 working example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/jobs/2f77d3c2-ab0c-4946-b579-5f9c99cd77b0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"ETag","value":"W/\"27d0185a4a51b8ce15bb514ccb546173\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0b464787-2b6b-4197-9249-87daa869a4b4"},{"key":"X-Runtime","value":"0.080142"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2f77d3c2-ab0c-4946-b579-5f9c99cd77b0\",\n        \"type\": \"job\",\n        \"attributes\": {\n            \"state\": \"working\"\n        }\n    }\n}"},{"id":"e7cfe440-51e4-41de-91b7-da8c77481cb5","name":"200 finished example en DEV","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":"{{API_HOST}}/api/v3/jobs/b671cdb4-5405-4ff7-a68d-76ab09b230ca"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.0"},{"key":"Date","value":"Fri, 26 Oct 2018 18:56:00 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"0abd75281e63c7ceb58986e79bb497cf\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d95d4494-31a1-4728-ac26-1ec1cbe121cf"},{"key":"X-Runtime","value":"0.021780"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"b671cdb4-5405-4ff7-a68d-76ab09b230ca\",\n        \"meta\": {\n            \"failed\": [\n                {\n                    \"errors\": [\n                        \"Expected store UUID `el-store` is not a valid UUID\"\n                    ],\n                    \"template_id\": \"9d343295-2aa4-43e9-8a2a-4953ea69352f\"\n                }\n            ]\n        },\n        \"type\": \"jobs\",\n        \"attributes\": {\n            \"state\": \"finished\"\n        },\n        \"relationships\": [\n            {\n                \"data\": {\n                    \"id\": \"e9c868c9-e174-48d1-ac5a-b686d9f705bb\",\n                    \"type\": \"activities\",\n                    \"links\": {\n                        \"related\": \"https://neo-dev.frogmi.com/api/v3/tasks_management/activities/e9c868c9-e174-48d1-ac5a-b686d9f705bb\"\n                    },\n                    \"attributes\": {\n                        \"template_id\": \"4da135a1-2766-4bd7-b957-1fc9129099db\"\n                    }\n                }\n            },\n            {\n                \"data\": {\n                    \"id\": \"f8525ee2-a128-482a-b6a7-a818855838f5\",\n                    \"type\": \"activities\",\n                    \"links\": {\n                        \"related\": \"https://neo-dev.frogmi.com/api/v3/tasks_management/activities/f8525ee2-a128-482a-b6a7-a818855838f5\"\n                    },\n                    \"attributes\": {\n                        \"template_id\": \"39649521-5af0-4544-a8fc-13594a375639\"\n                    }\n                }\n            },\n            {\n                \"data\": {\n                    \"id\": \"d3526ee8-76f7-40ee-9f1b-23052179a959\",\n                    \"type\": \"activities\",\n                    \"links\": {\n                        \"related\": \"https://neo-dev.frogmi.com/api/v3/tasks_management/activities/d3526ee8-76f7-40ee-9f1b-23052179a959\"\n                    },\n                    \"attributes\": {\n                        \"template_id\": \"9d343295-2aa4-43e9-8a2a-4953ea69352f\"\n                    }\n                }\n            },\n            {\n                \"data\": {\n                    \"id\": \"49206bb2-b781-4837-83f9-3e34d25def74\",\n                    \"type\": \"activities\",\n                    \"links\": {\n                        \"related\": \"https://neo-dev.frogmi.com/api/v3/tasks_management/activities/49206bb2-b781-4837-83f9-3e34d25def74\"\n                    },\n                    \"attributes\": {\n                        \"template_id\": \"a00c3fdf-58bc-4070-96d8-3b7d0ebf8faa\"\n                    }\n                }\n            },\n            {\n                \"data\": {\n                    \"id\": \"a85a10d6-7a02-4a57-82ce-fcd2b661fa69\",\n                    \"type\": \"activities\",\n                    \"links\": {\n                        \"related\": \"https://neo-dev.frogmi.com/api/v3/tasks_management/activities/a85a10d6-7a02-4a57-82ce-fcd2b661fa69\"\n                    },\n                    \"attributes\": {\n                        \"template_id\": \"1b2bb7d3-0ae7-401b-8b99-43576d306286\"\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"f02dc3c3-2374-42fb-9d2e-29e9ec105dc9"},{"name":"Get TaskManagement Results","event":[{"listen":"test","script":{"id":"e83c0886-4305-49b1-8d23-e6432cc393bc","exec":[""],"type":"text/javascript"}}],"id":"9acb99cb-4f62-4061-ac59-646c3de76850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/tasks_management/results?filters[period][from]=2019-02-01&filters[period][to]=2019-02-06&per_page=10","description":"<p>Frogmi considers a Result as an Answer of a question. This means that this endpoint will return questions with their answers.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>filters[period][from]</code></td>\n<td>DateTime</td>\n<td>Date from fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[period][to]</code></td>\n<td>DateTime</td>\n<td>Date to fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[stores]</code></td>\n<td>Array[String]</td>\n<td>Array with Stores ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[activity]</code></td>\n<td>Array[String]</td>\n<td>Array with Activities ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[area]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[users]</code></td>\n<td>Array[String]</td>\n<td>Array with Users ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[zone]</code></td>\n<td>Array[String]</td>\n<td>Array with Zone ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[brand]</code></td>\n<td>Array[String]</td>\n<td>Array with Brand ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","tasks_management","results"],"host":["{{API_HOST}}"],"query":[{"description":{"content":"<p>Date from fetch results. Format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"filters[period][from]","value":"2019-02-01"},{"description":{"content":"<p>Date to fetch Results. Format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"filters[period][to]","value":"2019-02-06"},{"description":{"content":"<p>How many items want fetch per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"disabled":true,"description":{"content":"<p>Page you want to fetch. Default 1.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Related resources to retrieve alongside primary data (comma separated values)</p>\n","type":"text/plain"},"key":"include","value":"activities,stores,accountable_areas,users,categories,products,places,events"},{"disabled":true,"description":{"content":"<p>Filter those tasks already done</p>\n","type":"text/plain"},"key":"filters[execution_date][from]","value":"2019-02-01T00:00:00-03:00"},{"disabled":true,"description":{"content":"<p>Filter those tasks already done</p>\n","type":"text/plain"},"key":"filters[execution_date][to]","value":"2019-02-01T23:59:59-03:00"}],"variable":[]}},"response":[{"id":"3e663bac-e77d-447b-8a18-b80a38543b3d","name":"Plain Results","originalRequest":{"method":"GET","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/tasks_management/results?filters[period][from]=2018-12-01&filters[period][to]=2018-12-31&per_page=10&page=1","host":["{{API_HOST}}"],"path":["api","v3","tasks_management","results"],"query":[{"key":"filters[period][from]","value":"2018-12-01","description":"Date from fetch results. Format YYYY-MM-DD"},{"key":"filters[period][to]","value":"2018-12-31","description":"Date to fetch Results. Format YYYY-MM-DD"},{"key":"per_page","value":"10","description":"How many items want fetch per page. Default value is 10."},{"key":"page","value":"1","description":"Page you want to fetch. Default 1."},{"key":"include","value":"activities,users,accountable_areas,stores,categories,products,places","description":"Related resources to retrieve alongside primary data","disabled":true},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Date","value":"Wed, 09 Jan 2019 15:12:00 GMT"},{"key":"ETag","value":"W/\"059308ec4a4c36d53d5b969e13443754\""},{"key":"Server","value":"nginx"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"f99fd5f9c45a71ab2cade0b95c15202b"},{"key":"X-Request-Id","value":"f99fd5f9c45a71ab2cade0b95c15202b"},{"key":"X-Runtime","value":"0.107601"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"14461"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"86d4162e-ab5c-482d-8e7b-02866cbf6a49\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:47:05+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/86d4162e-ab5c-482d-8e7b-02866cbf6a49\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6a87845f-ce76-4345-abc0-31eed2f23500\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"de147ad1-0bc3-464f-9c0b-8993fa5acb9e\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"bbed2653-fc64-4266-bd7f-3c57d27132f4\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"cb3b134a-1289-4e05-8c10-ebb0a252b044\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:48:23+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                \"name\": \"Phantom_Stock_Alert2\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/cb3b134a-1289-4e05-8c10-ebb0a252b044\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"789fca33-639c-4586-a0d9-18b9935120a7\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"f6373496-dfd2-4551-a13d-315cd483f274\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"ba531c50-39d4-4b6c-b30e-17bb6aa894e1\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"be964bec-0816-4395-bc0f-41634aea09af\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:49:47+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/be964bec-0816-4395-bc0f-41634aea09af\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"143356b9-043a-4b37-a7ad-16e269c367db\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"6467c9c4-556d-4bd8-86ba-8841537080b6\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"1b2c1455-20a8-4c81-b4f0-464fd7d9c7a1\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"19e820ae-785b-4a4c-92f9-4ec9470d1796\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:51:19+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/19e820ae-785b-4a4c-92f9-4ec9470d1796\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"bab58ea4-cc07-4af5-a346-64c78c60763e\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1167124f-c78d-4a3d-93f3-d15286f48cbf\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"21512f28-91de-4232-bd02-bd7f1103a5fd\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"9d0934e4-0281-4112-aee0-3eb9be4c34e6\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:57:58+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/9d0934e4-0281-4112-aee0-3eb9be4c34e6\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"e4eaf001-9f86-492f-a8af-eb974e08a84a\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"086b5b2f-315f-46be-a3a0-28cac9d91038\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"d8a663d0-e8f7-40f4-a918-603d50a4e18a\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"09aac456-d105-4d8f-9053-76fba5570ad4\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:59:17+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/09aac456-d105-4d8f-9053-76fba5570ad4\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"a83ea920-1d54-4071-82ef-ee8b9462d216\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"76809f83-e76c-4409-9b88-ed268813a347\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"860a7c31-3384-42b0-ad0d-941715505695\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"e9cede1a-2351-4f5c-8a00-1fb6f2f80261\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-13T14:30:04+00:00\",\n                \"start_date\": \"2018-12-13T14:30:00+00:00\",\n                \"end_date\": \"2019-02-01T02:00:00+00:00\",\n                \"opportunity\": 1000000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Meta de AGUAS para Diciembre en el Local\",\n                        \"second_text\": \"$2.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta primeros 13 días\",\n                        \"second_text\": \"$654.321\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta esperada primeros 13 días\",\n                        \"second_text\": \"-27%\"\n                    }\n                ],\n                \"expired\": false,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/e9cede1a-2351-4f5c-8a00-1fb6f2f80261\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"3da16b3a-c7e1-4a17-aca8-2e39f95fa4f8\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"a8a58c13-18fb-4881-a1ce-b5bda2ecd009\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": null\n                },\n                \"places\": {\n                    \"data\": null\n                },\n                \"products\": {\n                    \"data\": null\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"e221ed26-733c-4af9-9b2f-59351b547790\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-13T14:39:22+00:00\",\n                \"start_date\": \"2018-12-13T14:35:00+00:00\",\n                \"end_date\": \"2019-02-01T02:00:00+00:00\",\n                \"opportunity\": 2000000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Meta de GASEOSAS para Diciembre en el Local\",\n                        \"second_text\": \"$4.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta primeros 13 días\",\n                        \"second_text\": \"$1.234.567\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta esperada primeros 13 días\",\n                        \"second_text\": \"2.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Variación\",\n                        \"second_text\": \"-38%\"\n                    }\n                ],\n                \"expired\": false,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/e221ed26-733c-4af9-9b2f-59351b547790\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"3da16b3a-c7e1-4a17-aca8-2e39f95fa4f8\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"7b38bea5-8eae-40d6-a2dd-71e87e123c0b\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": null\n                },\n                \"places\": {\n                    \"data\": null\n                },\n                \"products\": {\n                    \"data\": null\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"4cd9280f-d506-4fb7-90bd-e8ac312f7f80\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-13T14:46:04+00:00\",\n                \"start_date\": \"2018-12-13T14:35:00+00:00\",\n                \"end_date\": \"2019-02-01T02:00:00+00:00\",\n                \"opportunity\": 2000000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Meta de GASEOSAS para Diciembre en el Local\",\n                        \"second_text\": \"$4.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta primeros 13 días\",\n                        \"second_text\": \"$1.234.567\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta esperada primeros 13 días\",\n                        \"second_text\": \"2.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Variación\",\n                        \"second_text\": \"-38%\"\n                    }\n                ],\n                \"expired\": false,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/4cd9280f-d506-4fb7-90bd-e8ac312f7f80\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"61fd37db-2f4e-472b-9ab7-27980267ad98\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"7b38bea5-8eae-40d6-a2dd-71e87e123c0b\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": null\n                },\n                \"places\": {\n                    \"data\": null\n                },\n                \"products\": {\n                    \"data\": null\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"2cf163fd-b681-4dab-803c-265d0ef59f1e\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-13T14:46:37+00:00\",\n                \"start_date\": \"2018-12-13T14:30:00+00:00\",\n                \"end_date\": \"2019-02-01T02:00:00+00:00\",\n                \"opportunity\": 1000000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Meta de AGUAS para Diciembre en el Local\",\n                        \"second_text\": \"$2.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta primeros 13 días\",\n                        \"second_text\": \"$654.321\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta esperada primeros 13 días\",\n                        \"second_text\": \"-27%\"\n                    }\n                ],\n                \"expired\": false,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/2cf163fd-b681-4dab-803c-265d0ef59f1e\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"61fd37db-2f4e-472b-9ab7-27980267ad98\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"a8a58c13-18fb-4881-a1ce-b5bda2ecd009\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": null\n                },\n                \"places\": {\n                    \"data\": null\n                },\n                \"products\": {\n                    \"data\": null\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": null,\n            \"per_page\": 10\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/tasks_management/results?filters[period][from]=2018-12-01T00%3A00%3A00%2B00%3A00&filters[period][to]=2018-12-31T00%3A00%3A00%2B00%3A00&per_page=10&page=2&filter[period][from]=2018-12-01&filter[period][to]=2018-12-31\",\n        \"first\": null,\n        \"last\": null\n    }\n}"},{"id":"5575c422-a576-4eb8-a2bc-f4af973e1e5f","name":"Get Results including related stores and events","originalRequest":{"method":"GET","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/tasks_management/results?filters[period][from]=2018-12-01&filters[period][to]=2018-12-31&per_page=10&page=1&include=stores,events","host":["{{API_HOST}}"],"path":["api","v3","tasks_management","results"],"query":[{"key":"filters[period][from]","value":"2018-12-01","description":"Date from fetch results. Format YYYY-MM-DD"},{"key":"filters[period][to]","value":"2018-12-31","description":"Date to fetch Results. Format YYYY-MM-DD"},{"key":"per_page","value":"10","description":"How many items want fetch per page. Default value is 10."},{"key":"page","value":"1","description":"Page you want to fetch. Default 1."},{"key":"include","value":"stores,events","description":"Related resources to retrieve alongside primary data"},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Date","value":"Wed, 09 Jan 2019 17:10:53 GMT"},{"key":"ETag","value":"W/\"33f3fc05d3086ab91fe49564c522e4f9\""},{"key":"Server","value":"nginx"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"c7a01f9d9cec59108f640b01bb203cf7"},{"key":"X-Request-Id","value":"c7a01f9d9cec59108f640b01bb203cf7"},{"key":"X-Runtime","value":"3.228640"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"25149"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"86d4162e-ab5c-482d-8e7b-02866cbf6a49\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:47:05+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/86d4162e-ab5c-482d-8e7b-02866cbf6a49\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6a87845f-ce76-4345-abc0-31eed2f23500\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"de147ad1-0bc3-464f-9c0b-8993fa5acb9e\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"bbed2653-fc64-4266-bd7f-3c57d27132f4\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"cb3b134a-1289-4e05-8c10-ebb0a252b044\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:48:23+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/cb3b134a-1289-4e05-8c10-ebb0a252b044\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"789fca33-639c-4586-a0d9-18b9935120a7\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"f6373496-dfd2-4551-a13d-315cd483f274\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"ba531c50-39d4-4b6c-b30e-17bb6aa894e1\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"be964bec-0816-4395-bc0f-41634aea09af\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:49:47+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/be964bec-0816-4395-bc0f-41634aea09af\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"143356b9-043a-4b37-a7ad-16e269c367db\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"6467c9c4-556d-4bd8-86ba-8841537080b6\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"1b2c1455-20a8-4c81-b4f0-464fd7d9c7a1\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"19e820ae-785b-4a4c-92f9-4ec9470d1796\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:51:19+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/19e820ae-785b-4a4c-92f9-4ec9470d1796\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"bab58ea4-cc07-4af5-a346-64c78c60763e\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1167124f-c78d-4a3d-93f3-d15286f48cbf\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"21512f28-91de-4232-bd02-bd7f1103a5fd\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"9d0934e4-0281-4112-aee0-3eb9be4c34e6\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:57:58+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/9d0934e4-0281-4112-aee0-3eb9be4c34e6\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"e4eaf001-9f86-492f-a8af-eb974e08a84a\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"086b5b2f-315f-46be-a3a0-28cac9d91038\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"d8a663d0-e8f7-40f4-a918-603d50a4e18a\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"09aac456-d105-4d8f-9053-76fba5570ad4\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-12T13:59:17+00:00\",\n                \"start_date\": \"2018-12-12T13:15:00+00:00\",\n                \"end_date\": \"2018-12-13T02:00:00+00:00\",\n                \"opportunity\": 100000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Alerta\",\n                        \"second_text\": \"Sin Venta sin stock\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta últimos 7 días\",\n                        \"second_text\": \"$0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta 7 días anteriores\",\n                        \"second_text\": \"$987.654\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Unidades de Inventario\",\n                        \"second_text\": \"0\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Días de Inventario\",\n                        \"second_text\": \"0\"\n                    }\n                ],\n                \"expired\": true,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/09aac456-d105-4d8f-9053-76fba5570ad4\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"779d125e-a9c7-440b-8b16-f76afe5ddb03\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6d1f8afd-5bf8-4368-96dd-d7d99e3ede8a\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"cd1003b4-3c60-4b51-bfd8-15bcf4035f34\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"a83ea920-1d54-4071-82ef-ee8b9462d216\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": [\n                        {\n                            \"id\": \"76809f83-e76c-4409-9b88-ed268813a347\",\n                            \"type\": \"task_action_results\"\n                        },\n                        {\n                            \"id\": \"860a7c31-3384-42b0-ad0d-941715505695\",\n                            \"type\": \"task_action_results\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"e9cede1a-2351-4f5c-8a00-1fb6f2f80261\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-13T14:30:04+00:00\",\n                \"start_date\": \"2018-12-13T14:30:00+00:00\",\n                \"end_date\": \"2019-02-01T02:00:00+00:00\",\n                \"opportunity\": 1000000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Meta de AGUAS para Diciembre en el Local\",\n                        \"second_text\": \"$2.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta primeros 13 días\",\n                        \"second_text\": \"$654.321\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta esperada primeros 13 días\",\n                        \"second_text\": \"-27%\"\n                    }\n                ],\n                \"expired\": false,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/e9cede1a-2351-4f5c-8a00-1fb6f2f80261\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"3da16b3a-c7e1-4a17-aca8-2e39f95fa4f8\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"a8a58c13-18fb-4881-a1ce-b5bda2ecd009\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": null\n                },\n                \"places\": {\n                    \"data\": null\n                },\n                \"products\": {\n                    \"data\": null\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"e221ed26-733c-4af9-9b2f-59351b547790\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-13T14:39:22+00:00\",\n                \"start_date\": \"2018-12-13T14:35:00+00:00\",\n                \"end_date\": \"2019-02-01T02:00:00+00:00\",\n                \"opportunity\": 2000000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Meta de GASEOSAS para Diciembre en el Local\",\n                        \"second_text\": \"$4.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta primeros 13 días\",\n                        \"second_text\": \"$1.234.567\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta esperada primeros 13 días\",\n                        \"second_text\": \"2.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Variación\",\n                        \"second_text\": \"-38%\"\n                    }\n                ],\n                \"expired\": false,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/e221ed26-733c-4af9-9b2f-59351b547790\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"3da16b3a-c7e1-4a17-aca8-2e39f95fa4f8\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"7b38bea5-8eae-40d6-a2dd-71e87e123c0b\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": null\n                },\n                \"places\": {\n                    \"data\": null\n                },\n                \"products\": {\n                    \"data\": null\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"4cd9280f-d506-4fb7-90bd-e8ac312f7f80\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-13T14:46:04+00:00\",\n                \"start_date\": \"2018-12-13T14:35:00+00:00\",\n                \"end_date\": \"2019-02-01T02:00:00+00:00\",\n                \"opportunity\": 2000000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Meta de GASEOSAS para Diciembre en el Local\",\n                        \"second_text\": \"$4.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta primeros 13 días\",\n                        \"second_text\": \"$1.234.567\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta esperada primeros 13 días\",\n                        \"second_text\": \"2.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Variación\",\n                        \"second_text\": \"-38%\"\n                    }\n                ],\n                \"expired\": false,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/4cd9280f-d506-4fb7-90bd-e8ac312f7f80\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"61fd37db-2f4e-472b-9ab7-27980267ad98\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"7b38bea5-8eae-40d6-a2dd-71e87e123c0b\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": null\n                },\n                \"places\": {\n                    \"data\": null\n                },\n                \"products\": {\n                    \"data\": null\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"2cf163fd-b681-4dab-803c-265d0ef59f1e\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": true,\n                \"execution_date\": \"2018-12-13T14:46:37+00:00\",\n                \"start_date\": \"2018-12-13T14:30:00+00:00\",\n                \"end_date\": \"2019-02-01T02:00:00+00:00\",\n                \"opportunity\": 1000000,\n                \"external_data\": [\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Meta de AGUAS para Diciembre en el Local\",\n                        \"second_text\": \"$2.000.000\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta primeros 13 días\",\n                        \"second_text\": \"$654.321\"\n                    },\n                    {\n                        \"icon\": \"info\",\n                        \"main_text\": \"Venta esperada primeros 13 días\",\n                        \"second_text\": \"-27%\"\n                    }\n                ],\n                \"expired\": false,\n                \"external_id\": null,\n                 \"name\": \"Phantom_Stock_Alert\",\n                \"instructions\": \"Check the item at the shelf\",\n                \"task_type\": \"task_sku\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/task_management_results/2cf163fd-b681-4dab-803c-265d0ef59f1e\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"61fd37db-2f4e-472b-9ab7-27980267ad98\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"a8a58c13-18fb-4881-a1ce-b5bda2ecd009\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"487e435f-563c-4c22-9ba2-a1bac5c0f16d\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"bacf59a2-7c19-4def-85fa-a4f991161132\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": null\n                },\n                \"places\": {\n                    \"data\": null\n                },\n                \"products\": {\n                    \"data\": null\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": null,\n            \"per_page\": 10\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/tasks_management/results?filters[period][from]=2018-12-01T00%3A00%3A00%2B00%3A00&filters[period][to]=2018-12-31T00%3A00%3A00%2B00%3A00&per_page=10&page=2&include=stores%2Cevents&filter[period][from]=2018-12-01&filter[period][to]=2018-12-31\",\n        \"first\": null,\n        \"last\": null\n    },\n    \"included\": [\n        {\n            \"id\": \"3da16b3a-c7e1-4a17-aca8-2e39f95fa4f8\",\n            \"type\": \"stores\",\n            \"relationships\": {\n                \"brands\": {\n                    \"data\": {\n                        \"id\": \"ff6ad8bb-a77f-4724-90b6-a5fa98824159\",\n                        \"type\": \"brands\"\n                    }\n                },\n                \"zones\": {\n                    \"data\": {\n                        \"id\": \"bbbdf96a-f93f-4c66-9115-dea1862e8367\",\n                        \"type\": \"zones\"\n                    }\n                }\n            },\n            \"attributes\": {\n                \"name\": \"ALVI LAS CONDES 1031\",\n                \"code\": \"S03098\",\n                \"active\": true,\n                \"full_address\": \"ALVI , Las Condes, Chile\",\n                \"coordinates\": {\n                    \"latitude\": -33.41667,\n                    \"longitude\": -70.58333\n                },\n                \"created_at\": \"2018-12-11T15:46:25Z\"\n            }\n        },\n        {\n            \"id\": \"61fd37db-2f4e-472b-9ab7-27980267ad98\",\n            \"type\": \"stores\",\n            \"relationships\": {\n                \"brands\": {\n                    \"data\": {\n                        \"id\": \"d40b2647-c458-4194-b037-10a582952ffd\",\n                        \"type\": \"brands\"\n                    }\n                },\n                \"zones\": {\n                    \"data\": {\n                        \"id\": \"bbbdf96a-f93f-4c66-9115-dea1862e8367\",\n                        \"type\": \"zones\"\n                    }\n                }\n            },\n            \"attributes\": {\n                \"name\": \"EK VITAC\",\n                \"code\": \"W00228\",\n                \"active\": true,\n                \"full_address\": \"Example Store, Example City, Chile\",\n                \"coordinates\": {\n                    \"latitude\": -33.396275,\n                    \"longitude\": -70.58198\n                },\n                \"created_at\": \"2018-12-11T15:46:25Z\"\n            }\n        },\n        {\n            \"id\": \"87faa116-7667-4518-a332-3f4db63a84b7\",\n            \"type\": \"stores\",\n            \"relationships\": {\n                \"brands\": {\n                    \"data\": {\n                        \"id\": \"3507b5da-31d7-4ee1-9cb8-aad9b0bb2318\",\n                        \"type\": \"brands\"\n                    }\n                },\n                \"zones\": {\n                    \"data\": {\n                        \"id\": \"bbbdf96a-f93f-4c66-9115-dea1862e8367\",\n                        \"type\": \"zones\"\n                    }\n                }\n            },\n            \"attributes\": {\n                \"name\": \"JUMBO BILBAO\",\n                \"code\": \"C0J501\",\n                \"active\": true,\n                \"full_address\": \"JUMBO , Las Condes, Chile\",\n                \"coordinates\": {\n                    \"latitude\": -33.430084,\n                    \"longitude\": -70.578606\n                },\n                \"created_at\": \"2018-12-11T15:46:25Z\"\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"de147ad1-0bc3-464f-9c0b-8993fa5acb9e\",\n            \"attributes\": {\n                \"name\": \"Indique el diagnóstico y la gestión realizada:\",\n                \"question_type\": \"MultipleChoice\",\n                \"answer\": [\n                    \"dd926406-c126-4833-9807-dd62dea63996\"\n                ],\n                \"alternatives\": {\n                    \"data\": [\n                        {\n                            \"id\": \"dd926406-c126-4833-9807-dd62dea63996\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Quiebre: pedido solicitado\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"e85fc255-2528-46aa-aefb-1e0066316edd\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Descatalogado: ajuste sistema\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"c6e94791-558b-4949-8cc3-267141bfee04\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Sin inicializar: KAM inicializar\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"ad7ac747-48d2-4331-8380-4db47e8ebc68\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Otro\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        }\n                    ]\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"86d4162e-ab5c-482d-8e7b-02866cbf6a49\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/8d1b4740-6643-4096-a135-bea3c48a36af\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"bbed2653-fc64-4266-bd7f-3c57d27132f4\",\n            \"attributes\": {\n                \"name\": \"Ingrese el stock real en la tienda (góndola y bodega)\",\n                \"question_type\": \"Numerical\",\n                \"answer\": 0,\n                \"alternatives\": {\n                    \"data\": []\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"86d4162e-ab5c-482d-8e7b-02866cbf6a49\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/e1db8109-f6e3-4a3c-b403-63ae1b64cf9c\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"f6373496-dfd2-4551-a13d-315cd483f274\",\n            \"attributes\": {\n                \"name\": \"Indique el diagnóstico y la gestión realizada:\",\n                \"question_type\": \"MultipleChoice\",\n                \"answer\": [\n                    \"c6e94791-558b-4949-8cc3-267141bfee04\"\n                ],\n                \"alternatives\": {\n                    \"data\": [\n                        {\n                            \"id\": \"dd926406-c126-4833-9807-dd62dea63996\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Quiebre: pedido solicitado\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"e85fc255-2528-46aa-aefb-1e0066316edd\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Descatalogado: ajuste sistema\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"c6e94791-558b-4949-8cc3-267141bfee04\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Sin inicializar: KAM inicializar\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"ad7ac747-48d2-4331-8380-4db47e8ebc68\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Otro\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        }\n                    ]\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"cb3b134a-1289-4e05-8c10-ebb0a252b044\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/8d1b4740-6643-4096-a135-bea3c48a36af\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"ba531c50-39d4-4b6c-b30e-17bb6aa894e1\",\n            \"attributes\": {\n                \"name\": \"Ingrese el stock real en la tienda (góndola y bodega)\",\n                \"question_type\": \"Numerical\",\n                \"answer\": 25,\n                \"alternatives\": {\n                    \"data\": []\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"cb3b134a-1289-4e05-8c10-ebb0a252b044\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/e1db8109-f6e3-4a3c-b403-63ae1b64cf9c\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"6467c9c4-556d-4bd8-86ba-8841537080b6\",\n            \"attributes\": {\n                \"name\": \"Indique el diagnóstico y la gestión realizada:\",\n                \"question_type\": \"MultipleChoice\",\n                \"answer\": [\n                    \"e85fc255-2528-46aa-aefb-1e0066316edd\"\n                ],\n                \"alternatives\": {\n                    \"data\": [\n                        {\n                            \"id\": \"dd926406-c126-4833-9807-dd62dea63996\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Quiebre: pedido solicitado\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"e85fc255-2528-46aa-aefb-1e0066316edd\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Descatalogado: ajuste sistema\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"c6e94791-558b-4949-8cc3-267141bfee04\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Sin inicializar: KAM inicializar\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"ad7ac747-48d2-4331-8380-4db47e8ebc68\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Otro\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        }\n                    ]\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"be964bec-0816-4395-bc0f-41634aea09af\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/8d1b4740-6643-4096-a135-bea3c48a36af\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"1b2c1455-20a8-4c81-b4f0-464fd7d9c7a1\",\n            \"attributes\": {\n                \"name\": \"Ingrese el stock real en la tienda (góndola y bodega)\",\n                \"question_type\": \"Numerical\",\n                \"answer\": 0,\n                \"alternatives\": {\n                    \"data\": []\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"be964bec-0816-4395-bc0f-41634aea09af\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/e1db8109-f6e3-4a3c-b403-63ae1b64cf9c\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"1167124f-c78d-4a3d-93f3-d15286f48cbf\",\n            \"attributes\": {\n                \"name\": \"Indique el diagnóstico y la gestión realizada:\",\n                \"question_type\": \"MultipleChoice\",\n                \"answer\": [\n                    \"dd926406-c126-4833-9807-dd62dea63996\"\n                ],\n                \"alternatives\": {\n                    \"data\": [\n                        {\n                            \"id\": \"dd926406-c126-4833-9807-dd62dea63996\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Quiebre: pedido solicitado\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"e85fc255-2528-46aa-aefb-1e0066316edd\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Descatalogado: ajuste sistema\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"c6e94791-558b-4949-8cc3-267141bfee04\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Sin inicializar: KAM inicializar\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"ad7ac747-48d2-4331-8380-4db47e8ebc68\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Otro\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        }\n                    ]\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"19e820ae-785b-4a4c-92f9-4ec9470d1796\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/8d1b4740-6643-4096-a135-bea3c48a36af\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"21512f28-91de-4232-bd02-bd7f1103a5fd\",\n            \"attributes\": {\n                \"name\": \"Ingrese el stock real en la tienda (góndola y bodega)\",\n                \"question_type\": \"Numerical\",\n                \"answer\": 1,\n                \"alternatives\": {\n                    \"data\": []\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"19e820ae-785b-4a4c-92f9-4ec9470d1796\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/e1db8109-f6e3-4a3c-b403-63ae1b64cf9c\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"086b5b2f-315f-46be-a3a0-28cac9d91038\",\n            \"attributes\": {\n                \"name\": \"Indique el diagnóstico y la gestión realizada:\",\n                \"question_type\": \"MultipleChoice\",\n                \"answer\": [\n                    \"e85fc255-2528-46aa-aefb-1e0066316edd\"\n                ],\n                \"alternatives\": {\n                    \"data\": [\n                        {\n                            \"id\": \"dd926406-c126-4833-9807-dd62dea63996\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Quiebre: pedido solicitado\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"e85fc255-2528-46aa-aefb-1e0066316edd\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Descatalogado: ajuste sistema\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"c6e94791-558b-4949-8cc3-267141bfee04\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Sin inicializar: KAM inicializar\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"ad7ac747-48d2-4331-8380-4db47e8ebc68\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Otro\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        }\n                    ]\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"9d0934e4-0281-4112-aee0-3eb9be4c34e6\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/8d1b4740-6643-4096-a135-bea3c48a36af\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"d8a663d0-e8f7-40f4-a918-603d50a4e18a\",\n            \"attributes\": {\n                \"name\": \"Ingrese el stock real en la tienda (góndola y bodega)\",\n                \"question_type\": \"Numerical\",\n                \"answer\": 0,\n                \"alternatives\": {\n                    \"data\": []\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"9d0934e4-0281-4112-aee0-3eb9be4c34e6\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/e1db8109-f6e3-4a3c-b403-63ae1b64cf9c\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"76809f83-e76c-4409-9b88-ed268813a347\",\n            \"attributes\": {\n                \"name\": \"Indique el diagnóstico y la gestión realizada:\",\n                \"question_type\": \"MultipleChoice\",\n                \"answer\": [\n                    \"dd926406-c126-4833-9807-dd62dea63996\"\n                ],\n                \"alternatives\": {\n                    \"data\": [\n                        {\n                            \"id\": \"dd926406-c126-4833-9807-dd62dea63996\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Quiebre: pedido solicitado\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"e85fc255-2528-46aa-aefb-1e0066316edd\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Descatalogado: ajuste sistema\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"c6e94791-558b-4949-8cc3-267141bfee04\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Sin inicializar: KAM inicializar\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"ad7ac747-48d2-4331-8380-4db47e8ebc68\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Otro\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        }\n                    ]\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"09aac456-d105-4d8f-9053-76fba5570ad4\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/8d1b4740-6643-4096-a135-bea3c48a36af\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"860a7c31-3384-42b0-ad0d-941715505695\",\n            \"attributes\": {\n                \"name\": \"Ingrese el stock real en la tienda (góndola y bodega)\",\n                \"question_type\": \"Numerical\",\n                \"answer\": 0,\n                \"alternatives\": {\n                    \"data\": []\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"09aac456-d105-4d8f-9053-76fba5570ad4\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/e1db8109-f6e3-4a3c-b403-63ae1b64cf9c\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"16d7c300-8982-4fa0-816c-e4ae6d8a0721","name":"GET task result including events","originalRequest":{"method":"GET","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/tasks_management/results/23a54e91-aa01-4111-922b-8cd6868f0bde?include=activities,stores,accountable_areas,users,categories,products,places,events","host":["{{API_HOST}}"],"path":["api","v3","tasks_management","results","23a54e91-aa01-4111-922b-8cd6868f0bde"],"query":[{"key":"include","value":"events","description":"Only events","disabled":true},{"key":"include","value":"activities,stores,accountable_areas,users,categories,products,places,events"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"ETag","value":"W/\"4f14ff88a31860a6d46c0d0de294d91c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"08aba5fb-b61c-4760-b503-b8de37033eec"},{"key":"X-Runtime","value":"1.183640"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"23a54e91-aa01-4111-922b-8cd6868f0bde\",\n        \"type\": \"task_management_results\",\n        \"attributes\": {\n            \"done\": true,\n            \"execution_date\": \"2021-10-27T14:30:28-04:00\",\n            \"start_date\": \"2021-10-27T11:05:00-04:00\",\n            \"end_date\": \"2021-10-27T21:00:00-04:00\",\n            \"created_at\": \"2021-10-27T14:29:43-04:00\",\n            \"opportunity\": 5000,\n            \"external_data\": [\n                {\n                    \"main_text\": \"Foo1\",\n                    \"second_text\": \"Bar-a1\"\n                },\n                {\n                    \"main_text\": \"Foo2\",\n                    \"second_text\": \"Bar-b1\"\n                }\n            ],\n            \"external_id\": \"\",\n            \"expired\": true,\n            \"name\": \"COMM oct27-a5\",\n            \"instructions\": \"Chequear que todo esté correcto\",\n            \"task_type\": \"task_general\",\n            \"event_type\": \"standard\"\n        },\n        \"links\": {\n            \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/23a54e91-aa01-4111-922b-8cd6868f0bde\"\n        },\n        \"relationships\": {\n            \"activities\": {\n                \"data\": {\n                    \"id\": \"4d747c03-b354-41dc-96fd-4447a52ced9e\",\n                    \"type\": \"activities\"\n                }\n            },\n            \"stores\": {\n                \"data\": {\n                    \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                    \"type\": \"stores\"\n                }\n            },\n            \"accountable_areas\": {\n                \"data\": {\n                    \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                    \"type\": \"accountable_areas\"\n                }\n            },\n            \"users\": {\n                \"data\": {\n                    \"id\": \"3aa16ad2-8228-4dbb-8924-19669e187889\",\n                    \"type\": \"users\"\n                }\n            },\n            \"categories\": {\n                \"data\": null\n            },\n            \"products\": {\n                \"data\": null\n            },\n            \"places\": {\n                \"data\": null\n            },\n            \"task_action_results\": {\n                \"data\": [\n                    {\n                        \"id\": \"df1e3de9-35a3-488c-a018-17041a62eb30\",\n                        \"type\": \"task_action_results\"\n                    },\n                    {\n                        \"id\": \"fc51458a-dbcf-45fe-a04f-b0a7bf7c5650\",\n                        \"type\": \"task_action_results\"\n                    },\n                    {\n                        \"id\": \"17b4db56-c56e-47cd-b5b2-1398851f622e\",\n                        \"type\": \"task_action_results\"\n                    },\n                    {\n                        \"id\": \"d83d64ec-9cc8-4a4f-92b3-b6b209a7abf0\",\n                        \"type\": \"task_action_results\"\n                    },\n                    {\n                        \"id\": \"80bbd0d2-c74c-4614-a7c0-779c72a96645\",\n                        \"type\": \"task_action_results\"\n                    },\n                    {\n                        \"id\": \"0d922a3e-8b94-4953-a316-4fb02e8d12d7\",\n                        \"type\": \"task_action_results\"\n                    },\n                    {\n                        \"id\": \"a27346cc-0015-459c-ad54-86453d567106\",\n                        \"type\": \"task_action_results\"\n                    },\n                    {\n                        \"id\": \"195e0f5f-a459-48a0-a93f-2e588165334c\",\n                        \"type\": \"task_action_results\"\n                    }\n                ]\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"Store1\",\n                \"code\": \"store1\",\n                \"active\": true,\n                \"coordinates\": {\n                    \"latitude\": null,\n                    \"longitude\": null\n                },\n                \"created_at\": \"2020-03-16T21:11:50Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/stores/91dd428b-36dd-4c69-a01f-201447ceed81\"\n            }\n        },\n        {\n            \"id\": \"4d747c03-b354-41dc-96fd-4447a52ced9e\",\n            \"type\": \"activities\",\n            \"attributes\": {\n                \"name\": \"COMM-GEN t1\",\n                \"activity_type\": \"task_general\",\n                \"state\": \"deactivated\",\n                \"instructions\": null,\n                \"created_at\": \"2021-10-27T10:36:03.811Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/activities/4d747c03-b354-41dc-96fd-4447a52ced9e\"\n            }\n        },\n        {\n            \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n            \"type\": \"accountable_areas\",\n            \"attributes\": {\n                \"name\": \"Executor\",\n                \"code\": \"executor\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/accountable_areas/1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2f686159-9850-48a2-9290-3b79efa12e81\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"3aa16ad2-8228-4dbb-8924-19669e187889\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Dev\",\n                \"last_name\": \"Dev2\",\n                \"username\": \"dev@frogmi.com\",\n                \"email\": \"dev@frogmi.com\",\n                \"language\": \"es\",\n                \"country\": null,\n                \"active\": true\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/users/3aa16ad2-8228-4dbb-8924-19669e187889\"\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"df1e3de9-35a3-488c-a018-17041a62eb30\",\n            \"attributes\": {\n                \"name\": \"Binary question\",\n                \"question_type\": \"Binary\",\n                \"answer\": \"1f32055d-9aa5-4ea1-961e-57f430bbf1b9\",\n                \"question_uuid\": \"b8828535-8e7b-4520-8524-08ccb38566da\",\n                \"repetition_node\": null,\n                \"question_order\": 0,\n                \"page_order\": 0,\n                \"page_path_order\": \"9000\",\n                \"alternatives\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1f32055d-9aa5-4ea1-961e-57f430bbf1b9\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Yes\",\n                                \"value\": 1,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"ab815209-db0e-45c9-9089-71d07c937153\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"No\",\n                                \"value\": 0,\n                                \"accomplishment\": null\n                            }\n                        }\n                    ]\n                },\n                \"comment\": {\n                    \"text\": \"\",\n                    \"pictures\": []\n                },\n                \"execution\": {\n                    \"execution_date\": \"2021-10-27T18:26:28+00:00\",\n                    \"finished_at\": \"2021-10-27T18:33:04+00:00\"\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"23a54e91-aa01-4111-922b-8cd6868f0bde\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/b8828535-8e7b-4520-8524-08ccb38566da\"\n                    }\n                },\n                \"tags\": {\n                    \"data\": [\n                        {\n                            \"id\": \"848d3bda-df86-4378-a659-5e0be8d4b840\",\n                            \"type\": \"tags\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"fc51458a-dbcf-45fe-a04f-b0a7bf7c5650\",\n            \"attributes\": {\n                \"name\": \"Single choice question\",\n                \"question_type\": \"MultipleChoice\",\n                \"answer\": [\n                    \"969521d5-d305-4059-bb2f-efc22ba0a3eb\"\n                ],\n                \"question_uuid\": \"e9a7f70b-b44e-4554-b783-bcf02fb92b02\",\n                \"repetition_node\": null,\n                \"question_order\": 2,\n                \"page_order\": 0,\n                \"page_path_order\": \"9000\",\n                \"alternatives\": {\n                    \"data\": [\n                        {\n                            \"id\": \"969521d5-d305-4059-bb2f-efc22ba0a3eb\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Sí -> default\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"3a204e69-09bd-4b50-abad-a5651496ff54\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"No -> to Price\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        },\n                        {\n                            \"id\": \"0e97a0c5-a2ef-495c-ac11-0806b63f9442\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"N/A -> to Simple 2\",\n                                \"value\": null,\n                                \"accomplishment\": null\n                            }\n                        }\n                    ]\n                },\n                \"comment\": {\n                    \"text\": \"\",\n                    \"pictures\": []\n                },\n                \"execution\": {\n                    \"execution_date\": \"2021-10-27T18:26:28+00:00\",\n                    \"finished_at\": \"2021-10-27T18:33:04+00:00\"\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"23a54e91-aa01-4111-922b-8cd6868f0bde\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/e9a7f70b-b44e-4554-b783-bcf02fb92b02\"\n                    }\n                },\n                \"tags\": {\n                    \"data\": [\n                        {\n                            \"id\": \"6413384b-01b9-4469-9fa1-5b0eca5869b7\",\n                            \"type\": \"tags\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"17b4db56-c56e-47cd-b5b2-1398851f622e\",\n            \"attributes\": {\n                \"name\": \"Simple 2\",\n                \"question_type\": \"Simple\",\n                \"answer\": \"XD\",\n                \"question_uuid\": \"1be67d45-31ba-4740-9537-2dd191e3eb13\",\n                \"repetition_node\": null,\n                \"question_order\": 7,\n                \"page_order\": 0,\n                \"page_path_order\": \"9000\",\n                \"alternatives\": {\n                    \"data\": []\n                },\n                \"comment\": {\n                    \"text\": \"\",\n                    \"pictures\": []\n                },\n                \"execution\": {\n                    \"execution_date\": \"2021-10-27T18:26:28+00:00\",\n                    \"finished_at\": \"2021-10-27T18:33:04+00:00\"\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"23a54e91-aa01-4111-922b-8cd6868f0bde\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/1be67d45-31ba-4740-9537-2dd191e3eb13\"\n                    }\n                },\n                \"tags\": {\n                    \"data\": [\n                        {\n                            \"id\": \"e759d3f7-4ef6-4b2a-bca0-fa622135cf29\",\n                            \"type\": \"tags\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"d83d64ec-9cc8-4a4f-92b3-b6b209a7abf0\",\n            \"attributes\": {\n                \"name\": \"QR code\",\n                \"question_type\": \"Qrcode\",\n                \"answer\": \"\",\n                \"question_uuid\": \"e205e664-700a-4eab-9c79-384957790388\",\n                \"repetition_node\": null,\n                \"question_order\": 6,\n                \"page_order\": 0,\n                \"page_path_order\": \"9000\",\n                \"alternatives\": {\n                    \"data\": []\n                },\n                \"comment\": {\n                    \"text\": \"\",\n                    \"pictures\": []\n                },\n                \"execution\": {\n                    \"execution_date\": \"2021-10-27T18:26:28+00:00\",\n                    \"finished_at\": \"2021-10-27T18:33:04+00:00\"\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"23a54e91-aa01-4111-922b-8cd6868f0bde\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/e205e664-700a-4eab-9c79-384957790388\"\n                    }\n                },\n                \"tags\": {\n                    \"data\": [\n                        {\n                            \"id\": \"848d3bda-df86-4378-a659-5e0be8d4b840\",\n                            \"type\": \"tags\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"80bbd0d2-c74c-4614-a7c0-779c72a96645\",\n            \"attributes\": {\n                \"name\": \"Simple question\",\n                \"question_type\": \"Simple\",\n                \"answer\": \"Hi\",\n                \"question_uuid\": \"38af3aa4-6663-4743-8ebd-9ce0a1935934\",\n                \"repetition_node\": null,\n                \"question_order\": 1,\n                \"page_order\": 0,\n                \"page_path_order\": \"9000\",\n                \"alternatives\": {\n                    \"data\": []\n                },\n                \"comment\": {\n                    \"text\": \"\",\n                    \"pictures\": []\n                },\n                \"execution\": {\n                    \"execution_date\": \"2021-10-27T18:26:28+00:00\",\n                    \"finished_at\": \"2021-10-27T18:33:04+00:00\"\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"23a54e91-aa01-4111-922b-8cd6868f0bde\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/38af3aa4-6663-4743-8ebd-9ce0a1935934\"\n                    }\n                },\n                \"tags\": {\n                    \"data\": [\n                        {\n                            \"id\": \"e759d3f7-4ef6-4b2a-bca0-fa622135cf29\",\n                            \"type\": \"tags\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"0d922a3e-8b94-4953-a316-4fb02e8d12d7\",\n            \"attributes\": {\n                \"name\": \"Picture\",\n                \"question_type\": \"Picture\",\n                \"answer\": [],\n                \"question_uuid\": \"25487307-f35e-4c27-96c9-e79e49bd822b\",\n                \"repetition_node\": null,\n                \"question_order\": 4,\n                \"page_order\": 0,\n                \"page_path_order\": \"9000\",\n                \"alternatives\": {\n                    \"data\": []\n                },\n                \"comment\": {\n                    \"text\": \"\",\n                    \"pictures\": []\n                },\n                \"execution\": {\n                    \"execution_date\": \"2021-10-27T18:26:28+00:00\",\n                    \"finished_at\": \"2021-10-27T18:33:04+00:00\"\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"23a54e91-aa01-4111-922b-8cd6868f0bde\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/25487307-f35e-4c27-96c9-e79e49bd822b\"\n                    }\n                },\n                \"tags\": {\n                    \"data\": [\n                        {\n                            \"id\": \"e759d3f7-4ef6-4b2a-bca0-fa622135cf29\",\n                            \"type\": \"tags\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"a27346cc-0015-459c-ad54-86453d567106\",\n            \"attributes\": {\n                \"name\": \"Price\",\n                \"question_type\": \"Price\",\n                \"answer\": 0.02,\n                \"question_uuid\": \"587118e8-718c-445b-adbc-cd5c61c897e7\",\n                \"repetition_node\": null,\n                \"question_order\": 5,\n                \"page_order\": 0,\n                \"page_path_order\": \"9000\",\n                \"alternatives\": {\n                    \"data\": []\n                },\n                \"comment\": {\n                    \"text\": \"\",\n                    \"pictures\": []\n                },\n                \"execution\": {\n                    \"execution_date\": \"2021-10-27T18:26:28+00:00\",\n                    \"finished_at\": \"2021-10-27T18:33:04+00:00\"\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"23a54e91-aa01-4111-922b-8cd6868f0bde\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/587118e8-718c-445b-adbc-cd5c61c897e7\"\n                    }\n                },\n                \"tags\": {\n                    \"data\": [\n                        {\n                            \"id\": \"848d3bda-df86-4378-a659-5e0be8d4b840\",\n                            \"type\": \"tags\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"task_action_results\",\n            \"id\": \"195e0f5f-a459-48a0-a93f-2e588165334c\",\n            \"attributes\": {\n                \"name\": \"Numerical question\",\n                \"question_type\": \"Numerical\",\n                \"answer\": 0.01,\n                \"question_uuid\": \"40f559a4-9477-49ea-a8c3-89be08230291\",\n                \"repetition_node\": null,\n                \"question_order\": 3,\n                \"page_order\": 0,\n                \"page_path_order\": \"9000\",\n                \"alternatives\": {\n                    \"data\": []\n                },\n                \"comment\": {\n                    \"text\": \"\",\n                    \"pictures\": []\n                },\n                \"execution\": {\n                    \"execution_date\": \"2021-10-27T18:26:28+00:00\",\n                    \"finished_at\": \"2021-10-27T18:33:04+00:00\"\n                }\n            },\n            \"relationships\": {\n                \"task_action_events\": {\n                    \"data\": {\n                        \"id\": \"23a54e91-aa01-4111-922b-8cd6868f0bde\",\n                        \"type\": \"task_action_events\"\n                    }\n                },\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/questions/40f559a4-9477-49ea-a8c3-89be08230291\"\n                    }\n                },\n                \"tags\": {\n                    \"data\": [\n                        {\n                            \"id\": \"6413384b-01b9-4469-9fa1-5b0eca5869b7\",\n                            \"type\": \"tags\"\n                        }\n                    ]\n                }\n            }\n        }\n    ]\n}"},{"id":"898efabf-4c01-4fa5-b587-12542b8aa139","name":"Get task result including linked parent task","originalRequest":{"method":"GET","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/tasks_management/results/2de967ec-e90d-4292-86ed-336687fbc12f?include=activities,stores,accountable_areas,users,categories,products,places,linked_tasks","host":["{{API_HOST}}"],"path":["api","v3","tasks_management","results","2de967ec-e90d-4292-86ed-336687fbc12f"],"query":[{"key":"include","value":"linked_tasks","description":"Only linked task: parent or child","disabled":true},{"key":"include","value":"activities,stores,accountable_areas,users,categories,products,places,linked_tasks"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"ETag","value":"W/\"6e85f4d2cde3762ddde314c2648313a6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"29693264-f759-465d-a5b3-70275df74439"},{"key":"X-Runtime","value":"0.091525"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2de967ec-e90d-4292-86ed-336687fbc12f\",\n        \"type\": \"task_management_results\",\n        \"attributes\": {\n            \"done\": false,\n            \"execution_date\": null,\n            \"start_date\": \"2022-04-05T20:00:00-03:00\",\n            \"end_date\": \"2022-04-05T20:30:00-03:00\",\n            \"created_at\": \"2022-04-04T08:24:32-03:00\",\n            \"opportunity\": null,\n            \"external_data\": [],\n            \"external_id\": \" \",\n            \"expired\": true,\n            \"name\": \"TASK LOCAL A-30\",\n            \"instructions\": \"Asegurar correcta implementación\",\n            \"task_type\": \"task_sku\",\n            \"event_type\": \"trigger\"\n        },\n        \"links\": {\n            \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/2de967ec-e90d-4292-86ed-336687fbc12f\"\n        },\n        \"relationships\": {\n            \"activities\": {\n                \"data\": {\n                    \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                    \"type\": \"activities\"\n                }\n            },\n            \"stores\": {\n                \"data\": {\n                    \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                    \"type\": \"stores\"\n                }\n            },\n            \"accountable_areas\": {\n                \"data\": {\n                    \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                    \"type\": \"accountable_areas\"\n                }\n            },\n            \"users\": {\n                \"data\": null\n            },\n            \"categories\": {\n                \"data\": {\n                    \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                    \"type\": \"categories\"\n                }\n            },\n            \"products\": {\n                \"data\": {\n                    \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                    \"type\": \"products\"\n                }\n            },\n            \"places\": {\n                \"data\": {\n                    \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                    \"type\": \"places\"\n                }\n            },\n            \"task_action_results\": {\n                \"data\": []\n            },\n            \"parent_task\": {\n                \"data\": {\n                    \"id\": \"71094bf9-eb0e-48fe-8bd6-c9194dca1592\",\n                    \"type\": \"task_action_results\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"Store1\",\n                \"code\": \"store1\",\n                \"active\": true,\n                \"coordinates\": {\n                    \"latitude\": null,\n                    \"longitude\": null\n                },\n                \"created_at\": \"2020-03-16T21:11:50Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/stores/91dd428b-36dd-4c69-a01f-201447ceed81\"\n            }\n        },\n        {\n            \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n            \"type\": \"accountable_areas\",\n            \"attributes\": {\n                \"name\": \"Executor\",\n                \"code\": \"executor\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/accountable_areas/1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2f686159-9850-48a2-9290-3b79efa12e81\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n            \"type\": \"activities\",\n            \"attributes\": {\n                \"name\": \"SHELF SKU - t2\",\n                \"activity_type\": \"task_sku\",\n                \"state\": \"template\",\n                \"instructions\": null,\n                \"created_at\": \"2022-03-17T15:06:44.902Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/activities/80352ba6-80c2-4698-ab6a-e972f0c51f6c\"\n            }\n        },\n        {\n            \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n            \"type\": \"categories\",\n            \"attributes\": {\n                \"name\": \"CAT Sep21-B2\",\n                \"code\": \"cat-Sep21-B2\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/categories/cc8bcba7-719f-4bea-90cb-2016ee6d905e\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"6f9f617b-d643-43e3-ac67-b2cbaab026b7\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"PL\",\n                \"code\": \"PL\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/places/7c261f4b-3a42-4114-b118-b137ce9576db\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"68cbf0e4-1a65-4b34-8fae-aa019b91f694\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"PR name Sep21-B2\",\n                \"sku\": \"p0000000000-Sep21-B2\",\n                \"ean\": \"pbc-Sep21-B2\",\n                \"created_at\": \"2021-09-24T18:14:38Z\",\n                \"active\": true,\n                \"provider\": \"\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/products/6de408c5-b973-42f8-b949-fe91246f3c95\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"id\": \"649c37f0-d673-41a3-9746-e41bf45b71e9\",\n                        \"type\": \"product_brands\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"71094bf9-eb0e-48fe-8bd6-c9194dca1592\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-04T20:00:00-03:00\",\n                \"end_date\": \"2022-04-04T23:00:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [],\n                \"external_id\": \" \",\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-6\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"manual\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/71094bf9-eb0e-48fe-8bd6-c9194dca1592\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"child_task\": {\n                    \"data\": {\n                        \"id\": \"2de967ec-e90d-4292-86ed-336687fbc12f\",\n                        \"type\": \"task_action_results\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"ea4f832d-533e-4859-81e8-15ba738ebee1","name":"Get tasks results including linked child task","originalRequest":{"method":"GET","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/tasks_management/results?include=activities,stores,accountable_areas,users,categories,products,places,events,linked_tasks&filters[period][from]=2022-04-01&filters[period][to]=2022-04-06","host":["{{API_HOST}}"],"path":["api","v3","tasks_management","results"],"query":[{"key":"per_page","value":"10","description":"How many items want fetch per page. Default value is 10.","disabled":true},{"key":"page","value":"1","description":"Page you want to fetch. Default 1.","disabled":true},{"key":"include","value":"linked_tasks","description":"Only linked task: parent or child","disabled":true},{"key":"include","value":"activities,stores,accountable_areas,users,categories,products,places,events,linked_tasks"},{"key":"filters[period][from]","value":"2022-04-01"},{"key":"filters[period][to]","value":"2022-04-06"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"ETag","value":"W/\"ef305b9d2264a05a40864eda6cdea6da\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"03eacef4-270d-4ea2-9860-9ed5e4939290"},{"key":"X-Runtime","value":"0.230231"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"71094bf9-eb0e-48fe-8bd6-c9194dca1592\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-04T20:00:00-03:00\",\n                \"end_date\": \"2022-04-04T23:00:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [],\n                \"external_id\": \" \",\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-6\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"manual\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/71094bf9-eb0e-48fe-8bd6-c9194dca1592\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"child_task\": {\n                    \"data\": {\n                        \"id\": \"2de967ec-e90d-4292-86ed-336687fbc12f\",\n                        \"type\": \"task_action_results\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"defb2681-fc49-4c78-9da5-66ff577f09f5\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"3960\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-40\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/defb2681-fc49-4c78-9da5-66ff577f09f5\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"860a6a98-e2c6-4f57-aafe-5b7eaab8ebc0\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"12000\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-37\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/860a6a98-e2c6-4f57-aafe-5b7eaab8ebc0\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"e88c8556-ce05-449b-86ff-dc4f3a3ba0d0\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"9200\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-56\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/e88c8556-ce05-449b-86ff-dc4f3a3ba0d0\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"466c0291-7c0c-42f3-9582-5c781e8722e8\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"1880\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-28\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/466c0291-7c0c-42f3-9582-5c781e8722e8\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"25f6e4f5-3b2a-4129-acc2-08500a83089d\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"1490\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-51\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/25f6e4f5-3b2a-4129-acc2-08500a83089d\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"66465c19-7ecd-4e6e-9756-0bfd7c428435\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"7880\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-39\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/66465c19-7ecd-4e6e-9756-0bfd7c428435\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"2ebb2270-bdc9-438f-9c0f-824a9e43f2cf\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"6050\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-32\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/2ebb2270-bdc9-438f-9c0f-824a9e43f2cf\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5e6bd716-746e-4e8e-9244-9c5f8e42852b\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2301\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-2\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/5e6bd716-746e-4e8e-9244-9c5f8e42852b\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"da92e1ae-aa14-46f9-b41e-b07b7493f7d0\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"3780\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-47\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/da92e1ae-aa14-46f9-b41e-b07b7493f7d0\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"841097e8-dbda-4d09-bbf2-e318eab27fdc\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2490\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-35\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/841097e8-dbda-4d09-bbf2-e318eab27fdc\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"b46a4d0a-c0f4-407e-b7e1-3f9f5caa78b9\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4240\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-33\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/b46a4d0a-c0f4-407e-b7e1-3f9f5caa78b9\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"51913989-6c41-4d04-8127-8396cd673631\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"3750\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-13\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/51913989-6c41-4d04-8127-8396cd673631\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"5861e2d6-5a97-42a7-aa4e-f8bf3061ba37\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2990\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-57\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/5861e2d6-5a97-42a7-aa4e-f8bf3061ba37\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"6d49ca68-72bd-417a-a5b8-fafcc94d156d\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"7500\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-74\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/6d49ca68-72bd-417a-a5b8-fafcc94d156d\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"0978f413-d4e6-4618-a6b3-49fd872d20d2\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"19900\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-71\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/0978f413-d4e6-4618-a6b3-49fd872d20d2\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"a216d591-e67b-4027-a891-dad13262c18e\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"1001\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-10\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/a216d591-e67b-4027-a891-dad13262c18e\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"486e955e-893b-466a-b7fc-ae3227d59ff6\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"10120\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-69\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/486e955e-893b-466a-b7fc-ae3227d59ff6\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"973f5a40-71bb-4b49-afb4-e3d6519d3bfd\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"19000\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-38\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/973f5a40-71bb-4b49-afb4-e3d6519d3bfd\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"e9de9e6e-f884-427a-bddf-1064f4fc7a30\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"5400\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-17\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/e9de9e6e-f884-427a-bddf-1064f4fc7a30\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"0df78d8d-141a-4b17-b598-c8c81183960c\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"801\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-11\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/0df78d8d-141a-4b17-b598-c8c81183960c\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"ad41afdd-50cf-490f-a9da-f877925459e8\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"5550\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-77\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/ad41afdd-50cf-490f-a9da-f877925459e8\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"c01cf1ec-d2bb-4e4a-a283-7b51ba3e13e8\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"5780\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-26\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/c01cf1ec-d2bb-4e4a-a283-7b51ba3e13e8\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1ebdf000-d6ec-44ed-956f-dbd83aabef15\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2990\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-59\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/1ebdf000-d6ec-44ed-956f-dbd83aabef15\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"9f73ff05-47ce-4e9a-8ca2-a219d3ca46ca\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-172\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/9f73ff05-47ce-4e9a-8ca2-a219d3ca46ca\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"9b96a9c7-4da7-4fdf-9722-cb3d6bdf3208\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-180\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/9b96a9c7-4da7-4fdf-9722-cb3d6bdf3208\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"bd53183f-a8ba-4c0a-a6a9-c12a6b4fecd3\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-175\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/bd53183f-a8ba-4c0a-a6a9-c12a6b4fecd3\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"b392e297-d24f-43b4-ad40-cbeac8ed97f7\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-190\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/b392e297-d24f-43b4-ad40-cbeac8ed97f7\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"88b2953e-0877-472b-bae1-c82069dcd440\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2340\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-156\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/88b2953e-0877-472b-bae1-c82069dcd440\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4e1d7e8a-2c70-485d-a915-dee7380ad050\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4990\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-200\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/4e1d7e8a-2c70-485d-a915-dee7380ad050\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"833fcb61-8df2-419e-97c3-aa7623aa8b22\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2050\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-204\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/833fcb61-8df2-419e-97c3-aa7623aa8b22\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5f02bee7-27db-4516-a2fd-5a198797e366\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2090\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-207\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/5f02bee7-27db-4516-a2fd-5a198797e366\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"e92f7a36-607b-4723-a296-28cbaeb34fb4\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"14900\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-224\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/e92f7a36-607b-4723-a296-28cbaeb34fb4\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"ec019187-393c-4314-bc19-19c6427c9aba\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-165\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/ec019187-393c-4314-bc19-19c6427c9aba\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"157e278c-5f0a-4ff4-8914-7131332ef5f6\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-167\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/157e278c-5f0a-4ff4-8914-7131332ef5f6\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"74fb9b93-e647-4041-9db2-7d91e53d74d4\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"1390\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-151\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/74fb9b93-e647-4041-9db2-7d91e53d74d4\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"c9a3c80e-df87-4037-9504-319087c603ad\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4300\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-201\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/c9a3c80e-df87-4037-9504-319087c603ad\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"ae5b484c-02a0-4e6d-bbc2-3df7973764f4\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"9900\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-194\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/ae5b484c-02a0-4e6d-bbc2-3df7973764f4\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"b52882ff-5142-4adb-9cd9-c970b1fcca3f\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-183\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/b52882ff-5142-4adb-9cd9-c970b1fcca3f\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"8e2d01a2-0f3e-42ed-b56d-ba26a07a41f9\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-168\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/8e2d01a2-0f3e-42ed-b56d-ba26a07a41f9\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6e3d11c1-6499-42d5-a7e0-4fe9428ef039\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2340\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-157\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/6e3d11c1-6499-42d5-a7e0-4fe9428ef039\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"9e67e163-0b58-4ae1-9568-8220f6f1f515\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4990\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-220\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/9e67e163-0b58-4ae1-9568-8220f6f1f515\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"c5a7ee34-5042-4d18-9608-b046eb36e0f2\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"5400\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-216\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/c5a7ee34-5042-4d18-9608-b046eb36e0f2\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"3f9f5693-d4ab-4bf6-8b28-0217ad600397\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4155\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-160\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/3f9f5693-d4ab-4bf6-8b28-0217ad600397\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"a5453fea-db8b-4b5a-b010-f1e436e0d1e8\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-191\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/a5453fea-db8b-4b5a-b010-f1e436e0d1e8\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"46b8c161-56d5-4cb0-ab5b-ed2a53a115ca\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"590\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-153\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/46b8c161-56d5-4cb0-ab5b-ed2a53a115ca\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"4ec57424-03b1-41b0-8662-f4f8fc406d1d\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"1001\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-210\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/4ec57424-03b1-41b0-8662-f4f8fc406d1d\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1cb634f2-b270-4560-859f-5270ecc07534\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"3750\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-214\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/1cb634f2-b270-4560-859f-5270ecc07534\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"30a2938b-e2a8-472f-8455-ae273260fa2b\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-189\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/30a2938b-e2a8-472f-8455-ae273260fa2b\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"5bdf6f1f-fe91-416e-9a68-d165c27a343f\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-181\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/5bdf6f1f-fe91-416e-9a68-d165c27a343f\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"321b228d-51b1-4415-819b-4cd1a62ee6be\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4065\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-197\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/321b228d-51b1-4415-819b-4cd1a62ee6be\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"a0f4a6f6-3c2e-4084-ac4d-0751d81c3cf0\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8700\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-196\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/a0f4a6f6-3c2e-4084-ac4d-0751d81c3cf0\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7dc27b03-efc6-47ed-8aeb-878dd15bf70a\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"3750\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-213\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/7dc27b03-efc6-47ed-8aeb-878dd15bf70a\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"2292c67b-b3ef-4fd4-ac52-f38c1b7de54f\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4690\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-221\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/2292c67b-b3ef-4fd4-ac52-f38c1b7de54f\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"9b66331e-430b-4d18-a766-2a40b1b45cd0\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"1000\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-209\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/9b66331e-430b-4d18-a766-2a40b1b45cd0\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"e06c0855-d90a-4031-b58f-65bad9f9b582\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"1000\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-159\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/e06c0855-d90a-4031-b58f-65bad9f9b582\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"07957a2c-8633-4b36-90a8-c340c2619417\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2166\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-219\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/07957a2c-8633-4b36-90a8-c340c2619417\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"a6fb64eb-b923-4280-9678-7096141261a4\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-185\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/a6fb64eb-b923-4280-9678-7096141261a4\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"510ee8f5-e813-447d-9954-a180872b0d87\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-178\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/510ee8f5-e813-447d-9954-a180872b0d87\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"e1133a73-73bc-4990-81bd-ed2a384ccbca\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-170\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/e1133a73-73bc-4990-81bd-ed2a384ccbca\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"9e40e0c8-3e97-4861-895e-adf2b0e3e287\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-169\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/9e40e0c8-3e97-4861-895e-adf2b0e3e287\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"60e67c58-a27b-4094-972a-8ad670b8b060\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-182\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/60e67c58-a27b-4094-972a-8ad670b8b060\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"c2755045-aa3f-464c-b49b-041ca8f2d156\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"5400\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-217\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/c2755045-aa3f-464c-b49b-041ca8f2d156\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"f230d100-8409-4f9d-86b0-7407247fed70\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"801\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-211\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/f230d100-8409-4f9d-86b0-7407247fed70\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"dc991fde-8b12-4f8c-a0e9-5663e6508af2\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"14500\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-223\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/dc991fde-8b12-4f8c-a0e9-5663e6508af2\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7228e6fa-ec08-4b57-8459-509420801879\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-161\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/7228e6fa-ec08-4b57-8459-509420801879\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"aaff4a8d-6baf-490d-8ee9-7b733df527d6\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-173\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/aaff4a8d-6baf-490d-8ee9-7b733df527d6\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"b3580b70-3b11-48a5-abc7-b4d2598f6558\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"5990\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-163\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/b3580b70-3b11-48a5-abc7-b4d2598f6558\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"b6fd0ed6-6052-4cf6-8b46-c936e98cf382\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"1570\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-206\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/b6fd0ed6-6052-4cf6-8b46-c936e98cf382\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"6dd8c365-6d82-4382-8052-965758777eab\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-193\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/6dd8c365-6d82-4382-8052-965758777eab\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"71982ee5-c500-498f-8bb0-c410837d6afa\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-192\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/71982ee5-c500-498f-8bb0-c410837d6afa\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4d8e7343-ffbc-4630-9ec9-fe31a0bcdc1a\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2430\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-152\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/4d8e7343-ffbc-4630-9ec9-fe31a0bcdc1a\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"851e5e01-f1c1-4d93-94d4-035b7d1462f6\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-187\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/851e5e01-f1c1-4d93-94d4-035b7d1462f6\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"11753694-566e-41ac-966c-2a85a89ac112\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"7400\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-212\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/11753694-566e-41ac-966c-2a85a89ac112\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"bf8d429b-e9b3-4854-84c5-b6502e769603\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4250\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-195\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/bf8d429b-e9b3-4854-84c5-b6502e769603\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"0d229d7c-4ba6-43f7-8806-8c55c84c5922\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8480\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-225\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/0d229d7c-4ba6-43f7-8806-8c55c84c5922\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"736c5e6e-71c0-40b4-9c66-468e39d790b4\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"18900\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-208\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/736c5e6e-71c0-40b4-9c66-468e39d790b4\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"708db3f9-3206-4a83-831b-7043db4aeadd\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4065\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-198\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/708db3f9-3206-4a83-831b-7043db4aeadd\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"86c6530d-b910-4e2e-9823-6e874df25eea\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"840\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-158\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/86c6530d-b910-4e2e-9823-6e874df25eea\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"694d245f-be24-46d7-8bea-2e66c0c5bc53\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-179\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/694d245f-be24-46d7-8bea-2e66c0c5bc53\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"e3dac370-272b-4329-aaf7-4c6777e07278\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-186\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/e3dac370-272b-4329-aaf7-4c6777e07278\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"8efada09-732c-4958-8ff4-b1a83bfadc0b\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2690\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-199\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/8efada09-732c-4958-8ff4-b1a83bfadc0b\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"a8c6def3-f4fe-41a7-b47c-1ca6290f84db\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2100\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-218\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/a8c6def3-f4fe-41a7-b47c-1ca6290f84db\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"32ad4cf0-b34d-456b-a00a-741f583c366b\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"5400\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-215\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/32ad4cf0-b34d-456b-a00a-741f583c366b\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"c7862cb7-f5c3-4775-abb9-70937d5111af\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-188\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/c7862cb7-f5c3-4775-abb9-70937d5111af\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"233150b5-7c44-4379-95df-10895db6cfa3\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"4670\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-154\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/233150b5-7c44-4379-95df-10895db6cfa3\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"8c2da9f5-a3dd-49d4-86bc-351214a327c1\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-164\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/8c2da9f5-a3dd-49d4-86bc-351214a327c1\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"03bb390c-dacf-48e0-bbe8-620355a8e7d2\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-162\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/03bb390c-dacf-48e0-bbe8-620355a8e7d2\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"738cf49f-457c-44ef-8fc7-a72bc218bb24\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"8450\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-171\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/738cf49f-457c-44ef-8fc7-a72bc218bb24\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"a51bb59d-f356-4d66-a1a6-96556b411f16\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2740\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-241\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/a51bb59d-f356-4d66-a1a6-96556b411f16\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"e6df6b7b-13a9-45dd-88a1-676e3d490216\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"3250\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-291\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/e6df6b7b-13a9-45dd-88a1-676e3d490216\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"c04af1e3-9b4a-4fb5-8d0f-9680796f2908\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"680\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-246\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/c04af1e3-9b4a-4fb5-8d0f-9680796f2908\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"8a09131c-29ee-4a0e-a54b-5fdc946afa84\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"14700\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-265\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/8a09131c-29ee-4a0e-a54b-5fdc946afa84\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"a87c1b79-723c-4507-ba01-a332286cdd74\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"7500\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-274\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/a87c1b79-723c-4507-ba01-a332286cdd74\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"4a03732b-ce6a-44e6-a865-c7556e159e2f\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"5360\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-230\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/4a03732b-ce6a-44e6-a865-c7556e159e2f\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"485a3dc6-d4b8-4009-a230-99bfb812526c\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"7260\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-273\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/485a3dc6-d4b8-4009-a230-99bfb812526c\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"047563ec-e12e-4b13-9e6d-f18e6d929271\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"139000\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-263\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/047563ec-e12e-4b13-9e6d-f18e6d929271\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5cf46594-64f5-4b4e-bc93-34832a286eeb\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"22900\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-266\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/5cf46594-64f5-4b4e-bc93-34832a286eeb\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"3b301a1d-6ab6-48ae-950c-159ba86ef1df\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"2980\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-248\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/3b301a1d-6ab6-48ae-950c-159ba86ef1df\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                },\n                \"groups\": {\n                    \"data\": {\n                        \"id\": \"bbf3de4b-0565-4c6e-b451-7696c2e7f2cf\",\n                        \"type\": \"groups\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"2040187e-eb75-4b8e-a3ad-f381497e0033\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:37-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [\n                    {\n                        \"main_text\": \"Precio Nuevo\",\n                        \"second_text\": \"3990\"\n                    }\n                ],\n                \"external_id\": null,\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-258\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"standard\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/2040187e-eb75-4b8e-a3ad-f381497e0033\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"task_action_results\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": null,\n            \"per_page\": 100\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/tasks_management/results?include=activities%2Cstores%2Caccountable_areas%2Cusers%2Ccategories%2Cproducts%2Cplaces%2Cevents%2Clinked_tasks&filters[period][from]=2022-04-01T00%3A00%3A00%2B00%3A00&filters[period][to]=2022-04-06T00%3A00%3A00%2B00%3A00&filter[period][from]=2022-04-01&filter[period][to]=2022-04-06&page=2&dir=desc&cursor=false&per_page=100\"\n    },\n    \"included\": [\n        {\n            \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n            \"type\": \"activities\",\n            \"attributes\": {\n                \"name\": \"SHELF SKU - t2\",\n                \"activity_type\": \"task_sku\",\n                \"state\": \"template\",\n                \"instructions\": null,\n                \"created_at\": \"2022-03-17T15:06:44.902Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/activities/80352ba6-80c2-4698-ab6a-e972f0c51f6c\"\n            }\n        },\n        {\n            \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n            \"type\": \"accountable_areas\",\n            \"attributes\": {\n                \"name\": \"Executor\",\n                \"code\": \"executor\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/accountable_areas/1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"2f686159-9850-48a2-9290-3b79efa12e81\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"Store1\",\n                \"code\": \"store1\",\n                \"active\": true,\n                \"coordinates\": {\n                    \"latitude\": null,\n                    \"longitude\": null\n                },\n                \"created_at\": \"2020-03-16T21:11:50Z\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/stores/91dd428b-36dd-4c69-a01f-201447ceed81\"\n            }\n        },\n        {\n            \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n            \"type\": \"categories\",\n            \"attributes\": {\n                \"name\": \"CAT Sep21-B2\",\n                \"code\": \"cat-Sep21-B2\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/categories/cc8bcba7-719f-4bea-90cb-2016ee6d905e\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"6f9f617b-d643-43e3-ac67-b2cbaab026b7\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n            \"type\": \"categories\",\n            \"attributes\": {\n                \"name\": \"Wololo cat 2\",\n                \"code\": \"wololo-cat2\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/categories/6418826c-8216-4312-8da4-e360c7b4f232\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"6f9f617b-d643-43e3-ac67-b2cbaab026b7\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n            \"type\": \"categories\",\n            \"attributes\": {\n                \"name\": \"CAT Sep30-A1\",\n                \"code\": \"cat-Sep30-A1\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/categories/ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"6f9f617b-d643-43e3-ac67-b2cbaab026b7\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n            \"type\": \"categories\",\n            \"attributes\": {\n                \"name\": \"Wololo cat 1\",\n                \"code\": \"wololo-cat1\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/categories/80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"6f9f617b-d643-43e3-ac67-b2cbaab026b7\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n            \"type\": \"places\",\n            \"attributes\": {\n                \"name\": \"PL\",\n                \"code\": \"PL\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/places/7c261f4b-3a42-4114-b118-b137ce9576db\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"68cbf0e4-1a65-4b34-8fae-aa019b91f694\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"PR name Sep21-B2\",\n                \"sku\": \"p0000000000-Sep21-B2\",\n                \"ean\": \"pbc-Sep21-B2\",\n                \"created_at\": \"2021-09-24T18:14:38Z\",\n                \"active\": true,\n                \"provider\": \"\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/products/6de408c5-b973-42f8-b949-fe91246f3c95\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"id\": \"649c37f0-d673-41a3-9746-e41bf45b71e9\",\n                        \"type\": \"product_brands\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"b62d4182-e734-495c-99fd-ebab01f57187\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Wololo 2\",\n                \"sku\": \"wololo2\",\n                \"ean\": \"Wololo BC 2\",\n                \"created_at\": \"2022-03-16T14:57:34Z\",\n                \"active\": true,\n                \"provider\": \"foo\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/products/b62d4182-e734-495c-99fd-ebab01f57187\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"id\": \"e778e1b5-9e0e-4c20-8a80-b70524156d57\",\n                        \"type\": \"product_brands\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"6418826c-8216-4312-8da4-e360c7b4f232\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"cd9a9a0c-ba57-402a-aedd-5860667f73a5\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"PR name Sep30-A1\",\n                \"sku\": \"p0000000000-Sep30-A1\",\n                \"ean\": \"pbc-Sep30-A1\",\n                \"created_at\": \"2021-09-30T14:02:33Z\",\n                \"active\": true,\n                \"provider\": \"\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/products/cd9a9a0c-ba57-402a-aedd-5860667f73a5\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"id\": \"2319566e-da78-4279-9020-b9e1493462ec\",\n                        \"type\": \"product_brands\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"ed8d4a84-99d4-4e5d-9c83-b88f2f2098e2\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"f713326f-d3d9-497f-b05d-1bf4595bfa33\",\n            \"type\": \"products\",\n            \"attributes\": {\n                \"name\": \"Wololo 1\",\n                \"sku\": \"wololo1\",\n                \"ean\": \"Wololo BC 1\",\n                \"created_at\": \"2022-03-16T14:57:34Z\",\n                \"active\": true,\n                \"provider\": \"foo\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/products/f713326f-d3d9-497f-b05d-1bf4595bfa33\"\n            },\n            \"relationships\": {\n                \"product_brands\": {\n                    \"data\": {\n                        \"id\": \"e778e1b5-9e0e-4c20-8a80-b70524156d57\",\n                        \"type\": \"product_brands\"\n                    }\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"80b7f899-06d8-4edd-9ff8-9fcfe0a6fbd7\",\n                        \"type\": \"categories\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"2de967ec-e90d-4292-86ed-336687fbc12f\",\n            \"type\": \"task_management_results\",\n            \"attributes\": {\n                \"done\": false,\n                \"execution_date\": null,\n                \"start_date\": \"2022-04-05T20:00:00-03:00\",\n                \"end_date\": \"2022-04-05T20:30:00-03:00\",\n                \"created_at\": \"2022-04-04T08:24:32-03:00\",\n                \"opportunity\": null,\n                \"external_data\": [],\n                \"external_id\": \" \",\n                \"expired\": true,\n                \"name\": \"TASK LOCAL A-30\",\n                \"instructions\": \"Asegurar correcta implementación\",\n                \"task_type\": \"task_sku\",\n                \"event_type\": \"trigger\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks_management/results/2de967ec-e90d-4292-86ed-336687fbc12f\"\n            },\n            \"relationships\": {\n                \"activities\": {\n                    \"data\": {\n                        \"id\": \"80352ba6-80c2-4698-ab6a-e972f0c51f6c\",\n                        \"type\": \"activities\"\n                    }\n                },\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                        \"type\": \"stores\"\n                    }\n                },\n                \"accountable_areas\": {\n                    \"data\": {\n                        \"id\": \"1ba0039f-c856-4b7f-bc4a-5f9f1ef0e265\",\n                        \"type\": \"accountable_areas\"\n                    }\n                },\n                \"users\": {\n                    \"data\": null\n                },\n                \"categories\": {\n                    \"data\": {\n                        \"id\": \"cc8bcba7-719f-4bea-90cb-2016ee6d905e\",\n                        \"type\": \"categories\"\n                    }\n                },\n                \"products\": {\n                    \"data\": {\n                        \"id\": \"6de408c5-b973-42f8-b949-fe91246f3c95\",\n                        \"type\": \"products\"\n                    }\n                },\n                \"places\": {\n                    \"data\": {\n                        \"id\": \"7c261f4b-3a42-4114-b118-b137ce9576db\",\n                        \"type\": \"places\"\n                    }\n                },\n                \"parent_task\": {\n                    \"data\": {\n                        \"id\": \"71094bf9-eb0e-48fe-8bd6-c9194dca1592\",\n                        \"type\": \"task_action_results\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"9acb99cb-4f62-4061-ac59-646c3de76850"},{"name":"Get Questions TM","event":[{"listen":"test","script":{"id":"547104ab-ec55-442f-b87e-f1b23b218f1b","exec":["// set random question uuid","if (pm.response.code === 200) {","    const idx = Math.floor(Math.random()*pm.response.json().data.length);","    pm.environment.set('question_uuid', pm.response.json().data[idx].id);","}"],"type":"text/javascript"}}],"id":"04009f0f-e33f-4794-8c2f-72ed9229106e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/tasks_management/activities/{{activity_uuid}}/questions?include=tags","description":"<p>Get all Questions that belongs to a given Template <code>Id</code>.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>filters[affect_store_beat]</code></td>\n<td>Boolean</td>\n<td>If present allows to filter questions considering if affect_store_beat</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"include\">Include</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>include</code></td>\n<td>Array[String]</td>\n<td>Array with inclusion of available relationships <code>tags</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Look at the examples in order to know how to use the filters and check the responses returned by server</p>\n","urlObject":{"path":["api","v3","tasks_management","activities","{{activity_uuid}}","questions"],"host":["{{API_HOST}}"],"query":[{"key":"include","value":"tags"}],"variable":[]}},"response":[{"id":"02ea9bad-8099-4968-a856-0b1321393f6b","name":"200 OK with tags","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/tasks_management/activities/{{activity_uuid}}/questions?include[]=tags","host":["{{API_HOST}}"],"path":["api","v3","tasks_management","activities","{{activity_uuid}}","questions"],"query":[{"key":"include[]","value":"tags","description":"Allows to include the related Tags information"},{"key":"filters[affect_store_beat]","value":"true}}u","description":"Filter by affect_store_beat property","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"e06d576d6dabf310f35fa44b9ae8dbea\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"3e98cc2f-8ab3-4238-a0cc-b1fe77f8f51b","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"2.280285","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n  \"included\": [\n    {\n      \"id\": \"594eefc1-3dfd-4f54-a133-cb4041b032ee\",\n      \"type\": \"tags\",\n      \"attributes\": {\n        \"name\": \"Metas\",\n        \"active\": true\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/tags/594eefc1-3dfd-4f54-a133-cb4041b032ee\"\n      },\n      \"relationships\": {\n        \"tags\": [\n          {\n            \"id\": \"cd41c001-1f57-4547-b180-5ae848c65223\",\n            \"type\": \"tags\",\n            \"links\": {\n              \"related\": \"https://neo.frogmi.com/api/v3/tags/cd41c001-1f57-4547-b180-5ae848c65223\"\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"data\": [\n    {\n      \"id\": \"f7807782-5d82-4ba7-a441-bbd0afb219b0\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"MCQ1\",\n        \"question_type\": \"MultipleChoice\",\n        \"order\": 1,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/f7807782-5d82-4ba7-a441-bbd0afb219b0\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": [\n            {\n              \"id\": \"4e98a490-0452-42ec-88a0-0d8fd170f8b4\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"Sí\",\n                \"value\": null,\n                \"accomplishment\": \"Positive\",\n                \"order\": 1\n              }\n            },\n            {\n              \"id\": \"44a2e180-68f1-42ad-8b75-9fbbe2ad1de6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"No\",\n                \"value\": null,\n                \"accomplishment\": \"Negative\",\n                \"order\": 2\n              }\n            },\n            {\n              \"id\": \"813b693d-e737-4d25-8b9f-5747a47acdc6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"N/A\",\n                \"value\": null,\n                \"accomplishment\": \"N/A\",\n                \"order\": 3\n              }\n            }\n          ]\n        },\n        \"tags\": {\n          \"data\": [\n            {\n              \"id\": \"594eefc1-3dfd-4f54-a133-cb4041b032ee\",\n              \"type\": \"tags\",\n              \"links\": {\n                \"related\": \"https://neo.frogmi.com/api/v3/tags/594eefc1-3dfd-4f54-a133-cb4041b032ee\"\n              }\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"id\": \"47eb3c0f-015c-48cc-a47c-7c4281f938e2\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"SQ1\",\n        \"question_type\": \"Simple\",\n        \"order\": 2,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/47eb3c0f-015c-48cc-a47c-7c4281f938e2\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": []\n        },\n        \"tags\": {\n          \"data\": []\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"current_page\": 1,\n      \"total\": 2,\n      \"per_page\": 10\n    }\n  },\n  \"links\": {\n    \"next\": null,\n    \"prev\": null,\n    \"last\": null\n  }\n}"},{"id":"c71e598b-fd6d-4ee0-9632-93fc673a94e9","name":"200 OK with filters","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/tasks_management/activities/{{activity_uuid}}/questions?filters[affect_store_beat]=true","host":["{{API_HOST}}"],"path":["api","v3","tasks_management","activities","{{activity_uuid}}","questions"],"query":[{"key":"filters[affect_store_beat]","value":"true","description":"Filter by affect_store_beat property"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"99084a7b968bf54d6d08097494d6337e\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"51bfb510-430f-483e-9a1e-c40f929143f1","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.098011","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"f7807782-5d82-4ba7-a441-bbd0afb219b0\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"MCQ1\",\n        \"question_type\": \"MultipleChoice\",\n        \"order\": 1,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/f7807782-5d82-4ba7-a441-bbd0afb219b0\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": [\n            {\n              \"id\": \"4e98a490-0452-42ec-88a0-0d8fd170f8b4\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"Sí\",\n                \"value\": null,\n                \"accomplishment\": \"Positive\",\n                \"order\": 1\n              }\n            },\n            {\n              \"id\": \"44a2e180-68f1-42ad-8b75-9fbbe2ad1de6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"No\",\n                \"value\": null,\n                \"accomplishment\": \"Negative\",\n                \"order\": 2\n              }\n            },\n            {\n              \"id\": \"813b693d-e737-4d25-8b9f-5747a47acdc6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"N/A\",\n                \"value\": null,\n                \"accomplishment\": \"N/A\",\n                \"order\": 3\n              }\n            }\n          ]\n        },\n        \"tags\": {\n          \"data\": [\n            {\n              \"id\": \"594eefc1-3dfd-4f54-a133-cb4041b032ee\",\n              \"type\": \"tags\",\n              \"links\": {\n                \"related\": \"https://neo.frogmi.com/api/v3/tags/594eefc1-3dfd-4f54-a133-cb4041b032ee\"\n              }\n            }\n          ]\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"current_page\": 1,\n      \"total\": 1,\n      \"per_page\": 10\n    }\n  },\n  \"links\": {\n    \"next\": null,\n    \"prev\": null,\n    \"last\": null\n  }\n}"},{"id":"fdb2ba63-35a1-4717-b78e-592efd3ef6ff","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/tasks_management/activities/{{activity_uuid}}/questions","host":["{{API_HOST}}"],"path":["api","v3","tasks_management","activities","{{activity_uuid}}","questions"],"query":[{"key":"include[]","value":"tags","description":"Allows to include the related Tags information","disabled":true},{"key":"filters[affect_store_beat]","value":"true}}u","description":"Filter by affect_store_beat property","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"a4cd7ee6be4979379f26c06b59bb6539\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"8f869787-1187-472f-b68d-9ab65e16c375","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"1.849911","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"f7807782-5d82-4ba7-a441-bbd0afb219b0\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"MCQ1\",\n        \"question_type\": \"MultipleChoice\",\n        \"order\": 1,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/f7807782-5d82-4ba7-a441-bbd0afb219b0\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": [\n            {\n              \"id\": \"4e98a490-0452-42ec-88a0-0d8fd170f8b4\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"Sí\",\n                \"value\": null,\n                \"accomplishment\": \"Positive\",\n                \"order\": 1\n              }\n            },\n            {\n              \"id\": \"44a2e180-68f1-42ad-8b75-9fbbe2ad1de6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"No\",\n                \"value\": null,\n                \"accomplishment\": \"Negative\",\n                \"order\": 2\n              }\n            },\n            {\n              \"id\": \"813b693d-e737-4d25-8b9f-5747a47acdc6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"N/A\",\n                \"value\": null,\n                \"accomplishment\": \"N/A\",\n                \"order\": 3\n              }\n            }\n          ]\n        },\n        \"tags\": {\n          \"data\": [\n            {\n              \"id\": \"594eefc1-3dfd-4f54-a133-cb4041b032ee\",\n              \"type\": \"tags\",\n              \"links\": {\n                \"related\": \"https://neo.frogmi.com/api/v3/tags/594eefc1-3dfd-4f54-a133-cb4041b032ee\"\n              }\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"id\": \"47eb3c0f-015c-48cc-a47c-7c4281f938e2\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"SQ1\",\n        \"question_type\": \"Simple\",\n        \"order\": 2,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/47eb3c0f-015c-48cc-a47c-7c4281f938e2\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": []\n        },\n        \"tags\": {\n          \"data\": []\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"current_page\": 1,\n      \"total\": 2,\n      \"per_page\": 10\n    }\n  },\n  \"links\": {\n    \"next\": null,\n    \"prev\": null,\n    \"last\": null\n  }\n}"}],"_postman_id":"04009f0f-e33f-4794-8c2f-72ed9229106e"},{"name":"Publish Task","id":"e2e5071c-03c4-4318-a48b-4f3af4e7a64b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json ","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"type\": \"task_sku\",\n      \"attributes\": {\n        \"template_id\": \"bac6e79e-b57e-4cfe-b500-ab17a378913d\",\n        \"name\": \"New task from JSON t-1\",\n        \"accountable_area_code\": \"executor\",\n        \"viewer_accountable_area_code\": \"viewer\",\n        \"stores_code\": [\n          \"101\"\n        ],\n        \"start_date\": \"2021-05-11T12:01:00-04:00\",\n        \"end_date\": \"2021-05-11T23:59:59-04:00\",\n        \"opportunity\": {\n          \"value\": 20000,\n          \"currency_code\": \"CLP\"\n        },\n        \"notification\":[\n            \"PUSH\"\n        ],\n        \"instructions\": \"Some long text here.\",\n        \"external_id\": \"1234567\",\n        \"external_data\": [\n          {\n            \"main_text\": \"Actual Sales to date <4K\",\n            \"second_text\": \"$1000\",\n            \"icon\": \"info\"\n          }\n        ],\n        \"products\": [\n          {\n            \"place_code\": \"pl-1\",\n            \"product_code\": \"iphone15\",\n            \"product_name\": \"Producto Iphone15\",\n            \"product_barcode\": \"ip1500000\",\n            \"category_code\": \"Cat24\",\n            \"category_name\": \"Category\",\n            \"product_brand_code\": \"apple\",\n            \"product_brand_name\": \"Apple\",\n            \"provider\": \"Provider\"\n          }\n        ]\n      }\n    }\n  ]\n}"},"url":"{{API_HOST}}/api/v3/tasks_management/activities","description":"<p>Publish Task allows you take some template and publish to collect information.</p>\n<p>In order to Publish a Task You need to have some data before this action.</p>\n<p>Frogmi support following type of tasks.</p>\n<ul>\n<li>Task at SKU Level. <code>task_sku</code></li>\n<li>Task General. Like storebeat but without score and fixed amount of questions. <code>task_general</code></li>\n<li>Task StoreBeat. This type will feed your dashboard. <code>task_storebeat</code></li>\n<li>Task Info. It works to send information useful to users. <code>task_info</code></li>\n<li>Task Info at SKU Level. Same above but at SKU Level. <code>task_sku_info</code></li>\n</ul>\n<h2 id=\"payload-descripcion\">Payload Descripcion</h2>\n<p><code>type</code> at the root object would be given template you are publishing.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td>name</td>\n<td>String</td>\n<td>Task name, default it takes template name</td>\n</tr>\n<tr>\n<td>yes</td>\n<td>template_id</td>\n<td>String UUID</td>\n<td>Template ID</td>\n</tr>\n<tr>\n<td>yes</td>\n<td>accountable_area_id</td>\n<td>String UUID</td>\n<td>AA ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td>viewer_accountable_area_id</td>\n<td>String UUID</td>\n<td>AA ID which can view the task</td>\n</tr>\n<tr>\n<td>yes</td>\n<td>stores</td>\n<td>Array[String]</td>\n<td>Stores IDs</td>\n</tr>\n<tr>\n<td>yes</td>\n<td>start_date</td>\n<td>Date ISO8601</td>\n<td>When task should start. It must be greater than 1 day from now</td>\n</tr>\n<tr>\n<td>yes</td>\n<td>end_date</td>\n<td>Date ISO8601</td>\n<td>When task should finish</td>\n</tr>\n<tr>\n<td>yes</td>\n<td>instructions</td>\n<td>Text</td>\n<td>Fancy and cool Description</td>\n</tr>\n<tr>\n<td>no</td>\n<td>oppotunity.value</td>\n<td>float</td>\n<td>Each task could have a opportunity which represent the cost of doing nothing and it's used to priorize info on mobile</td>\n</tr>\n<tr>\n<td>no</td>\n<td>oppotunity.currency_code</td>\n<td>string</td>\n<td>Currency Code defined on ISO 4217</td>\n</tr>\n<tr>\n<td>no</td>\n<td>external_id</td>\n<td>string</td>\n<td>This is not required by frogmi but it could be useful in term of integration when fetch results and match with your system</td>\n</tr>\n<tr>\n<td>no</td>\n<td>external_data</td>\n<td>array</td>\n<td>On this field You put useful info in order users can have more context about task</td>\n</tr>\n<tr>\n<td>no</td>\n<td>notification</td>\n<td>array</td>\n<td>On this field You what notification want to be delivered <code>PUSH</code> and/or <code>EMAIL</code>, if you do not set ones by default send both</td>\n</tr>\n</tbody>\n</table>\n</div><p>The previous table works for all kind of tasks. Now, if You want publishing tasks at SKU level You will need provide additional info.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>yes</td>\n<td>products</td>\n<td>array</td>\n<td>array with <code>product_id</code> and <code>place_id</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Look at examples in order to see more details.</p>\n<p>The process of publish a task is Async. If you want to know the current state You would need polling with ID returned.</p>\n<p>This is response you will get when you publish a tasks</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"data\": {\n    \"id\": \"bafe0c6d-7064-499c-9805-36e5cd59c1d2\",\n    \"type\": \"publish_process\"\n  }\n}\n</code></pre><p>In order to know the current state once You have published the task You would need use request <strong>Get Publishing Task State</strong>.</p>\n<p>Posibles states are <code>working</code>, <code>finished</code> and <code>failed</code></p>\n","urlObject":{"path":["api","v3","tasks_management","activities"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"0223c4b6-ac30-4c68-883d-8e64d7c6e2f6","name":"StoreBeat Task","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"type\": \"task_storebeat\",\n      \"attributes\": {\n      \t\"name\": \"Task StoreBeat\",\n        \"template_id\": \"b4ff2446-78c6-4b1a-af76-d2e61719868d\",\n        \"accountable_area_id\": \"a420f50b-084c-4c93-9af8-683030e6ff63\",\n        \"stores\": [\n          \"0d2e8464-7e80-45e8-b9ee-8f686460ae8c\",\n          \"bd079042-edb2-4803-a70f-dc201e35fe24\"\n        ],\n        \"start_date\": \"2018-11-27T12:15:00-03:00\",\n        \"end_date\": \"2018-11-30T17:00:00-03:00\",\n        \"opportunity\": {\n          \"value\": 9990,\n          \"currency_code\": \"CLP\"\n        },\n         \"notification\":[\n            \"PUSH\",\n            \"EMAIL\"\n        ],\n        \"instructions\": \"Prueba StoreBeat\",\n        \"external_id\": \"1234567\",\n        \"external_data\": [\n          {\n            \"main_text\": \"Actual Sales to date <4K\",\n            \"second_text\": \"$1000\",\n            \"icon\": \"info\"\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/v3/tasks_management/activities"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Location","value":"127.0.0.1:3000/api/v3/jobs/dd9b7b23-ff8f-4f94-8cad-737004355b7c"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d7a60fca-4777-4eb6-bccc-805a2695d51b"},{"key":"X-Runtime","value":"0.743687"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"dd9b7b23-ff8f-4f94-8cad-737004355b7c\",\n        \"type\": \"job\",\n        \"attributes\": {\n            \"state\": \"working\"\n        }\n    }\n}"},{"id":"7bbf37ca-3dc4-4e30-9760-2bab2a52dd92","name":"SKU Task - Creating Items","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"type\": \"task_sku\",\n      \"attributes\": {\n        \"template_id\": \"bac6e79e-b57e-4cfe-b500-ab17a378913d\",\n        \"name\": \"New task from JSON t-1\",\n        \"accountable_area_code\": \"executor\",\n        \"viewer_accountable_area_code\": \"viewer\",\n        \"stores_code\": [\n          \"101\"\n        ],\n        \"start_date\": \"2021-05-11T12:01:00-04:00\",\n        \"end_date\": \"2021-05-11T23:59:59-04:00\",\n        \"opportunity\": {\n          \"value\": 20000,\n          \"currency_code\": \"CLP\"\n        },\n        \"notification\":[\n            \"PUSH\"\n        ],\n        \"instructions\": \"Some long text here.\",\n        \"external_id\": \"1234567\",\n        \"external_data\": [\n          {\n            \"main_text\": \"Actual Sales to date <4K\",\n            \"second_text\": \"$1000\",\n            \"icon\": \"info\"\n          }\n        ],\n        \"products\": [\n          {\n            \"place_code\": \"pl-1\",\n            \"product_code\": \"iphone15\",\n            \"product_name\": \"Producto Iphone15\",\n            \"product_barcode\": \"ip1500000\",\n            \"category_code\": \"Cat24\",\n            \"category_name\": \"Category\",\n            \"product_brand_code\": \"apple\",\n            \"product_brand_name\": \"Apple\",\n            \"provider\": \"Provider\"\n          }\n        ]\n      }\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/v3/tasks_management/activities"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"b497c93b-b3e6-4971-a4d5-e04c39da16bd\",\n        \"type\": \"jobs\",\n        \"attributes\": {\n            \"state\": \"working\"\n        }\n    }\n}"},{"id":"ee6e1be3-9d5a-4478-8507-bc0e8bafbe14","name":"Publish Activities Using StoresCodes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"type\": \"task_sku\",\n      \"attributes\": {\n        \"template_id\": \"5bb0c2e8-c9b1-4071-9641-1bfed61c07be\",\n        \"name\": \"New task from JSON\",\n        \"accountable_area_id\": \"bb80c174-7c5c-440f-868b-40c5d9e55d09\",\n        \"viewer_accountable_area_id\": \"7193a0bf-2d26-4966-b614-9edab9ff4c62\",\n        \"stores_code\": [\n          \"LOCAL1\",\n          \"LOCAL2\"\n        ],\n        \"start_date\": \"2020-09-06T05:01:00-03:00\",\n        \"end_date\": \"2020-09-07T05:01:00-03:00\",\n        \"opportunity\": {\n          \"value\": 20000,\n          \"currency_code\": \"CLP\"\n        },\n        \"notification\":[\n            \"PUSH\"\n        ],\n        \"instructions\": \"Some long text here.\",\n        \"external_id\": \"1234567\",\n        \"external_data\": [\n          {\n            \"main_text\": \"Actual Sales to date <4K\",\n            \"second_text\": \"$1000\",\n            \"icon\": \"info\"\n          }\n        ],\n        \"products\": [\n          {\n            \"place_id\": \"7188999e-6371-4e64-bb7d-70391991d039\",\n            \"product_id\": \"265cdc78-1d3b-4d9b-b90f-48996c3389e3\"\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/v3/tasks_management/activities"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Location","value":"127.0.0.1:3000/api/v3/jobs/5cbb9a16-e562-4d24-a2eb-6a6bb3c65e4b"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"dadd6676-725c-4d8f-96a9-088ae464093f"},{"key":"X-Runtime","value":"0.051956"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"5cbb9a16-e562-4d24-a2eb-6a6bb3c65e4b\",\n        \"type\": \"jobs\",\n        \"attributes\": {\n            \"state\": \"working\"\n        }\n    }\n}"},{"id":"2563555a-b202-4944-a8fa-a4b2e1c776a7","name":"Publish Task Store & Product Code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"type\": \"task_sku\",\n      \"attributes\": {\n      \t\"name\": \"Prueba Integración\",\n        \"template_id\": \"39cb9506-fe7d-41fe-9dc4-76595725ccf0\",\n        \"accountable_area_id\": \"d1ff42fd-1cd3-4adf-a3bc-dc3a590b68af\",\n        \"stores_code\": [\n          \"store_ksi\"\n        ],\n        \"start_date\": \"2021-04-21T00:00:00-03:00\",\n        \"end_date\": \"2021-04-21T23:59:59-03:00\",\n        \"opportunity\": {\n          \"value\": 9990,\n          \"currency_code\": \"CLP\"\n        },\n         \"notification\":[\n            \"PUSH\",\n            \"EMAIL\"\n        ],\n        \"instructions\": \"Instrucciones para dar mejor contexto al personal en tienda\",\n        \"external_id\": \"1234567\",\n        \"external_data\": [\n          {\n            \"main_text\": \"Actual Sales to date <4K\",\n            \"second_text\": \"$1000\",\n            \"icon\": \"info\"\n          }\n        ],\n        \"products\": [\n          {\n            \"place_id\": \"b0e386c6-a21f-450c-874a-dc9824ae453c\",\n            \"product_code\": \"10020\"\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/v3/tasks_management/activities"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Apr 2021 22:32:00 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Location","value":"https://neo.frogmi.com/api/v3/jobs/893ee853-702c-453f-9897-5300b03fe246"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c94c46293c8a24a6673db04ad3501156"},{"key":"X-Runtime","value":"0.051643"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"893ee853-702c-453f-9897-5300b03fe246\",\n        \"type\": \"jobs\",\n        \"attributes\": {\n            \"state\": \"working\"\n        }\n    },\n    \"status\": 202\n}"}],"_postman_id":"e2e5071c-03c4-4318-a48b-4f3af4e7a64b"},{"name":"Publish Batch File","id":"93df47e6-67f9-4d5f-aadc-bc745f37b028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][file]","type":"file","value":null},{"description":"<p>product OR general</p>\n","key":"data[attributes][publish_type]","type":"text","value":"product"},{"key":"data[attributes][email_notification][]","value":"PUSH","description":"<p>Notification Type PUSH</p>\n","type":"text"},{"key":"data[attributes][email_notification][]","value":"EMAIL","description":"<p>Notification Type Email</p>\n","type":"text"}]},"url":"{{API_HOST}}/api/v3/tasks_management/activities/batch","description":"<p>Publish Task allows you upload an excel file and publish several tasks.</p>\n","urlObject":{"path":["api","v3","tasks_management","activities","batch"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"98ae52a2-f745-43dc-b4af-cc8be2278352","name":"Example","originalRequest":{"method":"POST","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][file]","type":"file","value":null},{"description":"product OR general","key":"data[attributes][publish_type]","type":"text","value":"product"},{"key":"data[attributes][email_notification][]","value":"PUSH","description":"Notification Type PUSH","type":"text"},{"key":"data[attributes][email_notification][]","value":"EMAIL","description":"Notification Type Email","type":"text"}]},"url":"{{API_HOST}}/api/v3/tasks_management/activities/batch","description":"Publish Task allows you upload an excel file and publish several tasks."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"batch_result\",\n        \"attributes\": {\n            \"published\": 5,\n            \"errors\": []\n        }\n    }\n}"}],"_postman_id":"93df47e6-67f9-4d5f-aadc-bc745f37b028"}],"id":"3ddafa66-1c2e-4f74-a750-f11fee3c32bd","_postman_id":"3ddafa66-1c2e-4f74-a750-f11fee3c32bd","description":""}],"id":"ec1da8ce-814d-4994-ac1c-8ee6cf47b30c","_postman_id":"ec1da8ce-814d-4994-ac1c-8ee6cf47b30c","description":""},{"name":"Activities","item":[{"name":"Get Activities Store Beat","event":[{"listen":"test","script":{"id":"196d364c-8316-41cb-9796-011e5b5ed124","exec":["const paginationSchema = JSON.parse(pm.globals.get('pagination_schema'))","const activitySchema = JSON.parse(pm.globals.get('activity_schema'))","","const definitions = {","    pagination: paginationSchema,","    activity: activitySchema","}","","var schemaWithReponse = {","    definitions: definitions,","    \"type\": \"object\",","    \"required\": [\"data\", \"meta\", \"links\"],","    \"properties\": {","        \"data\": {","            \"type\": \"array\",","            \"items\": { \"$ref\": \"#/definitions/activity\" }","        },","        \"meta\": {","            \"type\": \"object\",","            \"required\": [\"pagination\"],","            \"properties\": {","                pagination: { \"$ref\": \"#/definitions/pagination\" }","            }","        }","    },","};","","pm.test('Schema is valid', function() {","    var jsonData = pm.response.json();","    if (jsonData.data.length > 0) {","        console.log(tv4.validateResult(jsonData, schemaWithReponse))","        pm.expect(tv4.validate(jsonData, schemaWithReponse)).to.be.true;","    }","});","","// set random activity uuid","if (pm.response.code === 200) {","    const idx = Math.floor(Math.random()*pm.response.json().data.length);","    pm.environment.set('activity_uuid', pm.response.json().data[idx].id);","}","","","pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});",""],"type":"text/javascript"}}],"id":"7ee2e3c6-9762-418b-a03a-8e554ec4ce3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/store_beat/activities","description":"<p>Get all Activities type StoreBeat that your platform has access to.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>states</code></td>\n<td>Array[String]</td>\n<td>Array with Activity States <code>published</code>, <code>drafting</code>, <code>unpublished</code></td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>tags</code></td>\n<td>Array[String]</td>\n<td>Array with Tags UUIDs</td>\n</tr>\n</tbody>\n</table>\n</div><p>Look at the examples in order to know how to use the filters and check the responses returned by server</p>\n","urlObject":{"path":["api","v3","store_beat","activities"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"description":{"content":"<p>Tag UUID</p>\n","type":"text/plain"},"key":"filters[tags][]","value":"c7f38d3d-77ec-4b19-81cb-39009dd84a15"}],"variable":[]}},"response":[{"id":"c2137fd0-b127-448f-806a-d53fe3fabe9b","name":"Simple","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/store_beat/activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"119","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 20:42:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"77-j4Qgws6k5Yf3oFttWTJL/A\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"activity\",\n            \"id\": \"f081280d-3f87-466e-9882-d68e9cfb90de\",\n            \"attributes\": {\n                \"name\": \"Activity Name2\",\n                \"activity_type\": \"store_beat\",\n                \"schedule_type\": \"periodic\",\n                \"state\": \"published\",\n                \"instructions\": \"some long instruction\",\n                \"created_at\": \"2018-08-02T12:00:00-04:00\",\n                \"tags\": [\n                    {\n                        \"uuid\": \"390ece4f-a6de-41f2-ae6b-6aa794f095a6\",\n                        \"name\": \"Calidad\"\n                    }\n                ]\n            },\n            \"relationships\": {\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"/api/v3/store_beat/activities/f081280d-3f87-466e-9882-d68e9cfb90de/questions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"next\": \"/api/v3/store_beat/activities?page=2\",\n        \"last\": null,\n        \"prev\": null\n    },\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 100,\n            \"per_page\": 10\n        }\n    }\n}"},{"id":"3d014d26-fe8d-4874-b363-78451ed459ab","name":"Using Filters","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/activities?filters[states][]=drafting&filters[states][]=unpublished&filters[tags][]=390ece4f-a6de-41f2-ae6b-6aa794f095a6","host":["{{API_HOST}}"],"path":["api","v3","activities"],"query":[{"key":"filters[states][]","value":"drafting"},{"key":"filters[states][]","value":"unpublished"},{"key":"filters[tags][]","value":"390ece4f-a6de-41f2-ae6b-6aa794f095a6","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"188","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 21:25:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"77-j4Qgws6k5Yf3oFttWTJL/A\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-RateLimit-Reset","value":"1533677154","name":"X-RateLimit-Reset","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"activity\",\n            \"id\": \"f081280d-3f87-466e-9882-d68e9cfb90de\",\n            \"attributes\": {\n                \"name\": \"Activity Name2\",\n                \"activity_type\": \"store_beat\",\n                \"schedule_type\": \"periodic\",\n                \"state\": \"drafting\",\n                \"instructions\": \"some long instruction\",\n                \"created_at\": \"2018-08-02T12:00:00-04:00\",\n                \"tags\": [\n                    {\n                        \"uuid\": \"390ece4f-a6de-41f2-ae6b-6aa794f095a6\",\n                        \"name\": \"Calidad\"\n                    }\n                ]\n            },\n            \"relationships\": {\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"/api/v3/store_beat/activities/f081280d-3f87-466e-9882-d68e9cfb90de/questions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"next\": \"/api/v3/store_beat/activities?page=2&filters[states][]=drafting&filters[states][]=unpublished\",\n        \"last\": null,\n        \"prev\": null\n    },\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 100,\n            \"per_page\": 10\n        }\n    }\n}"},{"id":"8f7ae5d8-e340-4286-b09f-c3c42a83ffa9","name":"Empty Result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/store_beat/activities?filters[states][]=deleted","host":["{{API_HOST}}"],"path":["api","v3","store_beat","activities"],"query":[{"key":"filters[states][]","value":"deleted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"188","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 21:25:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"77-j4Qgws6k5Yf3oFttWTJL/A\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-RateLimit-Reset","value":"1533677154","name":"X-RateLimit-Reset","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"},{"id":"389be5ea-7701-4178-a88e-8216525893ee","name":"400 Passing not valid state","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/store_beat/activities?filters[states][]=invalid_state","host":["{{API_HOST}}"],"path":["api","v3","store_beat","activities"],"query":[{"key":"filters[states][]","value":"invalid_state"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"998415f8-0a19-4ae9-a9f3-41bd95b0695c","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.231263","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[{\"detail\":\"filters[states] does not have a valid value\",\"status\":400,\"code\":\"parameter_error\"}]}"}],"_postman_id":"7ee2e3c6-9762-418b-a03a-8e554ec4ce3e"},{"name":"Get Activity Store Beat","event":[{"listen":"test","script":{"id":"ec878dc3-6dcc-4629-a9cc-c7b954fe4ba3","exec":["const activitySchema = JSON.parse(pm.globals.get('activity_schema'))","","const definitions = {","    activity: activitySchema","}","","var schemaWithReponse = {","    \"definitions\": definitions,","    \"type\": \"object\",","    \"required\": [\"data\"],","    \"properties\": {","        \"data\": { \"$ref\": \"#/definitions/activity\" }","    }","};","","pm.test('Schema is valid', function() {","    var jsonData = pm.response.json();","    console.log(tv4.validateResult(jsonData, schemaWithReponse))","    pm.expect(tv4.validate(jsonData, schemaWithReponse)).to.be.true;","});"],"type":"text/javascript"}}],"id":"6ed9a7a7-7b80-4561-bc9e-7fd508de93d5","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/store_beat/activities/{{activity_uuid}}","description":"<p>Get a Activity from the Frogmi platform by their Id</p>\n","urlObject":{"path":["api","v3","store_beat","activities","{{activity_uuid}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"26c85bbb-68ed-44b0-93c3-291ec1b46849","name":"Default","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/api/v3/store_beat/activities/f081280d-3f87-466e-9882-d68e9cfb90de"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"119","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 20:42:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"77-j4Qgws6k5Yf3oFttWTJL/A\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \n        {\n            \"type\": \"activity\",\n            \"id\": \"f081280d-3f87-466e-9882-d68e9cfb90de\",\n            \"attributes\": {\n                \"name\": \"Activity Name2\",\n                \"activity_type\": \"store_beat\",\n                \"schedule_type\": \"periodic\",\n                \"state\": \"published\",\n                \"instructions\": \"some long instruction\",\n                \"created_at\": \"2018-08-02T12:00:00-04:00\"\n            },\n            \"relationships\": {\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"/api/v3/store_beat/activities/f081280d-3f87-466e-9882-d68e9cfb90de/questions\"\n                    }\n                }\n            }\n        }\n\n}"}],"_postman_id":"6ed9a7a7-7b80-4561-bc9e-7fd508de93d5"},{"name":"Get Questions","event":[{"listen":"test","script":{"id":"547104ab-ec55-442f-b87e-f1b23b218f1b","exec":["// set random question uuid","if (pm.response.code === 200) {","    const idx = Math.floor(Math.random()*pm.response.json().data.length);","    pm.environment.set('question_uuid', pm.response.json().data[idx].id);","}"],"type":"text/javascript"}}],"id":"93e90cd3-588d-419e-b7ff-c6f1ea463f15","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/store_beat/activities/{{activity_uuid}}/questions","description":"<p>Get all Questions that belongs to a given Activity <code>Id</code>.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>filters[affect_store_beat]</code></td>\n<td>Boolean</td>\n<td>If present allows to filter questions considering if affect_store_beat</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"include\">Include</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>include</code></td>\n<td>Array[String]</td>\n<td>Array with inclusion of available relationships <code>tags</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Look at the examples in order to know how to use the filters and check the responses returned by server</p>\n","urlObject":{"path":["api","v3","store_beat","activities","{{activity_uuid}}","questions"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"2880912b-0af8-4325-9de8-f56b1bceb538","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/store_beat/activities/{{activity_uuid}}/questions","host":["{{API_HOST}}"],"path":["api","v3","store_beat","activities","{{activity_uuid}}","questions"],"query":[{"key":"include[]","value":"tags","description":"Allows to include the related Tags information","disabled":true},{"key":"filters[affect_store_beat]","value":"true}}u","description":"Filter by affect_store_beat property","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"a4cd7ee6be4979379f26c06b59bb6539\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"8f869787-1187-472f-b68d-9ab65e16c375","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"1.849911","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"f7807782-5d82-4ba7-a441-bbd0afb219b0\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"MCQ1\",\n        \"question_type\": \"MultipleChoice\",\n        \"order\": 1,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/f7807782-5d82-4ba7-a441-bbd0afb219b0\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": [\n            {\n              \"id\": \"4e98a490-0452-42ec-88a0-0d8fd170f8b4\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"Sí\",\n                \"value\": null,\n                \"accomplishment\": \"Positive\",\n                \"order\": 1\n              }\n            },\n            {\n              \"id\": \"44a2e180-68f1-42ad-8b75-9fbbe2ad1de6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"No\",\n                \"value\": null,\n                \"accomplishment\": \"Negative\",\n                \"order\": 2\n              }\n            },\n            {\n              \"id\": \"813b693d-e737-4d25-8b9f-5747a47acdc6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"N/A\",\n                \"value\": null,\n                \"accomplishment\": \"N/A\",\n                \"order\": 3\n              }\n            }\n          ]\n        },\n        \"tags\": {\n          \"data\": [\n            {\n              \"id\": \"594eefc1-3dfd-4f54-a133-cb4041b032ee\",\n              \"type\": \"tags\",\n              \"links\": {\n                \"related\": \"https://neo.frogmi.com/api/v3/tags/594eefc1-3dfd-4f54-a133-cb4041b032ee\"\n              }\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"id\": \"47eb3c0f-015c-48cc-a47c-7c4281f938e2\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"SQ1\",\n        \"question_type\": \"Simple\",\n        \"order\": 2,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/47eb3c0f-015c-48cc-a47c-7c4281f938e2\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": []\n        },\n        \"tags\": {\n          \"data\": []\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"current_page\": 1,\n      \"total\": 2,\n      \"per_page\": 10\n    }\n  },\n  \"links\": {\n    \"next\": null,\n    \"prev\": null,\n    \"last\": null\n  }\n}"},{"id":"2edc8fd5-82b7-4893-817f-12e6a3e1fd75","name":"200 OK with tags","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/store_beat/activities/{{activity_uuid}}/questions?include[]=tags","host":["{{API_HOST}}"],"path":["api","v3","store_beat","activities","{{activity_uuid}}","questions"],"query":[{"key":"include[]","value":"tags","description":"Allows to include the related Tags information"},{"key":"filters[affect_store_beat]","value":"true}}u","description":"Filter by affect_store_beat property","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"e06d576d6dabf310f35fa44b9ae8dbea\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"3e98cc2f-8ab3-4238-a0cc-b1fe77f8f51b","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"2.280285","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n  \"included\": [\n    {\n      \"id\": \"594eefc1-3dfd-4f54-a133-cb4041b032ee\",\n      \"type\": \"tags\",\n      \"attributes\": {\n        \"name\": \"Metas\",\n        \"active\": true\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/tags/594eefc1-3dfd-4f54-a133-cb4041b032ee\"\n      },\n      \"relationships\": {\n        \"tags\": [\n          {\n            \"id\": \"cd41c001-1f57-4547-b180-5ae848c65223\",\n            \"type\": \"tags\",\n            \"links\": {\n              \"related\": \"https://neo.frogmi.com/api/v3/tags/cd41c001-1f57-4547-b180-5ae848c65223\"\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"data\": [\n    {\n      \"id\": \"f7807782-5d82-4ba7-a441-bbd0afb219b0\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"MCQ1\",\n        \"question_type\": \"MultipleChoice\",\n        \"order\": 1,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/f7807782-5d82-4ba7-a441-bbd0afb219b0\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": [\n            {\n              \"id\": \"4e98a490-0452-42ec-88a0-0d8fd170f8b4\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"Sí\",\n                \"value\": null,\n                \"accomplishment\": \"Positive\",\n                \"order\": 1\n              }\n            },\n            {\n              \"id\": \"44a2e180-68f1-42ad-8b75-9fbbe2ad1de6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"No\",\n                \"value\": null,\n                \"accomplishment\": \"Negative\",\n                \"order\": 2\n              }\n            },\n            {\n              \"id\": \"813b693d-e737-4d25-8b9f-5747a47acdc6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"N/A\",\n                \"value\": null,\n                \"accomplishment\": \"N/A\",\n                \"order\": 3\n              }\n            }\n          ]\n        },\n        \"tags\": {\n          \"data\": [\n            {\n              \"id\": \"594eefc1-3dfd-4f54-a133-cb4041b032ee\",\n              \"type\": \"tags\",\n              \"links\": {\n                \"related\": \"https://neo.frogmi.com/api/v3/tags/594eefc1-3dfd-4f54-a133-cb4041b032ee\"\n              }\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"id\": \"47eb3c0f-015c-48cc-a47c-7c4281f938e2\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"SQ1\",\n        \"question_type\": \"Simple\",\n        \"order\": 2,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/47eb3c0f-015c-48cc-a47c-7c4281f938e2\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": []\n        },\n        \"tags\": {\n          \"data\": []\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"current_page\": 1,\n      \"total\": 2,\n      \"per_page\": 10\n    }\n  },\n  \"links\": {\n    \"next\": null,\n    \"prev\": null,\n    \"last\": null\n  }\n}"},{"id":"fd10fea3-39fa-43ba-9624-fe8cf17d6aa7","name":"200 OK with filters","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{API_HOST}}/api/v3/store_beat/activities/{{activity_uuid}}/questions?filters[affect_store_beat]=true","host":["{{API_HOST}}"],"path":["api","v3","store_beat","activities","{{activity_uuid}}","questions"],"query":[{"key":"filters[affect_store_beat]","value":"true","description":"Filter by affect_store_beat property"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"99084a7b968bf54d6d08097494d6337e\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"51bfb510-430f-483e-9a1e-c40f929143f1","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.098011","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"f7807782-5d82-4ba7-a441-bbd0afb219b0\",\n      \"type\": \"questions\",\n      \"attributes\": {\n        \"name\": \"MCQ1\",\n        \"question_type\": \"MultipleChoice\",\n        \"order\": 1,\n        \"order_tree\": \"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\n        \"min_boundary\": null,\n        \"max_boundary\": null,\n        \"input_regex\": null,\n        \"expression\": null\n      },\n      \"links\": {\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/questions/f7807782-5d82-4ba7-a441-bbd0afb219b0\"\n      },\n      \"relationships\": {\n        \"alternatives\": {\n          \"data\": [\n            {\n              \"id\": \"4e98a490-0452-42ec-88a0-0d8fd170f8b4\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"Sí\",\n                \"value\": null,\n                \"accomplishment\": \"Positive\",\n                \"order\": 1\n              }\n            },\n            {\n              \"id\": \"44a2e180-68f1-42ad-8b75-9fbbe2ad1de6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"No\",\n                \"value\": null,\n                \"accomplishment\": \"Negative\",\n                \"order\": 2\n              }\n            },\n            {\n              \"id\": \"813b693d-e737-4d25-8b9f-5747a47acdc6\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"N/A\",\n                \"value\": null,\n                \"accomplishment\": \"N/A\",\n                \"order\": 3\n              }\n            }\n          ]\n        },\n        \"tags\": {\n          \"data\": [\n            {\n              \"id\": \"594eefc1-3dfd-4f54-a133-cb4041b032ee\",\n              \"type\": \"tags\",\n              \"links\": {\n                \"related\": \"https://neo.frogmi.com/api/v3/tags/594eefc1-3dfd-4f54-a133-cb4041b032ee\"\n              }\n            }\n          ]\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"current_page\": 1,\n      \"total\": 1,\n      \"per_page\": 10\n    }\n  },\n  \"links\": {\n    \"next\": null,\n    \"prev\": null,\n    \"last\": null\n  }\n}"}],"_postman_id":"93e90cd3-588d-419e-b7ff-c6f1ea463f15"},{"name":"Get Question","id":"f7fd9d66-f4b4-44e5-9980-7d2b9959e207","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/store_beat/questions/{{question_uuid}}","description":"<p>Get a Question from the Frogmi platform by their <code>Id</code></p>\n","urlObject":{"path":["api","v3","store_beat","questions","{{question_uuid}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"2225011d-d3a8-457b-9433-85d88b61f694","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"X-Company-UUID","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/store_beat/questions/:question_uuid","host":["{{API_HOST}}"],"path":["api","v3","store_beat","questions",":question_uuid"],"variable":[{"key":"question_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9c4bbaf0-2672-47d7-9d40-46be728b2da1\",\n        \"type\": \"questions\",\n        \"attributes\": {\n            \"name\": \"Question number one\",\n            \"question_type\": \"MultipleChoice\",\n            \"order\": 1,\n            \"id_tree\": \"eac0bc32-8371-40fd-bebf-97947759a910\"\n        },\n        \"relationships\": {\n            \"group_of_questions\": {\n                \"data\": {\n                    \"id\": \"eac0bc32-8371-40fd-bebf-97947759a910\",\n                    \"type\": \"group_of_questions\"\n                }\n            },\n            \"alternatives\": {\n                \"data\": [\n                    {\n                        \"id\": \"4c7324ad-7737-42c4-9224-6de4eba501d2\",\n                        \"type\": \"alternatives\",\n                        \"attributes\": {\n                            \"name\": \"Alternative one\",\n                            \"value\": \"Yes\",\n                            \"accomplishment\": \"Positive\",\n                            \"order\": 1\n                        }\n                    },\n                    {\n                        \"id\": \"4e154ed3-391c-4b2c-95b9-ce5534ae41fe\",\n                        \"type\": \"alternatives\",\n                        \"attributes\": {\n                            \"name\": \"Alternative two\",\n                            \"value\": \"No\",\n                            \"accomplishment\": \"Negative\",\n                            \"order\": 2\n                        }\n                    }\n                ]\n            }\n        },\n        \"links\": {\n            \"related\": \"/api/v3/group_of_questions/eac0bc32-8371-40fd-bebf-97947759a910\"\n        }\n    }\n}"},{"id":"b9ad1f91-a038-4b93-9990-54bf109ffa4d","name":"200 OK with tags","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/store_beat/questions/{{question_uuid}}?include[]=tags","host":["{{API_HOST}}"],"path":["api","v3","store_beat","questions","{{question_uuid}}"],"query":[{"key":"include[]","value":"tags"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"f301540088693bd8d7c17b1f7c5f45f9\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"eb9358c7-21d2-43ce-8470-e70b03b5f227","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.051586","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"f7807782-5d82-4ba7-a441-bbd0afb219b0\",\"type\":\"questions\",\"attributes\":{\"name\":\"MCQ1\",\"question_type\":\"MultipleChoice\",\"order\":1,\"order_tree\":\"d5749a2d-6314-4da9-be03-4db4b0bc414c\",\"min_boundary\":null,\"max_boundary\":null,\"input_regex\":null,\"expression\":null},\"links\":{\"self\":\"127.0.0.1:3000/api/v3/store_beat/questions/f7807782-5d82-4ba7-a441-bbd0afb219b0\"},\"relationships\":{\"alternatives\":{\"data\":[{\"id\":\"4e98a490-0452-42ec-88a0-0d8fd170f8b4\",\"type\":\"alternatives\",\"attributes\":{\"name\":\"Sí\",\"value\":null,\"accomplishment\":\"Positive\",\"order\":1}},{\"id\":\"44a2e180-68f1-42ad-8b75-9fbbe2ad1de6\",\"type\":\"alternatives\",\"attributes\":{\"name\":\"No\",\"value\":null,\"accomplishment\":\"Negative\",\"order\":2}},{\"id\":\"813b693d-e737-4d25-8b9f-5747a47acdc6\",\"type\":\"alternatives\",\"attributes\":{\"name\":\"N/A\",\"value\":null,\"accomplishment\":\"N/A\",\"order\":3}}]},\"tags\":{\"data\":[{\"id\":\"594eefc1-3dfd-4f54-a133-cb4041b032ee\",\"type\":\"tags\",\"links\":{\"related\":\"127.0.0.1:3000/api/v3/store_beat/tags/594eefc1-3dfd-4f54-a133-cb4041b032ee\"}}]}}}}"}],"_postman_id":"f7fd9d66-f4b4-44e5-9980-7d2b9959e207"},{"name":"Activity Tags","id":"337b4bdd-0885-423a-9b46-b2ecbaeb101e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/activity_tags","description":"<p>Return All Tags for Activity Group</p>\n","urlObject":{"path":["api","v3","activity_tags"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"2624b6ae-607d-4bb9-ac71-c24bb4644270","name":"Activity Tags","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/activity_tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"ETag","value":"W/\"de70ed000287b5b3965b7cd53d2f993b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"abf33f36-fe49-4ba2-9ab4-362421fe3a15"},{"key":"X-Runtime","value":"0.291566"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"c7f38d3d-77ec-4b19-81cb-39009dd84a15\",\n            \"type\": \"activity_tags\",\n            \"attributes\": {\n                \"name\": \"Group 1\",\n                \"code\": \"GRP1\"\n            },\n            \"links\": {\n                \"self\": \"http://neo.frogmi.com/api/v3/activity_tags/c7f38d3d-77ec-4b19-81cb-39009dd84a15\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"fd9815c9-563b-4c5f-a05d-be1ea07a1ce2\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"0e8a7a3d-cff1-45a5-9104-94dbe539c2eb\",\n            \"type\": \"activity_tags\",\n            \"attributes\": {\n                \"name\": \"Group 2\",\n                \"code\": \"GRP2\"\n            },\n            \"links\": {\n                \"self\": \"http://neo.frogmi.com/api/v3/activity_tags/0e8a7a3d-cff1-45a5-9104-94dbe539c2eb\"\n            },\n            \"relationships\": {\n                \"cluster_definitions\": {\n                    \"data\": {\n                        \"id\": \"fd9815c9-563b-4c5f-a05d-be1ea07a1ce2\",\n                        \"type\": \"cluster_definitions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 2,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": null,\n        \"first\": \"http://127.0.0.1:3000/api/v3/activity_tags?page=1&per_page=20\",\n        \"last\": \"http://127.0.0.1:3000/api/v3/activity_tags?page=1&per_page=20\",\n        \"self\": \"http://127.0.0.1:3000/api/v3/activity_tags?page=1&per_page=20\"\n    }\n}"}],"_postman_id":"337b4bdd-0885-423a-9b46-b2ecbaeb101e"}],"id":"56623e93-92fc-4384-b44f-0c78db02a186","description":"<p>Listing all endpoint related with Activities.</p>\n","event":[{"listen":"prerequest","script":{"id":"5484056b-6c3b-46fd-a6eb-c1c3fa19d785","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a8271645-2980-4f28-bd91-e15fc71d8988","type":"text/javascript","exec":[""]}}],"_postman_id":"56623e93-92fc-4384-b44f-0c78db02a186"},{"name":"StoreBeat Results","item":[{"name":"Get StoreBeat Results","event":[{"listen":"test","script":{"id":"e83c0886-4305-49b1-8d23-e6432cc393bc","exec":["const paginationSchema = JSON.parse(pm.globals.get('pagination_schema'))","const storeBeatResultSchema = JSON.parse(pm.globals.get('store_beat_result_schema'))","const storeBeatEventSchema = JSON.parse(pm.globals.get('store_beat_event_schema'))","","const definitions = {","    pagination: paginationSchema,","    storeBeatResultSchema: storeBeatResultSchema,","    storeBeatEventSchema: storeBeatEventSchema","}","","var schemaWithReponse = {","    definitions: definitions,","    \"type\": \"object\",","    \"required\": [\"data\", \"meta\", \"links\"],","    \"properties\": {","        \"data\": {","            \"type\": \"array\",","            \"items\": { \"$ref\": \"#/definitions/storeBeatResultSchema\" }","        },","        \"meta\": {","            \"type\": \"object\",","            \"required\": [\"pagination\"],","            \"properties\": {","                pagination: { \"$ref\": \"#/definitions/pagination\" }","            }","        }","    }","};","","var jsonData = pm.response.json();","pm.test('Schema is valid', function() {","    if (jsonData.data.length > 0) {","        console.log(tv4.validateResult(jsonData, schemaWithReponse))","        pm.expect(tv4.validate(jsonData, schemaWithReponse)).to.be.true;","    }","});","","pm.test(\"Response time is less than 2s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(2000);","});","","var includedSchema = {","    \"type\": \"object\",","    \"required\": [\"included\"],","    \"included\": {","        \"type\": \"array\",","        \"items\": { \"$ref\": \"#/definitions/storeBeatEventSchema\" }","    }","}","pm.request.url.query.all().forEach((param) => {","    // if include[] was specified, then we need validate some data ","    if (param.key === 'include[]' && jsonData.included.length > 0) {","        pm.test('Schema is valid at included', function() {","            console.log(tv4.validateResult(jsonData.included, includedSchema))","            pm.expect(tv4.validate(jsonData, includedSchema)).to.be.true;","        });","        ","        // this test will check if UUID comes on relationships match with `included`","        pm.test('Check included key', function() {","            var execution_uuids = [];","            jsonData.data.forEach((d) => {","                if (execution_uuids.includes(d.relationships.store_beat_events.data.id) === false) {","                    execution_uuids.push(d.relationships.store_beat_events.data.id)","                }","            });","            var include_execution_uuids = [];","            jsonData.included.forEach((d) => {","                if (include_execution_uuids.includes(d.id) === false) {","                    include_execution_uuids.push(d.id)","                }","            });","            pm.expect(execution_uuids.toString()).to.equal(include_execution_uuids.toString());","        });","    }","});",""],"type":"text/javascript"}}],"id":"a28396b0-3cf4-4d05-9012-df5d7ef80cd0","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/store_beat/results?filters[period][from]=2018-07-02T00:00:00-04:00&filters[period][to]=2018-09-02T23:59:59-04:00","description":"<p>Frogmi considers a Result as an Answer of a question. This means that this endpoint will return questions with their answers.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>filters[period][from]</code></td>\n<td>DateTime</td>\n<td>Date from fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[period][from]</code></td>\n<td>DateTime</td>\n<td>Date from fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[stores]</code></td>\n<td>Array[String]</td>\n<td>Array with Stores ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[activities]</code></td>\n<td>Array[String]</td>\n<td>Array with Activities ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[users]</code></td>\n<td>Array[String]</td>\n<td>Array with Users ID</td>\n</tr>\n</tbody>\n</table>\n</div><p>Optionally You can fetch events belongs to questions by this way you can avoid perform separate request. </p>\n<h3 id=\"results-description-by-question-type\">Results description by question type</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Question Type</th>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ALL</td>\n<td>name</td>\n<td>String</td>\n<td>Question's name</td>\n</tr>\n<tr>\n<td>Simple</td>\n<td>answer</td>\n<td>String</td>\n<td>Value entered by the user</td>\n</tr>\n<tr>\n<td>Qrcode</td>\n<td>answer</td>\n<td>String</td>\n<td>Value entered by the user</td>\n</tr>\n<tr>\n<td>Numerical</td>\n<td>answer</td>\n<td>Float</td>\n<td>Value entered by the user</td>\n</tr>\n<tr>\n<td>Calculator</td>\n<td>answer</td>\n<td>Float</td>\n<td>Value entered by the user</td>\n</tr>\n<tr>\n<td>ContinuosRange</td>\n<td>answer</td>\n<td>Float</td>\n<td>Value entered by the user</td>\n</tr>\n<tr>\n<td>Binary</td>\n<td>answer</td>\n<td>String</td>\n<td>Alternative UUID selected as answer</td>\n</tr>\n<tr>\n<td>Binary</td>\n<td>alternative.name</td>\n<td>String</td>\n<td>Alternative's name <code>Yes</code> or <code>No</code></td>\n</tr>\n<tr>\n<td>Binary</td>\n<td>alternative.value</td>\n<td>Number</td>\n<td>Alternative's value <code>1</code> or <code>0</code></td>\n</tr>\n<tr>\n<td>Binary</td>\n<td>alternative.accomplishment</td>\n<td>String</td>\n<td>Alternative's accommplishment: <code>Positive</code> or <code>Negative</code>.</td>\n</tr>\n<tr>\n<td>MultipleChoice</td>\n<td>answer</td>\n<td>Array</td>\n<td>Alternative(s) UUID selected as answer</td>\n</tr>\n<tr>\n<td>MultipleChoice</td>\n<td>alternative.name</td>\n<td>String</td>\n<td>Alternative's name</td>\n</tr>\n<tr>\n<td>MultipleChoice</td>\n<td>alternative.accomplishment</td>\n<td>String</td>\n<td>Alternative's accommplishment: <code>Positive</code>, <code>Negative</code> or <code>N/A</code>. Only is considered when questions is <em>Single choice</em>.</td>\n</tr>\n<tr>\n<td>DiscreteRange</td>\n<td>answer</td>\n<td>Array</td>\n<td>Alternative(s) UUID selected as answer</td>\n</tr>\n<tr>\n<td>DiscreteRange</td>\n<td>alternative.name</td>\n<td>String</td>\n<td>Alternative's name</td>\n</tr>\n<tr>\n<td>DiscreteRange</td>\n<td>alternative.value</td>\n<td>Number</td>\n<td>Alternative's value</td>\n</tr>\n<tr>\n<td>Picture</td>\n<td>answer</td>\n<td>Array</td>\n<td>URL pictures</td>\n</tr>\n</tbody>\n</table>\n</div><p>Look at the examples in order to know how to use the filters and check the responses returned by server</p>\n","urlObject":{"path":["api","v3","store_beat","results"],"host":["{{API_HOST}}"],"query":[{"description":{"content":"<p>Date from fetch results. Format YYYY-MM-DDTHH:MM:SS</p>\n","type":"text/plain"},"key":"filters[period][from]","value":"2018-07-02T00:00:00-04:00"},{"description":{"content":"<p>Date to fetch Results. Format YYYY-MM-DDTHH:MM:SS</p>\n","type":"text/plain"},"key":"filters[period][to]","value":"2018-09-02T23:59:59-04:00"},{"disabled":true,"description":{"content":"<p>How many items want fetch per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"100"},{"disabled":true,"description":{"content":"<p>Page you want to fetch. Default 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"ac3d053c-27d4-45e6-b382-c92e55c39b04","name":"StoreBeat Results","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/store_beat/results?filters[period][from]=2018-01-01&filters[period][to]=2018-09-28","host":["{{API_HOST}}"],"path":["api","v3","store_beat","results"],"query":[{"key":"filters[period][from]","value":"2018-01-01"},{"key":"filters[period][to]","value":"2018-09-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"5da528ebaea2389a4ee199befa442a15\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"c1d78488-2247-4276-895e-bd007c7296be","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.266460","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"type\": \"store_beat_results\",\n      \"id\": \"070bac56-76ca-4b70-a9bf-56da50f39c70\",\n      \"attributes\": {\n        \"name\": \"Vino\",\n        \"question_type\": \"Binary\",\n        \"answer\": \"a81a820f-f1fd-4429-affa-5deb3a3fe98b\",\n        \"comment\": {\n            \"text\": \"\",\n            \"pictures\": []\n        },\n        \"alternatives\": {\n          \"data\": [\n            {\n              \"id\": \"a81a820f-f1fd-4429-affa-5deb3a3fe98b\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"Yes\",\n                \"weight_percentage\": null,\n                \"value\": 1,\n                \"accomplishment\": \"Positive\"\n              }\n            },\n            {\n              \"id\": \"50ffb976-ba75-4942-ad0b-c54c859421f5\",\n              \"type\": \"alternatives\",\n              \"attributes\": {\n                \"name\": \"No\",\n                \"weight_percentage\": null,\n                \"value\": 0,\n                \"accomplishment\": \"Negative\"\n              }\n            }\n          ]\n        }\n      },\n      \"relationships\": {\n\t        \"store_beat_events\": {\n\t            \"data\": {\n\t                \"id\": \"248a60c4-8711-4483-a5d7-babccfddab85\",\n\t                \"type\": \"store_beat_events\"\n\t            }\n\t        },\n\t        \"questions\": {\n\t            \"links\": {\n\t                \"related\": \"https://neo.frogmi.com/api/v3/questions/e7402f87-ab90-4a9d-9763-dc8a39ef71c1\"\n\t            }\n\t        },\n\t        \"tags\": {\n\t            \"data\": [\n\t                {\n\t                    \"id\": \"52e120c2-3c2d-4d4d-afcb-6f348b17daaf\",\n\t                    \"type\": \"tags\"\n\t                },\n\t                {\n\t                    \"id\": \"532470e5-6cd4-41dd-ad12-bdfbc136f882\",\n\t                    \"type\": \"tags\"\n\t                },\n\t                {\n\t                    \"id\": \"b32c16f6-81fe-4b9f-8214-4aad8d170b06\",\n\t                    \"type\": \"tags\"\n\t                },\n\t                {\n\t                    \"id\": \"d84bcc85-ece4-4bc8-8ffb-875e8fddcdd2\",\n\t                    \"type\": \"tags\"\n\t                }\n\t            ]\n\t        }\n\t    }\n    },\n    {\n        \"type\": \"store_beat_results\",\n        \"id\": \"0875f3d3-5f32-40ae-bc35-7b17fa751f89\",\n        \"attributes\": {\n            \"name\": \"Foto BA´s y Apoyos\",\n            \"question_type\": \"Picture\",\n            \"answer\": [\n                \"https://production-neo-frogmi.s3.amazonaws.com/company_f9de8c90-45a0-4415-ba66-134a08b3a86e/activity_1e70f0b9-7e38-4b69-8367-cdfff88a168b/33c60375-3111-4a59-b596-028f5d55f45f/camera_de95ab55-8e6f-41b5-a8e3-22554d394b2a_1534524891.781453.jpg\",\n                \"https://production-neo-frogmi.s3.amazonaws.com/company_f9de8c90-45a0-4415-ba66-134a08b3a86e/activity_1e70f0b9-7e38-4b69-8367-cdfff88a168b/33c60375-3111-4a59-b596-028f5d55f45f/camera_de95ab55-8e6f-41b5-a8e3-22554d394b2a_1536362276.300648.jpg\"\n            ],\n            \"alternatives\": {\n                \"data\": []\n            },\n            \"comment\": {\n                \"text\": \"\",\n                \"pictures\": []\n            }\n        },\n        \"relationships\": {\n            \"store_beat_events\": {\n                \"data\": {\n                    \"id\": \"33c60375-3111-4a59-b596-028f5d55f45f\",\n                    \"type\": \"store_beat_events\"\n                }\n            },\n            \"questions\": {\n                \"links\": {\n                    \"related\": \"https://neo.frogmi.com/api/v3/questions/de95ab55-8e6f-41b5-a8e3-22554d394b2a\"\n                }\n            },\n            \"tags\": {\n                \"data\": [\n                    {\n                        \"id\": \"08699726-62cd-4b5a-bef0-b7a421f79399\",\n                        \"type\": \"tags\"\n                    },\n                    {\n                        \"id\": \"532470e5-6cd4-41dd-ad12-bdfbc136f882\",\n                        \"type\": \"tags\"\n                    },\n                    {\n                        \"id\": \"d84bcc85-ece4-4bc8-8ffb-875e8fddcdd2\",\n                        \"type\": \"tags\"\n                    }\n                ]\n            }\n        }\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"current_page\": 1,\n      \"total\": 2,\n      \"per_page\": 1\n    }\n  },\n  \"links\": {\n    \"next\": \"https://neo.frogmi.com/api/v3/store_beat/results?page=2&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&filters[period][to]=2018-09-28T00%3A00%3A00%2B00%3A00\",\n    \"prev\": null,\n    \"last\": null\n  }\n}"},{"id":"ec7ad2db-7c33-4dd5-8729-7c03ab19a845","name":"include Events","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/store_beat/results?filters[period][from]=2018-01-01&filters[period][to]=2018-09-28&per_page=1&page=1&include=store_beat_events","host":["{{API_HOST}}"],"path":["api","v3","store_beat","results"],"query":[{"key":"filters[period][from]","value":"2018-01-01","description":"Date from fetch results. Format YYYY-MM-DD"},{"key":"filters[period][to]","value":"2018-09-28","description":"Date to fetch Results. Format YYYY-MM-DD"},{"key":"per_page","value":"1","description":"How many items want fetch per page. Default value is 10."},{"key":"page","value":"1","description":"Page you want to fetch. Default 1."},{"key":"include","value":"store_beat_events","description":"Include as part of responde events linked to results"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"b8b921f82a5a8c23171300e9470c6477\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"28ea2523-72e9-4a70-a963-e061e34353da","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.509698","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"included\": [\n        {\n            \"type\": \"store_beat_events\",\n            \"id\": \"041f5be5-1921-495c-b131-071a69d1d5b6\",\n            \"attributes\": {\n                \"store_beat\": null,\n                \"activity\": {\n                    \"id\": \"f779f3b2-1061-42b7-b9d9-478e18780fd5\",\n                    \"name\": \"Prueba ticket\"\n                },\n                \"store\": {\n                    \"id\": \"0ab88a15-522d-4e4d-816a-85fd868df46d\",\n                    \"name\": \"Example Store 11\",\n                    \"code\": \"11\"\n                },\n                \"user\": {\n                    \"id\": \"93a0e39b-0aa5-49c8-b3ad-19b5b2c6c481\",\n                    \"name\": \"developer developer\",\n                    \"email\": \"dev@frogmi.com\"\n                },\n                \"date\": {\n                    \"finished_at\": \"2018-08-20T17:03:24-04:00\",\n                    \"uploaded_at\": \"2018-08-20T17:03:24-04:00\",\n                    \"started_at\": \"2018-08-20T17:01:59-04:00\",\n                    \"created_at\": \"2018-08-20T17:03:24-04:00\"\n                },\n                \"geolocation\": {\n                    \"lat\": 0,\n                    \"lon\": 0\n                }\n            },\n            \"relationships\": {\n                \"store_beat_results\": {\n                    \"links\": {\n                        \"related\": \"/api/v3/store_beat/results?filters[event_id]=041f5be5-1921-495c-b131-071a69d1d5b6&filters[d]=20180820\"\n                    }\n                }\n            }\n        }\n    ],\n    \"data\": [\n        {\n            \"type\": \"store_beat_results\",\n            \"id\": \"7f3ab560-a72f-41f8-9ca6-d567a0cb8cbe\",\n            \"attributes\": {\n                \"name\": \"Vino\",\n                \"question_type\": \"Binary\",\n                \"answer\": \"50ffb976-ba75-4942-ad0b-c54c859421f5\",\n                \"alternatives\": {\n                    \"data\": [\n                        {\n                            \"id\": \"a81a820f-f1fd-4429-affa-5deb3a3fe98b\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"Yes\",\n                                \"value\": 1,\n                                \"accomplishment\": \"Positive\"\n                            }\n                        },\n                        {\n                            \"id\": \"50ffb976-ba75-4942-ad0b-c54c859421f5\",\n                            \"type\": \"alternatives\",\n                            \"attributes\": {\n                                \"name\": \"No\",\n                                \"value\": 0,\n                                \"accomplishment\": \"Negative\"\n                            }\n                        }\n                    ]\n                }\n            },\n            \"relationships\": {\n                \"store_beat_events\": {\n                    \"data\": {\n                        \"id\": \"041f5be5-1921-495c-b131-071a69d1d5b6\",\n                        \"type\": \"store_beat_events\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 18,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"next\": \"172.17.0.1:3000/api/v3/store_beat/results?page=2&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&filters[period][to]=2018-09-28T00%3A00%3A00%2B00%3A00\",\n        \"prev\": null,\n        \"last\": null\n    }\n}"}],"_postman_id":"a28396b0-3cf4-4d05-9012-df5d7ef80cd0"},{"name":"Get StoreBeat Events","event":[{"listen":"test","script":{"id":"f1c674eb-aa60-4526-a088-9f7cecb94cc2","exec":["const paginationSchema = JSON.parse(pm.globals.get('pagination_schema'))","const storeBeatResult = JSON.parse(pm.globals.get('store_beat_event_schema'))","","const definitions = {","    pagination: paginationSchema,","    storeBeatResult: storeBeatResult","}","","var schemaWithReponse = {","    definitions: definitions,","    \"type\": \"object\",","    \"required\": [\"data\", \"meta\", \"links\"],","    \"properties\": {","        \"data\": {","            \"type\": \"array\",","            \"items\": { \"$ref\": \"#/definitions/storeBeatResult\" }","        },","        \"meta\": {","            \"type\": \"object\",","            \"required\": [\"pagination\"],","            \"properties\": {","                pagination: { \"$ref\": \"#/definitions/pagination\" }","            }","        }","    },","};","","pm.test('Schema is valid', function() {","    var jsonData = pm.response.json();","    if (jsonData.data.length > 0) {","        console.log(tv4.validateResult(jsonData, schemaWithReponse))","        pm.expect(tv4.validate(jsonData, schemaWithReponse)).to.be.true;","    }","});","","if (pm.response.code === 200) {","    const idx = Math.floor(Math.random()*pm.response.json().data.length);","    pm.environment.set('event_uuid', pm.response.json().data[idx].id);","}"],"type":"text/javascript"}}],"id":"65cd6034-e1c2-41ef-9fa3-91db6bbfc79c","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/store_beat/events?filters[period][from]=2019-07-02T00:00:00-04:00&filters[period][to]=2019-07-02T23:59:59-04:00&per_page=100&page=1","description":"<p>Get all event type Store Beat that your platform has access to.</p>\n","urlObject":{"path":["api","v3","store_beat","events"],"host":["{{API_HOST}}"],"query":[{"description":{"content":"<p>Date From fetch Results. Format YYYY-MM-DDTHH:MM:SS</p>\n","type":"text/plain"},"key":"filters[period][from]","value":"2019-07-02T00:00:00-04:00"},{"description":{"content":"<p>Date to fetch Results. Format YYYY-MM-DDTHH:MM:SS</p>\n","type":"text/plain"},"key":"filters[period][to]","value":"2019-07-02T23:59:59-04:00"},{"description":{"content":"<p>How many items want fetch per page. </p>\n","type":"text/plain"},"key":"per_page","value":"100"},{"description":{"content":"<p>Page you want to fetch. Default 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"cb16e5ff-3f7c-412a-b7e8-22449b5c3991","name":"StoreBeat Events Filter by Date","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/store_beat/events?filters[period][from]=2019-07-02T00:00:00-04:00&filters[period][to]=2019-07-02T23:59:59-04:00","host":["{{API_HOST}}"],"path":["api","v3","store_beat","events"],"query":[{"key":"filters[period][from]","value":"2019-07-02T00:00:00-04:00"},{"key":"filters[period][to]","value":"2019-07-02T23:59:59-04:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"916a3138dcf39390b8d63f4d121669f4\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"2b3c115b-9d50-45f9-82b2-6f55860a2987","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"1.520560","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"4944d7ab-5f24-4cd2-b876-9c76c11e3d35\",\n            \"type\": \"store_beat_events\",\n            \"attributes\": {\n                \"store_beat\": 81.62,\n                \"activity\": {\n                    \"id\": \"9c1a2a21-8b37-47ed-893f-572318cee1e1\",\n                    \"name\": \"Evaluación\"\n                },\n                \"store\": {\n                    \"id\": \"11dd1af1-63fd-40da-a065-cfffa23c7776\",\n                    \"name\": \"Store Name\",\n                    \"code\": \"10052\"\n                },\n                \"user\": {\n                    \"id\": \"515266a5-50af-4f95-91b1-8f8d9c185613\",\n                    \"name\": \"Zafira\",\n                    \"email\": \"zafira@company.com\"\n                },\n                \"date\": {\n                    \"finished_at\": \"2019-07-03T16:42:04-04:00\",\n                    \"uploaded_at\": \"2019-07-03T16:42:04-04:00\",\n                    \"started_at\": \"2019-07-02T19:54:26-04:00\",\n                    \"created_at\": \"2019-07-03T16:42:08-04:00\"\n                },\n                \"geolocation\": {\n                    \"lat\": -36.824737,\n                    \"lon\": -73.050559\n                }\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/store_beat/events/4944d7ab-5f24-4cd2-b876-9c76c11e3d35\"\n            },\n            \"relationships\": {\n                \"store_beat_results\": {\n                    \"links\": {\n                        \"related\": \"/api/v3/store_beat/results?filters[event_id]=4944d7ab-5f24-4cd2-b876-9c76c11e3d35&filters[event_date]=20190703\"\n                    }\n                },\n                \"tags\": {\n                    \"data\": [\n                        {\n                            \"id\": \"d84bcc85-ece4-4bc8-8ffb-875e8fddcdd2\",\n                            \"type\": \"tags\",\n                            \"meta\": {\n                                \"score\": 81.25\n                            }\n                        },\n                        {\n                            \"id\": \"ebea97f8-f46d-4a14-a4c3-936b169ee9e8\",\n                            \"type\": \"tags\",\n                            \"meta\": {\n                                \"score\": 81.25\n                            }\n                        },\n                        {\n                            \"id\": \"334e576a-a0b6-4cb8-a071-aa9ccdb2f298\",\n                            \"type\": \"tags\",\n                            \"meta\": {\n                                \"score\": 81.25\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/store_beat/events?filters[period][from]=2019-07-02T00%3A00%3A00-04%3A00&filters[period][to]=2019-07-02T23%3A59%3A59-04%3A00&per_page=1&page=2&filter[period][from]=2019-07-02T00%3A00%3A00-04%3A00&filter[period][to]=2019-07-02T23%3A59%3A59-04%3A00\",\n        \"self\": \"https://neo.frogmi.com/api/v3/store_beat/events?filters[period][from]=2019-07-02T00%3A00%3A00-04%3A00&filters[period][to]=2019-07-02T23%3A59%3A59-04%3A00&per_page=1&page=1&filter[period][from]=2019-07-02T00%3A00%3A00-04%3A00&filter[period][to]=2019-07-02T23%3A59%3A59-04%3A00\"\n    },\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": null,\n            \"per_page\": 1\n        }\n    }\n}"}],"_postman_id":"65cd6034-e1c2-41ef-9fa3-91db6bbfc79c"},{"name":"Get StoreBeat Event","event":[{"listen":"test","script":{"id":"38bf0985-8c9d-439a-911a-782911025ade","exec":["const paginationSchema = JSON.parse(pm.globals.get('pagination_schema'))","const storeBeatResult = JSON.parse(pm.globals.get('store_beat_event_schema'))","","const definitions = {","    pagination: paginationSchema,","    storeBeatResult: storeBeatResult","}","","var schemaWithReponse = {","    definitions: definitions,","    \"type\": \"object\",","    \"required\": [\"data\", \"meta\", \"links\"],","    \"properties\": {","        \"data\": {","            \"type\": \"array\",","            \"items\": { \"$ref\": \"#/definitions/storeBeatResult\" }","        },","        \"meta\": {","            \"type\": \"object\",","            \"required\": [\"pagination\"],","            \"properties\": {","                pagination: { \"$ref\": \"#/definitions/pagination\" }","            }","        }","    },","};","","pm.test('Schema is valid', function() {","    var jsonData = pm.response.json();","    if (jsonData.data.length > 0) {","        console.log(tv4.validateResult(jsonData, schemaWithReponse))","        pm.expect(tv4.validate(jsonData, schemaWithReponse)).to.be.true;","    }","});",""],"type":"text/javascript"}}],"id":"733e6036-4969-428b-9f09-0542d30052fb","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/store_beat/events/{{event_uuid}}","description":"<p>Get a Store Beat Event from the Frogmi platform by their <code>Id</code></p>\n","urlObject":{"path":["api","v3","store_beat","events","{{event_uuid}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"2ab4a440-1fb8-43dd-8f10-33c302f35498","name":"404","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/store_beat/events/ae054984-2129-46ab-a0c6-af97b45b2020","host":["{{API_HOST}}"],"path":["api","v3","store_beat","events","ae054984-2129-46ab-a0c6-af97b45b2020"],"query":[{"key":"page","value":"3","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"875f1385-f5e4-4e8e-a187-fd5c38d3b7cf","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.356382","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[{\"detail\":\"We couldn't find the resource you are trying to access. Please verify it exists.\",\"status\":404,\"code\":\"record_not_found\"}]}"},{"id":"7f40caa3-c9b6-4b66-bc29-0f1895813f37","name":"Get StoreBeat Event","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/store_beat/events/4944d7ab-5f24-4cd2-b876-9c76c11e3d35"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"e501cc8b19d4e37bf629295ed5921b72\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"897edd7f-749f-4cfd-ab2c-a20429f0d095","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"1.559052","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"4944d7ab-5f24-4cd2-b876-9c76c11e3d35\",\n    \"type\": \"store_beat_events\",\n    \"attributes\": {\n      \"store_beat\": 81.62,\n      \"activity\": {\n        \"id\": \"9c1a2a21-8b37-47ed-893f-572318cee1e1\",\n        \"name\": \"Evaluación\"\n      },\n      \"store\": {\n        \"id\": \"11dd1af1-63fd-40da-a065-cfffa23c7776\",\n        \"name\": \"Store Name\",\n        \"code\": \"10052\"\n      },\n      \"user\": {\n        \"id\": \"515266a5-50af-4f95-91b1-8f8d9c185613\",\n        \"name\": \"Zafira\",\n        \"email\": \"zafira@company.com\"\n      },\n      \"date\": {\n        \"finished_at\": \"2019-07-03T16:42:04-04:00\",\n        \"uploaded_at\": \"2019-07-03T16:42:04-04:00\",\n        \"started_at\": \"2019-07-02T19:54:26-04:00\",\n        \"created_at\": \"2019-07-03T16:42:08-04:00\"\n      },\n      \"geolocation\": {\n        \"lat\": -36.824737,\n        \"lon\": -73.050559\n      }\n    },\n    \"links\": {\n      \"self\": \"https://neo.frogmi.com/api/v3/store_beat/events/4944d7ab-5f24-4cd2-b876-9c76c11e3d35\"\n    },\n    \"relationships\": {\n      \"store_beat_results\": {\n        \"links\": {\n          \"related\": \"/api/v3/store_beat/results?filters[event_id]=4944d7ab-5f24-4cd2-b876-9c76c11e3d35&filters[event_date]=20190703\"\n        }\n      },\n      \"tags\": {\n        \"data\": [\n          {\n            \"id\": \"d84bcc85-ece4-4bc8-8ffb-875e8fddcdd2\",\n            \"type\": \"tags\",\n            \"meta\": {\n              \"score\": 81.25\n            }\n          },\n          {\n            \"id\": \"ebea97f8-f46d-4a14-a4c3-936b169ee9e8\",\n            \"type\": \"tags\",\n            \"meta\": {\n              \"score\": 81.25\n            }\n          },\n          {\n            \"id\": \"334e576a-a0b6-4cb8-a071-aa9ccdb2f298\",\n            \"type\": \"tags\",\n            \"meta\": {\n              \"score\": 81.25\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"733e6036-4969-428b-9f09-0542d30052fb"}],"id":"144e4dc9-2ae7-42e2-ad8d-468df6f8a6f0","description":"<p>StoreBeat results represent the info gotten from users in other words the answer of Activities published.</p>\n<p>Events and Results has their own dates and those dates will be returned in the same timezone you request.</p>\n","event":[{"listen":"prerequest","script":{"id":"a6ac73f7-1851-4f66-afbf-6fa7593311cd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ef6adf8-426a-43f7-90e4-172c1d1ff18d","type":"text/javascript","exec":[""]}}],"_postman_id":"144e4dc9-2ae7-42e2-ad8d-468df6f8a6f0"},{"name":"Routines","item":[{"name":"Reports","item":[{"name":"Get Reports","id":"370e33cd-5092-48f7-a0e8-4ae84908f1cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/routines/results/reports","description":"<p>Listing last 24 reports available</p>\n","urlObject":{"path":["api","v3","routines","results","reports"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"bfa68cb5-468d-44cf-9ac6-1e43e9dab1f0","name":"Example","originalRequest":{"method":"GET","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/routines/results/reports","description":"Listing last 24 reports available"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"report-uuid-001\",\n            \"type\": \"routine_reports\",\n            \"attributes\": {\n                \"state\": \"ready\",\n                \"created_at\": \"2026-01-15T10:00:00Z\",\n                \"download_url\": \"https://example.com/reports/routine-report.csv\"\n            }\n        }\n    ]\n}"}],"_postman_id":"370e33cd-5092-48f7-a0e8-4ae84908f1cc"},{"name":"Delete Reports","id":"53d56b89-29b9-40d8-83b3-28115ef7360e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/routines/results/reports/:uuid","description":"<p>Listing last 24 reports available</p>\n","urlObject":{"path":["api","v3","routines","results","reports",":uuid"],"host":["{{API_HOST}}"],"query":[],"variable":[{"description":{"content":"<p>ID report to be deleted</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"15aa9b6e-cf03-48f2-9711-76eae40f44d9","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/routines/results/reports/:uuid","host":["{{API_HOST}}"],"path":["api","v3","routines","results","reports",":uuid"],"variable":[{"key":"uuid","value":"","description":"ID report to be deleted"}]},"description":"Listing last 24 reports available"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53d56b89-29b9-40d8-83b3-28115ef7360e"},{"name":"Create Routine Report","id":"841cb3cd-f4b6-4b6f-bf60-477a08f422cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t  \"included\": \"tags,stores\",\n\t  \"filters\": {\n\t\t\"period\": {\n\t\t\t\"from\": \"2020-05-01\",\n\t\t\t\"to\": \"2020-06-13\"\n\t\t}\n\t  }\n\t}\n}"},"url":"{{API_HOST}}/api/v3/routines/results/reports","urlObject":{"path":["api","v3","routines","results","reports"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"2f87d819-0262-413c-b3d6-33c987d02d42","name":"With included","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t  \"included\": \"store_beat_events\",\n\t  \"filters\": {\n\t\t\"period\": {\n\t\t\t\"from\": \"2019-05-02T00:00:00-04:00\",\n\t\t\t\"to\": \"2019-05-03T11:59:59-04:00\"\n\t\t}\n\t  }\n\t}\n}"},"url":"{{API_HOST}}/api/v3/store_beat/results/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"ETag","value":"W/\"27dae4aff6d445655fcdcc762af02439\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"585c4302-6b3a-499d-96cf-484a8da9a206"},{"key":"X-Runtime","value":"0.492510"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"5453d371-bcc8-4ef0-9fcf-8e55b53bfb12\",\n        \"type\": \"jobs\",\n        \"attributes\": {\n            \"state\": \"working\",\n            \"payload\": {\n                \"included\": \"store_beat_events\",\n                \"filters\": {\n                    \"period\": {\n                        \"from\": \"2019-05-02T00:00:00.000-04:00\",\n                        \"to\": \"2019-05-03T11:59:59.000-04:00\"\n                    }\n                }\n            },\n            \"report_type\": \"analytics_report_store_beat_results\"\n        }\n    }\n}"},{"id":"70ca6fc5-c170-43ac-b409-3b0a40772391","name":"Default","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{API_HOST}}/api/v3/store_beat/results/reports"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"642aacf6-6534-4b6e-8fbf-a5185fd98691\",\n        \"type\": \"jobs\",\n        \"attributes\": {\n            \"state\": \"working\",\n            \"payload\": {\n                \"filters\": {\n                    \"period\": {\n                        \"from\": \"2019-05-02T00:00:00.000-04:00\",\n                        \"to\": \"2019-05-10T23:59:59.000-04:00\"\n                    }\n                }\n            },\n            \"report_type\": \"analytics_report_store_beat_results\"\n        }\n    }\n}"}],"_postman_id":"841cb3cd-f4b6-4b6f-bf60-477a08f422cd"}],"id":"297f92e7-9b55-4274-8979-7cc242cfd6c6","_postman_id":"297f92e7-9b55-4274-8979-7cc242cfd6c6","description":""},{"name":"Get Routines","event":[{"listen":"test","script":{"id":"da901617-94cf-4182-9e7e-1584598dec93","exec":["// set random activity uuid","if (pm.response.code === 200) {","    const idx = Math.floor(Math.random()*pm.response.json().data.length);","    pm.environment.set('routine_uuid', pm.response.json().data[idx].id);","}"],"type":"text/javascript"}}],"id":"2a56abe1-7362-4e56-a519-3a1ea5878b81","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/routines/activities","description":"<p>Get all Routines that your platform has access to.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>states</code></td>\n<td>Array[String]</td>\n<td>States Availables <code>published</code>, <code>drafting</code>, <code>unpublished</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Look at the examples in order to know how to use the filters and check the responses returned by server</p>\n","urlObject":{"path":["api","v3","routines","activities"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"783e5830-a804-4d0e-a270-aaeb1ddef94a","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"X-Company-UUID","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/api/v3/routines/activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 16 Oct 2018 19:55:57 GMT"},{"key":"ETag","value":"W/\"e06acfcd1aec7d3ff4290bdd738dae72\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"e7b329cc05dbea52f55d5b3bd9e9176a"},{"key":"X-Request-Id","value":"e7b329cc05dbea52f55d5b3bd9e9176a"},{"key":"X-Runtime","value":"0.034860"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"1175"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"6b5a9626-19d7-4ba6-8460-5d5e0cae8031\",\n            \"type\": \"activities\",\n            \"attributes\": {\n                \"name\": \"fj\",\n                \"activity_type\": \"routine\",\n                \"state\": \"drafting\",\n                \"instructions\": \"\",\n                \"created_at\": \"2018-10-15T16:37:27.369Z\",\n                \"schedule_type\": \"periodic\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/routines/activities/6b5a9626-19d7-4ba6-8460-5d5e0cae8031\"\n            },\n            \"relationships\": {\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/routines/activities/6b5a9626-19d7-4ba6-8460-5d5e0cae8031/questions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 10,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": null,\n        \"first\": \"https://neo.frogmi.com/api/v3/routines/activities?page=1&per_page=20\",\n        \"last\": \"https://neo.frogmi.com/api/v3/routines/activities?page=1&per_page=20\",\n        \"self\": \"https://neo.frogmi.com/api/v3/routines/activities?page=1&per_page=20\"\n    }\n}"},{"id":"fcaa2217-44d2-45de-9612-c1effbfabcb7","name":"Filter by States","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"X-Company-UUID","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/routines/activities?filters[states][]=published","host":["{{API_HOST}}"],"path":["api","v3","routines","activities"],"query":[{"key":"filters[states][]","value":"published"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 16 Oct 2018 19:57:26 GMT"},{"key":"ETag","value":"W/\"38809016775829f45c9b8411f30ad6ed\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"178787361f28c5146abcc704dd92ac5b"},{"key":"X-Request-Id","value":"178787361f28c5146abcc704dd92ac5b"},{"key":"X-Runtime","value":"0.039114"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"399"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"f387760c-cadf-4daf-896c-41397e1aacd9\",\n            \"type\": \"activities\",\n            \"attributes\": {\n                \"name\": \"Café AM\",\n                \"activity_type\": \"routine\",\n                \"state\": \"published\",\n                \"instructions\": \"\",\n                \"created_at\": \"2018-07-27T19:24:40.161Z\",\n                \"schedule_type\": \"periodic\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/routines/activities/f387760c-cadf-4daf-896c-41397e1aacd9\"\n            },\n            \"relationships\": {\n                \"questions\": {\n                    \"links\": {\n                        \"related\": \"https://neo.frogmi.com/api/v3/routines/activities/f387760c-cadf-4daf-896c-41397e1aacd9/questions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 7,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/routines/activities?per_page=1&filters[states][]=published&page=2\",\n        \"first\": \"https://neo.frogmi.com/api/v3/routines/activities?per_page=1&filters[states][]=published&page=1\",\n        \"last\": \"https://neo.frogmi.com/api/v3/routines/activities?per_page=1&filters[states][]=published&page=7\",\n        \"self\": \"https://neo.frogmi.com/api/v3/routines/activities?per_page=1&filters[states][]=published&page=1\"\n    }\n}"}],"_postman_id":"2a56abe1-7362-4e56-a519-3a1ea5878b81"},{"name":"Get Routine","id":"cc8edf2d-9eb6-4dea-8563-4c3f6fc0c346","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/routines/activities/{{routine_uuid}}","description":"<p>Get a Routine from the Frogmi platform by their Id</p>\n","urlObject":{"path":["api","v3","routines","activities","{{routine_uuid}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"5fcd74b6-8d09-4273-b52a-baf6e21d0a6c","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/routines/activities/{{routine_uuid}}","description":"Get a Routine from the Frogmi platform by their Id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"routine-uuid-001\",\n        \"type\": \"routines\",\n        \"attributes\": {\n            \"name\": \"Example Routine\",\n            \"state\": \"active\"\n        }\n    }\n}"}],"_postman_id":"cc8edf2d-9eb6-4dea-8563-4c3f6fc0c346"},{"name":"Get Routines' Activities","id":"c390984d-d269-4cbf-bb70-1650070b1771","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/routines/activities/{{routine_uuid}}/questions","description":"<p>Get all Activities that belongs to a given Routine <code>Id</code>.</p>\n","urlObject":{"path":["api","v3","routines","activities","{{routine_uuid}}","questions"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"547e0728-6e11-49e1-a40a-178c05edabf6","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/routines/activities/{{routine_uuid}}/questions","description":"Get all Activities that belongs to a given Routine `Id`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"activity-uuid-001\",\n            \"type\": \"routine_activities\",\n            \"attributes\": {\n                \"name\": \"Example Activity\",\n                \"order\": 1\n            }\n        }\n    ]\n}"}],"_postman_id":"c390984d-d269-4cbf-bb70-1650070b1771"},{"name":"Get Routine Results","event":[{"listen":"test","script":{"id":"d334ff7d-024d-4e7f-b5da-83b704390653","exec":[""],"type":"text/javascript"}}],"id":"3a4c3405-f595-404e-93a0-4de5f85fe440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/routines/results?filters[period][from]=2020-12-01T00:00:00-03:00&filters[period][to]=2020-12-03T23:59:59-03:00&include=tags,stores","description":"<p>Get all results.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Yes</td>\n<td><code>filters[period][from]</code></td>\n<td>DateTime</td>\n<td>Date from fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td><code>filters[period][from]</code></td>\n<td>DateTime</td>\n<td>Date from fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[stores]</code></td>\n<td>Array[String]</td>\n<td>Array with Stores UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[routines]</code></td>\n<td>Array[String]</td>\n<td>Array with Routines UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[activities]</code></td>\n<td>Array[String]</td>\n<td>Array with Activities UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[users]</code></td>\n<td>Array[String]</td>\n<td>Array with Users UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[tags]</code></td>\n<td>Array[String]</td>\n<td>Array with Tags UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[state]</code></td>\n<td>Array[String]</td>\n<td>Array with supported States <code>resolved</code>, <code>in_progress</code>, <code>postponed</code>, <code>unresolved</code></td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[plan_state]</code></td>\n<td>Array[String]</td>\n<td>Array with supported Plan States <code>on_time</code>, <code>early</code>, <code>late</code>, <code>expired</code>, <code>available</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"include-relationships\">Include Relationships</h2>\n<p>Routines have relationships like Stores, Users, Tags, Routines and Activities you can request this info on same request specifying what of those You want.</p>\n<p>Just need specify the <code>include</code> paramaters. Check example for usage</p>\n<h3 id=\"results-description\">Results description</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>routine</td>\n<td>object</td>\n<td>Routine Info</td>\n</tr>\n<tr>\n<td>activity</td>\n<td>object</td>\n<td>Activity Info</td>\n</tr>\n<tr>\n<td>store</td>\n<td>object</td>\n<td>Store Info</td>\n</tr>\n<tr>\n<td>user</td>\n<td>object</td>\n<td>User Assigned</td>\n</tr>\n<tr>\n<td>tag</td>\n<td>object</td>\n<td>Tag Info</td>\n</tr>\n<tr>\n<td>execution_time</td>\n<td>integer</td>\n<td>Time elapse. Available for those activities which requires mark start</td>\n</tr>\n<tr>\n<td>schedule_state</td>\n<td>object</td>\n<td>All info related with Activity State.</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>string</td>\n<td>Comments added by User.</td>\n</tr>\n<tr>\n<td>postponed_comments</td>\n<td>string</td>\n<td>Comments added by User when Acvitiy was postponed.</td>\n</tr>\n<tr>\n<td>plan</td>\n<td>object</td>\n<td>start and end dates when Activity should be completed</td>\n</tr>\n<tr>\n<td>real</td>\n<td>object</td>\n<td>start and end dates when Activity was completed</td>\n</tr>\n<tr>\n<td>state</td>\n<td>enum</td>\n<td>state: <code>not_done</code>, <code>done</code> &amp; <code>doing</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","routines","results"],"host":["{{API_HOST}}"],"query":[{"description":{"content":"<p>Date from fetch results. Format YYYY-MM-DDTHH:MM:SS-TZ</p>\n","type":"text/plain"},"key":"filters[period][from]","value":"2020-12-01T00:00:00-03:00"},{"description":{"content":"<p>Date to fetch results. Format YYYY-MM-DDTHH:MM:SS-TZ</p>\n","type":"text/plain"},"key":"filters[period][to]","value":"2020-12-03T23:59:59-03:00"},{"key":"include","value":"tags,stores"}],"variable":[]}},"response":[{"id":"1952c0ae-504d-437a-9151-3b149d532463","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/routines/results?filters[period][from]=2018-10-01&filters[period][to]=2018-10-28","host":["{{API_HOST}}"],"path":["api","v3","routines","results"],"query":[{"key":"filters[period][from]","value":"2018-10-01"},{"key":"filters[period][to]","value":"2018-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 17 Oct 2018 12:39:30 GMT"},{"key":"ETag","value":"W/\"d82ce8494ffc227dc2ce594fe0a80e08\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"559722afecc9aac7b3b739449a40903b"},{"key":"X-Request-Id","value":"559722afecc9aac7b3b739449a40903b"},{"key":"X-Runtime","value":"0.106587"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"736"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"61a442fb-330e-4c31-aaba-6f6bafa66fb1\",\n            \"type\": \"routine_results\",\n            \"attributes\": {\n                \"execution_uuid\": \"183ba6e2-0e75-4644-9afe-b3d90c10dacd\",\n                \"execution_time\": 0,\n                \"schedule_state\": {\n                    \"on_time\": false,\n                    \"early\": false,\n                    \"late\": false,\n                    \"in_progress\": false,\n                    \"resolved\": false,\n                    \"unresolved\": true,\n                    \"postponed\": false\n                },\n                \"comments\": \"qa2\",\n                \"postponed_comments\": null,\n                \"plan\": {\n                    \"start\": \"2018-01-08T00:00\",\n                    \"end\": \"2018-01-08T23:30\"\n                },\n                \"real\": {\n                    \"start\": \"2018-01-08T23:01:57-03:00\",\n                    \"end\": \"2018-01-08T23:01:57-03:00\"\n                },\n                \"state\": \"not_done\",\n                \"created_at\": \"2018-01-09T01:52:00Z\"\n            },\n            \"links\": {\n                \"self\": \"http://localhost:9290/api/v3/routines/results/61a442fb-330e-4c31-aaba-6f6bafa66fb1\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"type\": \"users\",\n                        \"id\": \"93a0e39b-0aa5-49c8-b3ad-19b5b2c6c481\"\n                    }\n                },\n                \"store\": {\n                    \"data\": {\n                        \"type\": \"stores\",\n                        \"id\": \"cdfa316b-8d82-4b03-8342-428faee1371a\"\n                    }\n                },\n                \"routine\": {\n                    \"data\": {\n                        \"type\": \"routines\",\n                        \"id\": \"4a518534-b860-4f18-a3fa-dc5929d7cde3\"\n                    }\n                },\n                \"activity\": {\n                    \"data\": {\n                        \"type\": \"activities\",\n                        \"id\": \"0e3e967f-2f36-47b7-ab75-a09749c78d77\"\n                    }\n                },\n                \"tag\": {\n                    \"data\": {\n                        \"type\": \"tags\",\n                        \"id\": \"5f4bc5b8-7f48-4873-af45-7270c1db65df\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://localhost:9290/api/v3/routines/results?filters[period][to]=2018-01-10T00%3A00%3A00%2B00%3A00&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&per_page=1&include[]=stores&page=2\",\n        \"self\": \"http://localhost:9290/api/v3/routines/results?filters[period][to]=2018-01-10T00%3A00%3A00%2B00%3A00&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&per_page=1&include[]=stores&page=1\"\n    }\n}"},{"id":"6369309e-586d-4808-b47b-05b677d4f939","name":"Filter by Routines","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/routines/results?filters[period][from]=2018-10-01&filters[period][to]=2018-10-28&filters[routines][]=4a518534-b860-4f18-a3fa-dc5929d7cde3","host":["{{API_HOST}}"],"path":["api","v3","routines","results"],"query":[{"key":"filters[period][from]","value":"2018-10-01"},{"key":"filters[period][to]","value":"2018-10-28"},{"key":"filters[routines][]","value":"4a518534-b860-4f18-a3fa-dc5929d7cde3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 17 Oct 2018 12:58:01 GMT"},{"key":"ETag","value":"W/\"e5cf152d9f1139b310eb27100b884ce6\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"de716fc0edbd1ecc4122075d00511453"},{"key":"X-Request-Id","value":"de716fc0edbd1ecc4122075d00511453"},{"key":"X-Runtime","value":"0.311131"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"3683"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"61a442fb-330e-4c31-aaba-6f6bafa66fb1\",\n            \"type\": \"routine_results\",\n            \"attributes\": {\n                \"execution_uuid\": \"183ba6e2-0e75-4644-9afe-b3d90c10dacd\",\n                \"execution_time\": 0,\n                \"schedule_state\": {\n                    \"on_time\": false,\n                    \"early\": false,\n                    \"late\": false,\n                    \"in_progress\": false,\n                    \"resolved\": false,\n                    \"unresolved\": true,\n                    \"postponed\": false\n                },\n                \"comments\": \"qa2\",\n                \"postponed_comments\": null,\n                \"plan\": {\n                    \"start\": \"2018-01-08T00:00\",\n                    \"end\": \"2018-01-08T23:30\"\n                },\n                \"real\": {\n                    \"start\": \"2018-01-08T23:01:57-03:00\",\n                    \"end\": \"2018-01-08T23:01:57-03:00\"\n                },\n                \"state\": \"not_done\",\n                \"created_at\": \"2018-01-09T01:52:00Z\"\n            },\n            \"links\": {\n                \"self\": \"http://localhost:9290/api/v3/routines/results/61a442fb-330e-4c31-aaba-6f6bafa66fb1\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"type\": \"users\",\n                        \"id\": \"93a0e39b-0aa5-49c8-b3ad-19b5b2c6c481\"\n                    }\n                },\n                \"store\": {\n                    \"data\": {\n                        \"type\": \"stores\",\n                        \"id\": \"cdfa316b-8d82-4b03-8342-428faee1371a\"\n                    }\n                },\n                \"routine\": {\n                    \"data\": {\n                        \"type\": \"routines\",\n                        \"id\": \"4a518534-b860-4f18-a3fa-dc5929d7cde3\"\n                    }\n                },\n                \"activity\": {\n                    \"data\": {\n                        \"type\": \"activities\",\n                        \"id\": \"0e3e967f-2f36-47b7-ab75-a09749c78d77\"\n                    }\n                },\n                \"tag\": {\n                    \"data\": {\n                        \"type\": \"tags\",\n                        \"id\": \"5f4bc5b8-7f48-4873-af45-7270c1db65df\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://localhost:9290/api/v3/routines/results?filters[period][to]=2018-01-10T00%3A00%3A00%2B00%3A00&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&per_page=1&include[]=stores&page=2\",\n        \"self\": \"http://localhost:9290/api/v3/routines/results?filters[period][to]=2018-01-10T00%3A00%3A00%2B00%3A00&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&per_page=1&include[]=stores&page=1\"\n    }\n}"},{"id":"acdd9284-85bb-49d0-bff8-9beac2f6e156","name":"Filter by State","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/routines/results?filters[period][from]=2018-10-16T00:00:00&filters[period][to]=2018-10-16T23:59:59&filters[state][]=resolved","host":["{{API_HOST}}"],"path":["api","v3","routines","results"],"query":[{"key":"filters[period][from]","value":"2018-10-16T00:00:00"},{"key":"filters[period][to]","value":"2018-10-16T23:59:59"},{"key":"filters[state][]","value":"resolved"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 17 Oct 2018 14:46:45 GMT"},{"key":"ETag","value":"W/\"3c17f18a0a08dafe0759ad8cfb6df02a\""},{"key":"Server","value":"nginx/1.12.0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"ae7dec7b82307f6428b4fd76777f4959"},{"key":"X-Request-Id","value":"ae7dec7b82307f6428b4fd76777f4959"},{"key":"X-Runtime","value":"0.173796"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"1576"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"7a5e54e4-0fee-4c21-9283-f2c4210946e5\",\n            \"type\": \"routine_results\",\n            \"attributes\": {\n                \"execution_uuid\": \"183ba6e2-0e75-4644-9afe-b3d90c10dacd\",\n                \"execution_time\": 4,\n                \"schedule_state\": {\n                    \"on_time\": true,\n                    \"early\": false,\n                    \"late\": false,\n                    \"in_progress\": false,\n                    \"resolved\": true,\n                    \"unresolved\": false,\n                    \"postponed\": false\n                },\n                \"comments\": null,\n                \"postponed_comments\": null,\n                \"plan\": {\n                    \"start\": \"2018-01-08T00:00\",\n                    \"end\": \"2018-01-08T23:30\"\n                },\n                \"real\": {\n                    \"start\": \"2018-01-08T23:00:52-03:00\",\n                    \"end\": \"2018-01-08T23:00:56-03:00\"\n                },\n                \"state\": \"done\",\n                \"created_at\": \"2018-01-09T01:52:00Z\"\n            },\n            \"links\": {\n                \"self\": \"http://localhost:9290/api/v3/routines/results/7a5e54e4-0fee-4c21-9283-f2c4210946e5\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"type\": \"users\",\n                        \"id\": \"93a0e39b-0aa5-49c8-b3ad-19b5b2c6c481\"\n                    }\n                },\n                \"store\": {\n                    \"data\": {\n                        \"type\": \"stores\",\n                        \"id\": \"cdfa316b-8d82-4b03-8342-428faee1371a\"\n                    }\n                },\n                \"routine\": {\n                    \"data\": {\n                        \"type\": \"routines\",\n                        \"id\": \"4a518534-b860-4f18-a3fa-dc5929d7cde3\"\n                    }\n                },\n                \"activity\": {\n                    \"data\": {\n                        \"type\": \"activities\",\n                        \"id\": \"54203bcf-a980-4ad8-9775-aa397ea65e1e\"\n                    }\n                },\n                \"tag\": {\n                    \"data\": {\n                        \"type\": \"tags\",\n                        \"id\": \"5f4bc5b8-7f48-4873-af45-7270c1db65df\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"http://localhost:9290/api/v3/routines/results?filters[period][to]=2018-01-10T00%3A00%3A00%2B00%3A00&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&filters[state][]=resolved&per_page=1&page=2\",\n        \"self\": \"http://localhost:9290/api/v3/routines/results?filters[period][to]=2018-01-10T00%3A00%3A00%2B00%3A00&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&filters[state][]=resolved&per_page=1&page=1\"\n    }\n}"},{"id":"4bb88ff8-6175-4bb8-ba61-614fa87d2b26","name":"with include","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"X-Company-UUID","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{API_HOST}}/api/v3/routines/results?filters[period][to]=2018-01-10&filters[period][from]=2018-01-01&include=stores","host":["{{API_HOST}}"],"path":["api","v3","routines","results"],"query":[{"key":"filters[period][to]","value":"2018-01-10"},{"key":"filters[period][from]","value":"2018-01-01"},{"key":"include","value":"stores","description":"You can set: `stores`, `users`, `tags`, `routines` & `activities`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f070a5bc6b71539006848e6683291268\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"384b7932-7464-4c9b-9b1e-a074cef3c5cc"},{"key":"X-Runtime","value":"0.272015"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"61a442fb-330e-4c31-aaba-6f6bafa66fb1\",\n            \"type\": \"routine_results\",\n            \"attributes\": {\n                \"execution_uuid\": \"183ba6e2-0e75-4644-9afe-b3d90c10dacd\",\n                \"execution_time\": 0,\n                \"schedule_state\": {\n                    \"on_time\": false,\n                    \"early\": false,\n                    \"late\": false,\n                    \"in_progress\": false,\n                    \"resolved\": false,\n                    \"unresolved\": true,\n                    \"postponed\": false\n                },\n                \"comments\": \"qa2\",\n                \"postponed_comments\": null,\n                \"plan\": {\n                    \"start\": \"2018-01-08T00:00\",\n                    \"end\": \"2018-01-08T23:30\"\n                },\n                \"real\": {\n                    \"start\": \"2018-01-08T23:01:57-03:00\",\n                    \"end\": \"2018-01-08T23:01:57-03:00\"\n                },\n                \"state\": \"not_done\",\n                \"created_at\": \"2018-01-09T01:52:00Z\"\n            },\n            \"links\": {\n                \"self\": \"https://api.frogmi.com/api/v3/routines/results/61a442fb-330e-4c31-aaba-6f6bafa66fb1\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"type\": \"users\",\n                        \"id\": \"93a0e39b-0aa5-49c8-b3ad-19b5b2c6c481\"\n                    }\n                },\n                \"store\": {\n                    \"data\": {\n                        \"type\": \"stores\",\n                        \"id\": \"cdfa316b-8d82-4b03-8342-428faee1371a\"\n                    }\n                },\n                \"routine\": {\n                    \"data\": {\n                        \"type\": \"routines\",\n                        \"id\": \"4a518534-b860-4f18-a3fa-dc5929d7cde3\"\n                    }\n                },\n                \"activity\": {\n                    \"data\": {\n                        \"type\": \"activities\",\n                        \"id\": \"0e3e967f-2f36-47b7-ab75-a09749c78d77\"\n                    }\n                },\n                \"tag\": {\n                    \"data\": {\n                        \"type\": \"tags\",\n                        \"id\": \"5f4bc5b8-7f48-4873-af45-7270c1db65df\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"cdfa316b-8d82-4b03-8342-428faee1371a\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"184 - Maria Elena\",\n                \"code\": \"184\",\n                \"active\": true,\n                \"coordinates\": {\n                    \"latitude\": -33.5610406,\n                    \"longitude\": -70.5857774\n                },\n                \"created_at\": \"2017-11-27T14:46:44Z\"\n            },\n            \"links\": {\n                \"self\": \"https://api.frogmi.com/api/v3/stores/cdfa316b-8d82-4b03-8342-428faee1371a\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 1\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://api.frogmi.com/api/v3/routines/results?filters[period][to]=2018-01-10T00%3A00%3A00%2B00%3A00&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&include[]=stores&per_page=1&page=2\",\n        \"self\": \"https://api.frogmi.com/api/v3/routines/results?filters[period][to]=2018-01-10T00%3A00%3A00%2B00%3A00&filters[period][from]=2018-01-01T00%3A00%3A00%2B00%3A00&include[]=stores&per_page=1&page=1\"\n    }\n}"}],"_postman_id":"3a4c3405-f595-404e-93a0-4de5f85fe440"}],"id":"7a345ba4-7f19-4877-9096-d70cfeccada1","description":"<p>Routine allows you to track the correct execution of critical activities within a location</p>\n","event":[{"listen":"prerequest","script":{"id":"540cb7a0-0d81-46cb-a64f-34919f8838fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6c9ea8a2-1da8-48fd-91d5-9468627b840c","type":"text/javascript","exec":[""]}}],"_postman_id":"7a345ba4-7f19-4877-9096-d70cfeccada1"},{"name":"Store Communication","item":[{"name":"Results","item":[{"name":"GET Communications","id":"ac78ed82-7878-497e-af99-5a0a6c21f974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/api/v3/communication_manager/communications?filters[period][from]=2021-01-06T00:00:00-03:00&filters[period][to]=2021-01-06T23:59:59-03:00&filters[users][]=0311cc84-fa45-4c5b-9c47-76f3c012a71d&filters[tags][]=91dd428b-36dd-4c69-a01f-201447ceed81&filters[definitions][]=47fa93a4-6491-482a-b0c5-9a5fe23ffed2&filters[states]=pending&filters[filter_by]=start_date&include=tags,definitions,users&per_page=20&page=2&order_by=start_date","description":"<p>This endpoint returns the list of communications.</p>\n<p>Bellow you can find the list of possible headers and filters that you can use.</p>\n","urlObject":{"path":["api","v3","communication_manager","communications"],"host":["{{API_HOST}}"],"query":[{"key":"filters[period][from]","value":"2021-01-06T00:00:00-03:00"},{"key":"filters[period][to]","value":"2021-01-06T23:59:59-03:00"},{"description":{"content":"<p>Optional but for mobile is to show the communications for the logged user</p>\n","type":"text/plain"},"key":"filters[users][]","value":"0311cc84-fa45-4c5b-9c47-76f3c012a71d"},{"description":{"content":"<p>Optional. Filter communications by TagUUIDs</p>\n","type":"text/plain"},"key":"filters[tags][]","value":"91dd428b-36dd-4c69-a01f-201447ceed81"},{"description":{"content":"<p>Optional. Filter communications by DefinitionUUIDs</p>\n","type":"text/plain"},"key":"filters[definitions][]","value":"47fa93a4-6491-482a-b0c5-9a5fe23ffed2"},{"description":{"content":"<p>Optional. Filter communications by States (can be an array of states. Supported states are: done, expired and pending)</p>\n","type":"text/plain"},"key":"filters[states]","value":"pending"},{"description":{"content":"<p>Optional. Filter communications by certains date columns. Supported columns are: start_date, end_date and execution_date. If you don't pass this param, the default value will be start_date.</p>\n","type":"text/plain"},"key":"filters[filter_by]","value":"start_date"},{"key":"include","value":"tags,definitions,users"},{"description":{"content":"<p>Optional. Number of records per page. If we do not pass this parameter, the default value will be 25</p>\n","type":"text/plain"},"key":"per_page","value":"20"},{"description":{"content":"<p>If we do not pass this parameter, in the 1st request its value will be 1. This parameter will be ignored when paging is used by scroll_id</p>\n","type":"text/plain"},"key":"page","value":"2"},{"description":{"content":"<p>Optional. The values can be: start_date, end_date, execution_date, state</p>\n","type":"text/plain"},"key":"order_by","value":"start_date"},{"disabled":true,"description":{"content":"<p>Optional. This parameter allows you to query data on a specific DB. The possible values are: db and elasticsearch. For API queries the desired value is db</p>\n","type":"text/plain"},"key":"source","value":"db"},{"disabled":true,"description":{"content":"<p>Optional. Indicate the ordering of the communications. The values can be 'asc' or 'desc'. This value is used in combination with 'scroll_id' param.</p>\n","type":"text/plain"},"key":"dir","value":"asc"},{"disabled":true,"description":{"content":"<p>Optional. Indicates the id of the record from which the data on the next page will be queried.  This data is located within the meta -&gt; pagination object</p>\n","type":"text/plain"},"key":"scroll_id","value":"17896"}],"variable":[]}},"response":[{"id":"07d48edf-72a0-4fee-a6e6-8f59643f3b6e","name":"GET Communications (MOCK)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/api/v3/communication_manager/communications?filters[period][from]=2021-01-06T00:00:00-03:00&filters[period][to]=2021-01-06T23:59:59-03:00&filters[tags][]=91dd428b-36dd-4c69-a01f-201447ceed81&filters[users]=0311cc84-fa45-4c5b-9c47-76f3c012a71d&filters[definitions][]=47fa93a4-6491-482a-b0c5-9a5fe23ffed2&include=tags,definitions,users&expand=summary&per_page=20&page=2","protocol":"http","host":["localhost"],"port":"3000","path":["api","v3","communication_manager","communications"],"query":[{"key":"filters[period][from]","value":"2021-01-06T00:00:00-03:00"},{"key":"filters[period][to]","value":"2021-01-06T23:59:59-03:00"},{"key":"filters[tags][]","value":"91dd428b-36dd-4c69-a01f-201447ceed81","description":"Optional"},{"key":"filters[users]","value":"0311cc84-fa45-4c5b-9c47-76f3c012a71d","description":"Optional but for mobile is to show the communications for the logged user"},{"key":"filters[definitions][]","value":"47fa93a4-6491-482a-b0c5-9a5fe23ffed2","description":"Optional"},{"key":"include","value":"tags,definitions,users"},{"key":"expand","value":"summary"},{"key":"per_page","value":"20"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"3c3d2190-615f-43d7-b58d-1042019f9256\",\n      \"type\": \"communications\",\n      \"attributes\": {\n        \"read\": false,\n        \"state\": \"pending\",\n        \"start_date\": \"2021-01-01T00:00:00.000Z\",\n        \"end_date\": \"2200-01-01T00:00:00.000Z\",\n        \"execution_date\": null\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/communications/3c3d2190-615f-43d7-b58d-1042019f9256\"\n      },\n      \"relationships\": {\n        \"definitions\": {\n          \"data\": {\n            \"id\": \"ae17dff8-0a29-49f2-bbbd-62de8256f078\",\n            \"type\": \"definitions\"\n          }\n        },\n        \"users\": {\n          \"data\": {\n            \"id\": \"bacbec07-79f1-4c63-b788-773c1f62d793\",\n            \"type\": \"users\"\n          }\n        },\n        \"tags\": {\n          \"data\": {\n            \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n            \"type\": \"tags\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"2e663c6c-42de-4186-a5f0-938456691f57\",\n      \"type\": \"communications\",\n      \"attributes\": {\n        \"read\": true,\n        \"state\": \"done\",\n        \"start_date\": \"2021-01-01T00:00:00.000Z\",\n        \"end_date\": \"2200-01-01T00:00:00.000Z\",\n        \"execution_date\": null\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/communications/2e663c6c-42de-4186-a5f0-938456691f57\"\n      },\n      \"relationships\": {\n        \"definitions\": {\n          \"data\": {\n            \"id\": \"ae17dff8-0a29-49f2-bbbd-62de8256f078\",\n            \"type\": \"definitions\"\n          }\n        },\n        \"users\": {\n          \"data\": {\n            \"id\": \"a266511f-a03e-4ec3-8138-1fab6c433aa7\",\n            \"type\": \"users\"\n          }\n        },\n        \"tags\": {\n          \"data\": {\n            \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n            \"type\": \"tags\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"54696a3c-e818-4aa4-82c0-f29c9f4a858f\",\n      \"type\": \"communications\",\n      \"attributes\": {\n        \"read\": false,\n        \"state\": \"expired\",\n        \"start_date\": \"2021-01-01T00:00:00.000Z\",\n        \"end_date\": \"2200-01-16T23:59:59.000Z\",\n        \"execution_date\": null\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/communications/54696a3c-e818-4aa4-82c0-f29c9f4a858f\"\n      },\n      \"relationships\": {\n        \"definitions\": {\n          \"data\": {\n            \"id\": \"cb105241-251d-4fbb-a639-2baa8e92d73c\",\n            \"type\": \"definitions\"\n          }\n        },\n        \"users\": {\n          \"data\": {\n            \"id\": \"9240bd67-34fa-4052-9f90-123cfde1f414\",\n            \"type\": \"users\"\n          }\n        },\n        \"tags\": {\n          \"data\": {\n            \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n            \"type\": \"tags\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"83d84a34-2cfd-432e-9094-5c1df9c0929a\",\n      \"type\": \"communications\",\n      \"attributes\": {\n        \"read\": true,\n        \"state\": \"pending\",\n        \"start_date\": \"2021-01-01T00:00:00.000Z\",\n        \"end_date\": \"2200-01-01T00:00:00.000Z\",\n        \"execution_date\": null\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/communications/83d84a34-2cfd-432e-9094-5c1df9c0929a\"\n      },\n      \"relationships\": {\n        \"definitions\": {\n          \"data\": {\n            \"id\": \"cb105241-251d-4fbb-a639-2baa8e92d73c\",\n            \"type\": \"definitions\"\n          }\n        },\n        \"users\": {\n          \"data\": {\n            \"id\": \"1e86bd11-beb0-433f-8052-e0655239cb60\",\n            \"type\": \"users\"\n          }\n        },\n        \"tags\": {\n          \"data\": {\n            \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n            \"type\": \"tags\"\n          }\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"current_page\": 1,\n      \"total\": 4,\n      \"per_page\": 25\n    }\n  },\n  \"links\": {\n    \"prev\": null,\n    \"next\": \"http://127.0.0.1:3000/api/v3/communication_manager/communications?include=definitions%2Cusers&filters[period][from]=2021-11-02T00%3A00%3A00-03%3A00&filters[period][to]=2021-11-10T23%3A59%3A59-03%3A00&filter[period][from]=2021-11-02T00%3A00%3A00-03%3A00&filter[period][to]=2021-11-10T23%3A59%3A59-03%3A00&page=2&per_page=25\",\n    \"first\": \"http://127.0.0.1:3000/api/v3/communication_manager/communications?include=definitions%2Cusers&filters[period][from]=2021-11-02T00%3A00%3A00-03%3A00&filters[period][to]=2021-11-10T23%3A59%3A59-03%3A00&filter[period][from]=2021-11-02T00%3A00%3A00-03%3A00&filter[period][to]=2021-11-10T23%3A59%3A59-03%3A00&page=1&per_page=25\",\n    \"last\": \"http://127.0.0.1:3000/api/v3/communication_manager/communications?include=definitions%2Cusers&filters[period][from]=2021-11-02T00%3A00%3A00-03%3A00&filters[period][to]=2021-11-10T23%3A59%3A59-03%3A00&filter[period][from]=2021-11-02T00%3A00%3A00-03%3A00&filter[period][to]=2021-11-10T23%3A59%3A59-03%3A00&page=3&per_page=25\",\n    \"self\": \"http://127.0.0.1:3000/api/v3/communication_manager/communications?include=definitions%2Cusers&filters[period][from]=2021-11-02T00%3A00%3A00-03%3A00&filters[period][to]=2021-11-10T23%3A59%3A59-03%3A00&filter[period][from]=2021-11-02T00%3A00%3A00-03%3A00&filter[period][to]=2021-11-10T23%3A59%3A59-03%3A00&page=1&per_page=25\"\n  },\n  \"included\": [\n    {\n      \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n      \"type\": \"tags\",\n      \"attributes\": {\n        \"name\": \"Protocolos\"\n      }\n    },\n    {\n      \"id\": \"ae17dff8-0a29-49f2-bbbd-62de8256f078\",\n      \"type\": \"definitions\",\n      \"attributes\": {\n        \"name\": \"Definicion II\",\n        \"code\": \"e360892e\",\n        \"information\": \"Informacion II\",\n        \"documents\": {},\n        \"links\": {\n          \"self\": \"http://127.0.0.1:3000/api/v3/definitions/ae17dff8-0a29-49f2-bbbd-62de8256f078\"\n        },\n        \"recipients\": 2,\n        \"checklist\": {},\n        \"start_date\": \"2021-01-01T00:00:00.000Z\",\n        \"end_date\": \"2200-01-01T23:59:59.999Z\"\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/definitions/ae17dff8-0a29-49f2-bbbd-62de8256f078\"\n      }\n    },\n    {\n      \"id\": \"cb105241-251d-4fbb-a639-2baa8e92d73c\",\n      \"type\": \"definitions\",\n      \"attributes\": {\n        \"name\": \"Comunicacion 12/11/2021\",\n        \"code\": \"54ebf0e2\",\n        \"information\": \"Revisar que todo esté OK\",\n        \"documents\": {},\n        \"links\": {\n          \"self\": \"http://127.0.0.1:3000/api/v3/definitions/cb105241-251d-4fbb-a639-2baa8e92d73c\"\n        },\n        \"recipients\": 7,\n        \"checklist\": {},\n        \"start_date\": \"2021-01-01T00:00:00.000Z\",\n        \"end_date\": \"2200-01-01T23:59:59.999Z\"\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/definitions/cb105241-251d-4fbb-a639-2baa8e92d73c\"\n      }\n    },\n    {\n      \"id\": \"9240bd67-34fa-4052-9f90-123cfde1f414\",\n      \"type\": \"users\",\n      \"attributes\": {\n        \"name\": \"Ricardo\",\n        \"last_name\": \"Jofre\",\n        \"username\": \"ricardo.jofre@inzpiral.com\",\n        \"email\": \"ricardo.jofre@inzpiral.com\",\n        \"language\": \"es\",\n        \"country\": null,\n        \"active\": true\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/users/9240bd67-34fa-4052-9f90-123cfde1f414\"\n      },\n      \"relationships\": {\n        \"accountable_areas\": {\n          \"links\": {\n            \"related\": \"127.0.0.1:3000/api/v3/users/9240bd67-34fa-4052-9f90-123cfde1f414/accountable_areas\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"1e86bd11-beb0-433f-8052-e0655239cb60\",\n      \"type\": \"users\",\n      \"attributes\": {\n        \"name\": \"Sebastián\",\n        \"last_name\": \"Vásquez\",\n        \"username\": \"sebastian.vasquez@inzpiral.com\",\n        \"email\": \"sebastian.vasquez@inzpiral.com\",\n        \"language\": \"en\",\n        \"country\": null,\n        \"active\": true\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/users/1e86bd11-beb0-433f-8052-e0655239cb60\"\n      },\n      \"relationships\": {\n        \"accountable_areas\": {\n          \"links\": {\n            \"related\": \"127.0.0.1:3000/api/v3/users/1e86bd11-beb0-433f-8052-e0655239cb60/accountable_areas\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"bacbec07-79f1-4c63-b788-773c1f62d793\",\n      \"type\": \"users\",\n      \"attributes\": {\n        \"name\": \"gcuadrad\",\n        \"last_name\": \"gk\",\n        \"username\": \"gonzalo.cuadra+gk@frogmi.com\",\n        \"email\": \"gonzalo.cuadra+gk@frogmi.com\",\n        \"language\": \"es\",\n        \"country\": null,\n        \"active\": true\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/users/bacbec07-79f1-4c63-b788-773c1f62d793\"\n      },\n      \"relationships\": {\n        \"accountable_areas\": {\n          \"links\": {\n            \"related\": \"127.0.0.1:3000/api/v3/users/bacbec07-79f1-4c63-b788-773c1f62d793/accountable_areas\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"a266511f-a03e-4ec3-8138-1fab6c433aa7\",\n      \"type\": \"users\",\n      \"attributes\": {\n        \"name\": \"John\",\n        \"last_name\": \"Appleseed\",\n        \"username\": \"jose.canepa@frogmi.com\",\n        \"email\": \"jose.canepa@frogmi.com\",\n        \"language\": \"es\",\n        \"country\": null,\n        \"active\": true\n      },\n      \"links\": {\n        \"self\": \"http://127.0.0.1:3000/api/v3/users/a266511f-a03e-4ec3-8138-1fab6c433aa7\"\n      },\n      \"relationships\": {\n        \"accountable_areas\": {\n          \"links\": {\n            \"related\": \"127.0.0.1:3000/api/v3/users/a266511f-a03e-4ec3-8138-1fab6c433aa7/accountable_areas\"\n          }\n        }\n      }\n    }\n  ]\n}"},{"id":"4a7e4fd5-4376-403f-aeb3-2889108dce53","name":"GET Communications (Using keyset pagination)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v1","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/api/v3/communication_manager/communications?filters[period][from]=2022-01-01T00:00:00-03:00&filters[period][to]=2022-01-24T23:59:59-03:00&include=definitions,users&per_page=1&source=db&scroll_id=17896","protocol":"http","host":["localhost"],"port":"3000","path":["api","v3","communication_manager","communications"],"query":[{"key":"filters[period][from]","value":"2022-01-01T00:00:00-03:00"},{"key":"filters[period][to]","value":"2022-01-24T23:59:59-03:00"},{"key":"include","value":"definitions,users"},{"key":"per_page","value":"1"},{"key":"source","value":"db","description":"This parameter allows you to query data on a specific DB. The possible values are: db and elasticsearch. For API queries the desired value is db"},{"key":"scroll_id","value":"17896","description":"Indicates the id of the record from which the data on the next page will be queried.  This data is located within the meta -> pagination object"},{"key":"dir","value":"asc","description":"Indicate the ordering of the communications. The values can be 'asc' or 'desc'. This value is used in combination with 'scroll_id' param.","disabled":true},{"key":"filters[definitions]","value":"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281","description":"Filter communications by DefinitionUUIDs (can be an array of definitions)","disabled":true},{"key":"filters[users]","value":"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281","description":"Filter communications by UserUUIDs (can be an array of users)","disabled":true},{"key":"filters[states]","value":"pending","description":"Filter communications by States (can be an array of states. Supported states are: done, expired and pending)","disabled":true},{"key":"filters[tags]","value":"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281","description":"Filter communications by TagUUIDs (can be an array of tags)","disabled":true},{"key":"filters[filter_by]","value":"start_date","description":"Filter communications by certains date columns.  Supported columns are: start_date, end_date and execution_date)","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"eccfa5f1-bc9d-422b-b4e6-a8e025251bc0\",\n            \"type\": \"communications\",\n            \"attributes\": {\n                \"read\": false,\n                \"state\": \"expired\",\n                \"start_date\": \"2022-01-01T12:00:00-03:00\",\n                \"end_date\": \"2022-01-01T23:00:00-03:00\",\n                \"execution_date\": null,\n                \"has_checklist\": true,\n                \"definition_uuid\": \"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/communications/eccfa5f1-bc9d-422b-b4e6-a8e025251bc0\"\n            },\n            \"relationships\": {\n                \"definitions\": {\n                    \"data\": {\n                        \"id\": \"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\",\n                        \"type\": \"definitions\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"1feda19e-322f-4b38-b57e-3eecf9c5952e\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"checklists\": {\n                    \"data\": {\n                        \"id\": \"9f42a6b9-7983-463a-a8d4-543e5d27c390\",\n                        \"type\": \"checklists\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 18088,\n            \"total\": 0,\n            \"per_page\": 1,\n            \"scroll_id\": 18088\n        }\n    },\n    \"links\": {\n        \"prev\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/communications?filters[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filters[period][to]=2022-01-24T23%3A59%3A59-03%3A00&filters[filter_by]=start_date&include=definitions%2Cusers&per_page=1&source=db&scroll_id=18088&filter[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filter[period][to]=2022-01-24T23%3A59%3A59-03%3A00&dir=desc&expand_data=true&order_by=start_date\",\n        \"next\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/communications?filters[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filters[period][to]=2022-01-24T23%3A59%3A59-03%3A00&filters[filter_by]=start_date&include=definitions%2Cusers&per_page=1&source=db&scroll_id=18088&filter[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filter[period][to]=2022-01-24T23%3A59%3A59-03%3A00&dir=asc&expand_data=true&order_by=start_date\",\n        \"scroll_id\": 18088\n    },\n    \"included\": [\n        {\n            \"id\": \"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"[Template for iOS] Tú y el apocalipsis zombie\",\n                \"code\": \"6ded5673\",\n                \"information\": \"Tú y el apocalipsis zombie, busca preparar al usuario ante el escenario de un posible apocalipsis zombie, entregando herramientas y clarificando mitos.\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\"\n                },\n                \"recipients\": 12,\n                \"start_date\": \"2021-12-30T12:00:00.000Z\",\n                \"end_date\": \"2022-01-08T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\"\n            }\n        },\n        {\n            \"id\": \"1feda19e-322f-4b38-b57e-3eecf9c5952e\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Don\",\n                \"last_name\": \"Leonardo\",\n                \"username\": \"leonardo_ibarra_t@hotmail.com\",\n                \"email\": \"leonardo_ibarra_t+hotmail.com@frogmi.com\",\n                \"language\": \"es\",\n                \"country\": null,\n                \"active\": true\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/users/1feda19e-322f-4b38-b57e-3eecf9c5952e\"\n            },\n            \"relationships\": {\n                \"accountable_areas\": {\n                    \"links\": {\n                        \"related\": \"https://neo-dev.frogmi.com/api/v3/users/1feda19e-322f-4b38-b57e-3eecf9c5952e/accountable_areas\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"0a81da8c-0f64-4f3f-88f4-26d03baf67ee","name":"GET Communications (Using traditional pagination and source DB)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v1","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/api/v3/communication_manager/communications?filters[period][from]=2022-01-01T00:00:00-03:00&filters[period][to]=2022-01-24T23:59:59-03:00&include=definitions,users&per_page=1&source=db&per_page=1","protocol":"http","host":["localhost"],"port":"3000","path":["api","v3","communication_manager","communications"],"query":[{"key":"filters[period][from]","value":"2022-01-01T00:00:00-03:00"},{"key":"filters[period][to]","value":"2022-01-24T23:59:59-03:00"},{"key":"include","value":"definitions,users"},{"key":"per_page","value":"1"},{"key":"source","value":"db"},{"key":"per_page","value":"1"},{"key":"page","value":"1","disabled":true},{"key":"order_by","value":"start_date","description":"Order communications ASC or DESC by the indicated column. To order DESC, put a minus symbol at the beginning of the column name","disabled":true},{"key":"filters[definitions]","value":"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281","description":"Filter communications by DefinitionUUIDs (can be an array of definitions)","disabled":true},{"key":"filters[users]","value":"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281","description":"Filter communications by UserUUIDs (can be an array of users)","disabled":true},{"key":"filters[states]","value":"pending","description":"Filter communications by States (can be an array of states. Supported states are: done, expired and pending)","disabled":true},{"key":"filters[tags]","value":"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281","description":"Filter communications by TagUUIDs (can be an array of tags)","disabled":true},{"key":"filters[filter_by]","value":"start_date","description":"Filter communications by certains date columns.  Supported columns are: start_date, end_date and execution_date)","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"eccfa5f1-bc9d-422b-b4e6-a8e025251bc0\",\n            \"type\": \"communications\",\n            \"attributes\": {\n                \"read\": false,\n                \"state\": \"expired\",\n                \"start_date\": \"2022-01-01T12:00:00-03:00\",\n                \"end_date\": \"2022-01-01T23:00:00-03:00\",\n                \"execution_date\": null,\n                \"has_checklist\": true,\n                \"definition_uuid\": \"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/communications/eccfa5f1-bc9d-422b-b4e6-a8e025251bc0\"\n            },\n            \"relationships\": {\n                \"definitions\": {\n                    \"data\": {\n                        \"id\": \"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\",\n                        \"type\": \"definitions\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"1feda19e-322f-4b38-b57e-3eecf9c5952e\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"checklists\": {\n                    \"data\": {\n                        \"id\": \"9f42a6b9-7983-463a-a8d4-543e5d27c390\",\n                        \"type\": \"checklists\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 18088,\n            \"total\": 0,\n            \"per_page\": 1,\n            \"scroll_id\": 18088\n        }\n    },\n    \"links\": {\n        \"prev\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/communications?filters[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filters[period][to]=2022-01-24T23%3A59%3A59-03%3A00&filters[filter_by]=start_date&include=definitions%2Cusers&per_page=1&source=db&scroll_id=18088&filter[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filter[period][to]=2022-01-24T23%3A59%3A59-03%3A00&dir=desc&expand_data=true&order_by=start_date\",\n        \"next\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/communications?filters[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filters[period][to]=2022-01-24T23%3A59%3A59-03%3A00&filters[filter_by]=start_date&include=definitions%2Cusers&per_page=1&source=db&scroll_id=18088&filter[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filter[period][to]=2022-01-24T23%3A59%3A59-03%3A00&dir=asc&expand_data=true&order_by=start_date\",\n        \"scroll_id\": 18088\n    },\n    \"included\": [\n        {\n            \"id\": \"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"[Template for iOS] Tú y el apocalipsis zombie\",\n                \"code\": \"6ded5673\",\n                \"information\": \"Tú y el apocalipsis zombie, busca preparar al usuario ante el escenario de un posible apocalipsis zombie, entregando herramientas y clarificando mitos.\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\"\n                },\n                \"recipients\": 12,\n                \"start_date\": \"2021-12-30T12:00:00.000Z\",\n                \"end_date\": \"2022-01-08T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281\"\n            }\n        },\n        {\n            \"id\": \"1feda19e-322f-4b38-b57e-3eecf9c5952e\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Don\",\n                \"last_name\": \"Leonardo\",\n                \"username\": \"leonardo_ibarra_t@hotmail.com\",\n                \"email\": \"leonardo_ibarra_t+hotmail.com@frogmi.com\",\n                \"language\": \"es\",\n                \"country\": null,\n                \"active\": true\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/users/1feda19e-322f-4b38-b57e-3eecf9c5952e\"\n            },\n            \"relationships\": {\n                \"accountable_areas\": {\n                    \"links\": {\n                        \"related\": \"https://neo-dev.frogmi.com/api/v3/users/1feda19e-322f-4b38-b57e-3eecf9c5952e/accountable_areas\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"1d96d6a3-52b9-4801-b43a-14916cb2592f","name":"GET Communications (Using source Elasticsearch)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/api/v3/communication_manager/communications?filters[period][from]=2022-01-01T00:00:00-03:00&filters[period][to]=2022-01-24T23:59:59-03:00&include=definitions,users&per_page=1","protocol":"http","host":["localhost"],"port":"3000","path":["api","v3","communication_manager","communications"],"query":[{"key":"filters[period][from]","value":"2022-01-01T00:00:00-03:00"},{"key":"filters[period][to]","value":"2022-01-24T23:59:59-03:00"},{"key":"include","value":"definitions,users"},{"key":"per_page","value":"1"},{"key":"page","value":"1","disabled":true},{"key":"order_by","value":"start_date","description":"Order communications ASC or DESC by the indicated column. To order DESC, put a minus symbol at the beginning of the column name","disabled":true},{"key":"filters[definitions]","value":"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281","description":"Filter communications by DefinitionUUIDs (can be an array of definitions)","disabled":true},{"key":"filters[users]","value":"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281","description":"Filter communications by UserUUIDs (can be an array of users)","disabled":true},{"key":"filters[states]","value":"pending","description":"Filter communications by States (can be an array of states. Supported states are: done, expired and pending)","disabled":true},{"key":"filters[tags]","value":"6ded5673-c1ae-4cc0-b6fa-c4f3d24ad281","description":"Filter communications by TagUUIDs (can be an array of tags)","disabled":true},{"key":"filters[filter_by]","value":"start_date","description":"Filter communications by certains date columns.  Supported columns are: start_date, end_date and execution_date)","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"0d895af1-18d7-4698-8386-468a98733487\",\n            \"type\": \"communications\",\n            \"attributes\": {\n                \"read\": false,\n                \"state\": \"expired\",\n                \"start_date\": \"2022-01-05T21:03:00-03:00\",\n                \"end_date\": \"2022-01-05T23:03:00-03:00\",\n                \"execution_date\": null,\n                \"has_checklist\": false,\n                \"definition_uuid\": \"d6eb7d2f-4a61-4a15-8c62-35aefc53ac49\",\n                \"tag_uuid\": null\n            },\n            \"links\": {\n                \"self\": \"127.0.0.1:3000/api/v3/communications/0d895af1-18d7-4698-8386-468a98733487\"\n            },\n            \"relationships\": {\n                \"definitions\": {\n                    \"data\": {\n                        \"id\": \"d6eb7d2f-4a61-4a15-8c62-35aefc53ac49\",\n                        \"type\": \"definitions\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"441e4100-7fa3-4a8f-9dee-ad1d6fdad438\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 38,\n            \"per_page\": 1\n        },\n        \"filters\": {\n            \"users\": [\n                {\n                    \"key\": \"93a0e39b-0aa5-49c8-b3ad-19b5b2c6c481\",\n                    \"value\": \"Dev Dev\",\n                    \"doc_count\": 14\n                },\n                {\n                    \"key\": \"441e4100-7fa3-4a8f-9dee-ad1d6fdad438\",\n                    \"value\": \"Leonardo Ibarra\",\n                    \"doc_count\": 12\n                },\n                {\n                    \"key\": \"9049df84-7672-4de9-ae99-a06acb25f5fe\",\n                    \"value\": \"Cristian Grasset\",\n                    \"doc_count\": 4\n                },\n                {\n                    \"key\": \"14190b0b-73e9-482c-8c0d-6d773866574a\",\n                    \"value\": \"Isa --\",\n                    \"doc_count\": 4\n                },\n                {\n                    \"key\": \"bacbec07-79f1-4c63-b788-773c1f62d793\",\n                    \"value\": \"gcuadrad gk\",\n                    \"doc_count\": 4\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"2919be85-de72-474e-9580-1551e6a3eadd\",\n                    \"value\": \"Lunes\",\n                    \"doc_count\": 28\n                },\n                {\n                    \"key\": \"ac0ffaab-37a1-4205-aece-15698a2d2680\",\n                    \"value\": \"Lunes, Miercoles, Viernes y Domingo\",\n                    \"doc_count\": 10\n                }\n            ],\n            \"status\": [\n                {\n                    \"key\": \"expired\",\n                    \"value\": \"expired\",\n                    \"doc_count\": 0\n                }\n            ],\n            \"total_tags\": 2\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"d6eb7d2f-4a61-4a15-8c62-35aefc53ac49\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Miercoles y Viernes\",\n                \"code\": \"d6eb7d2f\",\n                \"information\": \"Miercoles y Viernes\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"127.0.0.1:3000/api/v3/definitions/d6eb7d2f-4a61-4a15-8c62-35aefc53ac49\"\n                },\n                \"recipients\": 2,\n                \"start_date\": \"2022-01-05T21:03:00.000Z\",\n                \"end_date\": \"2022-01-13T23:59:59.000Z\",\n                \"tag_uuid\": \"ac0ffaab-37a1-4205-aece-15698a2d2680\"\n            },\n            \"links\": {\n                \"self\": \"127.0.0.1:3000/api/v3/definitions/d6eb7d2f-4a61-4a15-8c62-35aefc53ac49\"\n            }\n        },\n        {\n            \"id\": \"441e4100-7fa3-4a8f-9dee-ad1d6fdad438\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Leonardo\",\n                \"last_name\": \"Ibarra\",\n                \"username\": \"leonardoibarrat@gmail.com\",\n                \"email\": \"leonardoibarrat@gmail.com\",\n                \"language\": \"es\",\n                \"country\": null,\n                \"active\": true\n            },\n            \"links\": {\n                \"self\": \"127.0.0.1:3000/api/v3/users/441e4100-7fa3-4a8f-9dee-ad1d6fdad438\"\n            },\n            \"relationships\": {\n                \"accountable_areas\": {\n                    \"links\": {\n                        \"related\": \"127.0.0.1:3000/api/v3/users/441e4100-7fa3-4a8f-9dee-ad1d6fdad438/accountable_areas\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"ac78ed82-7878-497e-af99-5a0a6c21f974"},{"name":"GET Results (report by API)","id":"560c9b07-245a-4965-b37a-3158e15a08fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/api/v3/communication_manager/communications/results?filters[period][from]=2022-01-01T00:00:00-03:00&filters[period][to]=2022-01-28T23:59:59-03:00&filters[filter_by]=start_date&filters[users][]=0311cc84-fa45-4c5b-9c47-76f3c012a71d&filters[tags][]=91dd428b-36dd-4c69-a01f-201447ceed81&filters[definitions][]=47fa93a4-6491-482a-b0c5-9a5fe23ffed2&include=communications&per_page=1","description":"<p>This endpoint returns the list of results.</p>\n<p>Bellow you can find the list of possible headers and filters that you can use.</p>\n","urlObject":{"path":["api","v3","communication_manager","communications","results"],"host":["{{API_HOST}}"],"query":[{"key":"filters[period][from]","value":"2022-01-01T00:00:00-03:00"},{"key":"filters[period][to]","value":"2022-01-28T23:59:59-03:00"},{"description":{"content":"<p>Optional. Filter results by certains date columns. Supported columns are: start_date, end_date and execution_date. If you don't pass this param, the default value will be start_date.</p>\n","type":"text/plain"},"key":"filters[filter_by]","value":"start_date"},{"description":{"content":"<p>Optional but for mobile is to show the communications for the logged user</p>\n","type":"text/plain"},"key":"filters[users][]","value":"0311cc84-fa45-4c5b-9c47-76f3c012a71d"},{"description":{"content":"<p>Optional. Filter results by TagUUIDs</p>\n","type":"text/plain"},"key":"filters[tags][]","value":"91dd428b-36dd-4c69-a01f-201447ceed81"},{"description":{"content":"<p>Optional. Filter results by DefinitionUUIDs</p>\n","type":"text/plain"},"key":"filters[definitions][]","value":"47fa93a4-6491-482a-b0c5-9a5fe23ffed2"},{"key":"include","value":"communications"},{"description":{"content":"<p>Optional. Number of records per page. If we do not pass this parameter, the default value will be 25</p>\n","type":"text/plain"},"key":"per_page","value":"1"},{"disabled":true,"description":{"content":"<p>If we do not pass this parameter, in the 1st request its value will be 1. This parameter will be ignored when paging is used by scroll_id</p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Optional. Indicate the ordering of the results. The values can be 'asc' or 'desc'. This value is used in combination with 'scroll_id' param.</p>\n","type":"text/plain"},"key":"dir","value":"asc"},{"disabled":true,"description":{"content":"<p>Optional. Indicates the id of the record from which the data on the next page will be queried.  This data is located within the meta -&gt; pagination object</p>\n","type":"text/plain"},"key":"scroll_id","value":"1234"}],"variable":[]}},"response":[{"id":"01cda499-5741-409f-ad45-49d8591b1fbf","name":"GET Results (MOCK)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/api/v3/communication_manager/communications/results?filters[period][from]=2022-01-01T00:00:00-03:00&filters[period][to]=2022-01-28T23:59:59-03:00&filters[filter_by]=start_date&filters[users][]=0311cc84-fa45-4c5b-9c47-76f3c012a71d&filters[tags][]=91dd428b-36dd-4c69-a01f-201447ceed81&filters[definitions][]=47fa93a4-6491-482a-b0c5-9a5fe23ffed2&include=communications&per_page=1","protocol":"http","host":["localhost"],"port":"3000","path":["api","v3","communication_manager","communications","results"],"query":[{"key":"filters[period][from]","value":"2022-01-01T00:00:00-03:00"},{"key":"filters[period][to]","value":"2022-01-28T23:59:59-03:00"},{"key":"filters[filter_by]","value":"start_date","description":"Optional. Filter results by certains date columns. Supported columns are: start_date, end_date and execution_date. If you don't pass this param, the default value will be start_date."},{"key":"filters[users][]","value":"0311cc84-fa45-4c5b-9c47-76f3c012a71d","description":"Optional but for mobile is to show the communications for the logged user"},{"key":"filters[tags][]","value":"91dd428b-36dd-4c69-a01f-201447ceed81","description":"Optional. Filter results by TagUUIDs"},{"key":"filters[definitions][]","value":"47fa93a4-6491-482a-b0c5-9a5fe23ffed2","description":"Optional. Filter results by DefinitionUUIDs"},{"key":"include","value":"communications"},{"key":"per_page","value":"1","description":"Optional. Number of records per page. If we do not pass this parameter, the default value will be 25"},{"key":"page","value":"2","description":"If we do not pass this parameter, in the 1st request its value will be 1. This parameter will be ignored when paging is used by scroll_id","disabled":true},{"key":"dir","value":"asc","description":"Optional. Indicate the ordering of the results. The values can be 'asc' or 'desc'. This value is used in combination with 'scroll_id' param.","disabled":true},{"key":"scroll_id","value":"1234","description":"Optional. Indicates the id of the record from which the data on the next page will be queried.  This data is located within the meta -> pagination object","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"c300046a-2f40-4076-9443-9c58ccbb6746\",\n            \"type\": \"results\",\n            \"attributes\": {\n                \"uuid\": \"c300046a-2f40-4076-9443-9c58ccbb6746\",\n                \"answer\": {\n                    \"value\": [\n                        \"42a26e7b-02e7-4ae9-b618-34d69399961b\"\n                    ],\n                    \"comment\": \"comentario test\",\n                    \"pictures\": [\n                        \"company_b7fa583e-a144-4ec2-9464-e1e514512fb4/checklists/comm_manager/temp-uuid-tag/pic_20224003114052.jpg\"\n                    ]\n                },\n                \"previous\": null,\n                \"parser_version\": \"2\",\n                \"question\": {\n                    \"name\": \"BQ page1\",\n                    \"allows\": \"single_choice\"\n                },\n                \"question_uuid\": \"4cebeac8-2264-4aa3-b5a8-2f1e00e2d427\",\n                \"created_at\": \"2022-01-03T11:45:47.161-03:00\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/results/c300046a-2f40-4076-9443-9c58ccbb6746\"\n            },\n            \"relationships\": {\n                \"container\": {\n                    \"data\": {\n                        \"id\": \"f26f1040-bb6e-428d-98aa-d47a29da5190\",\n                        \"type\": \"checklist_containers\"\n                    }\n                },\n                \"block\": {\n                    \"data\": {\n                        \"id\": \"7f48adc4-6861-4e59-b14b-3f027e9fbbe0\",\n                        \"type\": \"checklist_blocks\"\n                    }\n                },\n                \"question\": {\n                    \"data\": {\n                        \"id\": \"4cebeac8-2264-4aa3-b5a8-2f1e00e2d427\",\n                        \"type\": \"questions\"\n                    }\n                },\n                \"entity\": {\n                    \"data\": {\n                        \"id\": \"b9109014-ef3a-48b3-a1ca-0009d8b7701d\",\n                        \"type\": \"communications\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": null,\n            \"per_page\": 1,\n            \"scroll_id\": 5358\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/communications/results?filters[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filters[period][to]=2022-01-28T23%3A59%3A59-03%3A00&filters[filter_by]=start_date&include=communications&expand=summary&per_page=1&filter[period][from]=2022-01-01T00%3A00%3A00-03%3A00&filter[period][to]=2022-01-28T23%3A59%3A59-03%3A00&filter[filter_by]=start_date&page=2&dir=asc&order_by=start_date\",\n        \"scroll_id\": 5358\n    },\n    \"included\": [\n        {\n            \"id\": \"b9109014-ef3a-48b3-a1ca-0009d8b7701d\",\n            \"type\": \"communications\",\n            \"attributes\": {\n                \"read\": true,\n                \"state\": \"done\",\n                \"start_date\": \"2022-01-03T09:30:00-03:00\",\n                \"end_date\": \"2022-01-03T13:30:00-03:00\",\n                \"execution_date\": \"2022-01-03T11:40:45-03:00\",\n                \"has_checklist\": true,\n                \"definition_uuid\": \"ed71fcfa-1384-4cd8-90e2-7c12d8b29843\",\n                \"tag_uuid\": \"709a066c-62fb-4b47-bc86-b31d2f76e7c2\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/communications/b9109014-ef3a-48b3-a1ca-0009d8b7701d\"\n            },\n            \"relationships\": {\n                \"definitions\": {\n                    \"data\": {\n                        \"id\": \"ed71fcfa-1384-4cd8-90e2-7c12d8b29843\",\n                        \"type\": \"definitions\"\n                    }\n                },\n                \"users\": {\n                    \"data\": {\n                        \"id\": \"93a0e39b-0aa5-49c8-b3ad-19b5b2c6c481\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"checklists\": {\n                    \"data\": {\n                        \"id\": \"f26f1040-bb6e-428d-98aa-d47a29da5190\",\n                        \"type\": \"checklists\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"560c9b07-245a-4965-b37a-3158e15a08fd"}],"id":"f29567e0-c2af-408b-a4ca-d116e32b2071","description":"<p>This folder contains the necessary endpoints to return the list of communications (<em>Get Communications</em>) and the list of results (<em>Get Results</em>) belonging to the communications that have associated checklists.</p>\n<p>Frogmi considers a result to be the answer to a question. This means that the \"<strong>Get Results</strong>\" endpoint will return the questions with their answers along with the communication to which said answer belongs.</p>\n","_postman_id":"f29567e0-c2af-408b-a4ca-d116e32b2071"},{"name":"GET Definitions","id":"ab6f8ad4-fef8-4f42-bbfe-ab2aeb479f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"url":"{{API_HOST}}/api/v3/communication_manager/definitions?page=2&per_page=20","description":"<p>In the scope of communications, a definition is the configuration of it. This includes data such as: start_date, end_date, users, schedule, etc. This means that this endpoint returns the list of definitions. At the moment there are no filters associated with this endpoint.</p>\n","urlObject":{"path":["api","v3","communication_manager","definitions"],"host":["{{API_HOST}}"],"query":[{"key":"page","value":"2"},{"key":"per_page","value":"20"}],"variable":[]}},"response":[{"id":"6013b3d8-6218-4c9b-8195-0737403f4b89","name":"GET Definitions (MOCK)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/api/v3/communication_manager/definitions?page=2&per_page=20","protocol":"http","host":["localhost"],"port":"3000","path":["api","v3","communication_manager","definitions"],"query":[{"key":"page","value":"2"},{"key":"per_page","value":"20"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"ed71fcfa-1384-4cd8-90e2-7c12d8b29843\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Tarea número 1\",\n                \"code\": \"ed71fcfa\",\n                \"information\": \"tarea con problemas de horario\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/ed71fcfa-1384-4cd8-90e2-7c12d8b29843\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-03T09:30:00.000Z\",\n                \"end_date\": \"2022-01-03T23:59:59.000Z\",\n                \"tag_uuid\": \"709a066c-62fb-4b47-bc86-b31d2f76e7c2\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/ed71fcfa-1384-4cd8-90e2-7c12d8b29843\"\n            }\n        },\n        {\n            \"id\": \"17ef0a47-1f1a-4872-9dbc-6d2f34626460\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Tarea número 2\",\n                \"code\": \"17ef0a47\",\n                \"information\": \"tarea con fecha de expiración de 1 día\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/17ef0a47-1f1a-4872-9dbc-6d2f34626460\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-03T10:30:00.000Z\",\n                \"end_date\": \"2022-01-03T23:59:59.000Z\",\n                \"tag_uuid\": \"709a066c-62fb-4b47-bc86-b31d2f76e7c2\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/17ef0a47-1f1a-4872-9dbc-6d2f34626460\"\n            }\n        },\n        {\n            \"id\": \"a77d4368-8c67-41e9-8e2e-6c73fec2c9dd\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Tarea número 5\",\n                \"code\": \"a77d4368\",\n                \"information\": \"Tarea con fecha de inicio el 4 de enero\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/a77d4368-8c67-41e9-8e2e-6c73fec2c9dd\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-04T08:00:00.000Z\",\n                \"end_date\": \"2022-01-04T23:59:59.000Z\",\n                \"tag_uuid\": \"b5eef642-6b8e-42c2-85f1-452aedf6edbd\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/a77d4368-8c67-41e9-8e2e-6c73fec2c9dd\"\n            }\n        },\n        {\n            \"id\": \"4028f472-eaae-4e76-a51d-bf73c4af06f6\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Communication Test\",\n                \"code\": \"4028f472\",\n                \"information\": \"Communication for testing purpose\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/4028f472-eaae-4e76-a51d-bf73c4af06f6\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-03T14:00:00.000Z\",\n                \"end_date\": \"2022-01-04T23:59:59.000Z\",\n                \"tag_uuid\": \"db11ee6b-e778-4ece-bd29-653d722b920f\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/4028f472-eaae-4e76-a51d-bf73c4af06f6\"\n            }\n        },\n        {\n            \"id\": \"74e9c0a4-c697-4404-a4b8-5e7d6789ba4b\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Communication test 2\",\n                \"code\": \"74e9c0a4\",\n                \"information\": \"Communication for testing purpose\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/74e9c0a4-c697-4404-a4b8-5e7d6789ba4b\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-03T14:30:00.000Z\",\n                \"end_date\": \"2022-01-04T23:59:59.000Z\",\n                \"tag_uuid\": \"db11ee6b-e778-4ece-bd29-653d722b920f\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/74e9c0a4-c697-4404-a4b8-5e7d6789ba4b\"\n            }\n        },\n        {\n            \"id\": \"45124b5f-92d6-427c-a8d4-74f98374f19e\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"COMM 5-Jan C1 - Testing additional picture\",\n                \"code\": \"45124b5f\",\n                \"information\": \"q\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/45124b5f-92d6-427c-a8d4-74f98374f19e\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-05T09:40:00.000Z\",\n                \"end_date\": \"2022-01-05T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/45124b5f-92d6-427c-a8d4-74f98374f19e\"\n            }\n        },\n        {\n            \"id\": \"556f95f6-2ff5-43c6-9a65-9194d875559e\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"[ANDROID] ZOMBIES!\",\n                \"code\": \"556f95f6\",\n                \"information\": \"q\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/556f95f6-2ff5-43c6-9a65-9194d875559e\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-06T13:32:00.000Z\",\n                \"end_date\": \"2022-01-06T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/556f95f6-2ff5-43c6-9a65-9194d875559e\"\n            }\n        },\n        {\n            \"id\": \"f0396696-2a2d-4f1d-89c6-4a8157ef274d\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"COMM 7-Jan Android Logic\",\n                \"code\": \"f0396696\",\n                \"information\": \"q\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/f0396696-2a2d-4f1d-89c6-4a8157ef274d\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-07T08:27:00.000Z\",\n                \"end_date\": \"2022-01-07T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/f0396696-2a2d-4f1d-89c6-4a8157ef274d\"\n            }\n        },\n        {\n            \"id\": \"01783af9-2501-4424-98dc-7539e23027b9\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"COMM 5-Jan C2 - Testing additional picture 2º\",\n                \"code\": \"01783af9\",\n                \"information\": \"q\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/01783af9-2501-4424-98dc-7539e23027b9\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-05T18:19:00.000Z\",\n                \"end_date\": \"2022-01-05T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/01783af9-2501-4424-98dc-7539e23027b9\"\n            }\n        },\n        {\n            \"id\": \"40702b80-6e93-4d2f-affb-ad29f63dd249\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Que hacer por el calor\",\n                \"code\": \"40702b80\",\n                \"information\": \"Actividad con todos los tipos de preguntas\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/40702b80-6e93-4d2f-affb-ad29f63dd249\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-10T00:00:00.000Z\",\n                \"end_date\": \"2022-01-11T23:59:59.000Z\",\n                \"tag_uuid\": \"fd2e0fb8-26ad-4b33-9c65-41cf70f11536\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/40702b80-6e93-4d2f-affb-ad29f63dd249\"\n            }\n        },\n        {\n            \"id\": \"013be8f0-e4d8-4f81-9246-0d6076020c39\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"test pm 1\",\n                \"code\": \"013be8f0\",\n                \"information\": \"test pm 1\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/013be8f0-e4d8-4f81-9246-0d6076020c39\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-11T16:47:00.000Z\",\n                \"end_date\": \"2022-01-11T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/013be8f0-e4d8-4f81-9246-0d6076020c39\"\n            }\n        },\n        {\n            \"id\": \"09b8474f-feac-4f43-aab7-5d238b4ce460\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"COMM 5-Jan C2 - Testing additional picture 3º\",\n                \"code\": \"09b8474f\",\n                \"information\": \"q\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/09b8474f-feac-4f43-aab7-5d238b4ce460\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-05T18:33:00.000Z\",\n                \"end_date\": \"2022-01-05T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/09b8474f-feac-4f43-aab7-5d238b4ce460\"\n            }\n        },\n        {\n            \"id\": \"c44efca7-b1e0-4232-a2b5-886890bb4d5d\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Que hacer para el calor 2 ?\",\n                \"code\": \"c44efca7\",\n                \"information\": \"test\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/c44efca7-b1e0-4232-a2b5-886890bb4d5d\"\n                },\n                \"recipients\": 55,\n                \"start_date\": \"2022-01-10T00:00:00.000Z\",\n                \"end_date\": \"2022-01-11T23:59:59.000Z\",\n                \"tag_uuid\": \"fd2e0fb8-26ad-4b33-9c65-41cf70f11536\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/c44efca7-b1e0-4232-a2b5-886890bb4d5d\"\n            }\n        },\n        {\n            \"id\": \"d9d62dcf-ffdd-4cc3-9ece-d86987141e2c\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"pm 66\",\n                \"code\": \"d9d62dcf\",\n                \"information\": \"pm 66\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/d9d62dcf-ffdd-4cc3-9ece-d86987141e2c\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-11T16:48:00.000Z\",\n                \"end_date\": \"2022-01-11T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/d9d62dcf-ffdd-4cc3-9ece-d86987141e2c\"\n            }\n        },\n        {\n            \"id\": \"0ed4ad69-988d-46c1-9760-93bbe23120c8\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"COMM 5-Jan C2 - Testing additional picture 4º\",\n                \"code\": \"0ed4ad69\",\n                \"information\": \"q\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/0ed4ad69-988d-46c1-9760-93bbe23120c8\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-05T18:53:00.000Z\",\n                \"end_date\": \"2022-01-05T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/0ed4ad69-988d-46c1-9760-93bbe23120c8\"\n            }\n        },\n        {\n            \"id\": \"79e44da0-bc9e-431c-b861-8cdf716b3f5f\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"[24-01-2022] Test\",\n                \"code\": \"79e44da0\",\n                \"information\": \"Revisar el schedule generado en la DB\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/79e44da0-bc9e-431c-b861-8cdf716b3f5f\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-24T10:02:00.000Z\",\n                \"end_date\": \"2022-01-24T23:59:59.000Z\",\n                \"tag_uuid\": \"fd2e0fb8-26ad-4b33-9c65-41cf70f11536\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/79e44da0-bc9e-431c-b861-8cdf716b3f5f\"\n            }\n        },\n        {\n            \"id\": \"16b80603-49ae-4682-bb64-f4095aaf257f\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"COMM 5-Jan C2 - Testing additional picture 5º\",\n                \"code\": \"16b80603\",\n                \"information\": \"q\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/16b80603-49ae-4682-bb64-f4095aaf257f\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-05T18:55:00.000Z\",\n                \"end_date\": \"2022-01-05T23:59:59.000Z\",\n                \"tag_uuid\": \"dfe895d3-b91e-42bb-a8a8-69e6caf72fcb\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/16b80603-49ae-4682-bb64-f4095aaf257f\"\n            }\n        },\n        {\n            \"id\": \"736697a3-1da7-457e-8749-3bfbef029da8\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Que hacer para el calor V4\",\n                \"code\": \"736697a3\",\n                \"information\": \"cuestionario con todas las preguntas \",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/736697a3-1da7-457e-8749-3bfbef029da8\"\n                },\n                \"recipients\": 55,\n                \"start_date\": \"2022-01-10T10:54:00.000Z\",\n                \"end_date\": \"2022-01-10T23:59:59.000Z\",\n                \"tag_uuid\": \"fd2e0fb8-26ad-4b33-9c65-41cf70f11536\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/736697a3-1da7-457e-8749-3bfbef029da8\"\n            }\n        },\n        {\n            \"id\": \"62298fb1-7a18-47ca-805f-813cead880f1\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"[24-01-2022] Test II\",\n                \"code\": \"62298fb1\",\n                \"information\": \"Verificando\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/62298fb1-7a18-47ca-805f-813cead880f1\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-24T10:11:00.000Z\",\n                \"end_date\": \"2022-01-24T23:59:59.000Z\",\n                \"tag_uuid\": \"fd2e0fb8-26ad-4b33-9c65-41cf70f11536\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/62298fb1-7a18-47ca-805f-813cead880f1\"\n            }\n        },\n        {\n            \"id\": \"33304a42-9983-4226-a686-c837a5c4a1fa\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Test 05/01\",\n                \"code\": \"33304a42\",\n                \"information\": \"Info\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/33304a42-9983-4226-a686-c837a5c4a1fa\"\n                },\n                \"recipients\": 1,\n                \"start_date\": \"2022-01-05T22:52:00.000Z\",\n                \"end_date\": \"2022-01-06T23:59:59.000Z\",\n                \"tag_uuid\": \"709a066c-62fb-4b47-bc86-b31d2f76e7c2\"\n            },\n            \"links\": {\n                \"self\": \"https://neo-dev.frogmi.com/api/v3/definitions/33304a42-9983-4226-a686-c837a5c4a1fa\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 2,\n            \"total\": 113,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"prev\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/definitions?include=tags&expand=communications.summary&page=1&per_page=20\",\n        \"next\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/definitions?include=tags&expand=communications.summary&page=3&per_page=20\",\n        \"first\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/definitions?include=tags&expand=communications.summary&page=1&per_page=20\",\n        \"last\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/definitions?include=tags&expand=communications.summary&page=6&per_page=20\",\n        \"self\": \"https://neo-dev.frogmi.com/api/v3/communication_manager/definitions?include=tags&expand=communications.summary&page=2&per_page=20\"\n    },\n    \"included\": []\n}"}],"_postman_id":"ab6f8ad4-fef8-4f42-bbfe-ab2aeb479f43"},{"name":"GET single Communication","id":"55e083bd-5999-4ffe-9f53-4a4abbca1a5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/api/v3/communication_manager/communications/72ac2eb0-5115-4130-96c8-89898bdf0169?include=tags,definitions,checklists","description":"<p>This endpoint return the communication details. You need to add the <code>include</code> param to get additional information related with the communication.</p>\n<p><strong>NOTE</strong>: This endpoint modifies the <code>read</code> field to <code>true</code> and the <code>execution_date</code> field if the user who consults it is the one assigned to the communication</p>\n","urlObject":{"path":["api","v3","communication_manager","communications","72ac2eb0-5115-4130-96c8-89898bdf0169"],"host":["{{API_HOST}}"],"query":[{"description":{"content":"<p>Include additional information related with the communication. Valid values for this param are: tags, definitions and checklists</p>\n","type":"text/plain"},"key":"include","value":"tags,definitions,checklists"}],"variable":[]}},"response":[{"id":"0a8c1cd4-d79e-4a2a-9ece-0ef8e3c67643","name":"GET Communication (MOCK)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/api/v3/communication_manager/communications/0257cbfb-4632-45f2-acd3-ef4e99bbc3ea?include=tags,definitions,checklists","protocol":"http","host":["localhost"],"port":"3000","path":["api","v3","communication_manager","communications","0257cbfb-4632-45f2-acd3-ef4e99bbc3ea"],"query":[{"key":"include","value":"tags,definitions,checklists"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"72ac2eb0-5115-4130-96c8-89898bdf0169\",\n        \"type\": \"communications\",\n        \"attributes\": {\n            \"read\": true,\n            \"state\": \"done\",\n            \"start_date\": \"2022-02-02T14:18:00-04:00\",\n            \"end_date\": \"2022-02-02T15:18:00-04:00\",\n            \"execution_date\": \"2022-02-02T14:17:08-04:00\",\n            \"has_checklist\": true,\n            \"definition_uuid\": \"411df634-a923-4be3-b77f-5c9fc8efe906\",\n            \"tag_uuid\": \"5c0b028c-6e9c-4005-8268-42e454525298\"\n        },\n        \"links\": {\n            \"self\": \"127.0.0.1:3000/api/v3/communications/72ac2eb0-5115-4130-96c8-89898bdf0169\"\n        },\n        \"relationships\": {\n            \"definitions\": {\n                \"data\": {\n                    \"id\": \"411df634-a923-4be3-b77f-5c9fc8efe906\",\n                    \"type\": \"definitions\"\n                }\n            },\n            \"users\": {\n                \"data\": {\n                    \"id\": \"93a0e39b-0aa5-49c8-b3ad-19b5b2c6c481\",\n                    \"type\": \"users\"\n                }\n            },\n            \"checklists\": {\n                \"data\": {\n                    \"id\": \"127b4eda-9bc6-4a1c-b2b0-c74835b1b94c\",\n                    \"type\": \"checklists\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"411df634-a923-4be3-b77f-5c9fc8efe906\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Verificar que todo esté OK\",\n                \"code\": \"411df634\",\n                \"information\": \"Verificar la DB\",\n                \"documents\": {},\n                \"links\": {\n                    \"self\": \"127.0.0.1:3000/api/v3/definitions/411df634-a923-4be3-b77f-5c9fc8efe906\"\n                },\n                \"recipients\": 2,\n                \"start_date\": \"2022-02-02T15:18:00.000Z\",\n                \"end_date\": \"2022-02-02T23:59:59.000Z\",\n                \"tag_uuid\": \"5c0b028c-6e9c-4005-8268-42e454525298\",\n                \"checklist\": {\n                    \"name\": \"{ \\\"es\\\": \\\" \\\", \\\"en\\\": \\\" \\\" }\",\n                    \"blocks\": [\n                        {\n                            \"code\": \"b1\",\n                            \"name\": {\n                                \"en\": \" \",\n                                \"es\": \" \"\n                            },\n                            \"uuid\": \"62cbbd14-dee4-426a-9fd6-cfa9cc5c5310\",\n                            \"previous\": null\n                        }\n                    ],\n                    \"version\": \"a6f15084-5f2b-4bd7-ad02-917ad5dcdc25\",\n                    \"questions\": [\n                        {\n                            \"code\": \"question-links\",\n                            \"name\": {\n                                \"en\": \"Links\",\n                                \"es\": \"Enlaces\"\n                            },\n                            \"uuid\": \"7d5b0f95-72e5-4466-bc27-d455e4b40827\",\n                            \"allows\": \"ro_link\",\n                            \"answer\": [],\n                            \"previous\": \"8bf05dbb-bb09-44b2-b7ad-d6be15e7dc25\",\n                            \"block_code\": \"b1\",\n                            \"block_uuid\": \"62cbbd14-dee4-426a-9fd6-cfa9cc5c5310\"\n                        },\n                        {\n                            \"code\": \"question-documents\",\n                            \"name\": {\n                                \"en\": \"Documents\",\n                                \"es\": \"Documentos\"\n                            },\n                            \"uuid\": \"8bf05dbb-bb09-44b2-b7ad-d6be15e7dc25\",\n                            \"allows\": \"ro_link\",\n                            \"answer\": [],\n                            \"previous\": \"83d8c8fa-06b2-44ff-98ad-e2821b0174ad\",\n                            \"block_code\": \"b1\",\n                            \"block_uuid\": \"62cbbd14-dee4-426a-9fd6-cfa9cc5c5310\"\n                        },\n                        {\n                            \"code\": \"question-information\",\n                            \"name\": {\n                                \"en\": \"Information\",\n                                \"es\": \"Información\"\n                            },\n                            \"uuid\": \"83d8c8fa-06b2-44ff-98ad-e2821b0174ad\",\n                            \"allows\": \"ro_text\",\n                            \"answer\": [\n                                \"Verificar la DB\"\n                            ],\n                            \"previous\": \"e50a1384-4c06-4fd2-825a-a3d6cf93fa32\",\n                            \"block_code\": \"b1\",\n                            \"block_uuid\": \"62cbbd14-dee4-426a-9fd6-cfa9cc5c5310\"\n                        },\n                        {\n                            \"code\": \"question-title\",\n                            \"name\": {\n                                \"en\": \"Communication title\",\n                                \"es\": \"Título de la comunicación\"\n                            },\n                            \"uuid\": \"e50a1384-4c06-4fd2-825a-a3d6cf93fa32\",\n                            \"allows\": \"ro_text\",\n                            \"answer\": [\n                                \"Verificar que todo esté OK\"\n                            ],\n                            \"previous\": null,\n                            \"block_code\": \"b1\",\n                            \"block_uuid\": \"62cbbd14-dee4-426a-9fd6-cfa9cc5c5310\"\n                        }\n                    ],\n                    \"instruction\": \" \",\n                    \"checklist_type\": \"form\",\n                    \"parser_version\": \"2\"\n                }\n            },\n            \"links\": {\n                \"self\": \"127.0.0.1:3000/api/v3/definitions/411df634-a923-4be3-b77f-5c9fc8efe906\"\n            }\n        },\n        {\n            \"id\": \"127b4eda-9bc6-4a1c-b2b0-c74835b1b94c\",\n            \"type\": \"checklists\",\n            \"attributes\": {\n                \"parser_version\": 2,\n                \"blocks\": [\n                    {\n                        \"uuid\": \"672f26ad-b884-4b8d-bd56-ec9b6e6cd26e\",\n                        \"code\": \"672f26ad\",\n                        \"name\": \"GQ1\",\n                        \"previous\": null\n                    }\n                ],\n                \"questions\": [\n                    {\n                        \"uuid\": \"0f68d1fe-b2fc-475a-820a-fd7baa58d826\",\n                        \"code\": \"0f68d1fe\",\n                        \"name\": \"Yes/No Question\",\n                        \"allows\": \"single_choice\",\n                        \"answer\": {\n                            \"value\": [\n                                \"8130ce83-dee9-4814-b37d-3fd87300a3d5\"\n                            ]\n                        },\n                        \"previous\": null,\n                        \"block_uuid\": \"672f26ad-b884-4b8d-bd56-ec9b6e6cd26e\",\n                        \"block_code\": \"672f26ad\",\n                        \"rules\": {\n                            \"options\": [\n                                {\n                                    \"label\": \"Yes\",\n                                    \"order\": 1,\n                                    \"value\": \"8130ce83-dee9-4814-b37d-3fd87300a3d5\"\n                                },\n                                {\n                                    \"label\": \"No\",\n                                    \"order\": 2,\n                                    \"value\": \"4b562719-9012-4e49-94e5-4c9d96378854\"\n                                }\n                            ],\n                            \"required\": false,\n                            \"allow_comment\": true,\n                            \"allow_picture\": [\n                                0,\n                                1\n                            ]\n                        }\n                    }\n                ],\n                \"name\": \"Vacaciones\",\n                \"version\": \"127b4eda-9bc6-4a1c-b2b0-c74835b1b94c\",\n                \"instruction\": null,\n                \"checklist_type\": \"communication\"\n            },\n            \"links\": {\n                \"self\": \"127.0.0.1:3000/api/v3/checklists/\"\n            }\n        }\n    ]\n}"}],"_postman_id":"55e083bd-5999-4ffe-9f53-4a4abbca1a5f"},{"name":"Upload definitions by excel","id":"84406d47-c411-4e23-a81b-bd55a3f8f152","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][file]","type":"file","src":"/path/to/definitions.xlsx"}]},"url":"{{API_HOST}}/api/v3/communication_manager/definitions/batch","urlObject":{"path":["api","v3","communication_manager","definitions","batch"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"1db540b1-c7a3-4a38-933e-4d1c3c334c35","name":"Example","originalRequest":{"method":"POST","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][file]","type":"file","src":"/path/to/definitions.xlsx"}]},"url":"{{API_HOST}}/api/v3/communication_manager/definitions/batch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"batch_upload\",\n        \"attributes\": {\n            \"processed\": 1,\n            \"created\": 1,\n            \"updated\": 0,\n            \"errors\": []\n        }\n    }\n}"}],"_postman_id":"84406d47-c411-4e23-a81b-bd55a3f8f152"},{"name":"Upload definitions by json","id":"201a1727-883e-4614-b441-8863c96fcd7b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"type\": \"communication_definition\",\n      \"attributes\": {\n        \"name\": \"New task from JSON t-1\",\n        \"information\": \"Hi\",\n        \"start_date\": \"2021-10-10T009:01:00-03:00\",\n        \"end_date\": \"2021-10-10T023:59:59-03:00\",\n        \"checklist_code\": \"CCODE\",\n        \"accountable_area_code\": null,\n        \"zone_code\": null,\n        \"store_code\": null,\n        \"role_code\": null\n      }\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/v3/communication_manager/communications","urlObject":{"path":["api","v3","communication_manager","communications"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"61c68821-8ba8-4d82-b14a-7bd70f77e8d7","name":"Example","originalRequest":{"method":"POST","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"X-Frogmi-Security-Version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"type\": \"communication_definition\",\n      \"attributes\": {\n        \"name\": \"New task from JSON t-1\",\n        \"information\": \"Hi\",\n        \"start_date\": \"2021-10-10T009:01:00-03:00\",\n        \"end_date\": \"2021-10-10T023:59:59-03:00\",\n        \"checklist_code\": \"CCODE\",\n        \"accountable_area_code\": null,\n        \"zone_code\": null,\n        \"store_code\": null,\n        \"role_code\": null\n      }\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/v3/communication_manager/communications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"definition-uuid-001\",\n            \"type\": \"communication_definition\",\n            \"attributes\": {\n                \"name\": \"New task from JSON t-1\",\n                \"state\": \"scheduled\"\n            }\n        }\n    ]\n}"}],"_postman_id":"201a1727-883e-4614-b441-8863c96fcd7b"},{"name":"Update communication with  checklist answers","id":"de3ed77e-e0c8-4f96-8b19-2683ab28eccd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true}},"request":{"method":"POST","header":[{"key":"Accept-Language","value":"es"},{"key":"Content-Type","value":"application/json"},{"key":"X-API-Provider","value":"NOT IMPLEMENTED YET"},{"key":"X-APP-VERSION","value":"1.13.7"},{"key":"X-Device-Id","value":"f339f89b3aabafae"},{"key":"X-Device-Model","value":"Google Android SDK built for x86_64"},{"key":"X-Device-Platform","value":"android"},{"key":"X-FROGMI-SECURITY-VERSION","value":"v1"},{"key":"X-Frogmi-Version","value":"1.13.7"},{"key":"X-Os-Version","value":"29"},{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"0257cbfb-4632-45f2-acd3-ef4e99bbc3ea\",\n        \"type\": \"communications\",\n        \"attributes\": {\n            \"state\": \"done\",\n            \"finished_at\": \"2021-10-05T21:05:11+00:00\",\n            \"checklist_outcomes\": {\n                \"questions\": [\n                    {\n                        \"uuid\": \"8b8b45be-45e7-4909-9505-38e3929f2384\",\n                        \"answer\": {\n                            \"value\": [\n                                \"1111-11-11\"\n                            ]\n                        }\n                    },\n                    {\n                        \"uuid\": \"48ffa0b8-80e2-453d-8c57-f6758c41bbd4\",\n                        \"answer\": {\n                            \"value\": [\n                                \"Hola!\"\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":"{{API_HOST}}/api/v3/communication_manager/communications/0257cbfb-4632-45f2-acd3-ef4e99bbc3ea","description":"<p>This endpoint will answer the checklist associated with the communication (if applicable).</p>\n","urlObject":{"path":["api","v3","communication_manager","communications","0257cbfb-4632-45f2-acd3-ef4e99bbc3ea"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"328faf25-6ec5-46a6-8581-2c1bb1d70054","name":"Update comm with checklists (MOCK)","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"es"},{"key":"Authorization","value":"Bearer "},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Provider","value":"NOT IMPLEMENTED YET"},{"key":"X-APP-VERSION","value":"1.13.7"},{"key":"X-Company-UUID","value":"b7fa583e-a144-4ec2-9464-e1e514512fb4"},{"key":"X-Device-Id","value":"f339f89b3aabafae"},{"key":"X-Device-Model","value":"Google Android SDK built for x86_64"},{"key":"X-Device-Platform","value":"android"},{"key":"X-FROGMI-SECURITY-VERSION","value":"v2"},{"key":"X-Frogmi-Version","value":"1.13.7"},{"key":"X-Os-Version","value":"29"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"0257cbfb-4632-45f2-acd3-ef4e99bbc3ea\",\n        \"type\": \"communications\",\n        \"attributes\": {\n            \"state\": \"done\",\n            \"finished_at\": \"2021-10-05T21:05:11+00:00\",\n            \"checklist_outcomes\": {\n                \"questions\": [\n                    {\n                        \"uuid\": \"8b8b45be-45e7-4909-9505-38e3929f2384\",\n                        \"answer\": {\n                            \"value\": [\n                                \"1111-11-11\"\n                            ]\n                        }\n                    },\n                    {\n                        \"uuid\": \"48ffa0b8-80e2-453d-8c57-f6758c41bbd4\",\n                        \"answer\": {\n                            \"value\": [\n                                \"Hola!\"\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/v3/communication_manager/communications/0257cbfb-4632-45f2-acd3-ef4e99bbc3ea"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 Nov 2020 19:04:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"49e7cafbf5c562015c8ae2a6e733206c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"99742b6438765b7ffb32f0919cf157f6"},{"key":"X-Request-Id","value":"99742b6438765b7ffb32f0919cf157f6"},{"key":"X-Runtime","value":"0.196916"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"0257cbfb-4632-45f2-acd3-ef4e99bbc3ea\",\n        \"type\": \"communications\",\n        \"attributes\": {\n            \"name\": \"Nuevo protocolo de salud\",\n            \"state\": \"done\",\n            \"read\": true,\n            \"start_date\": \"2021-10-13T00:00:00.000+00:00\",\n            \"end_date\": \"2021-10-13T23:59:59.999+00:00\",\n            \"finished_at\": \"2021-10-05T21:05:11+00:00\",\n            \"has_checklist\": true\n        },\n        \"links\": {\n            \"self\": \"http://localhost:3000/api/v3/communication_manager/communications/0257cbfb-4632-45f2-acd3-ef4e99bbc3ea\"\n        },\n        \"relationships\": {\n            \"tags\": {\n                \"data\": {\n                    \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n                    \"type\": \"tags\"\n                }\n            },\n            \"definitions\": {\n                \"data\": {\n                    \"id\": \"47fa93a4-6491-482a-b0c5-9a5fe23ffed2\",\n                    \"type\": \"definitions\"\n                }\n            },\n            \"checklists\": {\n                \"data\": [\n                    {\n                        \"id\": \"511d9f6a-f00e-4e1f-a300-e9265ca2f81e\",\n                        \"type\": \"checklists\",\n                        \"attributes\": {\n                            \"read_only\": true\n                        }\n                    },\n                    {\n                        \"id\": \"421d9f6a-f00e-4e1f-a300-e9265ca2f81e\",\n                        \"type\": \"checklists\",\n                        \"attributes\": {\n                            \"read_only\": false\n                        }\n                    }\n                ]\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n            \"type\": \"tags\",\n            \"attributes\": {\n                \"name\": \"Presentación navidad\"\n            }\n        },\n        {\n            \"id\": \"91dd428b-36dd-4c69-a01f-201447ceed81\",\n            \"type\": \"definitions\",\n            \"attributes\": {\n                \"name\": \"Presentación navidad\",\n                \"state\": \"active\",\n                \"start_date\": \"2021-10-13T00:00:00.000+00:00\",\n                \"end_date\": \"2021-10-13T23:59:59.999+00:00\"\n            }\n        },\n        {\n            \"id\": \"511d9f6a-f00e-4e1f-a300-e9265ca2f81e\",\n            \"type\": \"checklists\",\n            \"attributes\": {  \n                \"parser_version\": 2,\n                \"blocks\": [\n                    {\n                        \"uuid\": \"e86e172d-9f86-4f37-8e35-9d419bc95e5a\",\n                        \"code\": \"e86e172d\",\n                        \"name\": \"Página 1\"\n                    }\n                ],\n                \"questions\": [\n                    {\n                        \"uuid\": \"1eaa2a36-3cb6-44e6-beb0-b37db56d7362\",\n                        \"code\": \"1eaa2a36\",\n                        \"name\": \"Information\",\n                        \"allows\": \"text\",\n                        \"value\": \"Hola\",\n                        \"previous\": null,\n                        \"block_uuid\": \"e86e172d-9f86-4f37-8e35-9d419bc95e5a\",\n                        \"block_code\": \"05a1c018\"\n                    },\n                    {\n                        \"uuid\": \"3f6bb558-7e4a-4631-871c-2a627313d670\",\n                        \"code\": \"3f6bb558\",\n                        \"name\": \"Some links\",\n                        \"allows\": \"links\",\n                        \"value\": [\n                            {\n                                \"label\": \"Go to Frogmi\",\n                                \"link\": \"http:/wwww.frogmi.com\"\n                            }\n                        ],\n                        \"previous\": \"1eaa2a36-3cb6-44e6-beb0-b37db56d7362\",\n                        \"block_uuid\": \"e86e172d-9f86-4f37-8e35-9d419bc95e5a\",\n                        \"block_code\": \"05a1c018\"\n                    },\n                    {\n                        \"uuid\": \"858b558-7e4a-4631-871c-2a627313d670\",\n                        \"code\": \"858b558\",\n                        \"name\": \"Some documents\",\n                        \"allows\": \"attachments\",\n                        \"value\": [\n                            {\n                                \"label\": \"Foto\",\n                                \"link\": \"s3://foto.jpg\"\n                            }\n                        ],\n                        \"previous\": \"3f6bb558-7e4a-4631-871c-2a627313d670\",\n                        \"block_uuid\": \"e86e172d-9f86-4f37-8e35-9d419bc95e5a\",\n                        \"block_code\": \"05a1c018\"\n                    }\n                ],\n                \"name\": \"COMM-GEN t11\",\n                \"version\": \"3a0a63a8-6d56-407c-a9b9-2acd513b8359\",\n                \"instruction\": null,\n                \"checklist_type\": \"task_communication\"\n            }\n        },\n        {\n            \"id\": \"421d9f6a-f00e-4e1f-a300-e9265ca2f81e\",\n            \"type\": \"checklists\",\n            \"attributes\": {\n                \"parser_version\": 2,\n                \"blocks\": [\n                    {\n                        \"uuid\": \"e86e172d-9f86-4f37-8e35-9d419bc95e5a\",\n                        \"code\": \"e86e172d\",\n                        \"name\": \"Página 1\"\n                    },\n                    {\n                        \"uuid\": \"9cc572ec-b55e-45e1-8af9-7c6c23502ef9\",\n                        \"code\": \"9cc572ec\",\n                        \"name\": \"Página 2\"\n                    }\n                ],\n                \"questions\": [\n                    {\n                        \"uuid\": \"1eaa2a36-3cb6-44e6-beb0-b37db56d7362\",\n                        \"code\": \"1eaa2a36\",\n                        \"name\": \"Simple 1\",\n                        \"allows\": \"text\",\n                        \"answer\": {\n                            \"value\": []\n                        },\n                        \"previous\": null,\n                        \"block_uuid\": \"e86e172d-9f86-4f37-8e35-9d419bc95e5a\",\n                        \"block_code\": \"05a1c018\",\n                        \"placeholder\": null,\n                        \"rules\": {\n                            \"required\": false,\n                            \"allow_comment\": true,\n                            \"allow_picture\": [\n                                0,\n                                2\n                            ]\n                        }\n                    },\n                    {\n                        \"uuid\": \"3f6bb558-7e4a-4631-871c-2a627313d670\",\n                        \"code\": \"3f6bb558\",\n                        \"name\": \"simple 2\",\n                        \"allows\": \"text\",\n                        \"answer\": {\n                            \"value\": []\n                        },\n                        \"previous\": \"1eaa2a36-3cb6-44e6-beb0-b37db56d7362\",\n                        \"block_uuid\": \"9cc572ec-b55e-45e1-8af9-7c6c23502ef9\",\n                        \"block_code\": \"05a1c018\",\n                        \"placeholder\": null,\n                        \"rules\": {\n                            \"required\": false\n                        }\n                    }\n                   \n                ],\n                \"name\": \"COMM-GEN t11\",\n                \"version\": \"3a0a63a8-6d56-407c-a9b9-2acd513b8359\",\n                \"instruction\": null,\n                \"checklist_type\": \"task_communication\"\n            }\n        }\n    ]\n}"}],"_postman_id":"de3ed77e-e0c8-4f96-8b19-2683ab28eccd"}],"id":"54c1bb7f-9802-48f4-a579-1e95fbc1527d","description":"<p>This folder contains all the endpoints belonging to the communications module</p>\n","_postman_id":"54c1bb7f-9802-48f4-a579-1e95fbc1527d"},{"name":"Webhooks","item":[{"name":"GET Delivery","id":"e154d498-1af3-45b7-b963-570ee228a4ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"<p>Authorization Token</p>\n","type":"text"},{"key":"X-Company-UUID","value":"","description":"<p>ID Company</p>\n","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/webhooks/deliveries","urlObject":{"path":["api","v3","webhooks","deliveries"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"filters[delivered]","value":"false"}],"variable":[]}},"response":[{"id":"5a68e77a-f1a6-4357-9da7-07eb75656149","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","description":"Authorization Token","type":"text"},{"key":"X-Company-UUID","value":"","description":"ID Company","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"{{API_HOST}}/api/v3/webhooks/deliveries","host":["{{API_HOST}}"],"path":["api","v3","webhooks","deliveries"],"query":[{"key":"filters[delivered]","value":"false","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"delivery-uuid-001\",\n            \"type\": \"webhook_deliveries\",\n            \"attributes\": {\n                \"event\": \"store_beat.execution\",\n                \"delivered\": true,\n                \"created_at\": \"2026-01-15T08:00:00Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e154d498-1af3-45b7-b963-570ee228a4ff"},{"name":"List Subscribers","id":"fbff0f9e-9bac-4d0d-9ab2-9b5d2e41d1cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/webhooks/subscribers","urlObject":{"path":["api","v3","webhooks","subscribers"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"ca7ce1d7-5c81-45fb-86be-865928ce6e1c","name":"List Subscribers","originalRequest":{"method":"GET","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/webhooks/subscribers","host":["{{API_HOST}}"],"path":["api","v3","webhooks","subscribers"],"query":[{"key":"filters[delivered]","type":"text","value":"false","disabled":true}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"d78603fe-57fc-44ec-9d65-0cf2725b26f3\",\n            \"type\": \"subscribers\",\n            \"attributes\": {\n                \"target\": \"{{SUBSCRIBER_URL}}\",\n                \"target_type\": \"URL\",\n                \"confirmed\": true,\n                \"created_at\": \"2019-02-26T17:32:45Z\"\n            },\n            \"links\": {\n                \"self\": \"{{API_HOST}}/api/v3/webhooks/subscribers/d78603fe-57fc-44ec-9d65-0cf2725b26f3\"\n            },\n            \"relationships\": {\n                \"events\": {\n                    \"data\": {\n                        \"id\": \"c483500b-3ecb-4038-8648-9a97516446da\",\n                        \"type\": \"events\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 1,\n            \"per_page\": 20\n        }\n    },\n    \"links\": {\n        \"prev\": null,\n        \"next\": null,\n        \"first\": \"{{API_HOST}}/api/v3/webhooks/subscribers?page=1&per_page=20\",\n        \"last\": \"{{API_HOST}}/api/v3/webhooks/subscribers?page=1&per_page=20\",\n        \"self\": \"{{API_HOST}}/api/v3/webhooks/subscribers?page=1&per_page=20\"\n    }\n}"}],"_postman_id":"fbff0f9e-9bac-4d0d-9ab2-9b5d2e41d1cd"},{"name":"Confirm Subscriber","id":"73a71cad-7112-4705-8d26-0a92aca64f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/webhooks/subscribers/{{subscriber_uuid}}/confirm","urlObject":{"path":["api","v3","webhooks","subscribers","{{subscriber_uuid}}","confirm"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"a9791891-e3b3-41ef-8688-7c2617836b4c","name":"Confirm Subscriber","originalRequest":{"method":"GET","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/webhooks/subscribers/d78603fe-57fc-44ec-9d65-0cf2725b26f3/confirm"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"d78603fe-57fc-44ec-9d65-0cf2725b26f3\",\n            \"type\": \"subscribers\",\n            \"attributes\": {\n                \"target\": \"{{SUBSCRIBED_URL}}\",\n                \"target_type\": \"URL\",\n                \"confirmed\": true,\n                \"created_at\": \"2019-02-26T17:32:45Z\"\n            },\n            \"links\": {\n                \"self\": \"{{API_HOST}}/api/v3/webhooks/subscribers/d78603fe-57fc-44ec-9d65-0cf2725b26f3\"\n            },\n            \"relationships\": {\n                \"events\": {\n                    \"data\": {\n                        \"id\": \"c483500b-3ecb-4038-8648-9a97516446da\",\n                        \"type\": \"events\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"73a71cad-7112-4705-8d26-0a92aca64f90"},{"name":"Show Subscriber","id":"978a07f4-b6d8-447c-8cb4-95207787cdf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/webhooks/subscribers/{{subscriber_uuid}}","urlObject":{"path":["api","v3","webhooks","subscribers","{{subscriber_uuid}}"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"filters[delivered]","value":"false"}],"variable":[]}},"response":[{"id":"28c7bbbf-6825-414a-a383-b6827f450e5c","name":"Show Subscriber","originalRequest":{"method":"GET","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/webhooks/subscribers/d78603fe-57fc-44ec-9d65-0cf2725b26f3","host":["{{API_HOST}}"],"path":["api","v3","webhooks","subscribers","d78603fe-57fc-44ec-9d65-0cf2725b26f3"],"query":[{"key":"filters[delivered]","type":"text","value":"false","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"d78603fe-57fc-44ec-9d65-0cf2725b26f3\",\n            \"type\": \"subscribers\",\n            \"attributes\": {\n                \"target\": \"{{SUBSCRIBED_URL}}\",\n                \"target_type\": \"URL\",\n                \"confirmed\": true,\n                \"created_at\": \"2019-02-26T17:32:45Z\"\n            },\n            \"links\": {\n                \"self\": \"{{API_HOST}}/api/v3/webhooks/subscribers/d78603fe-57fc-44ec-9d65-0cf2725b26f3\"\n            },\n            \"relationships\": {\n                \"events\": {\n                    \"data\": {\n                        \"id\": \"c483500b-3ecb-4038-8648-9a97516446da\",\n                        \"type\": \"events\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"978a07f4-b6d8-447c-8cb4-95207787cdf7"},{"name":"Delete Subscriber","id":"1cd21bc3-45a0-4d05-8ea8-9dc9ebf62163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{API_HOST}}/api/v3/webhooks/subscribers/{{subscriber_uuid}}","urlObject":{"path":["api","v3","webhooks","subscribers","{{subscriber_uuid}}"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"filters[delivered]","value":"false"}],"variable":[]}},"response":[{"id":"d7ce7875-d4d3-4a9c-a869-2517701c367c","name":"Delete Subscriber","originalRequest":{"method":"DELETE","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":{"raw":"{{API_HOST}}/api/v3/webhooks/subscribers/d78603fe-57fc-44ec-9d65-0cf2725b26f3","host":["{{API_HOST}}"],"path":["api","v3","webhooks","subscribers","d78603fe-57fc-44ec-9d65-0cf2725b26f3"],"query":[{"key":"filters[delivered]","type":"text","value":"false","disabled":true}]}},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1cd21bc3-45a0-4d05-8ea8-9dc9ebf62163"},{"name":"Create Subscriber","id":"34dcedf4-d399-4610-85bb-7931b6e83cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Authorization Token</p>\n","key":"Authorization","type":"text","value":"Bearer "},{"description":"<p>ID Company</p>\n","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"event_name\": \"store_beat.execution\",\n      \"target\": \"https://7e8f6b64.ngrok.io/payload\",\n      \"target_type\": \"URL\"\n    }\n  }\n}"},"url":"{{API_HOST}}/api/v3/webhooks/subscribers","urlObject":{"path":["api","v3","webhooks","subscribers"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"filters[delivered]","value":"false"}],"variable":[]}},"response":[{"id":"622b8394-e574-4364-9b7a-b66d9b335030","name":"Create Subscriber","originalRequest":{"method":"POST","header":[{"description":"Authorization Token","key":"Authorization","type":"text","value":"Bearer "},{"description":"ID Company","key":"X-Company-UUID","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"event_name\": \"store_beat.execution\",\n      \"target\": \"https://3af73e35.ngrok.io/payload\",\n      \"target_type\": \"URL\"\n    }\n  }\n}"},"url":"{{API_HOST}}/api/v3/webhooks/subscribers"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34dcedf4-d399-4610-85bb-7931b6e83cd7"}],"id":"6e72e7ab-af7b-4550-a06a-de61ffe0ae89","description":"<p>Webhooks allow you to build or set up Frogmi Apps which subscribe to certain events on neo.frogmi.com.<br />When one of those events is trigered, we'll send a HTTP POST payload to the webhook's configured URL.</p>\n<h3 id=\"events\">Events</h3>\n<p>When configuring a webhook, you can choose which events you would like to receive payloads for. Only subscribing to the specific events you plan on handling is useful for limiting the number of HTTP requests to your server.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#storebeat-execution\"><code>store_beat.execution</code></a></td>\n<td>Triggered when a new StoreBeat event is <code>processed</code>, <code>rejected</code> or <code>removed</code></td>\n</tr>\n<tr>\n<td><code>cpg.execution</code></td>\n<td>Triggered when a new CPG event is <code>processed</code>, <code>rejected</code> or <code>removed</code></td>\n</tr>\n<tr>\n<td><a href=\"#taskmanagement-execution\"><code>task_managment.execution</code></a></td>\n<td>Triggered when a new event for TM is <code>processed</code> or <code>unpublished</code></td>\n</tr>\n<tr>\n<td><a href=\"#routine-execution\"><code>routine.execution</code></a></td>\n<td>Triggered when a new event for Routine is <code>finished</code>. This means <code>Done</code> or <code>Not Done</code></td>\n</tr>\n<tr>\n<td><code>routine.publish</code></td>\n<td>Triggered when a Routine is <code>published</code></td>\n</tr>\n<tr>\n<td><code>routine.unpublish</code></td>\n<td>Triggered when a Routine is <code>unpublished</code></td>\n</tr>\n<tr>\n<td><code>storeaction.execution</code></td>\n<td>Triggered when a Task is <code>published</code>, <code>finished</code>, <code>reopen</code></td>\n</tr>\n<tr>\n<td><a href=\"#sales-action\"><code>sales.action</code></a></td>\n<td>Triggered when a luigi task for import data in redshift is <code>started</code> and <code>finished</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"skinny-payloads\">Skinny Payloads</h3>\n<p>Under this paradigm, the hook acts more like a \"notification,\" telling the Receiver to make the necessary API calls to complete the transaction. The benefit of this approach is that the Receiver must make an authenticated API call to obtain data, so access can be regulated via normal means.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST / HTTP/1.1\nAccept: */*\nUser-Agent: FrogmiAgent\nContent-Type: application/vnd.api+json\nX-Frogmi-Delivery: 622e53d4-c652-48b5-834e-fb028eb35a24\nX-Frogmi-Notification-Type: Notification\nX-Frogmi-HMAC: MzVjNWQ0YmMxZjJmZjA4YzViMGE4ZGVmN2U3NmU4MmZkMWI1Yzg5NGYyMGNjMzljZTM0ZGI4OTQwOGY3ZTVmOA==\nX-Frogmi-Timestamp: 1551804429\nX-Frogmi-Token: 19284mb8vd8l0h76taxw0y280uvjl9209li6l21lz5ekwd121x\nContent-Length: 407\n{\n  \"type\": \"webhook\",\n  \"id\": \"622e53d4-c652-48b5-834e-fb028eb35a24\",\n  \"attributes\": {\n    \"name\": \"store_beat.execution\",\n    \"action\": \"processed\",\n    \"url\": \"https://api.frogmi.com/api/v3/task_management/some-uuid\",\n    \"created_at\": \"2020-02-04T00:00:00.000-03:00\",\n    \"activity_uuid\": \"some-activity-uuid\"\n  }\n}\n\n</code></pre><h3 id=\"ping-event\">Ping Event</h3>\n<p>Before you subscribe your HTTP or HTTPS endpoint to a topic, you must make sure that the HTTP or HTTPS endpoint has the capability to handle the HTTP POST requests that Frogmi uses to send the subscription confirmation and notification messages.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST / HTTP/1.1\nAccept: */*\nUser-Agent: FrogmiAgent\nContent-Type: application/vnd.api+json\nX-Frogmi-Delivery: 622e53d4-c652-48b5-834e-fb028eb35a24\nX-Frogmi-Notification-Type: SubscriptionConfirmation\nX-Frogmi-HMAC: MzVjNWQ0YmMxZjJmZjA4YzViMGE4ZGVmN2U3NmU4MmZkMWI1Yzg5NGYyMGNjMzljZTM0ZGI4OTQwOGY3ZTVmOA==\nX-Frogmi-Timestamp: 1551804429\nX-Frogmi-Token: 19284mb8vd8l0h76taxw0y280uvjl9209li6l21lz5ekwd121x\nContent-Length: 407\n{\n  \"id\": \"622e53d4-c652-48b5-834e-fb028eb35a24\",\n  \"type\": \"SubscriptionConfirmation\",\n  \"attributes\": {\n    \"message\": \"You have chosen to subscribe to the event store_beat.execution.\\\\nTo confirm the subscription, visit the SubscribeURL included in this message.\",\n    \"subscribe_url\": \"http://127.0.0.1:3000/api/v3/webhooks/subscribers/622e53d4-c652-48b5-834e-fb028eb35a24/confirm\",\n    \"timestamp\": \"2019-02-12T21:07:43.519+00:00\"\n  }\n}\n\n</code></pre><p>After you subscribe your endpoint, Frogmi will send a subscription confirmation message to the endpoint. You should already have code that performs the actions described above deployed to your endpoint. You must handle this request and take the <code>subscribe_url</code> and perform <code>GET</code> request using Token and CompanyId in order to confirm the subscription.</p>\n<p>Note that if you do not confirm the suscription Frogmi won't be able to delivery any notification.</p>\n<p><a href=\"https://gist.github.com/deivinsontejeda/b6b24ffb0afa48bcb276b7edb6a1df61\">Server Dummy</a></p>\n<h3 id=\"making-it-secure\">Making It Secure</h3>\n<p>There’s nothing to stop someone who knows our webhook URL from crafting false event data and sending it to the URL. Frogmi signs each request sent and posts the following headers as well:</p>\n<ul>\n<li>timestamp (number of seconds passed since January 1, 1970)</li>\n<li>token (randomly generate string length 50)</li>\n<li>signature (hexacdecimal string generated by HMAC algorithm)</li>\n</ul>\n<p>To verify the token, you need to:</p>\n<ul>\n<li>Concatenate the values of token and timestamp.</li>\n<li>Encode the resulting string with HMAC, using your Frogmi API Token as the key and Sha256 as the algorithm.</li>\n</ul>\n<p>The result should be the same as the signature.</p>\n<h3 id=\"events-payload-examples\">Events' payload examples</h3>\n<h4 id=\"storebeat-execution\">Storebeat execution</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST / HTTP/1.1\nHost: your-domain.com\nAccept: */*\nUser-Agent: FrogmiAgent\nContent-Type: application/vnd.api+json\nX-Frogmi-Delivery: 52335f47-1127-4b00-9112-80b7c77c6da5\nX-Frogmi-Notification-Type: Notification\nX-Frogmi-HMAC: MzVjNWQ0YmMxZjJmZjA4YzViMGE4ZGVmN2U3NmU4MmZkMWI1Yzg5NGYyMGNjMzljZTM0ZGI4OTQwOGY3ZTVmOA==\nX-Frogmi-Timestamp: 1551804429\nX-Frogmi-Token: 19284mb8vd8l0h76taxw0y280uvjl9209li6l21lz5ekwd121x\nContent-Length: 266\n{\n  \"type\": \"webhook\",\n  \"id\": \"52335f47-1127-4b00-9112-80b7c77c6da5\",\n  \"attributes\": {\n    \"url\": \"https://api.frogmi.com/api/v3/store_beat/events/17b18344-6d7e-4a05-8680-bd40f8f85aac\",\n    \"name\": \"store_beat.execution\",\n    \"action\": \"processed\",\n    \"created_at\": \"2019-02-22T14:52:55.433+00:00\",\n    \"activity_uuid\": \"b72f84ef-48cb-4542-9b16-87ce6f8c3136\"\n  }\n}\n\n</code></pre><h4 id=\"taskmanagement-execution\">Taskmanagement execution</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST / HTTP/1.1\nHost: your-domain.com\nAccept: */*\nUser-Agent: FrogmiAgent\nContent-Type: application/vnd.api+json\nX-Frogmi-Delivery: a4ca2cdf-737a-4657-ad78-f501b4d5c4f5\nX-Frogmi-Notification-Type: Notification\nX-Frogmi-HMAC: MzVjNWQ0YmMxZjJmZjA4YzViMGE4ZGVmN2U3NmU4MmZkMWI1Yzg5NGYyMGNjMzljZTM0ZGI4OTQwOGY3ZTVmOA==\nX-Frogmi-Timestamp: 1551804429\nX-Frogmi-Token: 19284mb8vd8l0h76taxw0y280uvjl9209li6l21lz5ekwd121x\nContent-Length: 278\n{\n  \"type\": \"webhook\",\n  \"id\": \"a4ca2cdf-737a-4657-ad78-f501b4d5c4f5\",\n  \"attributes\": {\n    \"url\": \"https://api.frogmi.com/api/v3/tasks_management/results/7ea14fba-05da-4462-8383-6c2a27daefa9\",\n    \"name\": \"task_management.execution\",\n    \"action\": \"processed\",\n    \"created_at\": \"2019-02-22T15:52:55.433+00:00\",\n    \"activity_uuid\": \"b72f84ef-48cb-4542-9b16-87ce6f8c3136\"\n  }\n}\n\n</code></pre><h4 id=\"routine-execution\">Routine execution</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST / HTTP/1.1\nHost: your-domain.com\nAccept: */*\nUser-Agent: FrogmiAgent\nContent-Type: application/vnd.api+json\nX-Frogmi-Delivery: f265f883-1a72-4b5f-b0cd-f3c6adcfb97f\nX-Frogmi-Notification-Type: Notification\nX-Frogmi-HMAC: MzVjNWQ0YmMxZjJmZjA4YzViMGE4ZGVmN2U3NmU4MmZkMWI1Yzg5NGYyMGNjMzljZTM0ZGI4OTQwOGY3ZTVmOA==\nX-Frogmi-Timestamp: 1551804429\nX-Frogmi-Token: 19284mb8vd8l0h76taxw0y280uvjl9209li6l21lz5ekwd121x\nContent-Length: 262\n{\n  \"type\": \"webhook\",\n  \"id\": \"f265f883-1a72-4b5f-b0cd-f3c6adcfb97f\",\n  \"attributes\": {\n    \"url\": \"https://api.frogmi.com/api/v3/routines/results/8a635ae3-5a7d-4e6b-b3e2-a749754693be\",\n    \"name\": \"routine.execution\",\n    \"action\": \"finished\",\n    \"created_at\": \"2019-02-22T16:52:55.433+00:00\"\n  }\n}\n\n</code></pre><h4 id=\"sales-action\">Sales Action</h4>\n<p>The JSON properties described bellow can take the following values:</p>\n<ul>\n<li><strong>attributes.action</strong>: can take the following values: <code>started</code> and <code>finished</code></li>\n<li><strong>attributes.filename</strong>: is the name of the uploaded file in S3</li>\n<li><strong>attributes.file_type</strong>: can take the following values: <code>sales</code>, <code>products</code>, <code>stores</code>, <code>stock</code></li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST /payload HTTP/1.1\nHost: your-domain.com\nAccept: */*\nUser-Agent: FrogmiAgent\nContent-Type: application/vnd.api+json\nX-Frogmi-Delivery: 50192281-6d26-49bd-8c23-4b01da9b0b59\nX-Frogmi-Notification-Type: Notification\nX-Frogmi-HMAC: NWRlOGYxNGFmZDAzOWE3Y2VlOWE3ZTg3NzM0MjI4YTUyYmZmNzVlNjg5MTM3ZmQyOGVjMmIzOWRjN2E5MjllNw==\nX-Frogmi-Timestamp: 1554123061\nX-Frogmi-Token: ow6iio3qqhk5jn5eohszwuddbfe3qc1tfrzddrhlcqcgqu0p9g\nContent-Length: 261\nX-Forwarded-Proto: https\nX-Forwarded-For: 34.225.128.195\n{\n  \"type\": \"webhook\",\n  \"attributes\": {\n    \"name\": \"sales.action\",\n    \"action\": \"started\",\n    \"filename\": \"b7fa583e-a144-4ec2-9464-e1e514512fb4_products_20190401000001.tsv\",\n    \"file_type\": \"products\",\n    \"created_at\": \"2019-04-01 12:50:55.256648\"\n  },\n  \"id\": \"50192281-6d26-49bd-8c23-4b01da9b0b59\"\n}\n\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"7ec08ca8-1413-47bc-9ad4-8f80e49102f9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6a0571e6-b150-49df-a66e-4e6a9b665cc2","type":"text/javascript","exec":[""]}}],"_postman_id":"6e72e7ab-af7b-4550-a06a-de61ffe0ae89"},{"name":"StoreAction","item":[{"name":"List tasks","id":"08a452d9-6f62-4984-8f50-7fa5804be078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"X-Company-UUID","value":"","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/ticket_manager/tasks?per_page=10&filters[period][to]=2025-09-06&filters[period][from]=2025-09-01","description":"<p>Each of the responded elements represent a single result of an specific task.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>Below it describes the available GET parameters to use</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>include</code></td>\n<td>Array[String]</td>\n<td>Include information from referenced entities.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>Result elements current page.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>per_page</code></td>\n<td>Integer</td>\n<td>Result elements per page.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>sort</code></td>\n<td>String</td>\n<td>Order of resulting elements. See reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>pictures</code></td>\n<td>Boolean</td>\n<td>To include associated pictures for each result.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>expand</code></td>\n<td>Array[String]</td>\n<td>Flags to obtain extra information. See reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters</code></td>\n<td>Array[Array[String]]</td>\n<td>Generalized filters.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"extra-data-inclusion\">Extra data inclusion</h4>\n<p>By indicating the name of other entities within the system, the API will lookup the basic information of those and add them as part of the \"included\" seciton in the response.</p>\n<h4 id=\"sorting-logic\">Sorting logic</h4>\n<p>The \"sort\" parameters functions as a single encoded string that respect a simple format. A \"-\" at the beginning indicates a descending order and the inner column to use as a criteria must be given represented by an access notation. e.g.: \"-sum.total\" would be interpreted as \"sum_total DESC\". For more information on sorting options contact us.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>filters[period][from]</code></td>\n<td>DateTime</td>\n<td>Date from fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[period][to]</code></td>\n<td>DateTime</td>\n<td>Date to fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[activities]</code></td>\n<td>Array[String]</td>\n<td>Array with Activities ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[brands]</code></td>\n<td>Array[String]</td>\n<td>Array with Brand ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[accountable_areas]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[users]</code></td>\n<td>Array[String]</td>\n<td>Array with Users ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[zones]</code></td>\n<td>Array[String]</td>\n<td>Array with Zone ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[tickets]</code></td>\n<td>Array[String]</td>\n<td>Array with Ticket ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_definitions]</code></td>\n<td>Array[String]</td>\n<td>Array with Ticket definition ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_types]</code></td>\n<td>Array[String]</td>\n<td>Array with Ticket types ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_id]</code></td>\n<td>Array[Integer]</td>\n<td>Array with Ticket inner ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[only_my_tasks]</code></td>\n<td>Boolean</td>\n<td>To see only tasks associated with the requesting user</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[approving_accountable_areas]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID on the approval side</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[executimg_accountable_areas]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID on the execution side</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[states]</code></td>\n<td>Array[String]</td>\n<td>Array with valid states of tasks. Valid states include: open, in_progress, resolved, unresolved, to_be_approved. As well as their \"late\" counterparts, e.g: \"open_late\"</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[state_include_late]</code></td>\n<td>Boolean</td>\n<td>When true, if the user is filtering by a particular state, it will also include those in its \"late\" counterpart.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","ticket_manager","tasks"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"include","value":"activities,stores,accountable_areas,categories,brands,zones,tickets"},{"disabled":true,"key":"page","value":"1"},{"key":"per_page","value":"10"},{"disabled":true,"key":"sort","value":""},{"disabled":true,"key":"pictures","value":"true"},{"disabled":true,"key":"expand","value":"trigger_metadata,related_tickets,summary"},{"key":"filters[period][to]","value":"2025-09-06"},{"key":"filters[period][from]","value":"2025-09-01"}],"variable":[]}},"response":[{"id":"14715ce4-f943-4583-8a4c-fa69948ac560","name":"List tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{API_HOST}}/api/v3/ticket_manager/tasks?per_page=1&filters[period][to]=2025-09-06&filters[period][from]=2025-09-01","host":["{{API_HOST}}"],"path":["api","v3","ticket_manager","tasks"],"query":[{"key":"per_page","value":"1"},{"key":"filters[period][to]","value":"2025-09-06"},{"key":"filters[period][from]","value":"2025-09-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"823676d7-e7b4-448d-ada4-d8e41c2dca37\",\n            \"type\": \"tasks\",\n            \"attributes\": {\n                \"name\": \"Cuadratura de Ventas - Notas de créditos (procedimiento)\",\n                \"state\": \"resolved_and_late\",\n                \"expired\": 0,\n                \"ticket_id\": 6963495,\n                \"created_at\": \"2025-02-15T03:20:18+00:00\",\n                \"due_date\": \"2025-02-16T03:20:13+00:00\",\n                \"expiration_date\": \"2025-05-16T03:20:17+00:00\",\n                \"finished_at\": \"2025-03-22T17:13:29+00:00\",\n                \"comments\": null,\n                \"approved_at\": \"2025-03-24 16:12:21.872675\",\n                \"history\": []\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks/823676d7-e7b4-448d-ada4-d8e41c2dca37\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"89cf530e-552d-408a-8f91-76b0796d853c\",\n            \"type\": \"tasks\",\n            \"attributes\": {\n                \"name\": \"Complete la tarea de acuerdo a las observaciones entregadas\",\n                \"state\": \"resolved_and_late\",\n                \"expired\": 0,\n                \"ticket_id\": 6963826,\n                \"created_at\": \"2025-02-15T14:30:48+00:00\",\n                \"due_date\": \"2025-02-17T14:30:29+00:00\",\n                \"expiration_date\": \"2025-05-16T14:30:45+00:00\",\n                \"finished_at\": \"2025-03-08T11:40:41+00:00\",\n                \"comments\": null,\n                \"history\": []\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks/89cf530e-552d-408a-8f91-76b0796d853c\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"18464696-76f0-4392-b9c9-7be54ab95817\",\n            \"type\": \"tasks\",\n            \"attributes\": {\n                \"name\": \"Complete la tarea de acuerdo a las observaciones entregadas\",\n                \"state\": \"resolved_and_late\",\n                \"expired\": 0,\n                \"ticket_id\": 6963827,\n                \"created_at\": \"2025-02-15T14:30:49+00:00\",\n                \"due_date\": \"2025-02-17T14:30:29+00:00\",\n                \"expiration_date\": \"2025-05-16T14:30:46+00:00\",\n                \"finished_at\": \"2025-03-08T11:43:23+00:00\",\n                \"comments\": null,\n                \"history\": []\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks/18464696-76f0-4392-b9c9-7be54ab95817\"\n            },\n            \"relationships\": {}\n        }\n    ],\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/ticket_manager/tasks?filter[period][from]=2025-02-15T00%3A00%3A00%2B00%3A00&filter[period][to]=2025-02-16T00%3A00%3A00%2B00%3A00&filter[state_include_late]=true&filter[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&per_page=3&expand=related_tickets&filters[period][from]=2025-02-15&filters[period][to]=2025-02-16&filters[state_include_late]=true&filters[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&page=2\",\n        \"first\": \"https://neo.frogmi.com/api/v3/ticket_manager/tasks?filter[period][from]=2025-02-15T00%3A00%3A00%2B00%3A00&filter[period][to]=2025-02-16T00%3A00%3A00%2B00%3A00&filter[state_include_late]=true&filter[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&per_page=3&expand=related_tickets&filters[period][from]=2025-02-15&filters[period][to]=2025-02-16&filters[state_include_late]=true&filters[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&page=1\",\n        \"last\": \"https://neo.frogmi.com/api/v3/ticket_manager/tasks?filter[period][from]=2025-02-15T00%3A00%3A00%2B00%3A00&filter[period][to]=2025-02-16T00%3A00%3A00%2B00%3A00&filter[state_include_late]=true&filter[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&per_page=3&expand=related_tickets&filters[period][from]=2025-02-15&filters[period][to]=2025-02-16&filters[state_include_late]=true&filters[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&page=10\",\n        \"self\": \"https://neo.frogmi.com/api/v3/ticket_manager/tasks?filter[period][from]=2025-02-15T00%3A00%3A00%2B00%3A00&filter[period][to]=2025-02-16T00%3A00%3A00%2B00%3A00&filter[state_include_late]=true&filter[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&per_page=3&expand=related_tickets&filters[period][from]=2025-02-15&filters[period][to]=2025-02-16&filters[state_include_late]=true&filters[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&page=1\"\n    },\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 28,\n            \"per_page\": 3\n        }\n    }\n}"}],"_postman_id":"08a452d9-6f62-4984-8f50-7fa5804be078"},{"name":"Insert task definition","id":"97f162a4-ab19-4027-a616-1ed5fc95c9e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"X-Company-UUID","value":"","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ticket_definition\": {\n    \"title\": \"Ejecución del diálogo de servicio\",\n    \"due_date\": \"2025-09-20T16:57:13-0600\",\n    \"description\": \" imagen https://techcrunch.com/wp-content/uploads/2025/01/Databricks_042221_Ali_Ghodsi_236.jpg?resize=1200,800 y otra imagen https://techcrunch.com/wp-content/uploads/2025/01/Databricks_042221_Ali_Ghodsi_236.jpg\",\n    \"area_code\": \"codigo-prueba25julio\",\n    \"approval_area_code\": \"codigo-prueba25julio2\",\n    \"store_codes\": [\n      \"10\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/v3/companies/{{frogmi_companyUUID}}/tickets","description":"<p>Tasks within StoreAction are created based on definitions.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>Below it describes the available fields we can use to create a new ticket definition.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>yes</td>\n<td><code>title</code></td>\n<td>String</td>\n<td>Ticket definition title</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>description</code></td>\n<td>String</td>\n<td>Ticket definition description</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>area_code</code></td>\n<td>String</td>\n<td>Area code, for manual tickets</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>creator_uuid</code></td>\n<td>String</td>\n<td>Creator user UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>store_codes</code></td>\n<td>Array[String]</td>\n<td>Store codes for manual tickets</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>approval_area_code</code></td>\n<td>String</td>\n<td>Approval area UUID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>approval_time_unit</code></td>\n<td>String</td>\n<td>Approval time unit, defaults to 1.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>approval_time_value</code></td>\n<td>String</td>\n<td>Approval time value, defaults to 'days'</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>flow_type</code></td>\n<td>String</td>\n<td>Flow type, defaults to 'without_approval'</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>notify_by_email</code></td>\n<td>Boolean</td>\n<td>Notify by email, defaults to true</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>pictures</code></td>\n<td>Array[String]</td>\n<td>Picture urls to add to the ticket</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>priority</code></td>\n<td>String</td>\n<td>Priority of execution, defaults to 'high'</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>active</code></td>\n<td>Boolean</td>\n<td>Active status, defaults to true</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>custom_expiration_date</code></td>\n<td>Timestamp</td>\n<td>Custom expiration date and time</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>due_date</code></td>\n<td>Date</td>\n<td>Due Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","companies","{{frogmi_companyUUID}}","tickets"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"d5d9c516-283c-49eb-acb0-1f66b33cbbf5","name":"Insert task definition","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"X-Company-UUID","value":"","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ticket_definition\": {\n    \"title\": \"Ejecución del diálogo de servicio\",\n    \"due_date\": \"2025-09-20T16:57:13-0600\",\n    \"description\": \" imagen https://techcrunch.com/wp-content/uploads/2025/01/Databricks_042221_Ali_Ghodsi_236.jpg?resize=1200,800 y otra imagen https://techcrunch.com/wp-content/uploads/2025/01/Databricks_042221_Ali_Ghodsi_236.jpg\",\n    \"area_code\": \"codigo-prueba25julio\",\n    \"approval_area_code\": \"codigo-prueba25julio2\",\n    \"store_codes\": [\n      \"10\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/v3/companies/878dbe54-d9a6-4fd0-8a55-85247df32250/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"9576245d-7424-4e6a-9ca5-0650bd03e628\",\n        \"description\": \" imagen https://techcrunch.com/wp-content/uploads/2025/01/Databricks_042221_Ali_Ghodsi_236.jpg?resize=1200,800 y otra imagen https://techcrunch.com/wp-content/uploads/2025/01/Databricks_042221_Ali_Ghodsi_236.jpg\",\n        \"active\": true,\n        \"area_code\": \"codigo-prueba25julio\",\n        \"store_codes\": [\n            \"10\"\n        ],\n        \"creator_name\": null\n    }\n}"}],"_postman_id":"97f162a4-ab19-4027-a616-1ed5fc95c9e0"}],"id":"28cd063c-4240-43c6-89b9-895db538e8e3","description":"<p>These endpoints allow you to request information on defined StoreAction tasks for your company, as well as create new definitions.</p>\n","_postman_id":"28cd063c-4240-43c6-89b9-895db538e8e3"},{"name":"StoreWork","item":[{"name":"List tasks","id":"14bc30fc-9956-4137-8e6b-ca0dcfc25f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"X-Company-UUID","value":"","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/ticket_workflow/tasks?per_page=10&filters[period][to]=2025-09-06&filters[period][from]=2025-09-01","description":"<p>Each of the responded elements represent a single result of an specific task.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>Below it describes the available GET parameters to use</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>include</code></td>\n<td>Array[String]</td>\n<td>Include information from referenced entities.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>Result elements current page.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>per_page</code></td>\n<td>Integer</td>\n<td>Result elements per page.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>sort</code></td>\n<td>String</td>\n<td>Order of resulting elements. See reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>dir</code></td>\n<td>String</td>\n<td>Basic results order, by id (and therefore creation order). Options are \"asc\" and \"desc\".</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>cursor</code></td>\n<td>Boolean</td>\n<td>If true, aginate using scroll_id logic.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>scroll_id</code></td>\n<td>Integer</td>\n<td>Reference to the last element of the previous chunk, requires cursor=true to work.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>skip_main_tasks</code></td>\n<td>Boolean</td>\n<td>False to indicate if we wish to include the main tasks.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>override_due_date_order</code></td>\n<td>Boolean</td>\n<td>To change the order using the due date as reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>expand</code></td>\n<td>Array[String]</td>\n<td>Flags to obtain extra information. See reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters</code></td>\n<td>Array[Array[String]]</td>\n<td>Generalized filters.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"extra-data-inclusion\">Extra data inclusion</h4>\n<p>By indicating the name of other entities within the system, the API will lookup the basic information of those and add them as part of the \"included\" seciton in the response.</p>\n<h4 id=\"sorting-logic\">Sorting logic</h4>\n<p>The \"sort\" parameters functions as a single encoded string that respect a simple format. A \"-\" at the beginning indicates a descending order and the inner column to use as a criteria must be given represented by an access notation. e.g.: \"-sum.total\" would be interpreted as \"sum_total DESC\". For more information on sorting options contact us.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>filters[period][from]</code></td>\n<td>DateTime</td>\n<td>Date from fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[period][to]</code></td>\n<td>DateTime</td>\n<td>Date to fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[activities]</code></td>\n<td>Array[String]</td>\n<td>Array with Activities ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[brands]</code></td>\n<td>Array[String]</td>\n<td>Array with Brand ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[accountable_areas]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[users]</code></td>\n<td>Array[String]</td>\n<td>Array with Users ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[zones]</code></td>\n<td>Array[String]</td>\n<td>Array with Zone ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[tickets]</code></td>\n<td>Array[String]</td>\n<td>Array with Ticket ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_definitions]</code></td>\n<td>Array[String]</td>\n<td>Array with Ticket definition ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_types]</code></td>\n<td>Array[String]</td>\n<td>Array with Ticket types ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[stores]</code></td>\n<td>Array[String]</td>\n<td>Array with Stores ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_id]</code></td>\n<td>Array[Integer]</td>\n<td>Array with Ticket inner ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[only_my_tasks]</code></td>\n<td>Boolean</td>\n<td>To see only tasks associated with the requesting user</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[approving_accountable_areas]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID on the approval side</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[executimg_accountable_areas]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID on the execution side</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[states]</code></td>\n<td>Array[String]</td>\n<td>Array with valid states of tasks. Valid states include: open, in_progress, resolved, unresolved, to_be_approved. As well as their \"late\" counterparts, e.g: \"open_late\"</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[state_include_late]</code></td>\n<td>Boolean</td>\n<td>When true, if the user is filtering by a particular state, it will also include those in its \"late\" counterpart.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_activity]</code></td>\n<td>Array[String]</td>\n<td>Ticket activities uuids, when the ticket is the main task.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[first_id]</code></td>\n<td>Integer</td>\n<td>Main task reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_type_action]</code></td>\n<td>String</td>\n<td>Ticket generation type. Options include 'manual' and 'trigger'.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","ticket_workflow","tasks"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"include","value":"activities,stores,accountable_areas,navigation_templates,categories,brands,zones,tickets"},{"disabled":true,"key":"page","value":"1"},{"key":"per_page","value":"10"},{"disabled":true,"key":"sort","value":""},{"disabled":true,"key":"pictures","value":"true"},{"disabled":true,"key":"expand","value":"trigger_metadata,related_tickets,summary"},{"key":"filters[period][to]","value":"2025-09-06"},{"key":"filters[period][from]","value":"2025-09-01"}],"variable":[]}},"response":[{"id":"5d86d348-3ae8-4ac9-a3a0-c73be75dde5e","name":"List tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{API_HOST}}/api/v3/ticket_workflow/tasks?per_page=1&page=1&filter[period][from]=2025-06-15T00:00:00-06:00&filter[period][to]=2025-06-16T00:00:00-06:00&sort=id&cursor=true&include=stores","host":["{{API_HOST}}"],"path":["api","v3","ticket_workflow","tasks"],"query":[{"key":"per_page","value":"1"},{"key":"page","value":"1"},{"key":"filter[period][from]","value":"2025-06-15T00:00:00-06:00"},{"key":"filter[period][to]","value":"2025-06-16T00:00:00-06:00"},{"key":"sort","value":"id"},{"key":"cursor","value":"true"},{"key":"include","value":"stores"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"0570cf4a-4b30-4174-b0c1-9410ea102d53\",\n            \"type\": \"tasks\",\n            \"attributes\": {\n                \"name\": \"Generar incidente\",\n                \"state\": \"resolved\",\n                \"expired\": 0,\n                \"ticket_id\": 7973307,\n                \"created_at\": \"2025-06-15T11:03:12+00:00\",\n                \"due_date\": \"2025-09-13T10:03:12+00:00\",\n                \"expiration_date\": \"2025-09-13T11:03:12+00:00\",\n                \"finished_at\": \"2025-06-24T03:49:54+00:00\",\n                \"main_task\": true,\n                \"first_node\": {\n                    \"id\": 7973307,\n                    \"code\": \"in327_1\",\n                    \"name\": \"Generar incidente\",\n                    \"uuid\": \"0570cf4a-4b30-4174-b0c1-9410ea102d53\"\n                },\n                \"first_node_activity\": null,\n                \"answer\": {\n                    \"alternative_name\": \"Ingresado\",\n                    \"alternative_uuid\": \"d5cb986b-3da8-485d-a867-1407bc8580ee\"\n                },\n                \"comments\": \"el viento rompió traga luz del pasillo  y entra el agua\",\n                \"description\": \"Descripción: Levante problema al área de soporte, con foto legible y comentario claro de situación y ubicación. Adjuntar fotografía de acta de SEREMI si corresponde.\",\n                \"pictures\": [\n                    \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_0570cf4a-4b30-4174-b0c1-9410ea102d53/assets/gallery_1749985313422.jpg\"\n                ],\n                \"code\": \"in327_1\",\n                \"alternatives_title\": \"Avanzar a\",\n                \"mandatory_comment\": false,\n                \"navigation_levels\": [\n                    {\n                        \"id\": \"da2bc1e5-cbcd-4a0f-991c-cb7e6e36c9f5\",\n                        \"name\": \"Infraestructura\",\n                        \"code\": \"in3422\",\n                        \"level\": \"l3\"\n                    },\n                    {\n                        \"id\": \"14a2741d-4ccf-4445-b51f-dc919818f3ae\",\n                        \"name\": \"Baños colaboradores\",\n                        \"code\": \"Baoscolaboradores\",\n                        \"level\": \"l2\"\n                    },\n                    {\n                        \"id\": \"64596080-6875-4c2f-9120-45c71d88e554\",\n                        \"name\": \"Mantención\",\n                        \"code\": \"mantencion\",\n                        \"level\": \"l1\"\n                    }\n                ],\n                \"pending_tasks\": 0,\n                \"meta_accountable_areas\": [\n                    {\n                        \"id\": \"fefab308-7723-4ec3-ad9e-e802747f97f6\",\n                        \"name\": \"z - operación - administrador\"\n                    },\n                    {\n                        \"id\": \"bad455a1-0099-4a2a-ad98-76050a173dce\",\n                        \"name\": \"Mantención - Supervisor\"\n                    }\n                ],\n                \"meta_due_date\": {\n                    \"date\": \"2025-09-13T10:03:12+00:00\",\n                    \"expired\": false\n                },\n                \"meta_state\": \"resolved\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks/0570cf4a-4b30-4174-b0c1-9410ea102d53\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"b896fbb8-9729-4c3c-a891-751f875e3f15\",\n                        \"type\": \"stores\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/ticket_workflow/tasks?per_page=1&page=2&filter[period][from]=2025-06-15T00%3A00%3A00-06%3A00&filter[period][to]=2025-06-16T00%3A00%3A00-06%3A00&filter[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&filter[ticket_types][]=workflow&sort=id&cursor=true&include=stores&filters[period][from]=2025-06-15T00%3A00%3A00-06%3A00&filters[period][to]=2025-06-16T00%3A00%3A00-06%3A00&filters[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&filters[ticket_types][]=workflow&dir=desc&scroll_id=245501150\",\n        \"scroll_id\": 245501150\n    },\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": 229,\n            \"per_page\": 1,\n            \"scroll_id\": 245501150\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"b896fbb8-9729-4c3c-a891-751f875e3f15\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"Example Store 578\",\n                \"code\": \"578\",\n                \"state\": \"active\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/stores/b896fbb8-9729-4c3c-a891-751f875e3f15\"\n            }\n        }\n    ]\n}"}],"_postman_id":"14bc30fc-9956-4137-8e6b-ca0dcfc25f5c"},{"name":"List tasks with checklists","id":"b6945989-3433-4ae8-8832-3bee93e43699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"X-Company-UUID","value":"","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{API_HOST}}/api/v3/ticket_workflow/checklist_tasks?filter[period][from]=2025-06-15T00:00:00-06:00&filter[period][to]=2025-06-16T00:00:00-06:00&per_page=1&page=1&expand=trigger_metadata&sort=id&cursor=true&include=stores","description":"<p>Each of the responded elements represent a single result of an specific task including all information regarding the checklists within.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>Below it describes the available GET parameters to use</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>include</code></td>\n<td>Array[String]</td>\n<td>Include information from referenced entities.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>Result elements current page.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>per_page</code></td>\n<td>Integer</td>\n<td>Result elements per page.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>sort</code></td>\n<td>String</td>\n<td>Order of resulting elements. See reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>dir</code></td>\n<td>String</td>\n<td>Basic results order, by id (and therefore creation order). Options are \"asc\" and \"desc\".</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>cursor</code></td>\n<td>Boolean</td>\n<td>If true, aginate using scroll_id logic.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>scroll_id</code></td>\n<td>Integer</td>\n<td>Reference to the last element of the previous chunk, requires cursor=true to work.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>skip_main_tasks</code></td>\n<td>Boolean</td>\n<td>False to indicate if we wish to include the main tasks.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>override_due_date_order</code></td>\n<td>Boolean</td>\n<td>To change the order using the due date as reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>expand</code></td>\n<td>Array[String]</td>\n<td>Flags to obtain extra information. See reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters</code></td>\n<td>Array[Array[String]]</td>\n<td>Generalized filters.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"extra-data-inclusion\">Extra data inclusion</h4>\n<p>By indicating the name of other entities within the system, the API will lookup the basic information of those and add them as part of the \"included\" seciton in the response.</p>\n<h4 id=\"sorting-logic\">Sorting logic</h4>\n<p>The \"sort\" parameters functions as a single encoded string that respect a simple format. A \"-\" at the beginning indicates a descending order and the inner column to use as a criteria must be given represented by an access notation. e.g.: \"-sum.total\" would be interpreted as \"sum_total DESC\". For more information on sorting options contact us.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Below describe filters available for this endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>required</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no</td>\n<td><code>filters[period][from]</code></td>\n<td>DateTime</td>\n<td>Date from fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[period][to]</code></td>\n<td>DateTime</td>\n<td>Date to fetch results. Format ISO-8601</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[activities]</code></td>\n<td>Array[String]</td>\n<td>Array with Activities ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[brands]</code></td>\n<td>Array[String]</td>\n<td>Array with Brand ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[accountable_areas]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[users]</code></td>\n<td>Array[String]</td>\n<td>Array with Users ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[zones]</code></td>\n<td>Array[String]</td>\n<td>Array with Zone ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[tickets]</code></td>\n<td>Array[String]</td>\n<td>Array with Ticket ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_definitions]</code></td>\n<td>Array[String]</td>\n<td>Array with Ticket definition ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_types]</code></td>\n<td>Array[String]</td>\n<td>Array with Ticket types ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[stores]</code></td>\n<td>Array[String]</td>\n<td>Array with Stores ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_id]</code></td>\n<td>Array[Integer]</td>\n<td>Array with Ticket inner ID</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[only_my_tasks]</code></td>\n<td>Boolean</td>\n<td>To see only tasks associated with the requesting user</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[approving_accountable_areas]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID on the approval side</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[executimg_accountable_areas]</code></td>\n<td>Array[String]</td>\n<td>Array with Accountable Areas ID on the execution side</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[states]</code></td>\n<td>Array[String]</td>\n<td>Array with valid states of tasks. Valid states include: open, in_progress, resolved, unresolved, to_be_approved. As well as their \"late\" counterparts, e.g: \"open_late\"</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[state_include_late]</code></td>\n<td>Boolean</td>\n<td>When true, if the user is filtering by a particular state, it will also include those in its \"late\" counterpart.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_activity]</code></td>\n<td>Array[String]</td>\n<td>Ticket activities uuids, when the ticket is the main task.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[first_id]</code></td>\n<td>Integer</td>\n<td>Main task reference.</td>\n</tr>\n<tr>\n<td>no</td>\n<td><code>filters[ticket_type_action]</code></td>\n<td>String</td>\n<td>Ticket generation type. Options include 'manual' and 'trigger'.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","ticket_workflow","checklist_tasks"],"host":["{{API_HOST}}"],"query":[{"key":"filter[period][from]","value":"2025-06-15T00:00:00-06:00"},{"key":"filter[period][to]","value":"2025-06-16T00:00:00-06:00"},{"key":"per_page","value":"1"},{"key":"page","value":"1"},{"key":"expand","value":"trigger_metadata"},{"key":"sort","value":"id"},{"key":"cursor","value":"true"},{"disabled":true,"key":"pictures","value":"true"},{"key":"include","value":"stores"}],"variable":[]}},"response":[{"id":"362de9bd-c882-4719-9188-8ae6131590e3","name":"List tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{API_HOST}}/api/v3/ticket_workflow/checklist_tasks?filter[period][from]=2025-06-15T00:00:00-06:00&filter[period][to]=2025-06-16T00:00:00-06:00&per_page=1&page=1&expand=trigger_metadata&sort=id&cursor=true&include=stores","host":["{{API_HOST}}"],"path":["api","v3","ticket_workflow","checklist_tasks"],"query":[{"key":"filter[period][from]","value":"2025-06-15T00:00:00-06:00"},{"key":"filter[period][to]","value":"2025-06-16T00:00:00-06:00"},{"key":"per_page","value":"1"},{"key":"page","value":"1"},{"key":"expand","value":"trigger_metadata"},{"key":"sort","value":"id"},{"key":"cursor","value":"true"},{"key":"include","value":"stores"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"data\": [\n        {\n            \"id\": \"00575177-22e6-4cd5-a432-f0c38a6e3214\",\n            \"type\": \"tasks\",\n            \"attributes\": {\n                \"name\": \"Generar incidente\",\n                \"state\": \"resolved\",\n                \"expired\": 0,\n                \"ticket_id\": 7973404,\n                \"created_at\": \"2025-06-15T12:11:32+00:00\",\n                \"due_date\": \"2025-09-13T11:11:28+00:00\",\n                \"expiration_date\": \"2025-09-13T12:11:28+00:00\",\n                \"finished_at\": \"2025-06-19T15:35:22+00:00\",\n                \"trigger_metadata\": {},\n                \"main_task\": true,\n                \"first_node\": {\n                    \"id\": 7973404,\n                    \"code\": \"in322_1\",\n                    \"name\": \"Generar incidente\",\n                    \"uuid\": \"00575177-22e6-4cd5-a432-f0c38a6e3214\"\n                },\n                \"first_node_activity\": null,\n                \"answer\": {\n                    \"alternative_name\": \"Ingresado\",\n                    \"alternative_uuid\": \"dd4c5e59-9e0a-436a-8073-d4a9d33e4ef9\"\n                },\n                \"comments\": \"producto con perdida de vacío, sobre exudado y mal olor \",\n                \"description\": \"Descripción: Levante problema de manera clara al área de soporte con una foto legible y una descripción clara de la situación y ubicación\",\n                \"pictures\": [\n                    \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_00575177-22e6-4cd5-a432-f0c38a6e3214/assets/gallery_1749989286099.jpg\",\n                    \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_00575177-22e6-4cd5-a432-f0c38a6e3214/assets/gallery_1749989297092.jpg\"\n                ],\n                \"code\": \"in322_1\",\n                \"alternatives_title\": \"Avanzar a\",\n                \"mandatory_comment\": false,\n                \"navigation_levels\": [\n                    {\n                        \"id\": \"3ab77ba6-0931-4704-a389-de9d9a3a9e33\",\n                        \"name\": \"Carnicería\",\n                        \"code\": \"Carnicera\",\n                        \"level\": \"l2\"\n                    },\n                    {\n                        \"id\": \"01127fa6-7d89-4f1c-81bb-4c4c83202670\",\n                        \"name\": \"Prevención Pérdidas\",\n                        \"code\": \"PrevencinPrdidas\",\n                        \"level\": \"l1\"\n                    },\n                    {\n                        \"id\": \"5b5cc7fa-66f1-467d-bb69-d080c77198cb\",\n                        \"name\": \"Pérdida termoencogido (Burbujas)\",\n                        \"code\": \"in2854\",\n                        \"level\": \"l3\"\n                    }\n                ],\n                \"pending_tasks\": 0,\n                \"meta_accountable_areas\": [\n                    {\n                        \"id\": \"932c8c97-4e40-4f23-a49f-198b00c73fa4\",\n                        \"name\": \"Operación - Recepcionista\"\n                    },\n                    {\n                        \"id\": \"62e9b8a0-f436-4302-b0fa-1a694c7a0865\",\n                        \"name\": \"Z - Prevención Pérdida - Analista de discrepancias\"\n                    },\n                    {\n                        \"id\": \"dd6cca39-5e91-4b85-afde-0af59522583d\",\n                        \"name\": \"Z - Prevención Pérdida - Administrativo de inventarios\"\n                    }\n                ],\n                \"meta_due_date\": {\n                    \"date\": \"2025-09-13T11:11:28+00:00\",\n                    \"expired\": false\n                },\n                \"meta_state\": \"resolved\",\n                \"checklist\": [\n                    {\n                        \"name\": \"1- Números de Entrega:\",\n                        \"type\": \"text\",\n                        \"value\": \"9013483455\"\n                    },\n                    {\n                        \"name\": \"2- Números de Entrega:\",\n                        \"type\": \"text\",\n                        \"value\": \"9013483455\"\n                    },\n                    {\n                        \"name\": \"3- Números de Entrega:\",\n                        \"type\": \"text\",\n                        \"value\": \"9013483455\"\n                    },\n                    {\n                        \"name\": \"4- Número de DM merma:\",\n                        \"type\": \"text\",\n                        \"value\": \"4953542713\"\n                    },\n                    {\n                        \"name\": \"5- Evidencia del Daño:\",\n                        \"type\": \"attachment\",\n                        \"value\": \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_00575177-22e6-4cd5-a432-f0c38a6e3214/assets/storecheck/fb116601-b815-496b-a9d8-c462052a8047/1000107592.jpg\"\n                    },\n                    {\n                        \"name\": \"6- Evidencia Fecha de envasado y vencimiento:\",\n                        \"type\": \"attachment\",\n                        \"value\": \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_00575177-22e6-4cd5-a432-f0c38a6e3214/assets/storecheck/0704ca0c-e218-4d27-b7cd-470866b1eaa7/1000107583.jpg\"\n                    },\n                    {\n                        \"name\": \"7- Evidencia del Muestreo Higiénico de las piezas:\",\n                        \"type\": \"attachment\",\n                        \"value\": \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_00575177-22e6-4cd5-a432-f0c38a6e3214/assets/storecheck/4d83a689-6796-4027-9ce9-96a8777a9f76/1000107590.jpg\"\n                    },\n                    {\n                        \"name\": \"8- Evidencia de HU de todas las cajas:\",\n                        \"type\": \"attachment\",\n                        \"value\": \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_00575177-22e6-4cd5-a432-f0c38a6e3214/assets/storecheck/a4fe4f56-c029-4be4-9be7-822834d73d60/1000107578.jpg\"\n                    },\n                    {\n                        \"name\": \"9- Evidencia Registro de temperatura de cámara:\",\n                        \"type\": \"attachment\",\n                        \"value\": \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_00575177-22e6-4cd5-a432-f0c38a6e3214/assets/storecheck/a8b6080a-467d-4304-8d3b-720b59b7b814/1000107606.jpg\"\n                    },\n                    {\n                        \"name\": \"10- Evidencia Registro de temperatura de transporte:\",\n                        \"type\": \"attachment\",\n                        \"value\": \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_00575177-22e6-4cd5-a432-f0c38a6e3214/assets/storecheck/8b823404-3d0c-4cbb-81f9-073aec01310f/1000107604.jpg\"\n                    },\n                    {\n                        \"name\": \"11- Evidencia de desnaturalización:\",\n                        \"type\": \"attachment\",\n                        \"value\": \"https://example-bucket.s3.amazonaws.com/company_example-uuid/ticket_00575177-22e6-4cd5-a432-f0c38a6e3214/assets/storecheck/0e046553-d658-488f-91d5-a878d86686c7/1000107602.jpg\"\n                    },\n                    {\n                        \"name\": \"12- Evidencia de archivo pdf generado por Riesgo Bajo (solo si corresponde):\",\n                        \"type\": \"attachment\",\n                        \"value\": null\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/tasks/00575177-22e6-4cd5-a432-f0c38a6e3214\"\n            },\n            \"relationships\": {\n                \"stores\": {\n                    \"data\": {\n                        \"id\": \"6e013df4-92cf-47eb-a689-928b65b70b5b\",\n                        \"type\": \"stores\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"prev\": null,\n        \"next\": \"https://neo.frogmi.com/api/v3/ticket_workflow/checklist_tasks?filter[period][from]=2025-06-15T00%3A00%3A00-06%3A00&filter[period][to]=2025-06-16T00%3A00%3A00-06%3A00&filter[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&filter[ticket_types][]=workflow&per_page=1&page=2&expand=trigger_metadata&sort=id&cursor=true&include=stores&filters[period][from]=2025-06-15T00%3A00%3A00-06%3A00&filters[period][to]=2025-06-16T00%3A00%3A00-06%3A00&filters[users][]=e19c66e2-8cb0-412a-88a0-6e9f7fb11b69&filters[ticket_types][]=workflow&dir=desc&scroll_id=245501447\",\n        \"scroll_id\": 245501447\n    },\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"total\": null,\n            \"per_page\": 1,\n            \"scroll_id\": 245501447\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"6e013df4-92cf-47eb-a689-928b65b70b5b\",\n            \"type\": \"stores\",\n            \"attributes\": {\n                \"name\": \"Example Store 736\",\n                \"code\": \"736\",\n                \"state\": \"active\"\n            },\n            \"links\": {\n                \"self\": \"https://neo.frogmi.com/api/v3/stores/6e013df4-92cf-47eb-a689-928b65b70b5b\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b6945989-3433-4ae8-8832-3bee93e43699"}],"id":"dcc884cc-14e8-418f-99eb-68145f3fb8fc","description":"<p>These endpoints allow you to request information on defined StoreWork tasks for your company.</p>\n","_postman_id":"dcc884cc-14e8-418f-99eb-68145f3fb8fc"}],"event":[{"listen":"prerequest","script":{"id":"988a3a0a-0c2b-4edf-b4d3-cfd7c0b46b9f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"afa848bf-fea2-4908-a74e-908ca46495bb","type":"text/javascript","exec":[""]}}],"variable":[{"key":"company_uuid","value":""},{"key":"auth_token","value":""},{"key":"paginationSchema","value":"{\"definitions\":{\"pagination\":{\"type\":\"object\",\"required\":[\"pagination\"],\"properties\":{\"pagination\":{\"type\":\"object\",\"properties\":{\"current_page\":{\"type\":\"integer\"},\"total\":{\"type\":\"integer\",\"minimum\":0},\"per_page\":{\"type\":\"integer\"}}}}}}}"}]}