{"info":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","description":"<html><head></head><body><h1 id=\"development-4yousee-manager-api\">Development 4YouSee Manager API</h1>\n<p>4YouSee Manager API Documentation.</p>\n<h2 id=\"requests--authentication\">Requests &amp; Authentication</h2>\n<p>All API access is over <code>HTTPS</code>, and accessed from the <code>api.4yousee.com.br</code> domain.<br>All data is sent and received as JSON and all calls require a <code>Secret-Token</code><br>HTTP header with the value obtained from <em><strong>4YouSee Manager</strong></em>.</p>\n<p>If you need more information to access the 4yousee tokens <a href=\"https://help.4yousee.com.br/rXY8Tb\">click on this link</a>.</p>\n<h2 id=\"rate-limit\">Rate limit</h2>\n<p>There is a limit of 1 call request per second (\"IP/URI\" combination).<br>In case application client exceeds that limit a <code>429</code> HTTP status will be returned.<br>Excessive requests may raise a permanent token/IP block.</p>\n<h2 id=\"paging-sorting-and-filters\">Paging, sorting and filters:</h2>\n<p>All listing features are paginated and have a default limit of 100 records.<br>To optimize your searches, some variables are available in the listings.</p>\n<h6 id=\"page\"><code>page</code></h6>\n<p>An integer that represents page size. Default is <code>1</code></p>\n<h6 id=\"limit\"><code>limit</code></h6>\n<p>An integer that will limit returned result.<br>If a number greater than 100 is entered, default value (100) will be considered.</p>\n<h6 id=\"sort\"><code>sort</code></h6>\n<p>Some fields are available for sorting. Each endpoint has specific fields.</p>\n<ul>\n<li>ASC: one or more comma-separated fields. Example: <code>?sort=id,name</code></li>\n<li>DESC: One or more comma-separated fields with sign <code>-</code> before them. Example: <code>?sort=-id,-name</code></li>\n</ul>\n<p>In the listing endpoints there are 3 auxiliary variables for the interaction between the pages.</p>\n<p><code>total</code> Total records found considering possible filters passed in the query string</p>\n<p><code>currentPage</code> Current page.</p>\n<p><code>totalPages</code> Total pages.</p>\n<p>For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"results\": [\n        //...\n    ],\n    \"total\": 353,\n    \"currentPage\": 1,\n    \"totalPages\": 4\n}\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Development 4YouSee Manager API","slug":"development-4yousee-manager-api"}],"owner":"7542848","collectionId":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","publishedId":"TVK5d1qr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0B9444"},"publishDate":"2020-09-14T18:25:15.000Z"},"item":[{"name":"Users","item":[{"name":"/users","id":"6bdfeb6c-7c81-43df-9cb4-f9104a051023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/users","description":"<p>Retrieve a list of users.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"f4f15371-3f2f-4649-8481-1738699bad10","name":"List Users","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"{{ Secret-Token }}","type":"text"}],"url":"https://api.4yousee.com.br/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 22 May 2019 17:33:23 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 6,\n            \"name\": \"Content Publisher\",\n            \"username\": \"contentpublish\",\n            \"email\": \"content.publisher@4yousee.com.br\",\n            \"group\": {\n                \"id\": 20,\n                \"name\": \"Publishers\"\n            }\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Feed Publisher\",\n            \"username\": \"feedpublish\",\n            \"email\": \"feed.publisher@4yousee.com.br\",\n            \"group\": {\n                \"id\": 20,\n                \"name\": \"Publishers\"\n            }\n        }\n    ],\n    \"total\": 2,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"6bdfeb6c-7c81-43df-9cb4-f9104a051023"}],"id":"d218f192-9b7e-438f-88a8-50b039177912","description":"<p>Resource related to users.</p>\n","_postman_id":"d218f192-9b7e-438f-88a8-50b039177912","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"User Groups","item":[{"name":"/users/groups/","id":"02f2c0d0-4d86-4768-9d65-37d428304dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/users/groups","description":"<p>Retrieve a list of user groups.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["users","groups"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"0f08d94f-edef-42f6-9fb9-2328f7585b0d","name":"List Groups","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.4yousee.com.br/v1/users/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 22 May 2019 17:33:54 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"163"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 2,\n            \"name\": \"Administrator\",\n            \"description\": \"Group responsible for account management\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Publishers\",\n            \"description\": \"Group responsible for publishing content.\"\n        }\n    ],\n    \"total\": 2,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"02f2c0d0-4d86-4768-9d65-37d428304dcd"}],"id":"067bce6d-688c-4b72-b15d-a795ca41c837","description":"<p>Resource related to user groups.</p>\n","_postman_id":"067bce6d-688c-4b72-b15d-a795ca41c837","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"Upload","item":[{"name":"/uploads","id":"da6dbd4e-c7ec-46af-8483-754ca3583d21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/uploads","description":"<p>Retrieve a list of uploads.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5e955863-e88b-48b0-9bef-c478098fd3c1","id":"5e955863-e88b-48b0-9bef-c478098fd3c1","name":"Upload","type":"folder"}},"urlObject":{"path":["uploads"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"994b95b3-184d-45a0-8c46-78a106a2a238","name":"List uploaded files","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.4yousee.com.br/v1/uploads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 22 May 2019 17:40:25 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"101"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": \"8e8034bca7517716bca6a0350eea8294\",\n            \"filename\": \"i_7.mp4\"\n        }\n    ],\n    \"total\": 1\n}"}],"_postman_id":"da6dbd4e-c7ec-46af-8483-754ca3583d21"},{"name":"/uploads","id":"0804f025-ac69-4a14-a405-e7b8f94b5f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Content-Type","value":"multipart/form-data;","type":"text"},{"key":"media","description":"<p> Path of the file to be upload</p>\n","type":"file","src":"/Users/herculano.gripp/Documents/chrome/[4YouSee] default_project/imgnew/647600.jpeg"}]},"url":"https://api.4yousee.com.br/v1/uploads","description":"<p>Create a new upload.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5e955863-e88b-48b0-9bef-c478098fd3c1","id":"5e955863-e88b-48b0-9bef-c478098fd3c1","name":"Upload","type":"folder"}},"urlObject":{"path":["uploads"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"74594a72-cf0f-4ffd-a9e0-656d4663c09b","name":"Uploda image file","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Content-Type","value":"multipart/form-data;","type":"text"},{"key":"media","description":" Path of the file to be upload","type":"file","src":["/Users/herculano.gripp/Documents/chrome/[4YouSee] default_project/imgnew/647600.jpeg"]}]},"url":"https://api.4yousee.com.br/v1/uploads"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2019 12:57:36 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"66"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6480992b330223e231722f00e7e01b6b\",\n    \"filename\": \"647600.jpeg\"\n}"},{"id":"cd6409fc-089c-4663-97bb-7923b36298a5","name":"Upload mp4 file ","originalRequest":{"method":"POST","header":[{"key":"Secret-Token","type":"text","value":"a1be7c9dced06d34e7a6d061924ea99d"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Content-Type","value":"multipart/form-data;","type":"text"},{"key":"media","type":"file","src":[]}]},"url":"https://api.4yousee.com.br/v1/uploads"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 22 May 2019 17:39:48 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"8e8034bca7517716bca6a0350eea8294\",\n    \"filename\": \"i_7.mp4\"\n}"}],"_postman_id":"0804f025-ac69-4a14-a405-e7b8f94b5f00"},{"name":"uploads/{uploadId}","id":"0eabc1f7-9de0-4b8d-a358-fefec97b9477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/uploads/00fa6bba3bb250012278ae03754ad1bb","description":"<p>Delete an existing upload.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5e955863-e88b-48b0-9bef-c478098fd3c1","id":"5e955863-e88b-48b0-9bef-c478098fd3c1","name":"Upload","type":"folder"}},"urlObject":{"path":["uploads","00fa6bba3bb250012278ae03754ad1bb"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0eabc1f7-9de0-4b8d-a358-fefec97b9477"}],"id":"5e955863-e88b-48b0-9bef-c478098fd3c1","description":"<p>Resources related to uploads in the API.Uploads are files sent to the API server to be associated with a media resource</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"76d2f55c-fd2d-41d3-b81e-2cb9416660dc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2eca74af-770f-45c2-b6d6-50cf60975755","type":"text/javascript","exec":[""]}}],"_postman_id":"5e955863-e88b-48b0-9bef-c478098fd3c1"},{"name":"Medias","item":[{"name":"/medias","id":"f410946c-464f-494b-96a4-be6d2b8b6380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias","description":"<p>Retrieve a list of medias.</p>\n<h1 id=\"query-parameters\">Query parameters</h1>\n<ul>\n<li><p>id (Integer, optional)</p>\n</li>\n<li><p>name (String, optional) - Full or part name</p>\n</li>\n<li><p>categoryId (Integer, optional) - ID media category</p>\n</li>\n<li><p>clientId (Integer, optional) - ID client</p>\n</li>\n<li><p>agencyId (Integer, optional) - ID agency</p>\n</li>\n<li><p>tags (String, optional) - Full or part of tag name</p>\n</li>\n<li><p>type(String, optional) - Types alloweds: mp4, mp3, png, jpeg, jpg, html, zip, dynamic</p>\n</li>\n<li><p>schedule (Object {startDate: \"Y-m-d\", endDate: \"Y-m-d\"}, optional)</p>\n</li>\n<li><p>metadata (Boolean, optional) - set to true to retrieve media metadata (poster, thumbnail, meta-description)</p>\n</li>\n<li><p>extraInformation (Integer, optional) - set to 1 or 0, to retrieve aditional information about the media (e.g. players that are playing this media).</p>\n</li>\n<li><p>onlyValidMedia (Integer, optional) - set to 1 or 0, to retrieve only medias which don't have a schedule.startDate after current date or schedule.endDate before current date.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","name":"Medias","type":"folder"}},"urlObject":{"path":["medias"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"ccef7a12-0af9-435e-800a-3e724542b972","name":"List all medias ","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 22 May 2019 17:46:39 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"249"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"4YouSee Play\",\n            \"description\": \"4YouSee Play\",\n            \"file\": \"i_1.mp4\",\n            \"durationInSeconds\": 10,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"DEMO\"\n                }\n            ],\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 1\n        },\n        {\n            \"id\": 2,\n            \"name\": \"4YouSee Manage\",\n            \"description\": \"4YouSee Manage\",\n            \"file\": \"i_2.mp4\",\n            \"durationInSeconds\": 10,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"DEMO\"\n                }\n            ],\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 1\n        },\n        {\n            \"id\": 3,\n            \"name\": \"4YouSee Create\",\n            \"description\": \"4YouSee Create\",\n            \"file\": \"i_3.mp4\",\n            \"durationInSeconds\": 9,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"DEMO\"\n                }\n            ],\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 0\n        },\n        {\n            \"id\": 4,\n            \"name\": \"4YouSee Analyse\",\n            \"description\": \"4YouSee Analyse\",\n            \"file\": \"i_4.mp4\",\n            \"durationInSeconds\": 10,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"DEMO\"\n                }\n            ],\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 0\n        }\n    ],\n    \"total\": 4,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"},{"id":"f6e5a4c3-1c26-4e3a-8fdd-c85055ad42eb","name":"Filter media","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/medias?categoryId=1&name=4YouSee&id=1","protocol":"https","host":["api","4yousee","com","br"],"path":["v1","medias"],"query":[{"key":"categoryId","value":"1","description":"Category ID want to use as a media filter"},{"key":"name","value":"4YouSee","description":"Part or full name of the media"},{"key":"id","value":"1","description":"Media Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 22 May 2019 17:46:39 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"249"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"4YouSee Manage\",\n            \"description\": \"4YouSee Manage\",\n            \"file\": \"i_2.mp4\",\n            \"durationInSeconds\": 10,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"PlayList_1\"\n                }\n            ],\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 1\n        }\n    ],\n    \"total\": 1,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"},{"id":"13aa9013-227c-448c-99e0-66240a825e3e","name":"Filter media with metadata","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/medias/1?metadata=true","protocol":"https","host":["api","4yousee","com","br"],"path":["v1","medias","1"],"query":[{"key":"name","value":"4YouSee","description":"Part or full name of the media","disabled":true},{"key":"id","value":"1","description":"Media Id","disabled":true},{"key":"metadata","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 22 May 2019 17:46:39 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"249"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"4YouSee Manage\",\n            \"description\": \"4YouSee Manage\",\n            \"file\": \"i_2.mp4\",\n            \"durationInSeconds\": 10,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"PlayList_1\"\n                }\n            ],\n            \"metadata\":{\n                \"contentDescription\": \"4YouSee Manager meta-descrription\",\n                \"poster\": \"/common/videos/posters/i_1.png\",\n                \"thumbnail\": \"/common/videos/thumbnails/i_1.png\"\n            },\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 1\n        }\n    ],\n    \"total\": 1,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"},{"id":"ea727103-917f-4899-9cdc-c28a4f20c8de","name":"Filter media with extraInformation","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/medias?extraInformation=1","host":["https://api.4yousee.com.br/v1"],"path":["medias"],"query":[{"key":"extraInformation","value":"1","description":"Returns more information about the media (e.g. player that are playing this media)","type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"4YouSee Play\",\n            \"description\": \"4YouSee Play\",\n            \"file\": \"i_1.mp4\",\n            \"durationInSeconds\": 10,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Padrão\"\n                }\n            ],\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 1,\n            \"players\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Player DEMO\",\n                    \"downloaded\": false\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"4YouSee Manage\",\n            \"description\": \"4YouSee Manage\",\n            \"file\": \"i_2.mp4\",\n            \"durationInSeconds\": 10,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Padrão\"\n                }\n            ],\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 1,\n            \"players\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Player DEMO\",\n                    \"downloaded\": false\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"name\": \"4YouSee Designer\",\n            \"description\": \"4YouSee Designer\",\n            \"file\": \"i_3.mp4\",\n            \"durationInSeconds\": 9,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Padrão\"\n                }\n            ],\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 1,\n            \"players\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Player DEMO\",\n                    \"downloaded\": false\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"name\": \"4YouSee Analyse\",\n            \"description\": \"4YouSee Analyse\",\n            \"file\": \"i_4.mp4\",\n            \"durationInSeconds\": 10,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Padrão\"\n                }\n            ],\n            \"schedule\": {\n                \"startDate\": null,\n                \"endDate\": null,\n                \"times\": []\n            },\n            \"totalPlayers\": 1,\n            \"players\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Player DEMO\",\n                    \"downloaded\": false\n                }\n            ]\n        }\n    ],\n    \"total\": 4,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"f410946c-464f-494b-96a4-be6d2b8b6380"},{"name":"/medias","id":"1d8be8a1-7f8c-4c1b-af8a-c1e8fd9b02eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Media test name\",\n  \"file\": {\n    \"id\": \"dce17a1a5949768a82dd8bedd2ee525d\",\n    \"filename\": \"video.mp4\"\n  },\n  \"duration\": 15,\n  \"categories\": [\n    1\n  ],\n  \"schedule\": {\n    \"startDate\": \"2016-10-25\",\n    \"endDate\": \"2016-10-28\",\n    \"times\": [\n      {\n        \"startTime\": \"08:00\",\n        \"endTime\": \"11:00\",\n        \"weekDays\": [\n          1,\n          2,\n          3,\n          4,\n          5\n        ]\n      }\n    ]\n  },\n  \"tags\": \"4YouSee\"\n}"},"url":"https://api.4yousee.com.br/v1/medias","description":"<p>Create a new media.</p>\n<p>Before creating a Media resource you need to create an Upload resource and associate the object with the file attribute.</p>\n<h1 id=\"body-attributes\">Body Attributes</h1>\n<ul>\n<li><p>name (String, required)</p>\n</li>\n<li><p>file (Object, required) - Upload resource</p>\n</li>\n<li><p>duration (Number, required) - duration of Media, used only by html or images files</p>\n</li>\n<li><p>categories (Array, required) - list of categories which this Media is associated</p>\n</li>\n<li><p>schedule (Object, required) - scheduling information</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","name":"Medias","type":"folder"}},"urlObject":{"path":["medias"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"26876183-9be4-4239-82b6-b0a00b9f2f2f","name":"Create media","originalRequest":{"method":"POST","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"4YouSee Sample Media\",\n  \"file\": {\n    \"id\": \"8e8034bca7517716bca6a0350eea8294\",\n    \"filename\": \"i_7.mp4\"\n  },\n  \"duration\": 25,\n  \"categories\": [\n    1,24\n  ],\n  \"schedule\": {\n    \"startDate\": \"2019-01-01\",\n    \"endDate\": \"2019-12-31\",\n    \"times\": [\n      {\n        \"startTime\": \"08:00\",\n        \"endTime\": \"11:00\",\n        \"weekDays\": [\n          1,\n          2,\n          3,\n          4,\n          5\n        ]\n      }\n    ]\n  }\n}"},"url":"https://api.4yousee.com.br/v1/medias"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-type,Accept,X-Access-Token,X-Key"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 May 2019 19:39:17 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"218"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"name\": \"4YouSee Sample Media\",\n    \"file\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/videos/i_5.mp4\",\n    \"duration\": 25,\n    \"schedule\": {\n        \"startDate\": \"2019-01-01\",\n        \"endDate\": \"2019-12-31\",\n        \"times\": [\n            {\n                \"startTime\": \"08:00\",\n                \"endTime\": \"11:00\",\n                \"weekDays\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    5\n                ]\n            }\n        ]\n    },\n    \"categories\": [\n        1,\n        24\n    ]\n}"}],"_postman_id":"1d8be8a1-7f8c-4c1b-af8a-c1e8fd9b02eb"},{"name":"/medias/{{mediaId}}","id":"a25250e4-4da7-4302-8704-993ab2ac95f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias/{{mediaId}}","description":"<p>Retrieve details of one media.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","name":"Medias","type":"folder"}},"urlObject":{"path":["medias","{{mediaId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"a51af87f-4dfb-4231-af82-c1761710c153","name":"List media base on identification","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 22 May 2019 19:40:16 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"216"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"name\": \"4YouSee Sample Media\",\n    \"description\": \"4YouSee Sample Media\",\n    \"file\": \"i_5.mp4\",\n    \"durationInSeconds\": 25,\n    \"categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"DEMO\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"4YouSee Samples\"\n        }\n    ],\n    \"schedule\": {\n        \"startDate\": \"2019-01-01\",\n        \"endDate\": \"2019-12-31\",\n        \"times\": [\n            {\n                \"startTime\": \"08:00\",\n                \"endTime\": \"11:00\",\n                \"weekDays\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    5\n                ]\n            }\n        ]\n    },\n    \"totalPlayers\": 1\n}"}],"_postman_id":"a25250e4-4da7-4302-8704-993ab2ac95f5"},{"name":"/medias/{{mediaId}}","id":"169b42f9-b2dd-4ed6-a410-c3f4b9d85dbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias/{{mediaId}}","description":"<p>Delete an existing media.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","name":"Medias","type":"folder"}},"urlObject":{"path":["medias","{{mediaId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"c6037d58-4d4c-45fb-9351-c79fb20267f8","name":"Delete media","originalRequest":{"method":"DELETE","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-type,Accept,X-Access-Token,X-Key"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 24 May 2019 13:15:42 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"name\": \"Sample Media Renamed\",\n    \"file\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/videos/i_5.mp4\",\n    \"duration\": 25,\n    \"schedule\": {\n        \"startDate\": \"2019-01-01\",\n        \"endDate\": \"2019-12-31\",\n        \"times\": [\n            {\n                \"startTime\": \"08:00\",\n                \"endTime\": \"11:00\",\n                \"weekDays\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    5\n                ]\n            }\n        ]\n    },\n    \"categories\": [\n        1,\n        24\n    ]\n}"}],"_postman_id":"169b42f9-b2dd-4ed6-a410-c3f4b9d85dbf"},{"name":"/medias/{{mediaId}}","id":"8f2d9499-61ef-4a7c-b009-2607062b6786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Update test name\",\n  \"file\": {\n    \"id\": \"e709209e5d8393b470b10fa959d2c6e9\",\n    \"filename\": \"newVideoFile.mp4\"\n  },\n  \"duration\": 30,\n  \"categories\": [\n    2\n  ],\n  \"schedule\": {\n    \"startDate\": \"2016-11-25\",\n    \"endDate\": \"2016-12-28\",\n    \"times\": [\n      {\n        \"startTime\": \"08:00\",\n        \"endTime\": \"11:00\",\n        \"weekDays\": [\n          1,\n          2,\n          3,\n          4,\n          5\n        ]\n      },\n      {\n        \"startTime\": \"12:00\",\n        \"endTime\": \"18:00\",\n        \"weekDays\": [\n          0,\n          6\n        ]\n      }\n    ]\n  }\n}"},"url":"https://api.4yousee.com.br/v1/medias/{{mediaId}}","description":"<p>Update an existing media.</p>\n<h1 id=\"body-attributes\">Body Attributes</h1>\n<ul>\n<li>name (String, optional) </li>\n<li>file (Object, optional) - use only for update file media. To update Media file you need to create a Upload resource first</li>\n<li>duration (Number, optional) - duration of Media, used only by html or images files</li>\n<li>categories (Array, optional) - list of categories which this Media is associated</li>\n<li>schedule (Object, optional) - scheduling information</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","name":"Medias","type":"folder"}},"urlObject":{"path":["medias","{{mediaId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"bee11a25-c3fa-4583-9bc6-d83d64897d1e","name":"Rename sample media","originalRequest":{"method":"PUT","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample Media Renamed\"\n}"},"url":"https://api.4yousee.com.br/v1/medias/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-type,Accept,X-Access-Token,X-Key"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 May 2019 20:07:00 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"name\": \"Sample Media Renamed\",\n    \"file\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/videos/i_5.mp4\",\n    \"duration\": 25,\n    \"schedule\": {\n        \"startDate\": \"2019-01-01\",\n        \"endDate\": \"2019-12-31\",\n        \"times\": [\n            {\n                \"startTime\": \"08:00\",\n                \"endTime\": \"11:00\",\n                \"weekDays\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    5\n                ]\n            }\n        ]\n    },\n    \"categories\": [\n        1,\n        24\n    ]\n}"}],"_postman_id":"8f2d9499-61ef-4a7c-b009-2607062b6786"}],"id":"681c0fd7-7802-4a82-9d2d-44103eedb29d","description":"<p>Resources related to medias in the API. </p>\n<p>In the returned object of the GET, POST or PUT methods, we have the schedule information about the media. In \"schedule\" has a field <em>weekDays</em> are days of the week represented by numbers.</p>\n<ul>\n<li>\"0\": Sunday</li>\n<li>\"1\": Monday</li>\n<li>\"2\": Tuesday</li>\n<li>\"3\": Wednesday</li>\n<li>\"4\": Thursday</li>\n<li>\"5\": Friday</li>\n<li>\"6\": Saturday</li>\n</ul>\n<p> For example:\n    <code>    {         \"weekDays\": [             3, //Wednesday             6 // Saturday         ]     }    </code></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ef0dcecd-5c6e-4473-8e46-91ff978cbec9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7f869ecd-ffe0-4fed-ad93-94a11e47b613","type":"text/javascript","exec":[""]}}],"_postman_id":"681c0fd7-7802-4a82-9d2d-44103eedb29d"},{"name":"Media Category","item":[{"name":"/medias/categories/","id":"7fe154e7-ac36-4700-9a74-0971dbb67c0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias/categories","description":"<p>Retrieves a media categories list.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["medias","categories"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"a54a807d-a26e-4170-842b-978308678aa5","name":"List all categories","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 24 May 2019 13:34:28 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"220"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"DEMO\",\n            \"description\": \"Demonstration Category\",\n            \"parent\": null,\n            \"children\": []\n        },\n        {\n            \"id\": 24,\n            \"name\": \"4YouSee Samples\",\n            \"description\": \"Samples medias\",\n            \"parent\": null,\n            \"children\": [\n                25\n            ]\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Marketing\",\n            \"description\": \"Content related to market of company\",\n            \"parent\": {\n                \"id\": 24,\n                \"name\": \"4YouSee Samples\",\n                \"description\": \"Samples medias\"\n            },\n            \"children\": []\n        }\n    ],\n    \"total\": 3,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"7fe154e7-ac36-4700-9a74-0971dbb67c0f"},{"name":"/medias/categories/{{mediaCategoryId}}","id":"bddae52e-2e50-427d-897d-65d2df9940f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","type":"text","value":"2848d026950a961c15b3518901a54741"}],"url":"https://api.4yousee.com.br/v1/medias/categories/{{mediaCategoryId}}","description":"<p>Retrieves a media categories list.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["medias","categories","{{mediaCategoryId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"7231ac1e-ea03-4cf2-be40-8ba7f8f53dd6","name":"List category by identification","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","type":"text","value":"a1be7c9dced06d34e7a6d061924ea99d"}],"url":"https://api.4yousee.com.br/v1/medias/categories/24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 24 May 2019 13:35:39 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24,\n    \"name\": \"4YouSee Samples\",\n    \"description\": \"Samples medias\",\n    \"parent\": null,\n    \"children\": [\n        25\n    ]\n}"}],"_postman_id":"bddae52e-2e50-427d-897d-65d2df9940f3"},{"name":"/medias/categories","id":"4736ff20-2f38-4ac7-ab34-a4e3b086e102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.4yousee.com.br/v1/medias/categories/","description":"<p>Create a new category.</p>\n<p>It is possible to create a first level category or a subcategory</p>\n<h1 id=\"body-attributes\">Body Attributes</h1>\n<ul>\n<li>name (String, required) Category/subcategory display name</li>\n<li>description (String) - Detailed category description</li>\n<li>parent (Number) - When informed it creates a subcategory</li>\n<li>shuffle (Boolean, optional) - True to scramble the order of contents on the carousel.</li>\n<li>updateflow (Number, optional) - 1: to restart carousel after carousel update; 2: Do not restart after carousel update.</li>\n<li>sequence (Array Number, optional) - Array containing the media ids in the order you want them to appear on the carousel.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["medias","categories",""],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"36414081-2e3e-455c-b6e8-bd3821f5021d","name":"Create subcategory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Marketing\",\n    \"description\": \"Content related to market of company\",\n    \"parent\": 24\n}","options":{"raw":{"language":"json"}}},"url":"/medias/categories/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 25,\n  \"name\": \"Marketing\",\n  \"description\": \"Content related to market of company\",\n  \"parent\": {\n    \"id\": 24,\n    \"name\": \"4YouSee Samples\",\n    \"description\": \"Samples medias\"\n  },\n  \"children\": []\n}"},{"id":"b6edf12e-7d79-444e-9613-ed53f2fc8e22","name":"Create category","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"4YouSee Samples\",\n    \"description\": \"Samples medias\"\n}","options":{"raw":{"language":"json"}}},"url":"/medias/categories/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24,\n    \"name\": \"4YouSee Samples\",\n    \"description\": \"Samples medias\",\n    \"parent\": null,\n    \"children\": []\n}"}],"_postman_id":"4736ff20-2f38-4ac7-ab34-a4e3b086e102"},{"name":"/medias/categories","id":"79fb0162-41c3-4eeb-8cb4-bd82a7ea5d5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.4yousee.com.br/v1/medias/categories/","description":"<p>Update category.</p>\n<p>It is possible update name, description, parent of category.</p>\n<h1 id=\"body-attributes\">Body Attributes</h1>\n<ul>\n<li>name (String, optional) Category display name.</li>\n<li>description (String, optional) - Detailed category description.</li>\n<li>parent (Number or null, optional) - When present it convert category in subcategory of category informed parent. If the value is <strong>null</strong>, it converts the subcategory into a first level category.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["medias","categories",""],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"4fc27a40-442d-4cca-907d-372d443c2807","name":"Update category","originalRequest":{"method":"PUT","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias/categories/1"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"Updated demonstration category\"\n}"},{"id":"c39f7332-f892-4c5e-9452-a41ca6fcf8d3","name":"Subcategory add/change","originalRequest":{"method":"PUT","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias/categories/24"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"parent\": 1\n}"},{"id":"880fafc4-768b-4c7f-a872-30ea614bf7aa","name":"Subcategory remove","originalRequest":{"method":"PUT","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"}],"url":"https://api.4yousee.com.br/v1/medias/categories/24"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"parent\": null\n}"}],"_postman_id":"79fb0162-41c3-4eeb-8cb4-bd82a7ea5d5c"},{"name":"/medias/categories/bulk","id":"7b476e1a-bb7f-4a54-b435-08aaf69d20b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"carouselItems\" : [\n        {\n            \"id\": 1,\n            \"name\": \"Category #1\",\n            \"description\": \"Description for category 1\",\n            \"sequence\": [\n                3,2,1\n            ],\n            \"parent\": 2\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Category #2\",\n            \"description\": \"Description for category 2\",\n            \"sequence\": [\n                4,5,2\n            ]\n        }\n    ]\n}"},"url":"https://api.4yousee.com.br/v1/medias/categories/bulk","description":"<p>Update bulk category.</p>\n<p>It is possible to update name, description, parent and sequence for multiple categories.</p>\n<h1 id=\"body-attributes\">Body Attributes</h1>\n<ul>\n<li>carouselItems (array)<ul>\n<li>name (String, optional) Category display name.</li>\n<li>description (String, optional) - Detailed category description.</li>\n<li>parent (Number or null, optional) - When present it convert category in   subcategory of category informed parent. If the value is <strong>null</strong>, it converts the subcategory into a first level category.</li>\n<li>sequence (array[Number], optional) - This array must contain all content ids associated to each category in each item. The order of these ids in the array is the order they will appear in the carousel.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["medias","categories","bulk"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"a9fa93ed-4874-4b9f-8e18-4787b1ca9e20","name":"Update category in bulk with all parameters","originalRequest":{"method":"PUT","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"carouselItems\" : [\n        {\n            \"id\": 1,\n            \"name\": \"Category #1\",\n            \"description\": \"Description for category 1\",\n            \"parent\": 2,\n            \"sequence\": [\n                4,2,1,3   \n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Category #2\",\n            \"description\": \"Description for category 2\",\n              \"sequence\": [\n                4,1,2\n            ]\n        }\n    ]\n}"},"url":"https://api.4yousee.com.br/v1/medias/categories/bulk"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"carouselItems\": [\n    {\n      \"id\": 1,\n      \"name\": \"Category #1\",\n      \"description\": \"Description for category 1\",\n      \"parent\": {\n        \"id\": 2,\n        \"name\": \"Category #2\",\n        \"description\": \"Description for category 2\",\n        \"carouselThumbnail\": null,\n        \"autoShuffle\": false,\n        \"updateFlow\": \"1\"\n      },\n      \"children\": [],\n      \"carouselThumbnail\": null,\n      \"autoShuffle\": true,\n      \"updateFlow\": \"1\",\n      \"sequence\": [\n        4,\n        2,\n        1,\n        3\n      ]\n    },\n    {\n      \"id\": 2,\n      \"name\": \"Category #2\",\n      \"description\": \"Description for category 2\",\n      \"parent\": null,\n      \"children\": [\n        1\n      ],\n      \"carouselThumbnail\": null,\n      \"autoShuffle\": false,\n      \"updateFlow\": \"1\",\n      \"sequence\": [\n        4,\n        1,\n        2\n      ]\n    }\n  ]\n}"},{"id":"43f51feb-1412-46a4-9ea8-7c9633039102","name":"Update in bulk with name and description","originalRequest":{"method":"PUT","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"carouselItems\" : [\n        {\n            \"id\": 1,\n            \"name\": \"Category #1\",\n            \"description\": \"Description for category 1\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Category #2\",\n            \"description\": \"Description for category 2\"\n        }\n    ]\n}"},"url":"https://api.4yousee.com.br/v1/medias/categories/bulk"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"carouselItems\": [\n    {\n      \"id\": 1,\n      \"name\": \"Category #1\",\n      \"description\": \"Description for category 1\",\n      \"parent\": {\n        \"id\": 2,\n        \"name\": \"Category #2\",\n        \"description\": \"Description for category 2\",\n        \"carouselThumbnail\": null,\n        \"autoShuffle\": false,\n        \"updateFlow\": \"1\"\n      },\n      \"children\": [],\n      \"carouselThumbnail\": null,\n      \"autoShuffle\": true,\n      \"updateFlow\": \"1\",\n      \"sequence\": [\n        4,\n        2,\n        1,\n        3\n      ]\n    },\n    {\n      \"id\": 2,\n      \"name\": \"Category #2\",\n      \"description\": \"Description for category 2\",\n      \"parent\": null,\n      \"children\": [\n        1\n      ],\n      \"carouselThumbnail\": null,\n      \"autoShuffle\": false,\n      \"updateFlow\": \"1\",\n      \"sequence\": [\n        4,\n        1,\n        2\n      ]\n    }\n  ]\n}"}],"_postman_id":"7b476e1a-bb7f-4a54-b435-08aaf69d20b6"}],"id":"d54f787f-25cf-4255-9186-63b6e1ecfb4a","description":"<p>Resource related to media category.</p>\n","_postman_id":"d54f787f-25cf-4255-9186-63b6e1ecfb4a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"Players","item":[{"name":"/players","id":"3e8d9a4b-fab0-4433-9895-62905271da4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/players","description":"<p>Returns a paginated list of Players.</p>\n<h2 id=\"filters\">Filters:</h2>\n<ul>\n<li><p>name: player name, ex.: /v1/player?name=screen</p>\n</li>\n<li><p>tags: tag(s) separated by commna, ex.: /v1/player?tag=blue,red</p>\n</li>\n<li><p>groupId, ex.: /v1/player?groupId=1</p>\n</li>\n<li><p>extraInformation, ex.: /v1/player?extraInformation=1 (gets address and content information)</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["players"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"94e72e1a-43cb-444b-ae40-392c4d1cbdb6","name":"List all players in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"}],"url":"https://api.4yousee.com.br/v1/players"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 24 May 2019 13:41:45 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"409"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"Player DEMO\",\n            \"description\": \"Ponto de demonstração disponibilizado na instalação do 4YouSee Manager.Player demo available on  4YouSee Manager installation.\",\n            \"platform\": \"4YOUSEE_PLAYER\",\n            \"lastContactInMinutes\": null,\n            \"group\": {\n                \"id\": 1,\n                \"name\": \"Group DEMO\"\n            },\n            \"playerStatus\": {\n                \"id\": 6,\n                \"name\": \"Never accessed\",\n                \"time\": 0\n            },\n            \"playlists\": {\n                \"0\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"1\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"2\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"3\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"4\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"5\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"6\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                }\n            },\n            \"audios\": {\n                \"0\": null\n            }\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Player Android\",\n            \"description\": \"\",\n            \"platform\": \"ANDROID\",\n            \"lastContactInMinutes\": null,\n            \"group\": {\n                \"id\": 1,\n                \"name\": \"Group DEMO\"\n            },\n            \"playerStatus\": {\n                \"id\": 6,\n                \"name\": \"Never accessed\",\n                \"time\": 0\n            },\n            \"playlists\": {\n                \"0\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"1\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"2\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"3\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"4\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"5\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"6\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                }\n            },\n            \"audios\": {\n                \"0\": null\n            }\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Player Samsung\",\n            \"description\": \"\",\n            \"platform\": \"SAMSUNG\",\n            \"lastContactInMinutes\": null,\n            \"group\": {\n                \"id\": 1,\n                \"name\": \"Group DEMO\"\n            },\n            \"playerStatus\": {\n                \"id\": 6,\n                \"name\": \"Never accessed\",\n                \"time\": 0\n            },\n            \"playlists\": {\n                \"0\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"1\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"2\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"3\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"4\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"5\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"6\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                }\n            },\n            \"audios\": {\n                \"0\": null\n            }\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Player LG\",\n            \"description\": \"\",\n            \"platform\": \"LG\",\n            \"lastContactInMinutes\": null,\n            \"group\": {\n                \"id\": 1,\n                \"name\": \"Group DEMO\"\n            },\n            \"playerStatus\": {\n                \"id\": 6,\n                \"name\": \"Never accessed\",\n                \"time\": 0\n            },\n            \"playlists\": {\n                \"0\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"1\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"2\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"3\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"4\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"5\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                },\n                \"6\": {\n                    \"id\": 1,\n                    \"name\": \"Playlist DEMO\"\n                }\n            },\n            \"audios\": {\n                \"0\": null\n            }\n        }\n    ],\n    \"total\": 4,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"},{"id":"06d2e5a4-acb3-496a-836a-18196e994edb","name":"List all players wtih extra Information  in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/players?extraInformation=1","host":["https://api.4yousee.com.br/v1"],"path":["players"],"query":[{"key":"extraInformation","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 24 May 2019 13:41:45 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"409"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n   \"results\":[\n      {\n         \"id\":1,\n         \"name\":\"Player DEMO\",\n         \"description\":\"Ponto de demonstração disponibilizado na instalação do 4YouSee Manager.Player demo available on  4YouSee Manager installation.\",\n         \"platform\":\"4YOUSEE_PLAYER\",\n         \"lastContactInMinutes\":null,\n         \"group\":{\n            \"id\":1,\n            \"name\":\"Group DEMO\"\n         },\n         \"playerStatus\":{\n            \"id\":6,\n            \"name\":\"Never accessed\",\n            \"time\":0\n         },\n         \"playlists\":{\n            \"0\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"1\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"2\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"3\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"4\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"5\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"6\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            }\n         },\n         \"audios\":{\n            \"0\":null\n         },\n         \"lastLogReceived\":null,\n         \"geocode\":{\n            \"lng\":null,\n            \"lat\":null\n         },\n         \"address\":{\n            \"street\":null,\n            \"number\":null,\n            \"complement\":null,\n            \"neighborhood\":null,\n            \"city\":null,\n            \"state\":null,\n            \"postalCode\":null\n         },\n         \"contents\":[\n            {\n               \"id\":3,\n               \"name\":\"4YouSee Designer\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":1,\n               \"name\":\"4YouSee Play\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":2,\n               \"name\":\"4YouSee Manage\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":4,\n               \"name\":\"4YouSee Analyse\",\n               \"downloaded\":false,\n               \"date\":null\n            }\n         ]\n      },\n      {\n         \"id\":2,\n         \"name\":\"Player Android\",\n         \"description\":\"\",\n         \"platform\":\"ANDROID\",\n         \"lastContactInMinutes\":null,\n         \"group\":{\n            \"id\":1,\n            \"name\":\"Group DEMO\"\n         },\n         \"playerStatus\":{\n            \"id\":6,\n            \"name\":\"Never accessed\",\n            \"time\":0\n         },\n         \"playlists\":{\n            \"0\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"1\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"2\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"3\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"4\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"5\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"6\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            }\n         },\n         \"audios\":{\n            \"0\":null\n         },\n         \"lastLogReceived\":null,\n         \"geocode\":{\n            \"lng\":null,\n            \"lat\":null\n         },\n         \"address\":{\n            \"street\":null,\n            \"number\":null,\n            \"complement\":null,\n            \"neighborhood\":null,\n            \"city\":null,\n            \"state\":null,\n            \"postalCode\":null\n         },\n         \"contents\":[\n            {\n               \"id\":3,\n               \"name\":\"4YouSee Designer\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":1,\n               \"name\":\"4YouSee Play\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":2,\n               \"name\":\"4YouSee Manage\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":4,\n               \"name\":\"4YouSee Analyse\",\n               \"downloaded\":false,\n               \"date\":null\n            }\n         ]\n      },\n      {\n         \"id\":3,\n         \"name\":\"Player Samsung\",\n         \"description\":\"\",\n         \"platform\":\"SAMSUNG\",\n         \"lastContactInMinutes\":null,\n         \"group\":{\n            \"id\":1,\n            \"name\":\"Group DEMO\"\n         },\n         \"playerStatus\":{\n            \"id\":6,\n            \"name\":\"Never accessed\",\n            \"time\":0\n         },\n         \"playlists\":{\n            \"0\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"1\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"2\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"3\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"4\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"5\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"6\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            }\n         },\n         \"audios\":{\n            \"0\":null\n         },\n         \"lastLogReceived\":null,\n         \"geocode\":{\n            \"lng\":null,\n            \"lat\":null\n         },\n         \"address\":{\n            \"street\":null,\n            \"number\":null,\n            \"complement\":null,\n            \"neighborhood\":null,\n            \"city\":null,\n            \"state\":null,\n            \"postalCode\":null\n         },\n         \"contents\":[\n            {\n               \"id\":3,\n               \"name\":\"4YouSee Designer\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":1,\n               \"name\":\"4YouSee Play\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":2,\n               \"name\":\"4YouSee Manage\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":4,\n               \"name\":\"4YouSee Analyse\",\n               \"downloaded\":false,\n               \"date\":null\n            }\n         ]\n      },\n      {\n         \"id\":4,\n         \"name\":\"Player LG\",\n         \"description\":\"\",\n         \"platform\":\"LG\",\n         \"lastContactInMinutes\":null,\n         \"group\":{\n            \"id\":1,\n            \"name\":\"Group DEMO\"\n         },\n         \"playerStatus\":{\n            \"id\":6,\n            \"name\":\"Never accessed\",\n            \"time\":0\n         },\n         \"playlists\":{\n            \"0\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"1\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"2\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"3\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"4\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"5\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            },\n            \"6\":{\n               \"id\":1,\n               \"name\":\"Playlist DEMO\"\n            }\n         },\n         \"audios\":{\n            \"0\":null\n         },\n         \"lastLogReceived\":null,\n         \"geocode\":{\n            \"lng\":null,\n            \"lat\":null\n         },\n         \"address\":{\n            \"street\":null,\n            \"number\":null,\n            \"complement\":null,\n            \"neighborhood\":null,\n            \"city\":null,\n            \"state\":null,\n            \"postalCode\":null\n         },\n         \"contents\":[\n            {\n               \"id\":3,\n               \"name\":\"4YouSee Designer\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":1,\n               \"name\":\"4YouSee Play\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":2,\n               \"name\":\"4YouSee Manage\",\n               \"downloaded\":false,\n               \"date\":null\n            },\n            {\n               \"id\":4,\n               \"name\":\"4YouSee Analyse\",\n               \"downloaded\":false,\n               \"date\":null\n            }\n         ]\n      }\n   ],\n   \"total\":4,\n   \"currentPage\":1,\n   \"totalPages\":1\n}"},{"id":"bf7d4bd6-7d9b-411f-8600-7788aae0aaa9","name":"List all campaign players","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/players?hasConfigCampaign=true","host":["https://api.4yousee.com.br/v1"],"path":["players"],"query":[{"key":"hasConfigCampaign","value":"true","description":"Parametro para listar somente os players de campanha.","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 24 May 2019 13:41:45 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"409"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"Player DEMO\",\n            \"description\": \"Ponto de demonstração disponibilizado na instalação do 4YouSee Manager.Player demo available on  4YouSee Manager installation.\",\n            \"platform\": \"4YOUSEE_PLAYER\",\n            \"lastContactInMinutes\": null,\n            \"group\": {\n                \"id\": 1,\n                \"name\": \"Group DEMO\"\n            },\n            \"playerStatus\": {\n                \"id\": 6,\n                \"name\": \"Never accessed\",\n                \"time\": 0\n            },\n            \"lastLogReceived\": null,\n\t\t\t\"configCampaigns\": [\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 180,\n\t\t\t\t\t\"startTime\": \"07:00\",\n\t\t\t\t\t\"endTime\": \"10:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 0\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 180,\n\t\t\t\t\t\"startTime\": \"07:00\",\n\t\t\t\t\t\"endTime\": \"10:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 2\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 1\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 3\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 4\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 5\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 6\n\t\t\t\t}\n\t\t\t]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Player Android\",\n            \"description\": \"\",\n            \"platform\": \"ANDROID\",\n            \"lastContactInMinutes\": null,\n            \"group\": {\n                \"id\": 1,\n                \"name\": \"Group DEMO\"\n            },\n            \"playerStatus\": {\n                \"id\": 6,\n                \"name\": \"Never accessed\",\n                \"time\": 0\n            },\n            \"lastLogReceived\": null,\n\t\t\t\"configCampaigns\": [\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 180,\n\t\t\t\t\t\"startTime\": \"07:00\",\n\t\t\t\t\t\"endTime\": \"10:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 0\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 180,\n\t\t\t\t\t\"startTime\": \"07:00\",\n\t\t\t\t\t\"endTime\": \"10:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 2\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 1\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 3\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 4\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 5\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 6\n\t\t\t\t}\n\t\t\t]\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Player Samsung\",\n            \"description\": \"\",\n            \"platform\": \"SAMSUNG\",\n            \"lastContactInMinutes\": null,\n            \"group\": {\n                \"id\": 1,\n                \"name\": \"Group DEMO\"\n            },\n            \"playerStatus\": {\n                \"id\": 6,\n                \"name\": \"Never accessed\",\n                \"time\": 0\n            },\n            \"lastLogReceived\": null,\n\t\t\t\"configCampaigns\": [\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 180,\n\t\t\t\t\t\"startTime\": \"07:00\",\n\t\t\t\t\t\"endTime\": \"10:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 0\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 180,\n\t\t\t\t\t\"startTime\": \"07:00\",\n\t\t\t\t\t\"endTime\": \"10:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 2\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 1\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 3\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 4\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 5\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 6\n\t\t\t\t}\n\t\t\t]\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Player LG\",\n            \"description\": \"\",\n            \"platform\": \"LG\",\n            \"lastContactInMinutes\": null,\n            \"group\": {\n                \"id\": 1,\n                \"name\": \"Group DEMO\"\n            },\n            \"playerStatus\": {\n                \"id\": 6,\n                \"name\": \"Never accessed\",\n                \"time\": 0\n            },\n            \"lastLogReceived\": null,\n\t\t\t\"configCampaigns\": [\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 180,\n\t\t\t\t\t\"startTime\": \"07:00\",\n\t\t\t\t\t\"endTime\": \"10:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 0\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 180,\n\t\t\t\t\t\"startTime\": \"07:00\",\n\t\t\t\t\t\"endTime\": \"10:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 2\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 1\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 3\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 4\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 5\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"uptime\": 240,\n\t\t\t\t\t\"startTime\": \"08:00\",\n\t\t\t\t\t\"endTime\": \"12:00\",\n\t\t\t\t\t\"slotSize\": 1,\n\t\t\t\t\t\"loopDuration\": 360,\n\t\t\t\t\t\"weekDay\": 6\n\t\t\t\t}\n\t\t\t]\n        }\n    ],\n    \"total\": 4,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"3e8d9a4b-fab0-4433-9895-62905271da4b"},{"name":"/players","id":"a38306f2-4311-4ad8-b817-109ab00aaf27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Player name example\",\n  \"description\": \"Player description example\",\n  \"platform\": \"4YOUSEE_PLAYER\",\n  \"group\": 1,\n  \"playlists\": {\n    \"0\": 1,\n    \"1\": 1,\n    \"2\": 1,\n    \"3\": 1,\n    \"4\": 1,\n    \"5\": 1,\n    \"6\": 1\n  },\n  \"audios\": {\n    \"0\": 1\n  },\n  \"tags\": \"4YouSee\"\n}"},"url":"https://api.4yousee.com.br/v1/players","description":"<p>Create a Player.</p>\n<p>If you wish to add campaign configuration in order to be able to use your player as a candidate for exhibiting third-party campaigns, you can set the following fields when creating it:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{     \n    \"configCampaigns\" : {\n         \"loopDuration\": 60,\n         \"uptime\": 20,\n         \"slotSize\": 10\n    }\n}\n\n</code></pre><p>where \"loopDuration\", expressed in seconds, corresponds to the desired duration of a loop in your player's playlist; \"uptime\" is the amount of time, in minutes, at which your player will be operational throughout the day; and \"slotSize\", in seconds, refers to the size of a block where media from campaigns will be allocated in order to be played. \"configCampaigns\" is optional, and should only be used if you intend to make use of the Campaigns module in 4YouSee Manager.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["players"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"0284d644-8499-40bc-8197-8fc94998eeae","name":"Create Player","originalRequest":{"method":"POST","header":[{"key":"Secret-Token","value":"a1be7c9dced06d34e7a6d061924ea99d","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Player name example\",\n  \"description\": \"Player description example\",\n  \"platform\": \"4YOUSEE_PLAYER\",\n  \"group\": 1,\n  \"playlists\": {\n    \"0\": 1,\n    \"1\": 1,\n    \"2\": 1,\n    \"3\": 1,\n    \"4\": 1,\n    \"5\": 1,\n    \"6\": 1\n  },\n  \"audios\": {\n    \"0\": 1\n  }\n}"},"url":"https://api.4yousee.com.br/v1/players"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 05 Jun 2019 18:53:36 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"543"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"name\": \"Player name example\",\n    \"description\": \"Player description example\",\n    \"platform\": \"4YOUSEE_PLAYER\",\n    \"lastContactInMinutes\": null,\n    \"group\": {\n        \"id\": 1,\n        \"name\": \"Group DEMO\"\n    },\n    \"playerStatus\": {\n        \"id\": 6,\n        \"name\": \"Never accessed\",\n        \"time\": 0\n    },\n    \"playlists\": {\n        \"0\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"1\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"2\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"3\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"4\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"5\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"6\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        }\n    },\n    \"audios\": {\n        \"0\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        }\n    }\n}"},{"id":"ed663eeb-f7a5-4165-988c-b6009d01be8d","name":"Create player with campaign configuration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Player POST test daniel\",\n    \"description\": \"Player POSTED\",\n    \"platform\": \"4YOUSEE_PLAYER\",\n    \"group\": 1,\n    \"configCampaigns\": {\n        \"slotSize\": 30,\n        \"days\": [{\n            \"weekDay\": [0, 2],\n            \"startTime\": \"07:00\",\n            \"endTime\": \"10:00\",\n            \"loopDuration\": 360\n        },\n        {\n            \"weekDay\": [1, 3, 4, 5, 6],\n            \"startTime\": \"08:00\",\n            \"endTime\": \"12:00\",\n            \"loopDuration\": 360\n        }]\n    },\n    \"screensQuantity\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/players"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 200,\n    \"name\": \"Player POST test daniel\",\n    \"description\": \"Player POSTED\",\n    \"platform\": \"4YOUSEE_PLAYER\",\n    \"lastContactInMinutes\": null,\n    \"group\": {\n        \"id\": 1,\n        \"name\": \"Group DEMO\"\n    },\n    \"playerStatus\": {\n        \"id\": 6,\n        \"name\": \"Never accessed\",\n        \"time\": 0\n    },\n    \"lastLogReceived\": null,\n    \"configCampaigns\": [\n        {\n\t\t\t\"uptime\": 180,\n\t\t\t\"startTime\": \"07:00\",\n\t\t\t\"endTime\": \"10:00\",\n\t\t\t\"slotSize\": 30,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 0\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 180,\n\t\t\t\"startTime\": \"07:00\",\n\t\t\t\"endTime\": \"10:00\",\n\t\t\t\"slotSize\": 30,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 2\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 240,\n\t\t\t\"startTime\": \"08:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 30,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 1\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 240,\n\t\t\t\"startTime\": \"08:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 30,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 3\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 240,\n\t\t\t\"startTime\": \"08:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 30,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 4\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 240,\n\t\t\t\"startTime\": \"08:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 30,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 5\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 240,\n\t\t\t\"startTime\": \"08:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 30,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 6\n\t\t}\n    ]\n}"}],"_postman_id":"a38306f2-4311-4ad8-b817-109ab00aaf27"},{"name":"/players/{{playerId}}","id":"bd34f0ac-1178-462c-ab99-4ff7b18689a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","type":"text","value":"2848d026950a961c15b3518901a54741"}],"url":"https://api.4yousee.com.br/v1/players/{{playerId}}","description":"<p>Return a Player by id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["players","{{playerId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"1c11d816-d2a2-43a8-a38f-5225414b1ed5","name":"Get player information","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","type":"text","value":"a1be7c9dced06d34e7a6d061924ea99d"}],"url":"https://api.4yousee.com.br/v1/players/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 27 May 2019 17:24:12 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"223"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"name\": \"Player API\",\n    \"description\": \"Player created by API\",\n    \"platform\": \"4YOUSEE_PLAYER\",\n    \"lastContactInMinutes\": null,\n    \"group\": {\n        \"id\": 1,\n        \"name\": \"Group DEMO\"\n    },\n    \"playerStatus\": {\n        \"id\": 6,\n        \"name\": \"Never accessed\",\n        \"time\": 0\n    },\n    \"playlists\": {\n        \"0\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"1\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"2\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"3\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"4\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"5\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        },\n        \"6\": null\n    },\n    \"audios\": {\n        \"0\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        }\n    }\n}"},{"id":"07231e80-3a06-4ebd-867a-cd7b4db12aa1","name":"Get player information containing campaign configuration","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","type":"text","value":"2848d026950a961c15b3518901a54741"}],"url":"https://api.4yousee.com.br/v1/players/{{playerId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 200,\n    \"name\": \"Player POST test get\",\n    \"description\": \"Player POSTED\",\n    \"platform\": \"4YOUSEE_PLAYER\",\n    \"lastContactInMinutes\": null,\n    \"group\": {\n        \"id\": 1,\n        \"name\": \"Group DEMO\"\n    },\n    \"playerStatus\": {\n        \"id\": 6,\n        \"name\": \"Never accessed\",\n        \"time\": 0\n    },\n    \"lastLogReceived\": null,\n    \"configCampaigns\": [\n        {\n            \"uptime\": 180,\n            \"startTime\": \"07:00\",\n            \"endTime\": \"10:00\",\n            \"slotSize\": 1,\n            \"loopDuration\": 360,\n            \"weekDay\": 0\n        },\n        {\n            \"uptime\": 180,\n            \"startTime\": \"07:00\",\n            \"endTime\": \"10:00\",\n            \"slotSize\": 1,\n            \"loopDuration\": 360,\n            \"weekDay\": 2\n        },\n        {\n            \"uptime\": 240,\n            \"startTime\": \"08:00\",\n            \"endTime\": \"12:00\",\n            \"slotSize\": 1,\n            \"loopDuration\": 360,\n            \"weekDay\": 1\n        },\n        {\n            \"uptime\": 240,\n            \"startTime\": \"08:00\",\n            \"endTime\": \"12:00\",\n            \"slotSize\": 1,\n            \"loopDuration\": 360,\n            \"weekDay\": 3\n        },\n        {\n            \"uptime\": 240,\n            \"startTime\": \"08:00\",\n            \"endTime\": \"12:00\",\n            \"slotSize\": 1,\n            \"loopDuration\": 360,\n            \"weekDay\": 4\n        },\n        {\n            \"uptime\": 240,\n            \"startTime\": \"08:00\",\n            \"endTime\": \"12:00\",\n            \"slotSize\": 1,\n            \"loopDuration\": 360,\n            \"weekDay\": 5\n        },\n        {\n            \"uptime\": 240,\n            \"startTime\": \"08:00\",\n            \"endTime\": \"12:00\",\n            \"slotSize\": 1,\n            \"loopDuration\": 360,\n            \"weekDay\": 6\n        }\n    ]\n}"}],"_postman_id":"bd34f0ac-1178-462c-ab99-4ff7b18689a7"},{"name":"/players/{{playerId}}","id":"19885627-4897-4e95-9f04-1bef23dc5d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Player Android\",\n  \"description\": \"Player Android\",\n  \"group\": 1,\n  \"platform\": \"ANDROID\",\n  \"playlists\": {\n    \"0\": 3,\n    \"1\": 3,\n    \"2\": 3,\n    \"3\": 3,\n    \"4\": 3,\n    \"5\": 3,\n    \"6\": 3\n  },\n  \"audios\": {\n    \"0\": 1\n  }\n}"},"url":"https://api.4yousee.com.br/v1/players/{{playerId}}","description":"<p>Update a Player by id.</p>\n<p>If you wish to add/edit campaign configuration in order to be able<br />to use your player as a candidate for exhibiting third-party campaigns,<br />you can set the following fields when updating it:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"configCampaigns\": {\n    \"loopDuration\": 60,\n    \"uptime\": 20,\n    \"slotSize\": 10\n  }\n}\n\n</code></pre><p>where \"loopDuration\", expressed in seconds, corresponds to the desired duration of a loop in your player's playlist; \"uptime\" is the amount of time, in minutes, at which your player will be operational throughout the day; and \"slotSize\", in seconds, refers to the size of a block where media from campaigns will be allocated in order to be played. \"configCampaigns\" is optional, and should only be used if you intend to make use of the Campaigns module in 4YouSee Manager.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["players","{{playerId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"1f3766a4-df56-4145-815a-ca733e92a180","name":"Change player playlists","originalRequest":{"method":"PUT","header":[{"key":"Secret-Token","type":"text","value":"a1be7c9dced06d34e7a6d061924ea99d"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Player Android\",\n  \"description\": \"Player Android\",\n  \"group\": 1,\n  \"platform\": \"ANDROID\",\n  \"playlists\": {\n    \"0\": 3,\n    \"1\": 3,\n    \"2\": 3,\n    \"3\": 3,\n    \"4\": 3,\n    \"5\": 3,\n    \"6\": 3\n  },\n  \"audios\": {\n    \"0\": 1\n  }\n}"},"url":"https://api.4yousee.com.br/v1/players/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 27 May 2019 17:14:40 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"221"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"Player Android\",\n    \"description\": \"Player Android\",\n    \"platform\": \"ANDROID\",\n    \"lastContactInMinutes\": null,\n    \"group\": {\n        \"id\": 1,\n        \"name\": \"Group DEMO\"\n    },\n    \"playerStatus\": {\n        \"id\": 6,\n        \"name\": \"Never accessed\",\n        \"time\": 0\n    },\n    \"playlists\": {\n        \"0\": {\n            \"id\": 3,\n            \"name\": \"Playlist Sample\"\n        },\n        \"1\": {\n            \"id\": 3,\n            \"name\": \"Playlist Sample\"\n        },\n        \"2\": {\n            \"id\": 3,\n            \"name\": \"Playlist Sample\"\n        },\n        \"3\": {\n            \"id\": 3,\n            \"name\": \"Playlist Sample\"\n        },\n        \"4\": {\n            \"id\": 3,\n            \"name\": \"Playlist Sample\"\n        },\n        \"5\": {\n            \"id\": 3,\n            \"name\": \"Playlist Sample\"\n        },\n        \"6\": {\n            \"id\": 3,\n            \"name\": \"Playlist Sample\"\n        }\n    },\n    \"audios\": {\n        \"0\": {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\"\n        }\n    }\n}"},{"id":"5d65cf61-fe11-4b56-a869-83ca31e7460a","name":"Update player with campaign configuration","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Player POST test update\",\n    \"description\": \"Player POSTED\",\n    \"platform\": \"4YOUSEE_PLAYER\",\n    \"group\": 1,\n    \"configCampaigns\": {\n        \"slotSize\": 1,\n        \"days\": [{\n            \"weekDay\": [0, 2],\n            \"startTime\": \"07:00\",\n            \"endTime\": \"10:00\",\n            \"loopDuration\": 360\n        },\n        {\n            \"weekDay\": [1, 3, 4, 5, 6],\n            \"startTime\": \"09:00\",\n            \"endTime\": \"12:00\",\n            \"loopDuration\": 360\n        }]\n    },\n    \"screensQuantity\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/players/{{playerId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 200,\n    \"name\": \"Player POST test update\",\n    \"description\": \"Player POSTED\",\n    \"platform\": \"4YOUSEE_PLAYER\",\n    \"lastContactInMinutes\": null,\n    \"group\": {\n        \"id\": 1,\n        \"name\": \"Group DEMO\"\n    },\n    \"playerStatus\": {\n        \"id\": 6,\n        \"name\": \"Never accessed\",\n        \"time\": 0\n    },\n    \"lastLogReceived\": null,\n    \"configCampaigns\": [\n\t\t{\n\t\t\t\"uptime\": 180,\n\t\t\t\"startTime\": \"07:00\",\n\t\t\t\"endTime\": \"10:00\",\n\t\t\t\"slotSize\": 1,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 0\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 180,\n\t\t\t\"startTime\": \"07:00\",\n\t\t\t\"endTime\": \"10:00\",\n\t\t\t\"slotSize\": 1,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 2\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 180,\n\t\t\t\"startTime\": \"09:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 1,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 1\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 180,\n\t\t\t\"startTime\": \"09:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 1,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 3\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 180,\n\t\t\t\"startTime\": \"09:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 1,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 4\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 180,\n\t\t\t\"startTime\": \"09:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 1,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 5\n\t\t},\n\t\t{\n\t\t\t\"uptime\": 180,\n\t\t\t\"startTime\": \"09:00\",\n\t\t\t\"endTime\": \"12:00\",\n\t\t\t\"slotSize\": 1,\n\t\t\t\"loopDuration\": 360,\n\t\t\t\"weekDay\": 6\n\t\t}\n\t]\n}"}],"_postman_id":"19885627-4897-4e95-9f04-1bef23dc5d72"},{"name":"/players/{{playerId}}","id":"4aa4dda2-92ae-459b-be8e-17a1c6471ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/players/{{playerId}}","description":"<p>Delete a Player by id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["players","{{playerId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"4134721c-6650-4f7f-b646-0dd72909133b","name":"Delete player by Id","originalRequest":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/players/10"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 23 Nov 2020 21:13:57 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.15.6"},{"key":"X-Powered-By","value":"PHP/7.2.27"},{"key":"Cache-Control","value":"no-cache, private"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4aa4dda2-92ae-459b-be8e-17a1c6471ec7"}],"id":"399b0ffb-3ae9-4c7d-b890-dbf8498fb71e","description":"<p>This resource allows you to create, modify and read Players.</p>\n<h4 id=\"player-status\">Player Status</h4>\n<p>The <strong>playerStatus</strong> is one of the objects returned by Player endpoint.\nThis object shows Player last contact with server. There is six possible default values:</p>\n<h6 id=\"online\">Online</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>playerStatus: {\n    “id”: 1,\n    “name”: “Online”,\n    “time”: 10\n}\n</code></pre><h6 id=\"alert\">Alert</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>playerStatus: {\n    “id”: 2,\n    “name”: “Alert”,\n    “time”: 20\n}\n</code></pre><h6 id=\"offline\">Offline</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>playerStatus: {\n    “id”: 3,\n    “name”: “Offline”,\n    “time”: 30\n}\n</code></pre><h6 id=\"assistance-needed\">Assistance needed</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>playerStatus: {\n    “id”: 4,\n    “name”: “Assistance needed”,\n    “time”: 1440\n}\n</code></pre><h6 id=\"local-assist-needed\">Local assist needed</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>playerStatus: {\n    “id”: 5,\n    “name”: “Local assist needed”,\n    “time”: 9999999\n}\n</code></pre><h6 id=\"never-accessed\">Never accessed</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>playerStatus: {\n    “id”: 6,\n    “name”: “Never accessed”,\n    “time”: 0\n}\n</code></pre><p>The field <strong>time</strong> value represents Player last contact time interval in minutes.\nFor example: The <strong>playerStatus</strong> with name <strong>Online</strong> and time <strong>10</strong> means that player last contact was between 0 and 10 minutes.</p>\n<h5 id=\"playlists\">Playlists</h5>\n<p>An object containing Player associated <a href=\"#7ab338f2-087c-43b1-a8c1-45c23386aaf2\">Playlist</a> id per weekday. Week representation is numeric and it is done as follows:</p>\n<ul>\n<li>\"0\": Sunday</li>\n<li>\"1\": Monday</li>\n<li>\"2\": Tuesday</li>\n<li>\"3\": Wednesday</li>\n<li>\"4\": Thursday</li>\n<li>\"5\": Friday</li>\n<li>\"6\": Saturday</li>\n</ul>\n<p>For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"playlists\": {\n    \"0\": 2,\n    \"1\": 3,\n    \"2\": 3,\n    \"3\": 3,\n    \"4\": 3,\n    \"5\": 3,\n    \"6\": 2\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"e4098f28-645a-4874-a94f-3d6ade0ab2aa","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b992d6db-5317-48cb-9784-ba9ca708822a","type":"text/javascript","exec":[""]}}],"_postman_id":"399b0ffb-3ae9-4c7d-b890-dbf8498fb71e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"Playlists","item":[{"name":"/playlists","id":"f8bd735c-c0f7-48d1-83ea-322ac1c5612d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","type":"text","value":"2848d026950a961c15b3518901a54741"}],"url":"https://api.4yousee.com.br/v1/playlists","description":"<p>Returns a paginated list of Playlists.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["playlists"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"8ed03df2-fae6-4351-8335-4d127d39f0ce","name":"List all playlist and subplaylist in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","type":"text","value":"a173e058c41f6a7731eabe89d7540e89"}],"body":{"mode":"raw","raw":""},"url":"https://api-test.4yousee.com.br/v1/playlist/247"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 12 Feb 2021 18:23:45 GMT"},{"key":"X-Debug-Token","value":"720149"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/app_dev.php/_profiler/720149"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"Playlist DEMO\",\n            \"durationInSeconds\": 69,\n            \"isSubPlaylist\": false,\n            \"category\": null,\n            \"items\": [\n                {\n                    \"type\": \"media\",\n                    \"id\": 3,\n                    \"name\": \"4YouSee Create\",\n                    \"file\": \"i_3.mp4\",\n                    \"durationInSeconds\": 9\n                },\n                {\n                    \"type\": \"news\",\n                    \"durationInSeconds\": 10\n                },\n                {\n                    \"type\": \"media\",\n                    \"id\": 1,\n                    \"name\": \"4YouSee Play\",\n                    \"file\": \"i_1.mp4\",\n                    \"durationInSeconds\": 10,\n                    \"contentSchedule\": {\n                        \"times\": [\n                            {\n                                \"startTime\": \"11:00\",\n                                \"endTime\": \"19:00\",\n                                \"weekDays\": [\n                                    0,\n                                    1,\n                                    2,\n                                    3,\n                                    4,\n                                    5,\n                                    6\n                                ]\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"media\",\n                    \"id\": 2,\n                    \"name\": \"4YouSee Manage\",\n                    \"file\": \"i_2.mp4\",\n                    \"durationInSeconds\": 10,\n                    \"contentSchedule\": {\n                        \"startDate\": \"2021-02-02\",\n                        \"endDate\": \"2021-06-05\",\n                        \"times\": [\n                            {\n                                \"startTime\": \"05:00\",\n                                \"endTime\": \"21:00\",\n                                \"weekDays\": [\n                                    0,\n                                    2,\n                                    3,\n                                    4,\n                                    6\n                                ]\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"media\",\n                    \"id\": 4,\n                    \"name\": \"4YouSee Analyse\",\n                    \"file\": \"i_4.mp4\",\n                    \"durationInSeconds\": 10,\n                    \"contentSchedule\": {\n                        \"startDate\": \"2021-02-01\"\n                    }\n                }\n            ],\n            \"sequence\": [\n                0,\n                1,\n                2,\n                1,\n                3,\n                1,\n                4\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Playlist 2\",\n            \"durationInSeconds\": 82,\n            \"isSubPlaylist\": false,\n            \"category\": null,\n            \"items\": [\n                {\n                    \"type\": \"videoWall\",\n                    \"abortIfError\": false,\n                    \"ignoreLayout\": true,\n                    \"grid\": [\n                        [\n                            {\n                                \"id\": 4,\n                                \"name\": \"4YouSee Analyse\",\n                                \"file\": \"i_4.mp4\",\n                                \"durationInSeconds\": 10,\n                                \"contentSchedule\": {\n                                    \"startDate\": \"2021-02-01\"\n                                }\n                            },\n                            {\n                                \"id\": 1,\n                                \"name\": \"4YouSee Play\",\n                                \"file\": \"i_1.mp4\",\n                                \"durationInSeconds\": 10,\n                                \"contentSchedule\": {\n                                    \"times\": [\n                                        {\n                                            \"startTime\": \"11:00\",\n                                            \"endTime\": \"19:00\",\n                                            \"weekDays\": [\n                                                0,\n                                                1,\n                                                2,\n                                                3,\n                                                4,\n                                                5,\n                                                6\n                                            ]\n                                        }\n                                    ]\n                                }\n                            }\n                        ],\n                        [\n                            {\n                                \"id\": 2,\n                                \"name\": \"4YouSee Manage\",\n                                \"file\": \"i_2.mp4\",\n                                \"durationInSeconds\": 10,\n                                \"contentSchedule\": {\n                                    \"startDate\": \"2021-02-02\",\n                                    \"endDate\": \"2021-06-05\",\n                                    \"times\": [\n                                        {\n                                            \"startTime\": \"05:00\",\n                                            \"endTime\": \"21:00\",\n                                            \"weekDays\": [\n                                                0,\n                                                2,\n                                                3,\n                                                4,\n                                                6\n                                            ]\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"id\": 4,\n                                \"name\": \"4YouSee Analyse\",\n                                \"file\": \"i_4.mp4\",\n                                \"durationInSeconds\": 10,\n                                \"contentSchedule\": {\n                                    \"startDate\": \"2021-02-01\"\n                                }\n                            }\n                        ]\n                    ]\n                },\n                {\n                    \"type\": \"layout\",\n                    \"id\": 1,\n                    \"name\": \"Grid 1920x1080 com 1 área\",\n                    \"width\": 1920,\n                    \"height\": 1080\n                },\n                {\n                    \"type\": \"media\",\n                    \"id\": 5,\n                    \"name\": \"Walking\",\n                    \"file\": \"i_5.mp4\",\n                    \"durationInSeconds\": 26,\n                    \"contentSchedule\": {\n                        \"times\": [\n                            {\n                                \"startTime\": \"00:00\",\n                                \"endTime\": \"23:59\",\n                                \"weekDays\": [\n                                    0,\n                                    2,\n                                    4,\n                                    6\n                                ]\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"media\",\n                    \"id\": 2,\n                    \"name\": \"4YouSee Manage\",\n                    \"file\": \"i_2.mp4\",\n                    \"durationInSeconds\": 10,\n                    \"contentSchedule\": {\n                        \"startDate\": \"2021-02-02\",\n                        \"endDate\": \"2021-06-05\",\n                        \"times\": [\n                            {\n                                \"startTime\": \"05:00\",\n                                \"endTime\": \"21:00\",\n                                \"weekDays\": [\n                                    0,\n                                    2,\n                                    3,\n                                    4,\n                                    6\n                                ]\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"news\",\n                    \"durationInSeconds\": 10\n                }\n            ],\n            \"sequence\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                2\n            ]\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Subplaylist 1\",\n            \"durationInSeconds\": 26,\n            \"isSubPlaylist\": true,\n            \"category\": null,\n            \"items\": [\n                {\n                    \"type\": \"media\",\n                    \"id\": 5,\n                    \"name\": \"Walking\",\n                    \"file\": \"i_5.mp4\",\n                    \"durationInSeconds\": 26,\n                    \"playlistSchedule\": {\n                        \"startDate\": \"2021-02-08\",\n                        \"endDate\": \"2021-02-22\"\n                    },\n                    \"contentSchedule\": {\n                        \"times\": [\n                            {\n                                \"startTime\": \"00:00\",\n                                \"endTime\": \"23:59\",\n                                \"weekDays\": [\n                                    0,\n                                    2,\n                                    4,\n                                    6\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"sequence\": [\n                0\n            ]\n        }\n    ],\n    \"total\": 3,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"f8bd735c-c0f7-48d1-83ea-322ac1c5612d"},{"name":"/playlists/{{playlistId}}","id":"63cd5292-3db2-4369-b2d2-01e7bdd26a8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","type":"text","value":"2848d026950a961c15b3518901a54741"}],"url":"https://api.4yousee.com.br/v1/playlists/{{playlistId}}","description":"<p>Return a Playlist by id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["playlists","{{playlistId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"bda4589b-6bf3-4731-b9af-370481e46253","name":"Return playlist details by id","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","type":"text","value":"2848d026950a961c15b3518901a54741"}],"url":"https://api.4yousee.com.br/v1/playlists/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 12 Feb 2021 18:25:37 GMT"},{"key":"X-Debug-Token","value":"a9c6dd"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/app_dev.php/_profiler/a9c6dd"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"Playlist 2\",\n    \"durationInSeconds\": 82,\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"videoWall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": true,\n            \"grid\": [\n                [\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    },\n                    {\n                        \"id\": 1,\n                        \"name\": \"4YouSee Play\",\n                        \"file\": \"i_1.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"times\": [\n                                {\n                                    \"startTime\": \"11:00\",\n                                    \"endTime\": \"19:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        1,\n                                        2,\n                                        3,\n                                        4,\n                                        5,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    }\n                ],\n                [\n                    {\n                        \"id\": 2,\n                        \"name\": \"4YouSee Manage\",\n                        \"file\": \"i_2.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-02\",\n                            \"endDate\": \"2021-06-05\",\n                            \"times\": [\n                                {\n                                    \"startTime\": \"05:00\",\n                                    \"endTime\": \"21:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        2,\n                                        3,\n                                        4,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"layout\",\n            \"id\": 1,\n            \"name\": \"Grid 1920x1080 com 1 área\",\n            \"width\": 1920,\n            \"height\": 1080\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5,\n            \"name\": \"Walking\",\n            \"file\": \"i_5.mp4\",\n            \"durationInSeconds\": 26,\n            \"contentSchedule\": {\n                \"times\": [\n                    {\n                        \"startTime\": \"00:00\",\n                        \"endTime\": \"23:59\",\n                        \"weekDays\": [\n                            0,\n                            2,\n                            4,\n                            6\n                        ]\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 2,\n            \"name\": \"4YouSee Manage\",\n            \"file\": \"i_2.mp4\",\n            \"durationInSeconds\": 10,\n            \"contentSchedule\": {\n                \"startDate\": \"2021-02-02\",\n                \"endDate\": \"2021-06-05\",\n                \"times\": [\n                    {\n                        \"startTime\": \"05:00\",\n                        \"endTime\": \"21:00\",\n                        \"weekDays\": [\n                            0,\n                            2,\n                            3,\n                            4,\n                            6\n                        ]\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"news\",\n            \"durationInSeconds\": 10\n        }\n    ],\n    \"sequence\": [\n        0,\n        1,\n        2,\n        3,\n        4,\n        2\n    ]\n}"}],"_postman_id":"63cd5292-3db2-4369-b2d2-01e7bdd26a8d"},{"name":"/playlists","id":"88f01ca8-f2d8-4f4f-9251-9a8562ea047a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Playlist Created via API\",\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"layout\",\n            \"id\": 1\n        },\n        {\n            \"type\": \"videowall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 1\n                    }\n                ],\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 2\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5\n        },\n        {\n            \"type\": \"news\"\n        }\n    ],\n    \"sequence\": [\n        0,\n        1,\n        2,\n        3\n    ]\n}"},"url":"https://api.4yousee.com.br/v1/playlists","description":"<p>Create a playlist</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["playlists"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"8d11de5d-3ba5-4893-9e08-ded2693e8fe3","name":"Create playlist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Playlist Created via API\",\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"layout\",\n            \"id\": 1\n        },\n        {\n            \"type\": \"videowall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 1\n                    }\n                ],\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 2\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5\n        },\n        {\n            \"type\": \"news\"\n        }\n    ],\n    \"sequence\": [\n        0,\n        1,\n        2,\n        3\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/playlists"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 12 Feb 2021 20:37:48 GMT"},{"key":"X-Debug-Token","value":"8b5e4d"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/app_dev.php/_profiler/8b5e4d"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%228b5e4d%22%2C%22route%22%3A%22api_app_v1_playlist_create%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%22API%5C%5CAppBundle%5C%5CController%5C%5CPlaylistController%3AcreateAction%22%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 40,\n    \"name\": \"Playlist Created via API\",\n    \"durationInSeconds\": 46,\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"layout\",\n            \"id\": 1,\n            \"name\": \"Grid 1920x1080 com 1 área\",\n            \"width\": 1920,\n            \"height\": 1080\n        },\n        {\n            \"type\": \"videoWall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    },\n                    {\n                        \"id\": 1,\n                        \"name\": \"4YouSee Play\",\n                        \"file\": \"i_1.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"times\": [\n                                {\n                                    \"startTime\": \"11:00\",\n                                    \"endTime\": \"19:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        1,\n                                        2,\n                                        3,\n                                        4,\n                                        5,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    }\n                ],\n                [\n                    {\n                        \"id\": 2,\n                        \"name\": \"4YouSee Manage\",\n                        \"file\": \"i_2.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-02\",\n                            \"endDate\": \"2021-06-05\",\n                            \"times\": [\n                                {\n                                    \"startTime\": \"05:00\",\n                                    \"endTime\": \"21:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        2,\n                                        3,\n                                        4,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5,\n            \"name\": \"Walking\",\n            \"file\": \"i_5.mp4\",\n            \"durationInSeconds\": 26,\n            \"contentSchedule\": {\n                \"times\": [\n                    {\n                        \"startTime\": \"00:00\",\n                        \"endTime\": \"23:59\",\n                        \"weekDays\": [\n                            0,\n                            2,\n                            4,\n                            6\n                        ]\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"news\",\n            \"durationInSeconds\": 10\n        }\n    ],\n    \"sequence\": [\n        0,\n        1,\n        2,\n        3\n    ]\n}"},{"id":"33dfe31e-ec0c-44f8-910f-6870939f3c5b","name":"Create playlist with content schedule","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Playlist Created via API\",\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"media\",\n            \"id\": 5,\n            \"contentSchedule\": {\n                \"dateSchedule\": {\n                    \"startDate\": \"2021-07-11\",\n                    \"endDate\": \"2021-07-17\"\n                },\n                \"timeSchedule\": [\n                    {\n                        \"days\": \"|1|4|\",\n                        \"startTime\": \"08:00\",\n                        \"endTime\": \"10:00\"\n                    },\n                    {\n                        \"days\": \"|1|4|\",\n                        \"startTime\": \"11:00\",\n                        \"endTime\": \"14:00\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"layout\",\n            \"id\": 1\n        },\n        {\n            \"type\": \"videowall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 1\n                    }\n                ],\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 2\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"news\"\n        }\n    ],\n    \"sequence\": [\n        0,\n        1,\n        2,\n        3\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/playlists"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 12 Feb 2021 20:37:48 GMT"},{"key":"X-Debug-Token","value":"8b5e4d"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/app_dev.php/_profiler/8b5e4d"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%228b5e4d%22%2C%22route%22%3A%22api_app_v1_playlist_create%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%22API%5C%5CAppBundle%5C%5CController%5C%5CPlaylistController%3AcreateAction%22%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 40,\n    \"name\": \"Playlist Created via API\",\n    \"durationInSeconds\": 46,\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"layout\",\n            \"id\": 1,\n            \"name\": \"Grid 1920x1080 com 1 área\",\n            \"width\": 1920,\n            \"height\": 1080\n        },\n        {\n            \"type\": \"videoWall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    },\n                    {\n                        \"id\": 1,\n                        \"name\": \"4YouSee Play\",\n                        \"file\": \"i_1.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"times\": [\n                                {\n                                    \"startTime\": \"11:00\",\n                                    \"endTime\": \"19:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        1,\n                                        2,\n                                        3,\n                                        4,\n                                        5,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    }\n                ],\n                [\n                    {\n                        \"id\": 2,\n                        \"name\": \"4YouSee Manage\",\n                        \"file\": \"i_2.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-02\",\n                            \"endDate\": \"2021-06-05\",\n                            \"times\": [\n                                {\n                                    \"startTime\": \"05:00\",\n                                    \"endTime\": \"21:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        2,\n                                        3,\n                                        4,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5,\n            \"name\": \"Walking\",\n            \"file\": \"i_5.mp4\",\n            \"durationInSeconds\": 26,\n            \"contentSchedule\": {\n                \"startDate\": \"2021-07-11\",\n                \"endDate\": \"2021-07-17\",\n                \"times\": [\n                    {\n                        \"startTime\": \"08:00\",\n                        \"endTime\": \"10:00\",\n                        \"weekDays\": [\n                            1,\n                            4\n                        ]\n                    },\n                    {\n                        \"startTime\": \"11:00\",\n                        \"endTime\": \"14:00\",\n                        \"weekDays\": [\n                            1,\n                            4\n                        ]\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"news\",\n            \"durationInSeconds\": 10\n        }\n    ],\n    \"sequence\": [\n        0,\n        1,\n        2,\n        3\n    ]\n}"},{"id":"963f5e34-35c3-4a80-a305-e452897da3ce","name":"Create playlist with playlist schedule","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Playlist Created via API\",\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"layout\",\n            \"id\": 1\n        },\n        {\n            \"type\": \"videowall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 1\n                    }\n                ],\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 2\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5,\n            \"playlistSchedule\": {\n                \"dateSchedule\": {\n                    \"startDate\": \"2021-07-11\",\n                    \"endDate\": \"2021-07-17\"\n                },\n                \"timeSchedule\": [\n                    {\n                        \"days\": \"|1|4|\",\n                        \"startTime\": \"08:00\",\n                        \"endTime\": \"10:00\"\n                    },\n                    {\n                        \"days\": \"|1|4|\",\n                        \"startTime\": \"11:00\",\n                        \"endTime\": \"14:00\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"news\"\n        }\n    ],\n    \"sequence\": [\n        0,\n        1,\n        2,\n        3\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/playlists"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 12 Feb 2021 20:37:48 GMT"},{"key":"X-Debug-Token","value":"8b5e4d"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/app_dev.php/_profiler/8b5e4d"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%228b5e4d%22%2C%22route%22%3A%22api_app_v1_playlist_create%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%22API%5C%5CAppBundle%5C%5CController%5C%5CPlaylistController%3AcreateAction%22%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 40,\n    \"name\": \"Playlist Created via API\",\n    \"durationInSeconds\": 46,\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"layout\",\n            \"id\": 1,\n            \"name\": \"Grid 1920x1080 com 1 área\",\n            \"width\": 1920,\n            \"height\": 1080\n        },\n        {\n            \"type\": \"videoWall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    },\n                    {\n                        \"id\": 1,\n                        \"name\": \"4YouSee Play\",\n                        \"file\": \"i_1.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"times\": [\n                                {\n                                    \"startTime\": \"11:00\",\n                                    \"endTime\": \"19:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        1,\n                                        2,\n                                        3,\n                                        4,\n                                        5,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    }\n                ],\n                [\n                    {\n                        \"id\": 2,\n                        \"name\": \"4YouSee Manage\",\n                        \"file\": \"i_2.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-02\",\n                            \"endDate\": \"2021-06-05\",\n                            \"times\": [\n                                {\n                                    \"startTime\": \"05:00\",\n                                    \"endTime\": \"21:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        2,\n                                        3,\n                                        4,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5,\n            \"name\": \"Walking\",\n            \"file\": \"i_5.mp4\",\n            \"durationInSeconds\": 26,\n            \"playlistSchedule\": {\n                \"startDate\": \"2021-07-11\",\n                \"endDate\": \"2021-07-17\",\n                \"times\": [\n                    {\n                        \"startTime\": \"08:00\",\n                        \"endTime\": \"10:00\",\n                        \"weekDays\": [\n                            1,\n                            4\n                        ]\n                    },\n                    {\n                        \"startTime\": \"11:00\",\n                        \"endTime\": \"14:00\",\n                        \"weekDays\": [\n                            1,\n                            4\n                        ]\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"news\",\n            \"durationInSeconds\": 10\n        }\n    ],\n    \"sequence\": [\n        0,\n        1,\n        2,\n        3\n    ]\n}"}],"_postman_id":"88f01ca8-f2d8-4f4f-9251-9a8562ea047a"},{"name":"/playlist/{{playlistId}}","id":"f3992850-8b01-435a-a57e-e746c8e3c693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Playlist Created via API\",\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"videowall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 1\n                    }\n                ],\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 2\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5\n        }\n    ],\n    \"sequence\": [\n        0,\n        1\n    ]\n}"},"url":"https://api.4yousee.com.br/v1/playlists/{{playlistId}}","description":"<p>Update a Playlist by id.</p>\n<h2>Update Media Schedules</h2>\nIn a `\"type\": \"media\"` content, set the schedules you want in the following way:\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 1,\n    \"name\": \"4yousee play\",\n    \"type\": \"media\",\n    \"contentSchedule\": {\n        \"dateSchedule\": {\n            \"startDate\": \"2021-07-11\",\n            \"endDate\": \"2021-07-17\"\n        },\n        \"timeSchedule\": [\n            {\n                \"days\": \"|1|4|\",\n                \"startTime\": \"08:00\",\n                \"endTime\": \"10:00\"\n            },\n            {\n                \"days\": \"|1|4|\",\n                \"startTime\": \"11:00\",\n                \"endTime\": \"14:00\"\n            }\n        ]\n    },\n    \"playlistSchedule\": {\n        \"dateSchedule\": {\n            \"start_date\": \"2021-08-11\",\n            \"end_date\": \"2021-08-17\"\n        },\n        \"timeSchedule\": [\n            {\n                \"days\": \"|1|4|\",\n                \"startTime\": \"08:30\",\n                \"endTime\": \"10:30\"\n            },\n            {\n                \"days\": \"|1|4|\",\n                \"startTime\": \"11:30\",\n                \"endTime\": \"14:30\"\n            }\n        ]\n    }\n}\n</code></pre>\n<p>The <code>contentSchedule</code> will update the global schedule of a media; The <code>playlistSchedule</code> will update the schedule of the media when played in this playlist.</p>\n<p>The <code>dateSchedule</code> sets the days that media will be able to play, between <code>startDate</code> and <code>endDate</code>.</p>\n<p><code>timeSchedule</code> determines what time of the day and which days of the week the media will play. Each <code>timeSchedule</code> contains the days property, which defines the days of the week starting from 0 (Sunday) up until 6 (Saturday).  <code>startTime</code> refers to the time of the day that the media will start playing whereas <code>endTime</code> refers to the time when said media will stop playing.</p>\n<p>If <code>startDate</code> or <code>endDate</code> in <code>scheduleDate</code> is provided as null or empty(startDate: \"\") the corresponding date property will be deleted from the respective media schedule(playlist or content schedule). Similarly, if <code>timeSchedule</code> is provided with an empty array(timeSchedule : []) all time schedules associated with it will be deleted too.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["playlists","{{playlistId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"eef6d155-f714-4ea6-8e7f-e5f2f542bc85","name":"Update sequence of playlist","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Playlist Created via API\",\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"videowall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 1\n                    }\n                ],\n                [\n                    {\n                        \"type\": \"media\",\n                        \"id\": 2\n                    },\n                    {\n                        \"type\": \"media\",\n                        \"id\": 4\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5\n        }\n    ],\n    \"sequence\": [\n        0,\n        1\n    ]\n}"},"url":"https://api.4yousee.com.br/v1/playlists/38"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 12 Feb 2021 21:01:56 GMT"},{"key":"X-Debug-Token","value":"c2c7d4"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/app_dev.php/_profiler/c2c7d4"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 38,\n    \"name\": \"Playlist Created via API\",\n    \"durationInSeconds\": 36,\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"videoWall\",\n            \"abortIfError\": false,\n            \"ignoreLayout\": false,\n            \"grid\": [\n                [\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    },\n                    {\n                        \"id\": 1,\n                        \"name\": \"4YouSee Play\",\n                        \"file\": \"i_1.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"times\": [\n                                {\n                                    \"startTime\": \"11:00\",\n                                    \"endTime\": \"19:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        1,\n                                        2,\n                                        3,\n                                        4,\n                                        5,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    }\n                ],\n                [\n                    {\n                        \"id\": 2,\n                        \"name\": \"4YouSee Manage\",\n                        \"file\": \"i_2.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-02\",\n                            \"endDate\": \"2021-06-05\",\n                            \"times\": [\n                                {\n                                    \"startTime\": \"05:00\",\n                                    \"endTime\": \"21:00\",\n                                    \"weekDays\": [\n                                        0,\n                                        2,\n                                        3,\n                                        4,\n                                        6\n                                    ]\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"4YouSee Analyse\",\n                        \"file\": \"i_4.mp4\",\n                        \"durationInSeconds\": 10,\n                        \"contentSchedule\": {\n                            \"startDate\": \"2021-02-01\"\n                        }\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"media\",\n            \"id\": 5,\n            \"name\": \"Walking\",\n            \"file\": \"i_5.mp4\",\n            \"durationInSeconds\": 26,\n            \"contentSchedule\": {\n                \"times\": [\n                    {\n                        \"startTime\": \"00:00\",\n                        \"endTime\": \"23:59\",\n                        \"weekDays\": [\n                            0,\n                            2,\n                            4,\n                            6\n                        ]\n                    }\n                ]\n            }\n        }\n    ],\n    \"sequence\": [\n        0,\n        1\n    ]\n}"},{"id":"e9cf1336-f262-4064-9fad-9631a2b0252a","name":"Update Schedules of items in playlist","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Playlist Created via API\",\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"media\",\n            \"id\": 5,\n            \"contentSchedule\": {\n                \"dateSchedule\": {\n                    \"start_date\": \"2021-07-11\",\n                    \"end_date\": \"2021-07-17\"\n                },\n                \"timeSchedule\": [\n                    {\n                        \"days\": \"|1|4|\",\n                        \"startTime\": \"08:00\",\n                        \"endTime\": \"10:00\"\n                    },\n                    {\n                        \"days\": \"|1|4|\",\n                        \"startTime\": \"11:00\",\n                        \"endTime\": \"14:00\"\n                    }\n                ]\n            },\n            \"playlistSchedule\": {\n                \"dateSchedule\": {\n                    \"start_date\": \"2021-08-11\",\n                    \"end_date\": \"2021-08-17\"\n                },\n                \"timeSchedule\": [\n                    {\n                        \"days\": \"|1|4|\",\n                        \"startTime\": \"08:30\",\n                        \"endTime\": \"10:30\"\n                    },\n                    {\n                        \"days\": \"|1|4|\",\n                        \"startTime\": \"11:30\",\n                        \"endTime\": \"14:30\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"sequence\": [\n        0\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/playlists/{{playlistId}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": {{playlistId}},\n    \"name\": \"Playlist Created via API\",\n    \"items\": [\n        {\n            \"type\": \"media\",\n            \"id\": 5,\n            \"durationInSeconds\": 10,\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"DEMO\"\n                }\n            ],\n            \"contentSchedule\": {\n                \"startDate\": \"2021-07-11\",\n                \"endDate\": \"2021-07-17\",\n                \"times\": [\n                    {\n                        \"startTime\": \"08:00\",\n                        \"endTime\": \"10:00\",\n                        \"weekDays\": [\n                            1,\n                            4\n                        ]\n                    },\n                    {\n                        \"startTime\": \"11:00\",\n                        \"endTime\": \"14:00\",\n                        \"weekDays\": [\n                            1,\n                            4\n                        ]\n                    }\n                ]\n            }\n        }\n    ],\n    \"sequence\": [\n        0\n    ]\n}"},{"id":"27cfdf85-9662-402e-82c8-8c48bdf186e6","name":"Update subplaylist sequence inside playlist","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": 1,\n  \"name\": \"Playlist DEMO\",\n  \"durationInSeconds\": 38,\n  \"isSubPlaylist\": false,\n  \"category\": null,\n  \"items\": [\n    {\n      \"type\": \"subPlaylist\",\n      \"id\": 3,\n      \"name\": \"Subplaylist Teste\",\n      \"sequence\": [\n        1,\n        0\n      ],\n      \"items\": [\n        {\n          \"type\": \"media\",\n          \"id\": 4\n        },\n        {\n          \"type\": \"media\",\n          \"id\": 3\n        }\n      ]\n    }\n  ],\n  \"sequence\": [\n    0\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/playlists/{{playlistId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Playlist DEMO\",\n    \"durationInSeconds\": 38,\n    \"isSubPlaylist\": false,\n    \"category\": null,\n    \"items\": [\n        {\n            \"type\": \"subPlaylist\",\n            \"id\": 3,\n            \"name\": \"Subplaylist Teste\",\n            \"sequence\": [\n                1,\n                0\n            ],\n            \"items\": [\n                {\n                    \"type\": \"media\",\n                    \"id\": 4,\n                    \"name\": \"4YouSee Analyse\",\n                    \"file\": \"i_4.mp4\",\n                    \"durationInSeconds\": 10,\n                    \"categories\": [\n                        {\n                            \"id\": 1,\n                            \"name\": \"DEMO\"\n                        }\n                    ],\n                    \"playlistSchedule\": {\n                        \"startDate\": \"2021-09-06\",\n                        \"endDate\": \"2021-09-11\"\n                    }\n                },\n                {\n                    \"type\": \"media\",\n                    \"id\": 3,\n                    \"name\": \"4YouSee Create\",\n                    \"file\": \"i_3.mp4\",\n                    \"durationInSeconds\": 9,\n                    \"categories\": [\n                        {\n                            \"id\": 1,\n                            \"name\": \"DEMO\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"sequence\": [\n        0\n    ]\n}"}],"_postman_id":"f3992850-8b01-435a-a57e-e746c8e3c693"},{"name":"/playlist/{{playlistId}}","id":"847b6588-83be-4847-a3ac-abbaec4f41b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/playlists/{{playlistId}}","description":"<p>Delete a Playlist by id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["playlists","{{playlistId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"e36de915-2d01-42da-a6b9-46c62f65c224","name":"Delete a playlist by Id","originalRequest":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/playlists/{{playlistId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 24 Nov 2020 17:19:53 GMT"},{"key":"X-Debug-Token","value":"2a3da9"},{"key":"X-Debug-Token-Link","value":"http://4yousee.local:8081/app_dev.php/_profiler/2a3da9"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"847b6588-83be-4847-a3ac-abbaec4f41b3"}],"id":"332638cc-effa-4410-be14-3e2103baa332","description":"<h1 id=\"group-playlists\">Group Playlists</h1>\n<p>This resource allows you to create, modify and read Playlists.</p>\n<h4 id=\"items\">Items</h4>\n<p>Is one of the most important Playlist item.\nTogether, <strong>items</strong> and <strong>sequence</strong> arrays define what will be played and the order.\nEach allowed item has a specific scheme that they are:</p>\n<h6 id=\"media\">Media</h6>\n<p>It's required the type <strong>media</strong> and <a href=\"#13c14098-9868-4f75-9aad-34de34c70174\">Media</a> id.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"type\": \"media\",\n  \"id\": 1\n}\n</code></pre><h6 id=\"carousel\">Carousel</h6>\n<p>It's required the type <strong>carousel</strong> and <a href=\"#dd646380-78d2-49a6-b4b6-7639255b7431\">Media Category</a> id.\nRead the documentation in portuguese BR how to works a <a href=\"https://4yousee.zendesk.com/hc/pt-br/articles/115005539983-Utilizando-categorias-de-conte%C3%BAdo-em-playlists-carrossel-\">Carousel</a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"type\": \"carousel\",\n  \"id\": 1\n}\n</code></pre><h6 id=\"sub-playlist\">Sub Playlist</h6>\n<p>It's required the type <strong>subPlaylist</strong> and Sub Playlist id.\nA Sub Playlist can't contain another Sub Playlist in the items array.</p>\n<p>Read the documentation in portuguese BR how to works a <a href=\"https://4yousee.zendesk.com/hc/pt-br/articles/115005539963-Subplaylists\">Sub Playlist</a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"type\": \"subPlaylist\",\n  \"id\": 2\n}\n</code></pre><h6 id=\"news\">News</h6>\n<p>It's required the type <strong>news</strong>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"type\": \"news\"\n}\n</code></pre><h6 id=\"layout\">Layout</h6>\n<p>It's required the type <strong>layout</strong> and Layout id.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"type\": \"layout\",\n  \"id\": 2\n}\n</code></pre><h6 id=\"video-wall\">Video Wall</h6>\n<p>It's a grid that is composed of an array of one or two dimensions that represents the position of each screen on which each video will run.\nIt's required that all grid items be a <a href=\"#13c14098-9868-4f75-9aad-34de34c70174\">Media</a> of the video type and with the same duration.</p>\n<p>The <strong>abortIfError</strong> field tells the Player if the Video wall should be aborted in the event of any error.</p>\n<p>The <strong>ignoreLayout</strong> field tells the Player if the Video wall should be ignored the current layout.</p>\n<p>Read the documentation in portuguese BR how to works a <a href=\"https://4yousee.zendesk.com/hc/pt-br/articles/217094746-Criando-um-Videowall-Sincronizado-no-4YouSee\">Video Wall</a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"type\": \"videowall\",\n    \"abortIfError\": false,\n    \"ignoreLayout\": false,\n    \"grid\": [\n        [\n            {\n                \"type\": \"media\",\n                \"id\": 4\n            },\n            {\n                \"type\": \"media\",\n                \"id\": 1\n            }\n        ],\n        [\n            {\n                \"type\": \"media\",\n                \"id\": 2\n            },\n            {\n                \"type\": \"media\",\n                \"id\": 4\n            }\n        ]\n    ]\n}\n</code></pre><p>In the example above, the Video wall has a 2x2 format with 4 screens.</p>\n<p>Items cannot be repeated, except  <strong>videoWall</strong>.</p>\n<h4 id=\"sequence\">Sequence</h4>\n<p>An array of integers with the sequence of <strong>items</strong> array starting with '0'.\nAll items listed in <strong>items</strong> must be represented in the <strong>sequence</strong>.</p>\n<p>For example: If the <strong>item</strong> array contains 4 elements, the possible values for the sequence are <code>0</code>, <code>1</code>, <code>2</code> and <code>3</code>.\nThe position of the item in the sequence can be repeated as many times as necessary to compose the order of the playlist.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>// (...)\n\"items\": [\n  {\n    //(Some item with index 0)\n  },\n  {\n    //(Another item with index 1)\n  },\n  {\n    //(Another item with index 2)\n  },\n  {\n    //(Another item with index 3)\n  }\n],\n\"sequence\" [\n    0,1,2,3,1,2,1,0,0\n]\n//(...)\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"afdd507a-5af3-437a-acd0-c4eb5af1b6a2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"638593e9-7332-498a-ae0a-69b26067b32f","type":"text/javascript","exec":[""]}}],"_postman_id":"332638cc-effa-4410-be14-3e2103baa332","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"Templates","item":[{"name":"/templates/","id":"ba536d83-b0b2-4071-95a4-19c7894d3951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/templates?id&name&type","description":"<p>Returns a paginated list of templates</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["templates"],"host":["https://api.4yousee.com.br/v1"],"query":[{"description":{"content":"<p>One or more comma-separated Templates ids. Example: <code>1,2,3</code></p>\n","type":"text/plain"},"key":"id","value":null},{"description":{"content":"<p>Template name to search. Example: <code>finance</code></p>\n","type":"text/plain"},"key":"name","value":null},{"description":{"content":"<p>Template type to search(<code>zip</code> or <code>swf</code>). Example: <code>zip</code></p>\n","type":"text/plain"},"key":"type","value":null}],"variable":[]}},"response":[{"id":"9e8e8af7-7089-48bf-b96c-b083f71c1a0a","name":"List all templates zip on horizontal","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/templates?id&name=Horizontal&type=zip&sort=-name,id&page=1&limit=10","protocol":"https","host":["api","4yousee","com","br"],"path":["v1","templates"],"query":[{"key":"id","value":null,"description":"One or more comma-separated Templates ids. Example: `1,2,3`"},{"key":"name","value":"Horizontal","description":"Template name to search. Example: `finance`"},{"key":"type","value":"zip","description":"Template type to search(`zip` or `swf`). Example: `zip`"},{"key":"sort","value":"-name,id"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2019 13:52:14 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"294"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 21,\n            \"name\": \"Terra Últimas Notícias Horizontal HTML5\",\n            \"width\": 1280,\n            \"height\": 720,\n            \"type\": \"zip\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Clima Tempo Nuvens Horizontal HTML5\",\n            \"width\": 1280,\n            \"height\": 720,\n            \"type\": \"zip\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Mega Sena Horizontal HTML5\",\n            \"width\": 1280,\n            \"height\": 800,\n            \"type\": \"zip\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Quina Horizontal HTML5\",\n            \"width\": 1280,\n            \"height\": 800,\n            \"type\": \"zip\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Dupla Sena Horizontal HTML5\",\n            \"width\": 1280,\n            \"height\": 800,\n            \"type\": \"zip\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Loto Fácil Horizontal HTML5\",\n            \"width\": 1280,\n            \"height\": 800,\n            \"type\": \"zip\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Loto Mania Horizontal HTML5\",\n            \"width\": 1280,\n            \"height\": 800,\n            \"type\": \"zip\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Barra G1 Horizontal HTML5\",\n            \"width\": 1280,\n            \"height\": 100,\n            \"type\": \"zip\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"Barra Logo Horizontal HTML5\",\n            \"width\": 402,\n            \"height\": 100,\n            \"type\": \"zip\"\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Facebook Horizontal HTML5\",\n            \"width\": 1280,\n            \"height\": 720,\n            \"type\": \"zip\"\n        }\n    ],\n    \"total\": 24,\n    \"currentPage\": 1,\n    \"totalPages\": 3\n}"}],"_postman_id":"ba536d83-b0b2-4071-95a4-19c7894d3951"}],"id":"caa111ec-6da3-49c7-978b-c04c200d4c05","description":"<p>Resource related to News Templates</p>\n","_postman_id":"caa111ec-6da3-49c7-978b-c04c200d4c05","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"Newsources","item":[{"name":"/newsources","id":"0a4a0ac8-502e-454c-94b7-48bde79cb211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/newsources?id=&name&template=&insertContentAutomatically=","description":"<p>Retrive a list of newsources</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["newsources"],"host":["https://api.4yousee.com.br/v1"],"query":[{"description":{"content":"<p>One or more comma-separated Newsources ids. Example: <code>1,2,3</code></p>\n","type":"text/plain"},"key":"id","value":""},{"description":{"content":"<p>Newsource name to search. Example: <code>weather</code></p>\n","type":"text/plain"},"key":"name","value":null},{"description":{"content":"<p>Template id to search. Examle: <code>4</code></p>\n","type":"text/plain"},"key":"template","value":""},{"description":{"content":"<p><code>1</code> if search only automatic content insertion or <code>0</code> for manual. Examples:<code> 1</code></p>\n","type":"text/plain"},"key":"insertContentAutomatically","value":""}],"variable":[]}},"response":[{"id":"0a31a928-a10d-49e8-bab7-426ea174e17c","name":"List  all newsources in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/newsources?","protocol":"https","host":["api","4yousee","com","br"],"path":["v1","newsources"],"query":[{"key":"id","value":null,"description":"One or more comma-separated Newsources ids. Example: `1,2,3`","disabled":true},{"key":"name","value":null,"description":"Newsource name to search. Example: `weather`","disabled":true},{"key":"template","value":null,"description":"Template id to search. Examle: `4`","disabled":true},{"key":"insertContentAutomatically","value":null,"description":"`1` if search only automatic content insertion or `0` for manual. Examples:` 1`","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-type,Accept,X-Access-Token,X-Key"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 06 Jun 2019 13:51:07 GMT"},{"key":"ETag","value":"W/\"1455550007\""},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"1507"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 31,\n            \"name\": \"Barra Clima 1 Dia + Finance Vertical\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=16\",\n            \"template\": 34,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Barra Clima 2 Dias\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=17\",\n            \"template\": 37,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Barra Clima 3 Dias + Finance HTML5\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=15\",\n            \"template\": 57,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Barra G1\",\n            \"url\": \"http://g1.globo.com/dynamo/brasil/rss2.xml\",\n            \"template\": 32,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 10,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Barra Logo\",\n            \"url\": \"\",\n            \"template\": 35,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 2000,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"No\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Barra UOL Economia Vertical\",\n            \"url\": \"http://www3.uol.com.br/xml/midiaindoor/economia.xml\",\n            \"template\": 36,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 8,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Clima Tempo Nuvens\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=8\",\n            \"template\": 22,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 47,\n            \"name\": \"CNN\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=9\",\n            \"template\": 54,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Exame\",\n            \"url\": \"http://exame.abril.com.br/brasil/feed/\",\n            \"template\": 51,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 10,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Facebook\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=5\",\n            \"template\": 39,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 10,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Finance Dólar Euro\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=19\",\n            \"template\": 47,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 43,\n            \"name\": \"Finance: Bovespa-Nasdaq-Nikkei-Londres\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=20\",\n            \"template\": 48,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Folha de São Paulo\",\n            \"url\": \"http://feeds.folha.uol.com.br/emcimadahora/rss091.xml\",\n            \"template\": 46,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 10,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Horóscopo UOL\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=6\",\n            \"template\": 40,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 12,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 46,\n            \"name\": \"InfoMoney\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=21\",\n            \"template\": 52,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 10,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Instagram\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=3\",\n            \"template\": 41,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Instagram Tags\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=18\",\n            \"template\": 41,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Loteria Dupla Sena\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=11\",\n            \"template\": 26,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 4,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Loteria Loto Fácil\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=13\",\n            \"template\": 27,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 4,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Loteria Loto Mania\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=12\",\n            \"template\": 28,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 4,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Loteria Mega Sena\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=1\",\n            \"template\": 24,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 4,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 1,\n            \"name\": \"Loteria Quina\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=10\",\n            \"template\": 25,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 4,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Portal G1 - Brasil\",\n            \"url\": \"http://g1.globo.com/dynamo/brasil/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Portal G1 - Carros\",\n            \"url\": \"http://g1.globo.com/dynamo/carros/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Portal G1 - Concursos e Empregos\",\n            \"url\": \"http://g1.globo.com/dynamo/concursos-e-emprego/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Portal G1 - Economia\",\n            \"url\": \"http://g1.globo.com/dynamo/economia/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Portal G1 - Educação\",\n            \"url\": \"http://g1.globo.com/dynamo/educacao/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Portal G1 - Loterias\",\n            \"url\": \"http://g1.globo.com/dynamo/loterias/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Portal G1 - Minas Gerais\",\n            \"url\": \"http://g1.globo.com/dynamo/minas-gerais/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Portal G1 - Mundo\",\n            \"url\": \"http://g1.globo.com/dynamo/mundo/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Portal G1 - Música\",\n            \"url\": \"http://g1.globo.com/dynamo/musica/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Portal G1 - Natureza\",\n            \"url\": \"http://g1.globo.com/dynamo/natureza/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Portal G1 - Planeta Bizarro\",\n            \"url\": \"http://g1.globo.com/dynamo/planeta-bizarro/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Portal G1 - Política\",\n            \"url\": \"http://g1.globo.com/dynamo/politica/mensalao/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Portal G1 - Pop & Arte\",\n            \"url\": \"http://g1.globo.com/dynamo/pop-arte/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Portal G1 - Tecnologia e Games\",\n            \"url\": \"http://g1.globo.com/dynamo/tecnologia/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Portal G1 - Turismo e Viagens\",\n            \"url\": \"http://g1.globo.com/dynamo/turismo-e-viagem/rss2.xml\",\n            \"template\": 45,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Product Sales\",\n            \"url\": \"\",\n            \"template\": 34,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 1,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": [\n                \"product\",\n                \"description\",\n                \"price\"\n            ],\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": false\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Terra - Últimas Notícias\",\n            \"url\": \"http://rss.terra.com.br/0,,EI1,00.xml\",\n            \"template\": 21,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Twitter\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=4\",\n            \"template\": 42,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 33,\n            \"name\": \"UOL Celebridades\",\n            \"url\": \"http://www3.uol.com.br/xml/midiaindoor/celebridades.xml\",\n            \"template\": 44,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 34,\n            \"name\": \"UOL Cotidiano\",\n            \"url\": \"http://www3.uol.com.br/xml/midiaindoor/cotidiano.xml\",\n            \"template\": 44,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 35,\n            \"name\": \"UOL Economia\",\n            \"url\": \"http://www3.uol.com.br/xml/midiaindoor/economia.xml\",\n            \"template\": 44,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 36,\n            \"name\": \"UOL Entretenimento\",\n            \"url\": \"http://www3.uol.com.br/xml/midiaindoor/entretenimento.xml\",\n            \"template\": 44,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 37,\n            \"name\": \"UOL Esporte\",\n            \"url\": \"http://www3.uol.com.br/xml/midiaindoor/esporte.xml\",\n            \"template\": 44,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 38,\n            \"name\": \"UOL Internacional\",\n            \"url\": \"http://www3.uol.com.br/xml/midiaindoor/internacional.xml\",\n            \"template\": 44,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 39,\n            \"name\": \"UOL Televisão\",\n            \"url\": \"http://www3.uol.com.br/xml/midiaindoor/televisao.xml\",\n            \"template\": 44,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 5,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Veja Notícias\",\n            \"url\": \"http://veja.abril.com.br/feed/\",\n            \"template\": 49,\n            \"onlyWithImages\": \"Yes\",\n            \"limit\": 10,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Yahoo Weather Horizontal HTML5\",\n            \"url\": \"/rotinas/canal_obter_rss.php?idcanal=14\",\n            \"template\": 55,\n            \"onlyWithImages\": \"No\",\n            \"limit\": 1,\n            \"daysToExpire\": 1,\n            \"weight\": 1,\n            \"variables\": null,\n            \"approveAutomatically\": \"Yes\",\n            \"insertContentAutomatically\": true\n        }\n    ],\n    \"total\": 49,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"0a4a0ac8-502e-454c-94b7-48bde79cb211"}],"id":"f294fb6b-c7bc-431c-9001-98048874d0df","description":"<p>Resources releated to Newsources</p>\n","_postman_id":"f294fb6b-c7bc-431c-9001-98048874d0df","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"News","item":[{"name":"/news","id":"73f99d8c-f005-47a1-bf48-2776ac0e55fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/news?newsourceId&startDate&endDate&content&status","description":"<p>Retrieve a list of news in accoount</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["news"],"host":["https://api.4yousee.com.br/v1"],"query":[{"description":{"content":"<p>One or more comma-separated Newsources ids. Example: <code>34</code></p>\n","type":"text/plain"},"key":"newsourceId","value":null},{"description":{"content":"<p>Start date of the news. Example <code>2017-03-01</code></p>\n","type":"text/plain"},"key":"startDate","value":null},{"description":{"content":"<p>End date of the news. Example: <code>2019-03-22</code></p>\n","type":"text/plain"},"key":"endDate","value":null},{"description":{"content":"<p>Content of the news to search. Example <code>{\"produtct\": \"Juice\"}</code></p>\n","type":"text/plain"},"key":"content","value":null},{"description":{"content":"<p>Status of the news. The possible values are: <code>approved</code>, <code>disapproved</code>, <code>waiting</code>. Examples: <code>waiting</code></p>\n","type":"text/plain"},"key":"status","value":null}],"variable":[]}},"response":[{"id":"8ad27e23-5ad9-4e03-82fe-adf3814d9853","name":"List news filter by id news source and stat date","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/news?newsourceId=34&startDate=2019-05-27","protocol":"https","host":["api","4yousee","com","br"],"path":["v1","news"],"query":[{"key":"newsourceId","value":"34","description":"One or more comma-separated Newsources ids. Example: `34`"},{"key":"startDate","value":"2019-05-27","description":"Start date of the news. Example `2017-03-01`"},{"key":"endDate","value":null,"description":"End date of the news. Example: `2019-03-22`","disabled":true},{"key":"content","value":null,"description":"Content of the news to search. \u001dExample `{\"produtct\": \"Juice\"}`","disabled":true},{"key":"status","value":null,"description":"Status of the news. The possible values are: `approved`, `disapproved`, `waiting`. Examples: `waiting`\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-type,Accept,X-Access-Token,X-Key"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 06 Jun 2019 12:51:09 GMT"},{"key":"ETag","value":"W/\"156434718\""},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"7258"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 471,\n            \"content\": \"Cotidiano:  Prefeito de SP, Bruno Covas exonera seis da secretaria do Verde após denúncia de nepotismo\",\n            \"creationDate\": \"2019-06-05 22:32:44\",\n            \"status\": \"approved\",\n            \"approvalDate\": \"2019-06-05 22:32:44\",\n            \"startDate\": \"2019-06-05 22:32:44\",\n            \"endDate\": \"2019-06-06 22:32:44\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/471.jpeg\"\n        },\n        {\n            \"id\": 472,\n            \"content\": \"Cotidiano:  Após teste negativo, governo descarta estender prazo de validade de inseticidas contra a dengue\",\n            \"creationDate\": \"2019-06-05 22:32:44\",\n            \"status\": \"approved\",\n            \"approvalDate\": \"2019-06-05 22:32:44\",\n            \"startDate\": \"2019-06-05 22:32:44\",\n            \"endDate\": \"2019-06-06 22:32:44\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/472.jpeg\"\n        },\n        {\n            \"id\": 473,\n            \"content\": \"Cotidiano:  Até \\\"hambúrguer de miojo\\\": maior feira de comida de rua do mundo chega à cidade de São Paulo\",\n            \"creationDate\": \"2019-06-05 22:32:44\",\n            \"status\": \"approved\",\n            \"approvalDate\": \"2019-06-05 22:32:44\",\n            \"startDate\": \"2019-06-05 22:32:44\",\n            \"endDate\": \"2019-06-06 22:32:44\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/473.png\"\n        },\n        {\n            \"id\": 470,\n            \"content\": \"Cotidiano:  Mortes violentas cresceram 2,8 vezes mais no Norte e Nordeste do que a média nacional\",\n            \"creationDate\": \"2019-06-05 21:32:34\",\n            \"status\": \"approved\",\n            \"approvalDate\": \"2019-06-05 21:32:34\",\n            \"startDate\": \"2019-06-05 21:32:34\",\n            \"endDate\": \"2019-06-06 21:32:34\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/470.jpeg\"\n        },\n        {\n            \"id\": 469,\n            \"content\": \"Tecnologia:  Contra discurso de ódio, YouTube vai remover vídeo que defenda nazismo ou discrimine minorias\",\n            \"creationDate\": \"2019-06-05 21:03:13\",\n            \"status\": \"approved\",\n            \"approvalDate\": \"2019-06-05 21:03:13\",\n            \"startDate\": \"2019-06-05 21:03:13\",\n            \"endDate\": \"2019-06-06 21:03:13\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/469.jpeg\"\n        },\n        {\n            \"id\": 466,\n            \"content\": \"Cotidiano:  Suzano: famílias aceitam indenização e não poderão processar o Estado, diz governo de SP\",\n            \"creationDate\": \"2019-06-05 19:04:57\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 19:04:57\",\n            \"startDate\": \"2019-06-05 19:04:57\",\n            \"endDate\": \"2019-06-06 19:04:57\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/466.jpeg\"\n        },\n        {\n            \"id\": 467,\n            \"content\": \"Cotidiano:  Após impasse com a Prefeitura de SP, empresa volta a circular patinetes elétricos na cidade\",\n            \"creationDate\": \"2019-06-05 19:04:57\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 19:04:57\",\n            \"startDate\": \"2019-06-05 19:04:57\",\n            \"endDate\": \"2019-06-06 19:04:57\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/467.jpeg\"\n        },\n        {\n            \"id\": 468,\n            \"content\": \"Cotidiano:  Atleta morre após cair de 50 metros de altura enquanto praticava highline em Minas Gerais\",\n            \"creationDate\": \"2019-06-05 19:04:57\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 19:04:57\",\n            \"startDate\": \"2019-06-05 19:04:57\",\n            \"endDate\": \"2019-06-06 19:04:57\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/468.jpeg\"\n        },\n        {\n            \"id\": 462,\n            \"content\": \"Cotidiano:  Ministério Público de Goiás oferece nova denúncia contra João de Deus por violação sexual\",\n            \"creationDate\": \"2019-06-05 17:34:08\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 17:34:08\",\n            \"startDate\": \"2019-06-05 17:34:08\",\n            \"endDate\": \"2019-06-06 17:34:08\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/462.jpeg\"\n        },\n        {\n            \"id\": 454,\n            \"content\": \"Saúde:  Crianças que estão acima do peso têm mais chances de se tornarem adultos também obesos\",\n            \"creationDate\": \"2019-06-05 14:34:35\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 14:34:35\",\n            \"startDate\": \"2019-06-05 14:34:35\",\n            \"endDate\": \"2019-06-06 14:34:35\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/454.jpeg\"\n        },\n        {\n            \"id\": 455,\n            \"content\": \"Cotidiano:  Taxa de homicídio de negros no Brasil aumenta 33% em dez anos, afirma pesquisa do Ipea\\n\",\n            \"creationDate\": \"2019-06-05 14:34:35\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 14:34:35\",\n            \"startDate\": \"2019-06-05 14:34:35\",\n            \"endDate\": \"2019-06-06 14:34:35\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/455.jpeg\"\n        },\n        {\n            \"id\": 450,\n            \"content\": \"Cotidiano:  Mortes por arma de fogo no país atingem maior percentual desde 1980, afirma pesquisa\\n\",\n            \"creationDate\": \"2019-06-05 13:02:48\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 13:02:48\",\n            \"startDate\": \"2019-06-05 13:02:48\",\n            \"endDate\": \"2019-06-06 13:02:48\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/450.jpeg\"\n        },\n        {\n            \"id\": 451,\n            \"content\": \"Educação:  Universidades paulistas USP, Unesp e Unicamp têm 65 bolsas de pós-graduação da Capes cortadas\\n\",\n            \"creationDate\": \"2019-06-05 13:02:48\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 13:02:48\",\n            \"startDate\": \"2019-06-05 13:02:48\",\n            \"endDate\": \"2019-06-06 13:02:48\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/451.jpeg\"\n        },\n        {\n            \"id\": 445,\n            \"content\": \"Cotidiano:  Mulher morre após policiais militares reagirem a assalto dentro de ônibus no Rio de Janeiro\\n\",\n            \"creationDate\": \"2019-06-05 11:32:40\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 11:32:40\",\n            \"startDate\": \"2019-06-05 11:32:40\",\n            \"endDate\": \"2019-06-06 11:32:40\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/445.jpeg\"\n        },\n        {\n            \"id\": 443,\n            \"content\": \"Cotidiano:  Governador João Doria diz que Linha 2-Verde do Metrô chegará a Guarulhos ainda em 2019\",\n            \"creationDate\": \"2019-06-05 10:02:39\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 10:02:39\",\n            \"startDate\": \"2019-06-05 10:02:39\",\n            \"endDate\": \"2019-06-06 10:02:39\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/443.png\"\n        },\n        {\n            \"id\": 440,\n            \"content\": \"Cotidiano:  Polícia do Rio de Janeiro espera concluir inquérito contra jogador Neymar em um mês\",\n            \"creationDate\": \"2019-06-05 08:32:40\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 08:32:40\",\n            \"startDate\": \"2019-06-05 08:32:40\",\n            \"endDate\": \"2019-06-06 08:32:40\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/440.jpeg\"\n        },\n        {\n            \"id\": 441,\n            \"content\": \"Cotidiano:  Ex-defesa vê crime de Neymar e diz que mulher tem provas de agressão: \\\"Sei o que aconteceu\\\"\",\n            \"creationDate\": \"2019-06-05 08:32:40\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 08:32:40\",\n            \"startDate\": \"2019-06-05 08:32:40\",\n            \"endDate\": \"2019-06-06 08:32:40\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/441.jpeg\"\n        },\n        {\n            \"id\": 437,\n            \"content\": \"Cotidiano:  Projeto altera Lei Maria da Penha e permite que mulher agredida no exterior seja julgada no Brasil\",\n            \"creationDate\": \"2019-06-05 06:32:58\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 06:32:58\",\n            \"startDate\": \"2019-06-05 06:32:58\",\n            \"endDate\": \"2019-06-06 06:32:58\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/437.jpeg\"\n        },\n        {\n            \"id\": 438,\n            \"content\": \"Cotidiano:  Pai solo consegue direitos trabalhistas de mulher grávida e gozará de licença-maternidade\",\n            \"creationDate\": \"2019-06-05 06:32:58\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 06:32:58\",\n            \"startDate\": \"2019-06-05 06:32:58\",\n            \"endDate\": \"2019-06-06 06:32:58\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/438.jpeg\"\n        },\n        {\n            \"id\": 439,\n            \"content\": \"Saúde:  Bullying por excesso de peso pode levar adolescente a engordar ainda mais, diz estudo\",\n            \"creationDate\": \"2019-06-05 06:32:58\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-05 06:32:58\",\n            \"startDate\": \"2019-06-05 06:32:58\",\n            \"endDate\": \"2019-06-06 06:32:58\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/439.jpeg\"\n        },\n        {\n            \"id\": 432,\n            \"content\": \"Educação:  Gestão Doria quer que pais de alunos paguem por danos causados em escola de Carapicuíba (SP)\",\n            \"creationDate\": \"2019-06-04 23:02:39\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 23:02:39\",\n            \"startDate\": \"2019-06-04 23:02:39\",\n            \"endDate\": \"2019-06-05 23:02:39\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/432.png\"\n        },\n        {\n            \"id\": 433,\n            \"content\": \"Cotidiano:  Brumadinho: corpo é encontrado 4 meses após ruína de barragem; 245 mortes foram confirmadas\",\n            \"creationDate\": \"2019-06-04 23:02:39\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 23:02:39\",\n            \"startDate\": \"2019-06-04 23:02:39\",\n            \"endDate\": \"2019-06-05 23:02:39\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/433.jpeg\"\n        },\n        {\n            \"id\": 431,\n            \"content\": \"Cotidiano:  Bolsonaro quer eliminar multa para condutor que transportar criança no carro sem cadeirinha\",\n            \"creationDate\": \"2019-06-04 22:32:31\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 22:32:31\",\n            \"startDate\": \"2019-06-04 22:32:31\",\n            \"endDate\": \"2019-06-05 22:32:31\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/431.jpeg\"\n        },\n        {\n            \"id\": 429,\n            \"content\": \"Cotidiano:  Receita Federal vê improbidade em contratos bilionários da saúde pública de São Paulo\",\n            \"creationDate\": \"2019-06-04 21:02:41\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 21:02:41\",\n            \"startDate\": \"2019-06-04 21:02:41\",\n            \"endDate\": \"2019-06-05 21:02:41\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/429.jpeg\"\n        },\n        {\n            \"id\": 430,\n            \"content\": \"Cotidiano:  Promotoria denuncia 4 acusados de fornecer armas para massacre de escola em Suzano (SP)\",\n            \"creationDate\": \"2019-06-04 21:02:41\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 21:02:41\",\n            \"startDate\": \"2019-06-04 21:02:41\",\n            \"endDate\": \"2019-06-05 21:02:41\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/430.jpeg\"\n        },\n        {\n            \"id\": 428,\n            \"content\": \"Saúde:  Corticoide: uso prolongado do medicamento pode gerar insuficiência adrenal e até levar à morte\",\n            \"creationDate\": \"2019-06-04 20:34:30\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 20:34:30\",\n            \"startDate\": \"2019-06-04 20:34:30\",\n            \"endDate\": \"2019-06-05 20:34:30\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/428.jpeg\"\n        },\n        {\n            \"id\": 425,\n            \"content\": \"Educação:  Bolsonaro congela mais 2,7 mil bolsas de pesquisa; corte atinge 6,9% dos benefícios em 2019\",\n            \"creationDate\": \"2019-06-04 19:04:49\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 19:04:49\",\n            \"startDate\": \"2019-06-04 19:04:49\",\n            \"endDate\": \"2019-06-05 19:04:49\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/425.jpeg\"\n        },\n        {\n            \"id\": 426,\n            \"content\": \"Cotidiano:  TSE cancela 2,5 milhões de títulos de eleitor de quem não justificou ausência em 3 turnos seguidos\",\n            \"creationDate\": \"2019-06-04 19:04:49\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 19:04:49\",\n            \"startDate\": \"2019-06-04 19:04:49\",\n            \"endDate\": \"2019-06-05 19:04:49\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/426.jpeg\"\n        },\n        {\n            \"id\": 427,\n            \"content\": \"Cotidiano:  Superior Tribunal de Justiça (STJ) determina que o médium João de Deus volte à prisão\",\n            \"creationDate\": \"2019-06-04 19:04:49\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 19:04:49\",\n            \"startDate\": \"2019-06-04 19:04:49\",\n            \"endDate\": \"2019-06-05 19:04:49\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/427.png\"\n        },\n        {\n            \"id\": 423,\n            \"content\": \"Saúde:  Ainda sem cura, psoríase é uma doença crônica e inflamatória de pele que atinge milhões no Brasil\",\n            \"creationDate\": \"2019-06-04 17:34:05\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 17:34:05\",\n            \"startDate\": \"2019-06-04 17:34:05\",\n            \"endDate\": \"2019-06-05 17:34:05\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/423.jpeg\"\n        },\n        {\n            \"id\": 415,\n            \"content\": \"Cotidiano:  Travesti de 62 anos é morta a pauladas e incendiada na Bahia; adolescente de 15 anos é suspeito\",\n            \"creationDate\": \"2019-06-04 14:40:50\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 14:40:50\",\n            \"startDate\": \"2019-06-04 14:40:50\",\n            \"endDate\": \"2019-06-05 14:40:50\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/415.jpeg\"\n        },\n        {\n            \"id\": 416,\n            \"content\": \"Cotidiano:  Polícia de São Paulo estuda pedir ajuda da França para investigar denúncia contra Neymar\",\n            \"creationDate\": \"2019-06-04 14:40:50\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 14:40:50\",\n            \"startDate\": \"2019-06-04 14:40:50\",\n            \"endDate\": \"2019-06-05 14:40:50\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/416.jpeg\"\n        },\n        {\n            \"id\": 417,\n            \"content\": \"Cotidiano:  Secretaria afirma que 22 dos 55 presos mortos em presídios de Manaus (AM) eram provisórios\",\n            \"creationDate\": \"2019-06-04 14:40:50\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 14:40:50\",\n            \"startDate\": \"2019-06-04 14:40:50\",\n            \"endDate\": \"2019-06-05 14:40:50\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/417.jpeg\"\n        },\n        {\n            \"id\": 412,\n            \"content\": \"Cotidiano:  Justiça francesa pode se envolver em investigações sobre Neymar se receber pedido do Brasil\",\n            \"creationDate\": \"2019-06-04 13:02:37\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 13:02:37\",\n            \"startDate\": \"2019-06-04 13:02:37\",\n            \"endDate\": \"2019-06-05 13:02:37\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/412.jpeg\"\n        },\n        {\n            \"id\": 409,\n            \"content\": \"Cotidiano:  Com brigas e traições, FDN (Família do Norte) perde força na guerra contra CV e PCC no AM\",\n            \"creationDate\": \"2019-06-04 11:32:33\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 11:32:33\",\n            \"startDate\": \"2019-06-04 11:32:33\",\n            \"endDate\": \"2019-06-05 11:32:33\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/409.jpeg\"\n        },\n        {\n            \"id\": 406,\n            \"content\": \"Cotidiano:  Caso Emanuelly: Pais são condenados à prisão por espancar e matar filha de 5 anos no interior de SP\",\n            \"creationDate\": \"2019-06-04 10:02:40\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 10:02:40\",\n            \"startDate\": \"2019-06-04 10:02:40\",\n            \"endDate\": \"2019-06-05 10:02:40\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/406.png\"\n        },\n        {\n            \"id\": 407,\n            \"content\": \"Cotidiano:  Neymar vai dizer que não quis expor jovem ao divulgar fotos; jogador está sendo investigado\\n\",\n            \"creationDate\": \"2019-06-04 10:02:40\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 10:02:40\",\n            \"startDate\": \"2019-06-04 10:02:40\",\n            \"endDate\": \"2019-06-05 10:02:40\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/407.jpeg\"\n        },\n        {\n            \"id\": 401,\n            \"content\": \"Cotidiano:  Confiança na democracia sobe, mas insatisfação com seu funcionamento é de 58%, diz pesquisa\\n\",\n            \"creationDate\": \"2019-06-04 08:32:33\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 08:32:33\",\n            \"startDate\": \"2019-06-04 08:32:33\",\n            \"endDate\": \"2019-06-05 08:32:33\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/401.jpeg\"\n        },\n        {\n            \"id\": 397,\n            \"content\": \"Cotidiano:  Você pode ser punido caso tenha compartilhado nudes divulgados por Neymar em rede social\",\n            \"creationDate\": \"2019-06-04 06:32:42\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 06:32:42\",\n            \"startDate\": \"2019-06-04 06:32:42\",\n            \"endDate\": \"2019-06-05 06:32:42\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/397.jpeg\"\n        },\n        {\n            \"id\": 398,\n            \"content\": \"Cotidiano:  Homem é preso suspeito de utilizar drone para filmar cenas íntimas de moradores na Bahia\",\n            \"creationDate\": \"2019-06-04 06:32:42\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 06:32:42\",\n            \"startDate\": \"2019-06-04 06:32:42\",\n            \"endDate\": \"2019-06-05 06:32:42\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/398.jpeg\"\n        },\n        {\n            \"id\": 399,\n            \"content\": \"Saúde:  Adolescentes que não dormem o suficiente podem se envolver em comportamentos sexuais de risco\",\n            \"creationDate\": \"2019-06-04 06:32:42\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 06:32:42\",\n            \"startDate\": \"2019-06-04 06:32:42\",\n            \"endDate\": \"2019-06-05 06:32:42\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/399.jpeg\"\n        },\n        {\n            \"id\": 400,\n            \"content\": \"Saúde:  Anvisa autoriza a comercialização da 1ª insulina inalável do país; produto será vendido em pó\",\n            \"creationDate\": \"2019-06-04 06:32:42\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-04 06:32:42\",\n            \"startDate\": \"2019-06-04 06:32:42\",\n            \"endDate\": \"2019-06-05 06:32:42\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/400.jpeg\"\n        },\n        {\n            \"id\": 391,\n            \"content\": \"Cotidiano:  Mulher que jogou a filha de 3 anos do 5º andar vira ré por tentativa de homicídio em São Paulo\",\n            \"creationDate\": \"2019-06-03 22:32:41\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 22:32:41\",\n            \"startDate\": \"2019-06-03 22:32:41\",\n            \"endDate\": \"2019-06-04 22:32:41\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/391.png\"\n        },\n        {\n            \"id\": 392,\n            \"content\": \"Cotidiano:  Polícia apreende 8 alunos suspeitos de participarem de confusão em escola de Carapicuíba (SP)\",\n            \"creationDate\": \"2019-06-03 22:32:41\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 22:32:41\",\n            \"startDate\": \"2019-06-03 22:32:41\",\n            \"endDate\": \"2019-06-04 22:32:41\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/392.jpeg\"\n        },\n        {\n            \"id\": 393,\n            \"content\": \"Cotidiano:  Dois dias antes de prédio tombar no Ceará, laudo apontou \\\"baixo risco\\\", diz dono do edifício\",\n            \"creationDate\": \"2019-06-03 22:32:41\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 22:32:41\",\n            \"startDate\": \"2019-06-03 22:32:41\",\n            \"endDate\": \"2019-06-04 22:32:41\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/393.jpeg\"\n        },\n        {\n            \"id\": 388,\n            \"content\": \"Educação:  Ministério da Educação diz que cortes no orçamento não afetam oferta de vagas do Sisu\",\n            \"creationDate\": \"2019-06-03 20:32:49\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 20:32:49\",\n            \"startDate\": \"2019-06-03 20:32:49\",\n            \"endDate\": \"2019-06-04 20:32:49\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/388.jpeg\"\n        },\n        {\n            \"id\": 389,\n            \"content\": \"Cotidiano:  Mulher que jogou filha de três anos do 5º andar vira ré por tentativa de homicídio em São Paulo\",\n            \"creationDate\": \"2019-06-03 20:32:49\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 20:32:49\",\n            \"startDate\": \"2019-06-03 20:32:49\",\n            \"endDate\": \"2019-06-04 20:32:49\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/389.png\"\n        },\n        {\n            \"id\": 390,\n            \"content\": \"Cotidiano:  Estado de saúde de Serguei continua grave; cantor está internado há um mês em Volta Redonda (RJ)\",\n            \"creationDate\": \"2019-06-03 20:32:49\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 20:32:49\",\n            \"startDate\": \"2019-06-03 20:32:49\",\n            \"endDate\": \"2019-06-04 20:32:49\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/390.jpeg\"\n        },\n        {\n            \"id\": 387,\n            \"content\": \"Saúde:  Governo de SP fecha Hospital Vital Brazil, do Instituto Butantan; atendimento vai para Emílio Ribas\",\n            \"creationDate\": \"2019-06-03 19:02:41\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 19:02:41\",\n            \"startDate\": \"2019-06-03 19:02:41\",\n            \"endDate\": \"2019-06-04 19:02:41\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/387.jpeg\"\n        },\n        {\n            \"id\": 383,\n            \"content\": \"Cotidiano:  Crítico de cinema Rubens Ewald Filho segue em estado grave após uma semana internado na UTI\",\n            \"creationDate\": \"2019-06-03 17:32:48\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 17:32:48\",\n            \"startDate\": \"2019-06-03 17:32:48\",\n            \"endDate\": \"2019-06-04 17:32:48\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/383.png\"\n        },\n        {\n            \"id\": 384,\n            \"content\": \"Cotidiano:  Paulo Pagni, baterista do RPM, continua internado em estado grave em UTI em Salto (SP)\",\n            \"creationDate\": \"2019-06-03 17:32:48\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 17:32:48\",\n            \"startDate\": \"2019-06-03 17:32:48\",\n            \"endDate\": \"2019-06-04 17:32:48\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/384.jpeg\"\n        },\n        {\n            \"id\": 385,\n            \"content\": \"Cotidiano:  Vacinação contra a gripe é estendida para toda a população a partir desta segunda-feira (3)\",\n            \"creationDate\": \"2019-06-03 17:32:48\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 17:32:48\",\n            \"startDate\": \"2019-06-03 17:32:48\",\n            \"endDate\": \"2019-06-04 17:32:48\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/385.jpeg\"\n        },\n        {\n            \"id\": 378,\n            \"content\": \"Cotidiano:  Bolsonaro diz que enviará projeto para dobrar limite de pontos da CNH ainda esta semana\",\n            \"creationDate\": \"2019-06-03 16:02:43\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 16:02:43\",\n            \"startDate\": \"2019-06-03 16:02:43\",\n            \"endDate\": \"2019-06-04 16:02:43\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/378.jpeg\"\n        },\n        {\n            \"id\": 379,\n            \"content\": \"Cotidiano:  Em três dias, cidade de São Paulo registra 42,6% da chuva esperada para todo o mês de junho\",\n            \"creationDate\": \"2019-06-03 16:02:43\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 16:02:43\",\n            \"startDate\": \"2019-06-03 16:02:43\",\n            \"endDate\": \"2019-06-04 16:02:43\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/379.jpeg\"\n        },\n        {\n            \"id\": 371,\n            \"content\": \"Cotidiano:  Laudo médico relata hematomas e estresse pós-traumático de mulher que acusa Neymar de estupro\",\n            \"creationDate\": \"2019-06-03 14:32:53\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 14:32:53\",\n            \"startDate\": \"2019-06-03 14:32:53\",\n            \"endDate\": \"2019-06-04 14:32:53\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/371.jpeg\"\n        },\n        {\n            \"id\": 372,\n            \"content\": \"Cotidiano:  Mulher que teria sido agredida por MC Reaça deverá passar por cirurgia; cantor cometeu suicídio\",\n            \"creationDate\": \"2019-06-03 14:32:53\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 14:32:53\",\n            \"startDate\": \"2019-06-03 14:32:53\",\n            \"endDate\": \"2019-06-04 14:32:53\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/372.jpeg\"\n        },\n        {\n            \"id\": 373,\n            \"content\": \"Cotidiano:  Após novas regras da prefeitura entrarem em vigor, patinetes elétricos somem das ruas de São Paulo\",\n            \"creationDate\": \"2019-06-03 14:32:53\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 14:32:53\",\n            \"startDate\": \"2019-06-03 14:32:53\",\n            \"endDate\": \"2019-06-04 14:32:53\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/373.jpeg\"\n        },\n        {\n            \"id\": 369,\n            \"content\": \"Cotidiano:  Agnaldo Timóteo tem piora discreta do quadro infeccioso; cantor está internado após sofrer AVC\",\n            \"creationDate\": \"2019-06-03 13:03:24\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 13:03:24\",\n            \"startDate\": \"2019-06-03 13:03:24\",\n            \"endDate\": \"2019-06-04 13:03:24\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/369.png\"\n        },\n        {\n            \"id\": 363,\n            \"content\": \"Cotidiano:  Brasil tem sete vacinas infantis com cobertura abaixo da meta considerada ideal pelo governo\",\n            \"creationDate\": \"2019-06-03 11:32:47\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 11:32:47\",\n            \"startDate\": \"2019-06-03 11:32:47\",\n            \"endDate\": \"2019-06-04 11:32:47\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/363.jpeg\"\n        },\n        {\n            \"id\": 364,\n            \"content\": \"Cotidiano:  Mulher que acusa Neymar de estupro em Paris entregou imagens e \\\"dossiê\\\" à polícia de SP\",\n            \"creationDate\": \"2019-06-03 11:32:47\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 11:32:47\",\n            \"startDate\": \"2019-06-03 11:32:47\",\n            \"endDate\": \"2019-06-04 11:32:47\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/364.jpeg\"\n        },\n        {\n            \"id\": 360,\n            \"content\": \"Cotidiano:  Governo de São Paulo vê indício de descontrole, fraude e falta de atestados no Rodoanel\\n\",\n            \"creationDate\": \"2019-06-03 10:02:44\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 10:02:44\",\n            \"startDate\": \"2019-06-03 10:02:44\",\n            \"endDate\": \"2019-06-04 10:02:44\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/360.jpeg\"\n        },\n        {\n            \"id\": 361,\n            \"content\": \"Saúde:  Governo de SP procura voluntários para teste de novo medicamento de prevenção do HIV\",\n            \"creationDate\": \"2019-06-03 10:02:44\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 10:02:44\",\n            \"startDate\": \"2019-06-03 10:02:44\",\n            \"endDate\": \"2019-06-04 10:02:44\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/361.jpeg\"\n        },\n        {\n            \"id\": 358,\n            \"content\": \"Cotidiano:  Ministério Público abre investigação sobre aparelho que pirateia TV por assinatura\\n\",\n            \"creationDate\": \"2019-06-03 08:32:39\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 08:32:39\",\n            \"startDate\": \"2019-06-03 08:32:39\",\n            \"endDate\": \"2019-06-04 08:32:39\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/358.jpeg\"\n        },\n        {\n            \"id\": 359,\n            \"content\": \"Cotidiano:  Após sucesso em São Paulo, empresas de patinete elétrico miram outros estados do Brasil\\n\",\n            \"creationDate\": \"2019-06-03 08:32:39\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-03 08:32:39\",\n            \"startDate\": \"2019-06-03 08:32:39\",\n            \"endDate\": \"2019-06-04 08:32:39\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/359.jpeg\"\n        },\n        {\n            \"id\": 353,\n            \"content\": \"Cotidiano:  Após Justiça reconhecer direito, freiras querem manter fotos com vestes religiosas na CNH\",\n            \"creationDate\": \"2019-06-02 22:02:38\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-02 22:02:38\",\n            \"startDate\": \"2019-06-02 22:02:38\",\n            \"endDate\": \"2019-06-03 22:02:38\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/353.jpeg\"\n        },\n        {\n            \"id\": 352,\n            \"content\": \"Cotidiano:  Polícia investiga Neymar por vazamento de fotos íntimas de mulher que o acusa de estupro\",\n            \"creationDate\": \"2019-06-02 18:04:04\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-02 18:04:04\",\n            \"startDate\": \"2019-06-02 18:04:04\",\n            \"endDate\": \"2019-06-03 18:04:04\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/352.jpeg\"\n        },\n        {\n            \"id\": 346,\n            \"content\": \"Cotidiano:  Mega-Sena acumula e pode pagar R$ 63 milhões na quarta (5); dezenas foram 01-06-23-26-39-49\",\n            \"creationDate\": \"2019-06-02 12:02:45\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-02 12:02:45\",\n            \"startDate\": \"2019-06-02 12:02:45\",\n            \"endDate\": \"2019-06-03 12:02:45\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/346.jpeg\"\n        },\n        {\n            \"id\": 347,\n            \"content\": \"Cotidiano:  Em apenas uma semana, deformação de parede de mina da Vale dobra em Barão de Cocais (MG) \",\n            \"creationDate\": \"2019-06-02 12:02:45\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-02 12:02:45\",\n            \"startDate\": \"2019-06-02 12:02:45\",\n            \"endDate\": \"2019-06-03 12:02:45\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/347.png\"\n        },\n        {\n            \"id\": 348,\n            \"content\": \"Cotidiano:  Neymar se pronuncia, nega acusação de estupro e fala em armadilha: \\\"Quem me conhece sabe\\\"\",\n            \"creationDate\": \"2019-06-02 12:02:45\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-02 12:02:45\",\n            \"startDate\": \"2019-06-02 12:02:45\",\n            \"endDate\": \"2019-06-03 12:02:45\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/348.jpeg\"\n        },\n        {\n            \"id\": 338,\n            \"content\": \"Coitidiano:  Bolsonaro diz que envia até terça-feira (4) projeto para alterar validade e pontos da CNH\",\n            \"creationDate\": \"2019-06-01 21:32:37\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-01 21:32:37\",\n            \"startDate\": \"2019-06-01 21:32:37\",\n            \"endDate\": \"2019-06-02 21:32:37\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/338.jpeg\"\n        },\n        {\n            \"id\": 339,\n            \"content\": \"Cotidiano:  Vazão das Cataratas do Iguaçu atinge mais de seis milhões de litros de água por segundo\",\n            \"creationDate\": \"2019-06-01 21:32:37\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-01 21:32:37\",\n            \"startDate\": \"2019-06-01 21:32:37\",\n            \"endDate\": \"2019-06-02 21:32:37\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/339.jpeg\"\n        },\n        {\n            \"id\": 336,\n            \"content\": \"Cotidiano:  Mulher acusa Neymar de estupro em Paris; boletim de ocorrência foi registrado em São Paulo\",\n            \"creationDate\": \"2019-06-01 19:02:39\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-01 19:02:39\",\n            \"startDate\": \"2019-06-01 19:02:39\",\n            \"endDate\": \"2019-06-02 19:02:39\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/336.jpeg\"\n        },\n        {\n            \"id\": 337,\n            \"content\": \"Cotidiano:  \\\"Tenho medo de morrer\\\", diz advogada suspeita de atrapalhar o Caso Marielle Franco\",\n            \"creationDate\": \"2019-06-01 19:02:39\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-01 19:02:39\",\n            \"startDate\": \"2019-06-01 19:02:39\",\n            \"endDate\": \"2019-06-02 19:02:39\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/337.jpeg\"\n        },\n        {\n            \"id\": 331,\n            \"content\": \"Cotidiano:  Se arrastando há seis anos, julgamento de cartel do metrô de São Paulo pode ficar para 2020\",\n            \"creationDate\": \"2019-06-01 15:32:40\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-01 15:32:40\",\n            \"startDate\": \"2019-06-01 15:32:40\",\n            \"endDate\": \"2019-06-02 15:32:40\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/331.jpeg\"\n        },\n        {\n            \"id\": 332,\n            \"content\": \"Cotidiano:  Índice de fumantes tem queda de 8,6% entre 2017 e 2018; em 12 anos, tabagismo diminuiu 40%\",\n            \"creationDate\": \"2019-06-01 15:32:40\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-01 15:32:40\",\n            \"startDate\": \"2019-06-01 15:32:40\",\n            \"endDate\": \"2019-06-02 15:32:40\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/332.jpeg\"\n        },\n        {\n            \"id\": 329,\n            \"content\": \"Cotidiano:  Acumulada, Mega-Sena pode pagar R$ 55 milhões neste sábado (1º); apostas vão até as 19h\",\n            \"creationDate\": \"2019-06-01 14:34:36\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-01 14:34:36\",\n            \"startDate\": \"2019-06-01 14:34:36\",\n            \"endDate\": \"2019-06-02 14:34:36\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/329.jpeg\"\n        },\n        {\n            \"id\": 330,\n            \"content\": \"Cotidiano:  Milícia atuou junto com a PM em operação contra traficantes no Rio, diz Ministério Público\",\n            \"creationDate\": \"2019-06-01 14:34:36\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-06-01 14:34:36\",\n            \"startDate\": \"2019-06-01 14:34:36\",\n            \"endDate\": \"2019-06-02 14:34:36\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/330.jpeg\"\n        },\n        {\n            \"id\": 324,\n            \"content\": \"Educação:  Procuradoria dá 10 dias para MEC cancelar orientação sobre divulgação de protestos pela educação\",\n            \"creationDate\": \"2019-05-31 22:34:42\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 22:34:42\",\n            \"startDate\": \"2019-05-31 22:34:42\",\n            \"endDate\": \"2019-06-01 22:34:42\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/324.jpeg\"\n        },\n        {\n            \"id\": 325,\n            \"content\": \"Cotidiano:  Mulheres flagradas em vídeo agredindo garoto autista são indiciadas por tortura no Pará\",\n            \"creationDate\": \"2019-05-31 22:34:42\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 22:34:42\",\n            \"startDate\": \"2019-05-31 22:34:42\",\n            \"endDate\": \"2019-06-01 22:34:42\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/325.png\"\n        },\n        {\n            \"id\": 322,\n            \"content\": \"Cotidiano:  Grávida passa mal e morre dentro de Fórum em Sorocaba (SP); bebê de 8 meses também não resistiu\",\n            \"creationDate\": \"2019-05-31 19:02:39\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 19:02:39\",\n            \"startDate\": \"2019-05-31 19:02:39\",\n            \"endDate\": \"2019-06-01 19:02:39\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/322.jpeg\"\n        },\n        {\n            \"id\": 323,\n            \"content\": \"Cotidiano:  \\\"Se tiver arma de fogo, é para usar\\\", diz Bolsonaro incentivando caminhoneiros a pedir o porte\",\n            \"creationDate\": \"2019-05-31 19:02:39\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 19:02:39\",\n            \"startDate\": \"2019-05-31 19:02:39\",\n            \"endDate\": \"2019-06-01 19:02:39\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/323.jpeg\"\n        },\n        {\n            \"id\": 320,\n            \"content\": \"Saúde:  Dia Mundial Sem Tabaco: índice de fumantes volta a ter queda no Brasil e chega a 9,3%\",\n            \"creationDate\": \"2019-05-31 18:32:32\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 18:32:32\",\n            \"startDate\": \"2019-05-31 18:32:32\",\n            \"endDate\": \"2019-06-01 18:32:32\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/320.jpeg\"\n        },\n        {\n            \"id\": 317,\n            \"content\": \"Cotidiano:  Técnica de enfermagem é presa suspeita de levar bebê recém-nascido de maternidade em Goiás\",\n            \"creationDate\": \"2019-05-31 17:32:38\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 17:32:38\",\n            \"startDate\": \"2019-05-31 17:32:38\",\n            \"endDate\": \"2019-06-01 17:32:38\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/317.jpeg\"\n        },\n        {\n            \"id\": 318,\n            \"content\": \"Saúde:  Mulheres sofrem mais para largar o cigarro devido a fatores hormonais, psicológicos e sociais\",\n            \"creationDate\": \"2019-05-31 17:32:38\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 17:32:38\",\n            \"startDate\": \"2019-05-31 17:32:38\",\n            \"endDate\": \"2019-06-01 17:32:38\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/318.jpeg\"\n        },\n        {\n            \"id\": 312,\n            \"content\": \"Carros:  Ford comunica proprietários dos modelos Fusion para recall; veículo pode se mover mesmo estacionado\",\n            \"creationDate\": \"2019-05-31 16:02:44\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 16:02:44\",\n            \"startDate\": \"2019-05-31 16:02:44\",\n            \"endDate\": \"2019-06-01 16:02:44\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/312.png\"\n        },\n        {\n            \"id\": 313,\n            \"content\": \"Cotidiano :  Dois presos em operação no Rio são suspeitos de clonar carro do caso Marielle Franco\",\n            \"creationDate\": \"2019-05-31 16:02:44\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 16:02:44\",\n            \"startDate\": \"2019-05-31 16:02:44\",\n            \"endDate\": \"2019-06-01 16:02:44\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/313.jpeg\"\n        },\n        {\n            \"id\": 307,\n            \"content\": \"Cotidiano:  Brasileiro fuma menos e se movimenta mais, mas ainda abusa do álcool, mostra relatório\",\n            \"creationDate\": \"2019-05-31 14:32:42\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 14:32:42\",\n            \"startDate\": \"2019-05-31 14:32:42\",\n            \"endDate\": \"2019-06-01 14:32:42\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/307.jpeg\"\n        },\n        {\n            \"id\": 308,\n            \"content\": \"Cotidiano:  Liberdade de expressão não é total, diz chefe de grupo que avaliará comportamento de juízes na web\",\n            \"creationDate\": \"2019-05-31 14:32:42\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 14:32:42\",\n            \"startDate\": \"2019-05-31 14:32:42\",\n            \"endDate\": \"2019-06-01 14:32:42\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/308.jpeg\"\n        },\n        {\n            \"id\": 303,\n            \"content\": \"Cotidiano:  Pedaços do talude de Barão de Cocais (MG) se desprenderam durante a madrugada, diz Vale\",\n            \"creationDate\": \"2019-05-31 12:32:47\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 12:32:47\",\n            \"startDate\": \"2019-05-31 12:32:47\",\n            \"endDate\": \"2019-06-01 12:32:47\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/303.png\"\n        },\n        {\n            \"id\": 304,\n            \"content\": \"Cotidiano:  PM diz que mentiu ao apontar miliciano Curicica como mandante da morte de Marielle para se vingar\",\n            \"creationDate\": \"2019-05-31 12:32:47\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 12:32:47\",\n            \"startDate\": \"2019-05-31 12:32:47\",\n            \"endDate\": \"2019-06-01 12:32:47\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/304.jpeg\"\n        },\n        {\n            \"id\": 305,\n            \"content\": \"Cotidiano:  Dez anos após acidente da Air France, famílias ainda esperam indiciamento de responsáveis\",\n            \"creationDate\": \"2019-05-31 12:32:47\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 12:32:47\",\n            \"startDate\": \"2019-05-31 12:32:47\",\n            \"endDate\": \"2019-06-01 12:32:47\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/305.jpeg\"\n        },\n        {\n            \"id\": 301,\n            \"content\": \"Cotidiano:  Relator de CPI de Brumadinho diz que pedirá indiciamento de ao menos 15 pessoas; acidente matou 245\",\n            \"creationDate\": \"2019-05-31 11:32:46\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 11:32:46\",\n            \"startDate\": \"2019-05-31 11:32:46\",\n            \"endDate\": \"2019-06-01 11:32:46\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/301.jpeg\"\n        },\n        {\n            \"id\": 297,\n            \"content\": \"Cotidiano:  Criança de três anos jogada do quinto andar recebe alta em SP; mãe permanece internada\",\n            \"creationDate\": \"2019-05-31 10:02:49\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 10:02:49\",\n            \"startDate\": \"2019-05-31 10:02:49\",\n            \"endDate\": \"2019-06-01 10:02:49\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/297.png\"\n        },\n        {\n            \"id\": 298,\n            \"content\": \"Cotidiano:  Mulheres choram mortes de familiares em prisões de Manaus: \\\"Meu irmão errou, mas estava pagando\\\"\",\n            \"creationDate\": \"2019-05-31 10:02:49\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 10:02:49\",\n            \"startDate\": \"2019-05-31 10:02:49\",\n            \"endDate\": \"2019-06-01 10:02:49\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/298.jpeg\"\n        },\n        {\n            \"id\": 295,\n            \"content\": \"Cotidiano:  Polícia mira milícia de Orlando Curicica; PM ligado ao caso Marielle é alvo de mandado de prisão\",\n            \"creationDate\": \"2019-05-31 09:32:32\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 09:32:32\",\n            \"startDate\": \"2019-05-31 09:32:32\",\n            \"endDate\": \"2019-06-01 09:32:32\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/295.jpeg\"\n        },\n        {\n            \"id\": 293,\n            \"content\": \"Cotidiano:  PM suspeito de obstruir investigação do assassinato de Marielle Franco é alvo de mandado de prisão\",\n            \"creationDate\": \"2019-05-31 08:34:04\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 08:34:04\",\n            \"startDate\": \"2019-05-31 08:34:04\",\n            \"endDate\": \"2019-06-01 08:34:04\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/293.jpeg\"\n        },\n        {\n            \"id\": 294,\n            \"content\": \"Saúde:  Campanha de vacinação contra a gripe termina nesta sexta (31) sem imunizar 25% do público-alvo\",\n            \"creationDate\": \"2019-05-31 08:34:04\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 08:34:04\",\n            \"startDate\": \"2019-05-31 08:34:04\",\n            \"endDate\": \"2019-06-01 08:34:04\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/294.jpeg\"\n        },\n        {\n            \"id\": 291,\n            \"content\": \"Saúde:  Organização Mundial da Saúde diz que 1 em cada 5 fumantes não sabe que hábito causa câncer\",\n            \"creationDate\": \"2019-05-31 06:32:45\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 06:32:45\",\n            \"startDate\": \"2019-05-31 06:32:45\",\n            \"endDate\": \"2019-06-01 06:32:45\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/291.jpeg\"\n        },\n        {\n            \"id\": 292,\n            \"content\": \"Saúde:  Maior problema da América Latina não é mais a fome, mas a obesidade, diz representante da FAO\",\n            \"creationDate\": \"2019-05-31 06:32:45\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-31 06:32:45\",\n            \"startDate\": \"2019-05-31 06:32:45\",\n            \"endDate\": \"2019-06-01 06:32:45\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/292.jpeg\"\n        },\n        {\n            \"id\": 287,\n            \"content\": \"Cotidiano:  Ministra Damares Alves diz que Brasil e Argentina se inspiram \\\"um no outro\\\" sobre aborto\",\n            \"creationDate\": \"2019-05-30 23:32:31\",\n            \"status\": \"disapproved\",\n            \"approvalDate\": \"2019-05-30 23:32:31\",\n            \"startDate\": \"2019-05-30 23:32:31\",\n            \"endDate\": \"2019-05-31 23:32:31\",\n            \"newsourceId\": 34,\n            \"newsourceName\": \"UOL Cotidiano\",\n            \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/287.png\"\n        }\n    ],\n    \"total\": 171,\n    \"currentPage\": 1,\n    \"totalPages\": 2\n}"}],"_postman_id":"73f99d8c-f005-47a1-bf48-2776ac0e55fb"},{"name":"/news","id":"1fe7e33c-8ff4-4699-aa47-139c2ca71c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Secret-Token","type":"text","value":"2848d026950a961c15b3518901a54741"}],"body":{"mode":"raw","raw":"{\n  \"content\": {\n    \"product\": \"Apple Juice\",\n    \"description\": \"Apple Juice\",\n    \"price\": \"2.50\"\n  },\n  \"startDate\": \"2017-03-01 09:00:00\",\n  \"endDate\": \"2017-03-31 13:00:00\",\n  \"newsourceId\": 50,\n  \"file\": {\n    \"id\": \"6480992b330223e231722f00e7e01b6b\",\n    \"filename\": \"647600.jpeg\"\n  }\n}"},"url":"https://api.4yousee.com.br/v1/news","description":"<p>Create a news. If you want to create news that uses image, before that you need to create <a href=\"#aa50dd93-ce6b-4bf9-adaa-7813ed456be5\">Upload</a> resource an image.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["news"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"228d095a-826e-4d5c-94b2-c7fa1daa03ef","name":"Add news","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Secret-Token","type":"text","value":"2848d026950a961c15b3518901a54741"}],"body":{"mode":"raw","raw":"{\n  \"content\": {\n    \"product\": \"Apple Juice\",\n    \"description\": \"Apple Juice\",\n    \"price\": \"2.50\"\n  },\n  \"startDate\": \"2017-03-01 09:00:00\",\n  \"endDate\": \"2017-03-31 13:00:00\",\n  \"newsourceId\": 50,\n  \"file\": {\n    \"id\": \"6480992b330223e231722f00e7e01b6b\",\n    \"filename\": \"647600.jpeg\"\n  }\n}"},"url":"https://api.4yousee.com.br/v1/news"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-type,Accept,X-Access-Token,X-Key"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 06 Jun 2019 12:58:55 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 479,\n    \"content\": {\n        \"product\": \"Apple Juice\",\n        \"description\": \"Apple Juice\",\n        \"price\": \"2.50\"\n    },\n    \"creationDate\": \"2019-06-06 12:58:55\",\n    \"status\": \"approved\",\n    \"approvalDate\": \"2019-06-06 12:58:55\",\n    \"startDate\": \"2017-03-01 09:00:00\",\n    \"endDate\": \"2017-03-31 13:00:00\",\n    \"newsourceId\": 50,\n    \"newsourceName\": \"Product Sales\",\n    \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/479.jpeg\"\n}"}],"_postman_id":"1fe7e33c-8ff4-4699-aa47-139c2ca71c24"},{"name":"/news/{{newsId}}","id":"5d588b74-d17c-4797-89e7-4e90e81c85bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/news/{{newsId}}","description":"<p>Retrieve details of a news</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["news","{{newsId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"8e95c542-150c-42ca-971b-6df0f0184d78","name":"Retrive details of news","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/news/479?","protocol":"https","host":["api","4yousee","com","br"],"path":["v1","news","479"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-type,Accept,X-Access-Token,X-Key"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 06 Jun 2019 13:07:00 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"approvalDate\": \"2019-06-06 12:58:55\",\n    \"content\": {\n        \"product\": \"Apple Juice\",\n        \"description\": \"Apple Juice\",\n        \"price\": \"2.50\"\n    },\n    \"creationDate\": \"2019-06-06 12:58:55\",\n    \"startDate\": \"2017-03-01 09:00:00\",\n    \"endDate\": \"2017-03-31 13:00:00\",\n    \"status\": \"approved\",\n    \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/479.jpeg\",\n    \"id\": 479,\n    \"newsourceId\": 50,\n    \"newsourceName\": \"Product Sales\",\n    \"hash\": \"45d06860dcc0382ef0b0eca86afa1fcc100d176a\"\n}"}],"_postman_id":"5d588b74-d17c-4797-89e7-4e90e81c85bd"},{"name":"news /{{newsId}}","id":"2a9007d5-c241-4f36-906b-b5900d18ff56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"approved\",\n  \"content\": {\n    \"product\": \"Orange Juice\",\n    \"description\": \"Orange Juice\",\n    \"price\": \"3.50\"\n  },\n  \"startDate\": \"2017-03-01 09:00:00\",\n  \"endDate\": \"2017-03-31 13:00:00\"\n}"},"url":"https://api.4yousee.com.br/v1/news/{{newsId}}","description":"<p>Update an existing news.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["news","{{newsId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"6a15a323-d4f3-44c0-b618-4b86a37e3906","name":"Change news content (product, description and price)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"approved\",\n  \"content\": {\n    \"product\": \"Orange Juice\",\n    \"description\": \"Orange Juice\",\n    \"price\": \"3.50\"\n  },\n  \"startDate\": \"2017-03-01 09:00:00\",\n  \"endDate\": \"2017-03-31 13:00:00\"\n}"},"url":"https://api.4yousee.com.br/v1/news/479"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-type,Accept,X-Access-Token,X-Key"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 06 Jun 2019 13:26:20 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"243"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 479,\n    \"content\": {\n        \"product\": \"Orange Juice\",\n        \"description\": \"Orange Juice\",\n        \"price\": \"3.50\"\n    },\n    \"creationDate\": \"2019-06-06 12:58:55\",\n    \"status\": \"approved\",\n    \"approvalDate\": \"2019-06-06 12:58:55\",\n    \"startDate\": \"2017-03-01 09:00:00\",\n    \"endDate\": \"2017-03-31 13:00:00\",\n    \"newsourceId\": 50,\n    \"newsourceName\": \"Product Sales\",\n    \"image\": \"http://4usee.com/apidemo-D9F7FB/apidemo/common/imgnews/479.jpeg\"\n}"}],"_postman_id":"2a9007d5-c241-4f36-906b-b5900d18ff56"},{"name":"/news/{{newsId}}","id":"4225e417-1962-4de7-8883-987b66a8db93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.4yousee.com.br/v1/news/{{newsId}}","description":"<p>Delete an exisiting news</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["news","{{newsId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4225e417-1962-4de7-8883-987b66a8db93"}],"id":"3e116073-764a-40b0-86e9-b0d858f7d52d","description":"<p>Resources related to News in the API</p>\n","_postman_id":"3e116073-764a-40b0-86e9-b0d858f7d52d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"Videowall Formats","item":[{"name":"videowall/","id":"be6919b3-fe47-4f06-b721-696e22728ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/videowall-formats?name=","description":"<p>Retrieve a list of Videowall Formats.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ccf9f856-f2ca-44cc-9c4b-2e86e5ca2798","id":"ccf9f856-f2ca-44cc-9c4b-2e86e5ca2798","name":"Videowall Formats","type":"folder"}},"urlObject":{"path":["videowall-formats"],"host":["https://api.4yousee.com.br/v1"],"query":[{"description":{"content":"<p>Name to search Videowall Formats Example: 'Format Name'</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[],"_postman_id":"be6919b3-fe47-4f06-b721-696e22728ea4"}],"id":"ccf9f856-f2ca-44cc-9c4b-2e86e5ca2798","description":"<p>Resources related to Videowall Formats in the API.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"04586cea-0714-4323-9258-db74bff314ac","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ebb4ffbd-51dc-4c5c-9b3b-14a765e6247d","type":"text/javascript","exec":[""]}}],"_postman_id":"ccf9f856-f2ca-44cc-9c4b-2e86e5ca2798"},{"name":"Reports","item":[{"name":"/reports","id":"c818fcd4-e31c-4422-8cf0-c50c0d3a3797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.4yousee.com.br/v1/reports","description":"<p>Returns a paginated list of Reports.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["reports"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"6369da41-b0bf-4491-9c96-9276ff55c4e3","name":"List reports created","originalRequest":{"method":"GET","header":[],"url":"https://api.4yousee.com.br/v1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Sep 2020 18:44:45 GMT"},{"key":"Server","value":"nginx/1.15.6"},{"key":"X-Powered-By","value":"PHP/7.2.27"},{"key":"Content-Length","value":"3019"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 336,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-08-09\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/336-5f5962da8e150.gz\",\n            \"createdAt\": \"2020-09-09T23:18:45+00:00\",\n            \"updatedAt\": \"2020-09-09T23:18:45+00:00\"\n        },\n        {\n            \"id\": 335,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-08-08\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/335-5f5962d5752e4.gz\",\n            \"createdAt\": \"2020-09-09T23:18:41+00:00\",\n            \"updatedAt\": \"2020-09-09T23:18:41+00:00\"\n        },\n        {\n            \"id\": 334,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-08-07\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/334-5f5962d0ee8f3.gz\",\n            \"createdAt\": \"2020-09-09T23:18:37+00:00\",\n            \"updatedAt\": \"2020-09-09T23:18:37+00:00\"\n        },\n        {\n            \"id\": 333,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-08-06\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/333-5f5962cc76293.gz\",\n            \"createdAt\": \"2020-09-09T23:18:32+00:00\",\n            \"updatedAt\": \"2020-09-09T23:18:32+00:00\"\n        },\n        {\n            \"id\": 332,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-08-05\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/332-5f5962c7ee574.gz\",\n            \"createdAt\": \"2020-09-09T23:18:29+00:00\",\n            \"updatedAt\": \"2020-09-09T23:18:29+00:00\"\n        },\n        {\n            \"id\": 331,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-08-04\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/331-5f5962c3a690a.gz\",\n            \"createdAt\": \"2020-09-09T23:18:25+00:00\",\n            \"updatedAt\": \"2020-09-09T23:18:25+00:00\"\n        },\n        {\n            \"id\": 330,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-08-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/330-5f5962be439f1.gz\",\n            \"createdAt\": \"2020-09-09T23:18:20+00:00\",\n            \"updatedAt\": \"2020-09-09T23:18:20+00:00\"\n        },\n        {\n            \"id\": 329,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-08-02\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/329-5f5962b9bd794.gz\",\n            \"createdAt\": \"2020-09-09T23:18:16+00:00\",\n            \"updatedAt\": \"2020-09-09T23:18:16+00:00\"\n        },\n        {\n            \"id\": 328,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-29\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/328-5f5962a4a5e82.gz\",\n            \"createdAt\": \"2020-09-09T23:17:43+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:43+00:00\"\n        },\n        {\n            \"id\": 327,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-28\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/327-5f5962a3be41a.gz\",\n            \"createdAt\": \"2020-09-09T23:17:37+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:37+00:00\"\n        },\n        {\n            \"id\": 326,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-27\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/326-5f5962a2a57d5.gz\",\n            \"createdAt\": \"2020-09-09T23:17:34+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:34+00:00\"\n        },\n        {\n            \"id\": 325,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-26\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/325-5f5962a0d614a.gz\",\n            \"createdAt\": \"2020-09-09T23:17:30+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:30+00:00\"\n        },\n        {\n            \"id\": 324,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-25\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/324-5f59629e746e0.gz\",\n            \"createdAt\": \"2020-09-09T23:17:26+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:26+00:00\"\n        },\n        {\n            \"id\": 323,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-24\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/323-5f59629b74716.gz\",\n            \"createdAt\": \"2020-09-09T23:17:22+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:22+00:00\"\n        },\n        {\n            \"id\": 322,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-23\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/322-5f5962982b9c7.gz\",\n            \"createdAt\": \"2020-09-09T23:17:18+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:18+00:00\"\n        },\n        {\n            \"id\": 321,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-22\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/321-5f5962941331d.gz\",\n            \"createdAt\": \"2020-09-09T23:17:13+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:13+00:00\"\n        },\n        {\n            \"id\": 320,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-21\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/320-5f59628fbdab1.gz\",\n            \"createdAt\": \"2020-09-09T23:17:09+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:09+00:00\"\n        },\n        {\n            \"id\": 319,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-20\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/319-5f59628b43945.gz\",\n            \"createdAt\": \"2020-09-09T23:17:05+00:00\",\n            \"updatedAt\": \"2020-09-09T23:17:05+00:00\"\n        },\n        {\n            \"id\": 318,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-19\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/318-5f596285be388.gz\",\n            \"createdAt\": \"2020-09-09T23:16:59+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:59+00:00\"\n        },\n        {\n            \"id\": 317,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-18\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/317-5f59627fbda9c.gz\",\n            \"createdAt\": \"2020-09-09T23:16:55+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:55+00:00\"\n        },\n        {\n            \"id\": 316,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-17\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/316-5f5962795c94b.gz\",\n            \"createdAt\": \"2020-09-09T23:16:51+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:51+00:00\"\n        },\n        {\n            \"id\": 315,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-16\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/315-5f59627274abd.gz\",\n            \"createdAt\": \"2020-09-09T23:16:47+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:47+00:00\"\n        },\n        {\n            \"id\": 314,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-15\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/314-5f59626aeedaa.gz\",\n            \"createdAt\": \"2020-09-09T23:16:43+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:43+00:00\"\n        },\n        {\n            \"id\": 313,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-14\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/313-5f5962635c0e3.gz\",\n            \"createdAt\": \"2020-09-09T23:16:38+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:38+00:00\"\n        },\n        {\n            \"id\": 312,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-13\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-07-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/312-5f59625abdc6c.gz\",\n            \"createdAt\": \"2020-09-09T23:16:33+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:33+00:00\"\n        },\n        {\n            \"id\": 311,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-06-30\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/311-5f59624fa586c.gz\",\n            \"createdAt\": \"2020-09-09T23:16:15+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:15+00:00\"\n        },\n        {\n            \"id\": 310,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-06-20\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/310-5f5962445bd2f.gz\",\n            \"createdAt\": \"2020-09-09T23:16:11+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:11+00:00\"\n        },\n        {\n            \"id\": 309,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-06-10\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/309-5f59623c8d46c.gz\",\n            \"createdAt\": \"2020-09-09T23:16:08+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:08+00:00\"\n        },\n        {\n            \"id\": 308,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-06-09\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/308-5f596234ee77e.gz\",\n            \"createdAt\": \"2020-09-09T23:16:01+00:00\",\n            \"updatedAt\": \"2020-09-09T23:16:01+00:00\"\n        },\n        {\n            \"id\": 307,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-06-08\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/307-5f59622fee981.gz\",\n            \"createdAt\": \"2020-09-09T23:15:56+00:00\",\n            \"updatedAt\": \"2020-09-09T23:15:56+00:00\"\n        },\n        {\n            \"id\": 306,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-06-07\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/306-5f59622bbd83c.gz\",\n            \"createdAt\": \"2020-09-09T23:15:52+00:00\",\n            \"updatedAt\": \"2020-09-09T23:15:52+00:00\"\n        },\n        {\n            \"id\": 305,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-06-06\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/305-5f5962268ca28.gz\",\n            \"createdAt\": \"2020-09-09T23:15:48+00:00\",\n            \"updatedAt\": \"2020-09-09T23:15:48+00:00\"\n        },\n        {\n            \"id\": 304,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-06-05\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/304-5f596222bd794.gz\",\n            \"createdAt\": \"2020-09-09T23:15:44+00:00\",\n            \"updatedAt\": \"2020-09-09T23:15:44+00:00\"\n        },\n        {\n            \"id\": 303,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-06-04\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/303-5f59621dbd907.gz\",\n            \"createdAt\": \"2020-09-09T23:15:40+00:00\",\n            \"updatedAt\": \"2020-09-09T23:15:40+00:00\"\n        },\n        {\n            \"id\": 302,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-05-23\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-05-29\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/302-5f59606a8ca3f.gz\",\n            \"createdAt\": \"2020-09-09T23:08:10+00:00\",\n            \"updatedAt\": \"2020-09-09T23:08:10+00:00\"\n        },\n        {\n            \"id\": 301,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-05-23\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-05-28\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/301-5f59606713217.gz\",\n            \"createdAt\": \"2020-09-09T23:08:04+00:00\",\n            \"updatedAt\": \"2020-09-09T23:08:04+00:00\"\n        },\n        {\n            \"id\": 300,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-05-23\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-05-27\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/300-5f596064ee4ac.gz\",\n            \"createdAt\": \"2020-09-09T23:08:00+00:00\",\n            \"updatedAt\": \"2020-09-09T23:08:00+00:00\"\n        },\n        {\n            \"id\": 299,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-05-23\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-05-26\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/299-5f596062d6adc.gz\",\n            \"createdAt\": \"2020-09-09T23:07:56+00:00\",\n            \"updatedAt\": \"2020-09-09T23:07:56+00:00\"\n        },\n        {\n            \"id\": 298,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-05-23\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-05-25\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/298-5f59606112911.gz\",\n            \"createdAt\": \"2020-09-09T23:07:51+00:00\",\n            \"updatedAt\": \"2020-09-09T23:07:51+00:00\"\n        },\n        {\n            \"id\": 297,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-05-23\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-05-24\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/297-5f59605fd5ec4.gz\",\n            \"createdAt\": \"2020-09-09T23:07:47+00:00\",\n            \"updatedAt\": \"2020-09-09T23:07:47+00:00\"\n        },\n        {\n            \"id\": 296,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-19\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/296-5f59605f43695.gz\",\n            \"createdAt\": \"2020-09-09T23:07:23+00:00\",\n            \"updatedAt\": \"2020-09-09T23:07:23+00:00\"\n        },\n        {\n            \"id\": 295,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-18\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/295-5f59605b4368a.gz\",\n            \"createdAt\": \"2020-09-09T23:07:19+00:00\",\n            \"updatedAt\": \"2020-09-09T23:07:19+00:00\"\n        },\n        {\n            \"id\": 294,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-17\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/294-5f596055d6d5a.gz\",\n            \"createdAt\": \"2020-09-09T23:07:15+00:00\",\n            \"updatedAt\": \"2020-09-09T23:07:15+00:00\"\n        },\n        {\n            \"id\": 293,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-16\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/293-5f5960518d2b3.gz\",\n            \"createdAt\": \"2020-09-09T23:07:11+00:00\",\n            \"updatedAt\": \"2020-09-09T23:07:11+00:00\"\n        },\n        {\n            \"id\": 292,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-15\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/292-5f59604dd83f7.gz\",\n            \"createdAt\": \"2020-09-09T23:07:07+00:00\",\n            \"updatedAt\": \"2020-09-09T23:07:07+00:00\"\n        },\n        {\n            \"id\": 291,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-14\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/291-5f59604aee519.gz\",\n            \"createdAt\": \"2020-09-09T23:07:03+00:00\",\n            \"updatedAt\": \"2020-09-09T23:07:03+00:00\"\n        },\n        {\n            \"id\": 290,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-13\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/290-5f59604874bd4.gz\",\n            \"createdAt\": \"2020-09-09T23:06:57+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:57+00:00\"\n        },\n        {\n            \"id\": 289,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-12\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/289-5f596046743b4.gz\",\n            \"createdAt\": \"2020-09-09T23:06:53+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:53+00:00\"\n        },\n        {\n            \"id\": 288,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/288-5f596044a5a57.gz\",\n            \"createdAt\": \"2020-09-09T23:06:49+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:49+00:00\"\n        },\n        {\n            \"id\": 287,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-08\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/287-5f5960435cdb4.gz\",\n            \"createdAt\": \"2020-09-09T23:06:42+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:42+00:00\"\n        },\n        {\n            \"id\": 286,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-07\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/286-5f596041a5170.gz\",\n            \"createdAt\": \"2020-09-09T23:06:38+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:38+00:00\"\n        },\n        {\n            \"id\": 285,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-06\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/285-5f59603f75111.gz\",\n            \"createdAt\": \"2020-09-09T23:06:32+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:32+00:00\"\n        },\n        {\n            \"id\": 284,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-05\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/284-5f59603d2deb0.gz\",\n            \"createdAt\": \"2020-09-09T23:06:26+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:26+00:00\"\n        },\n        {\n            \"id\": 283,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-04\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/283-5f59603a2afc0.gz\",\n            \"createdAt\": \"2020-09-09T23:06:22+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:22+00:00\"\n        },\n        {\n            \"id\": 282,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-03\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/282-5f596037435f2.gz\",\n            \"createdAt\": \"2020-09-09T23:06:18+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:18+00:00\"\n        },\n        {\n            \"id\": 281,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-02\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/281-5f596033a5bad.gz\",\n            \"createdAt\": \"2020-09-09T23:06:15+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:15+00:00\"\n        },\n        {\n            \"id\": 280,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-01\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-04-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/280-5f59602fd5e6d.gz\",\n            \"createdAt\": \"2020-09-09T23:06:11+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:11+00:00\"\n        },\n        {\n            \"id\": 279,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-03-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/279-5f59602bbd7cd.gz\",\n            \"createdAt\": \"2020-09-09T23:06:01+00:00\",\n            \"updatedAt\": \"2020-09-09T23:06:01+00:00\"\n        },\n        {\n            \"id\": 278,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-03-21\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/278-5f596029d5e6f.gz\",\n            \"createdAt\": \"2020-09-09T23:05:57+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:57+00:00\"\n        },\n        {\n            \"id\": 277,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-03-22\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/277-5f596023438a7.gz\",\n            \"createdAt\": \"2020-09-09T23:05:53+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:53+00:00\"\n        },\n        {\n            \"id\": 276,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-03-23\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/276-5f59601d43656.gz\",\n            \"createdAt\": \"2020-09-09T23:05:49+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:49+00:00\"\n        },\n        {\n            \"id\": 275,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-03-24\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/275-5f5960157434e.gz\",\n            \"createdAt\": \"2020-09-09T23:05:45+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:45+00:00\"\n        },\n        {\n            \"id\": 274,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-03-25\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/274-5f59600e13728.gz\",\n            \"createdAt\": \"2020-09-09T23:05:40+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:40+00:00\"\n        },\n        {\n            \"id\": 273,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:01\",\n                \"endDate\": \"2020-03-26\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/273-5f596005bd707.gz\",\n            \"createdAt\": \"2020-09-09T23:05:36+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:36+00:00\"\n        },\n        {\n            \"id\": 272,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-27\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/272-5f595ffd2af55.gz\",\n            \"createdAt\": \"2020-09-09T23:05:27+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:27+00:00\"\n        },\n        {\n            \"id\": 271,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-28\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/271-5f595ff413611.gz\",\n            \"createdAt\": \"2020-09-09T23:05:21+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:21+00:00\"\n        },\n        {\n            \"id\": 270,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-09\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-29\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/270-5f595fea8d9fe.gz\",\n            \"createdAt\": \"2020-09-09T23:05:15+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:15+00:00\"\n        },\n        {\n            \"id\": 269,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-08\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-29\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/269-5f595fe08c9ad.gz\",\n            \"createdAt\": \"2020-09-09T23:05:11+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:11+00:00\"\n        },\n        {\n            \"id\": 268,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-07\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-29\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/268-5f595fd62afcb.gz\",\n            \"createdAt\": \"2020-09-09T23:05:07+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:07+00:00\"\n        },\n        {\n            \"id\": 267,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-06\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-29\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/267-5f595fcad6085.gz\",\n            \"createdAt\": \"2020-09-09T23:05:03+00:00\",\n            \"updatedAt\": \"2020-09-09T23:05:03+00:00\"\n        },\n        {\n            \"id\": 266,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-05\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-29\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/266-5f595fbfbd79c.gz\",\n            \"createdAt\": \"2020-09-09T23:04:58+00:00\",\n            \"updatedAt\": \"2020-09-09T23:04:58+00:00\"\n        },\n        {\n            \"id\": 265,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-04\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-29\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/265-5f595fb45bebb.gz\",\n            \"createdAt\": \"2020-09-09T23:04:54+00:00\",\n            \"updatedAt\": \"2020-09-09T23:04:54+00:00\"\n        },\n        {\n            \"id\": 264,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-03\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-29\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/264-5f595fa7be10f.gz\",\n            \"createdAt\": \"2020-09-09T23:04:50+00:00\",\n            \"updatedAt\": \"2020-09-09T23:04:50+00:00\"\n        },\n        {\n            \"id\": 263,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-02\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-29\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/263-5f595f9ad68d5.gz\",\n            \"createdAt\": \"2020-09-09T23:04:45+00:00\",\n            \"updatedAt\": \"2020-09-09T23:04:45+00:00\"\n        },\n        {\n            \"id\": 262,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-02-02\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-02-19\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/262-5f595f8b2c1db.gz\",\n            \"createdAt\": \"2020-09-09T23:04:32+00:00\",\n            \"updatedAt\": \"2020-09-09T23:04:32+00:00\"\n        },\n        {\n            \"id\": 261,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-02-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-02-19\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/261-5f595f83a50e2.gz\",\n            \"createdAt\": \"2020-09-09T23:04:26+00:00\",\n            \"updatedAt\": \"2020-09-09T23:04:26+00:00\"\n        },\n        {\n            \"id\": 260,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-02-09\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-02-19\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/260-5f595f79129b3.gz\",\n            \"createdAt\": \"2020-09-09T23:04:19+00:00\",\n            \"updatedAt\": \"2020-09-09T23:04:19+00:00\"\n        },\n        {\n            \"id\": 259,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-02-08\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-02-19\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/259-5f595f748d8ed.gz\",\n            \"createdAt\": \"2020-09-09T23:04:14+00:00\",\n            \"updatedAt\": \"2020-09-09T23:04:14+00:00\"\n        },\n        {\n            \"id\": 258,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-02-07\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-02-19\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/258-5f595f6cef573.gz\",\n            \"createdAt\": \"2020-09-09T23:04:06+00:00\",\n            \"updatedAt\": \"2020-09-09T23:04:06+00:00\"\n        },\n        {\n            \"id\": 257,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-01-07\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-01-11\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/257-5f595f5d8ca2a.gz\",\n            \"createdAt\": \"2020-09-09T23:03:54+00:00\",\n            \"updatedAt\": \"2020-09-09T23:03:54+00:00\"\n        },\n        {\n            \"id\": 256,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-01-07\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-01-10\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/256-5f595f588cb0e.gz\",\n            \"createdAt\": \"2020-09-09T23:03:50+00:00\",\n            \"updatedAt\": \"2020-09-09T23:03:50+00:00\"\n        },\n        {\n            \"id\": 255,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-01-07\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-01-09\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/255-5f595f4fd6ce1.gz\",\n            \"createdAt\": \"2020-09-09T23:03:41+00:00\",\n            \"updatedAt\": \"2020-09-09T23:03:41+00:00\"\n        },\n        {\n            \"id\": 254,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-01-06\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-01-09\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/254-5f595f4a129f9.gz\",\n            \"createdAt\": \"2020-09-09T23:03:35+00:00\",\n            \"updatedAt\": \"2020-09-09T23:03:35+00:00\"\n        },\n        {\n            \"id\": 253,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-01-05\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-01-09\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/253-5f595f44a5a89.gz\",\n            \"createdAt\": \"2020-09-09T23:03:30+00:00\",\n            \"updatedAt\": \"2020-09-09T23:03:30+00:00\"\n        },\n        {\n            \"id\": 252,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-01-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-01-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/252-5f595f354366f.gz\",\n            \"createdAt\": \"2020-09-09T23:03:15+00:00\",\n            \"updatedAt\": \"2020-09-09T23:03:15+00:00\"\n        },\n        {\n            \"id\": 251,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-02-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-02-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/251-5f595f2ea540b.gz\",\n            \"createdAt\": \"2020-09-09T23:03:09+00:00\",\n            \"updatedAt\": \"2020-09-09T23:03:09+00:00\"\n        },\n        {\n            \"id\": 250,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-03-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-03-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/250-5f595f2413068.gz\",\n            \"createdAt\": \"2020-09-09T23:02:58+00:00\",\n            \"updatedAt\": \"2020-09-09T23:02:58+00:00\"\n        },\n        {\n            \"id\": 249,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-04-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-04-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/249-5f595f1bbdcd4.gz\",\n            \"createdAt\": \"2020-09-09T23:02:49+00:00\",\n            \"updatedAt\": \"2020-09-09T23:02:49+00:00\"\n        },\n        {\n            \"id\": 248,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-05-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-05-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/248-5f595f155bcdc.gz\",\n            \"createdAt\": \"2020-09-09T23:02:43+00:00\",\n            \"updatedAt\": \"2020-09-09T23:02:43+00:00\"\n        },\n        {\n            \"id\": 247,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-06-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-06-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/247-5f595f0c74557.gz\",\n            \"createdAt\": \"2020-09-09T23:02:34+00:00\",\n            \"updatedAt\": \"2020-09-09T23:02:34+00:00\"\n        },\n        {\n            \"id\": 246,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-07-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-07-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/246-5f595efe12929.gz\",\n            \"createdAt\": \"2020-09-09T23:02:20+00:00\",\n            \"updatedAt\": \"2020-09-09T23:02:20+00:00\"\n        },\n        {\n            \"id\": 245,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-08-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/245-5f595ec02b444.gz\",\n            \"createdAt\": \"2020-09-09T23:01:18+00:00\",\n            \"updatedAt\": \"2020-09-09T23:01:18+00:00\"\n        },\n        {\n            \"id\": 244,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-08-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-08-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/244-5f595eaa43716.gz\",\n            \"createdAt\": \"2020-09-09T23:00:56+00:00\",\n            \"updatedAt\": \"2020-09-09T23:00:56+00:00\"\n        },\n        {\n            \"id\": 171,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-09-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/171-5f52535813d42.gz\",\n            \"createdAt\": \"2020-09-04T14:32:54+00:00\",\n            \"updatedAt\": \"2020-09-04T14:32:54+00:00\"\n        },\n        {\n            \"id\": 131,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-09-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/131-5f5245942f707.gz\",\n            \"createdAt\": \"2020-09-04T13:47:43+00:00\",\n            \"updatedAt\": \"2020-09-04T13:47:43+00:00\"\n        },\n        {\n            \"id\": 130,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-09-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/130-5f5245898f3e8.gz\",\n            \"createdAt\": \"2020-09-04T13:47:35+00:00\",\n            \"updatedAt\": \"2020-09-04T13:47:35+00:00\"\n        },\n        {\n            \"id\": 129,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-09-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/129-5f52457fa8ba9.gz\",\n            \"createdAt\": \"2020-09-04T13:47:25+00:00\",\n            \"updatedAt\": \"2020-09-04T13:47:25+00:00\"\n        },\n        {\n            \"id\": 128,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-09-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/128-5f5245772d146.gz\",\n            \"createdAt\": \"2020-09-04T13:47:17+00:00\",\n            \"updatedAt\": \"2020-09-04T13:47:17+00:00\"\n        },\n        {\n            \"id\": 127,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-09-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/127-5f52456d60c0a.gz\",\n            \"createdAt\": \"2020-09-04T13:47:12+00:00\",\n            \"updatedAt\": \"2020-09-04T13:47:12+00:00\"\n        },\n        {\n            \"id\": 126,\n            \"type\": \"detailed\",\n            \"format\": \"json\",\n            \"filter\": {\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"00:00:00\",\n                \"endDate\": \"2020-09-03\",\n                \"endTime\": \"23:59:59\",\n                \"mediaId\": [],\n                \"playerId\": [],\n                \"sort\": 1\n            },\n            \"status\": \"success\",\n            \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/126-5f524563ef226.gz\",\n            \"createdAt\": \"2020-09-04T13:47:00+00:00\",\n            \"updatedAt\": \"2020-09-04T13:47:00+00:00\"\n        }\n    ],\n    \"total\": 106,\n    \"currentPage\": 1,\n    \"totalPages\": 2\n}"}],"_postman_id":"c818fcd4-e31c-4422-8cf0-c50c0d3a3797"},{"name":"/reports/{{reportId}}","id":"5810e56a-9559-425f-9251-3537f274f369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.4yousee.com.br/v1/reports/{{reportId}}","description":"<p>Get report information by id</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["reports","{{reportId}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"60a39ba4-8ffb-4024-ae22-f3eec8cc7d4f","name":"Report by ID","originalRequest":{"method":"GET","header":[],"url":"https://api.4yousee.com.br/v1/reports/336"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Sep 2020 18:45:11 GMT"},{"key":"Server","value":"nginx/1.15.6"},{"key":"X-Powered-By","value":"PHP/7.2.27"},{"key":"Content-Length","value":"252"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 336,\n    \"type\": \"detailed\",\n    \"format\": \"json\",\n    \"filter\": {\n        \"startDate\": \"2020-08-01\",\n        \"startTime\": \"00:00:01\",\n        \"endDate\": \"2020-08-09\",\n        \"endTime\": \"23:59:59\",\n        \"mediaId\": [],\n        \"playerId\": [],\n        \"sort\": 1\n    },\n    \"status\": \"success\",\n    \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/336-5f5962da8e150.gz\",\n    \"createdAt\": \"2020-09-09T23:18:45+00:00\",\n    \"updatedAt\": \"2020-09-09T23:18:45+00:00\"\n}"}],"_postman_id":"5810e56a-9559-425f-9251-3537f274f369"},{"name":"/reports","id":"d3dc68c1-8b91-497e-b920-de2596d68ccd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Filter attributes for specific report generation</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"detailed\",\n    \"webhook\": \"http://4fc8e5ddf059.ngrok.io\",\n    \"filter\": {\n        \"startDate\": \"2020-07-26\",\n        \"startTime\": \"00:00:00\",\n        \"endDate\": \"2020-08-24\",\n        \"endTime\": \"23:59:59\",\n        \"mediaId\": [\n            \n        ],\n        \"playerId\": [\n        \n        ],\n        \"sort\": -1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/reports","description":"<p>Triggers the generation of a report for later download as a csv file using the body as exemplified in a following section. The maximum interval for generating a report is 30 days.</p>\n<p>The attribute <strong>webhook</strong> is optional and can be used to provide a url where you can receive a notification containing the link where the generated report is available for download, when it is done being generated successfully, as a json object: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"id\": 424,\n  \"status\": \"success\",\n  \"url\": \"https://4yousee-playlogs-reports.s3.amazonaws.com/qa/424-5f7c785ba56f5.gz\",\n  \"filter\": {\n      \"startDate\": \"2020-08-01\",\n      \"startTime\": \"00:00:00\",\n      \"endDate\": \"2020-08-03\",\n      \"endTime\": \"23:59:59\",\n      \"mediaId\": [],\n      \"playerId\": [],\n      \"sort\": -1 \n  }\n}\n</code></pre><p>Upon receiving this object, your webhook url should send a <strong>200 (OK)</strong> response, in order to make sure you will not receive that same notification again.</p>\n<p>In case there is any error during the report generating process, you will get the following json object instead:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"id\": 234,\n  \"status\": \"failed\",\n  \"error\": {\n      \"code\": 422,\n      \"message\": \"There was an error generating the report\"\n  },\n  \"filter\": {\n      \"startDate\": \"2020-09-01\",\n      \"startTime\": \"00:00:00\",\n      \"endDate\": \"2020-09-18\",\n      \"endTime\": \"23:59:59\",\n      \"mediaId\": [],\n      \"playerId\": [],\n      \"sort\": -1\n  }\n}\n</code></pre><p>Lastly, if for some reason the report generation notification is not sent, it will be retried 3 more times: the second try happens <strong>2 minutes</strong> following the first, the next one happens <strong>6 minutes</strong> after the second, and, finally, the last retry takes place <strong>18 minutes</strong> after the third attempt. If the last retry is unsuccessful, there will not be another notification attempt. In this scenario, it is advisable to use the endpoint <code>GET /reports/:id</code> with your report id in order to retrieve the url at which it is available to download. Another method you can use is to log onto your 4YouSee Manager account and go to the generated reports list (<code>/admin/reports_api.php</code>), where your report must be listed, if generated successfully.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["reports"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"a7d1cdba-8c24-4822-986b-c9e3e7fd8431","name":"Generate a detailed playlog report","originalRequest":{"method":"POST","header":[{"key":"Secret-Token","type":"text","value":"a1be7c9dced06d34e7a6d061924ea99d"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"detailed\",\n    \"webhook\": \"http://7593822c1d06.ngrok.io\",\n    \"filter\": {\n        \"startDate\": \"2020-07-26\",\n        \"startTime\": \"00:00:00\",\n        \"endDate\": \"2020-08-24\",\n        \"endTime\": \"23:59:59\",\n        \"mediaId\": [\n            \n        ],\n        \"playerId\": [\n            228\n        ],\n        \"sort\": -1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 27 May 2019 17:24:54 GMT"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Content-Length","value":"297"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 10,\n    \"type\": \"detailed\",\n    \"format\": \"json\",\n    \"filter\": {\n        \"startDate\": \"2020-07-26\",\n        \"startTime\": \"00:00:00\",\n        \"endDate\": \"2020-08-24\",\n        \"endTime\": \"23:59:59\",\n        \"mediaId\": [\n\n        ],\n        \"playerId\": [\n            228\n        ],\n        \"sort\": -1\n    },\n    \"status\": \"processing\",\n    \"url\": null,\n    \"createdAt\": \"2020-08-28T16:21:55+00:00\",\n    \"updatedAt\": \"2020-08-28T16:21:55+00:00\"\n}"}],"_postman_id":"d3dc68c1-8b91-497e-b920-de2596d68ccd"}],"id":"02785f09-fdf3-42ad-a37f-c38a9d5bd110","description":"<p>Resources for creating, listing and retrieving reports from 4YouSee Manager. Currently, only <strong>detailed</strong> reports are supported.</p>\n","_postman_id":"02785f09-fdf3-42ad-a37f-c38a9d5bd110","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"Clients","item":[{"name":"/clients","id":"a563b70b-4102-4691-ba51-3d7bd372d867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.4yousee.com.br/v1/clients","description":"<p>Returns a paginated list of Clients.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["clients"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"756b525a-135d-4b57-9218-4ca35ce8bb41","name":"List of all clients","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"bim21c9dced06d34e7a6d061924ea99","type":"text"}],"url":"https://api.4yousee.com.br/v1/clients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Jan 2025 18:46:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"Radio Startup\",\n            \"trade\": \"Radio Startup\",\n            \"type\": \"Client\"\n        }\n    ],\n    \"total\": 1,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"a563b70b-4102-4691-ba51-3d7bd372d867"},{"name":"/clients by id","id":"a877f590-0e08-4370-84a7-53860b1b1cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.4yousee.com.br/v1/clients","description":"<p>Returns clients with Id passed in query params.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["clients"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"ada276aa-1bb3-43cc-a10d-b8f6d38fb5ba","name":"List by id","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"bim21c9dced06d34e7a6d061924ea99","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/clients?id=1","host":["https://api.4yousee.com.br/v1"],"path":["clients"],"query":[{"key":"id","value":"1","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Jan 2025 18:46:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"Radio Startup\",\n            \"trade\": \"Radio Startup\",\n            \"type\": \"Client\"\n        }\n    ],\n    \"total\": 1,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"a877f590-0e08-4370-84a7-53860b1b1cb0"}],"id":"0e47b281-1ca8-4033-8c7c-87627ad883be","_postman_id":"0e47b281-1ca8-4033-8c7c-87627ad883be","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"Tag","item":[{"name":"/tags","id":"df59beda-1780-41ee-88f1-8b7aafabe628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/tags","description":"<h2 id=\"filters\">Filters:</h2>\n<ul>\n<li><p>id: tag id, ex.: /v1/tags?id=1</p>\n</li>\n<li><p>name: tag name, ex.: /v1/tags?name=Exemple</p>\n</li>\n<li><p>name_like: partial tag name, ex.: /v1/tags?name_like=emp</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["tags"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"07b423d7-bb23-4412-84b3-af800f701a02","name":"List all tags in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/tags"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"tag\": \"Exemplo Tag1\"\n        },\n        {\n            \"id\": 2,\n            \"tag\": \"Exemplo Tag2\"\n        }\n    ],\n    \"total\": 2,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"},{"id":"90ddc245-0c12-43e3-939f-085d5ce3797a","name":"List all tags using filters in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/tags/medias?name=exemplo Tag2","host":["https://api.4yousee.com.br/v1"],"path":["tags","medias"],"query":[{"key":"name","value":"exemplo Tag2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"tag\": \"exemplo Tag2\"\n        }\n    ],\n    \"total\": 1,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"df59beda-1780-41ee-88f1-8b7aafabe628"},{"name":"/tags/players","id":"ea5efc6a-d4ba-4d61-93c8-48ae3ca8b3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/tags/players","description":"<h2 id=\"filters\">Filters:</h2>\n<ul>\n<li><p>id: tag id, ex.: /v1/tags/players?id=1</p>\n</li>\n<li><p>name: tag name, ex.: /v1/tags/players?name=Exemple</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["tags","players"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"cb5152cd-ab56-4abd-a36d-79c5759c28eb","name":"List all tags associated to player in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/tags/players"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"tag\": \"exemplo tag1\"\n        },\n        {\n            \"id\": 2,\n            \"tag\": \"exemplo tag2\"\n        }\n    ],\n    \"total\": 2,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"},{"id":"dc289687-c091-4021-b740-1beb1df2677f","name":"List all tags associated with players using filters in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/tags/medias?name=tag2","host":["https://api.4yousee.com.br/v1"],"path":["tags","medias"],"query":[{"key":"name","value":"tag2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"tag\": \"exemplo tag2\"\n        }\n    ],\n    \"total\": 1,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"ea5efc6a-d4ba-4d61-93c8-48ae3ca8b3bc"},{"name":"/tags/medias","id":"d940bb46-35c0-4b8b-91f5-33de17e56565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/tags/medias","description":"<h2 id=\"filters\">Filters:</h2>\n<ul>\n<li><p>id: tag id, ex.: /v1/tags/medias?id=1</p>\n</li>\n<li><p>name: tag name, ex.: /v1/tags/medias?name=Exemple</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["tags","medias"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"fe3abd7c-9f35-4e5d-96d3-8a30cd30c2a5","name":"List all tags associated to content in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v1/tags/players"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"tag\": \"exemplo tag1\"\n        },\n        {\n            \"id\": 2,\n            \"tag\": \"exemplo tag2\"\n        }\n    ],\n    \"total\": 2,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"},{"id":"2fb6d6a9-80fc-4d56-87e9-61744ce28f34","name":"List all tags associated with content using filters in account","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v1/tags/medias?name=exemploTag2","host":["https://api.4yousee.com.br/v1"],"path":["tags","medias"],"query":[{"key":"name","value":"exemploTag2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 1,\n            \"tag\": \"exemploTag2\"\n        }\n    ],\n    \"total\": 1,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"d940bb46-35c0-4b8b-91f5-33de17e56565"},{"name":"/tags","id":"fc8bd2e5-acb2-463b-b44d-993348f296b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": \"player\",\r\n  \"reference\": [1, 2],\r\n  \"tags\": [\"Exemplo tag1\", \"Exemplo tag2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/tags","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["tags"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"94cd809e-8c45-405d-b933-dd4a2a7eec73","name":"Associate tag (Content)","originalRequest":{"method":"POST","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": \"media\",\r\n  \"reference\": [1, 2],\r\n  \"tags\": [\"exemplo tag1\", \"exemplo tag2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/tags"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"media\": 1,\n        \"tags\": [\n            \"exemplo tag1\",\n            \"exemplo tag2\"\n        ]\n    },\n    {\n        \"media\": 2,\n        \"tags\": [\n            \"exemplo tag1\",\n            \"exemplo tag2\"\n        ]\n    }\n]"},{"id":"701b8ce0-dd1b-46b0-8375-34945e0e0303","name":"Associate tag (Player)","originalRequest":{"method":"POST","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": \"player\",\r\n  \"reference\": [1, 2],\r\n  \"tags\": [\"exemplo tag1\", \"exemplo tag2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/tags"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"player\": 1,\n        \"tags\": [\n            \"exemplo tag1\",\n            \"exemplo tag2\"\n        ]\n    },\n    {\n        \"player\": 2,\n        \"tags\": [\n            \"exemplo tag1\",\n            \"exemplo tag2\"\n        ]\n    }\n]"}],"_postman_id":"fc8bd2e5-acb2-463b-b44d-993348f296b6"},{"name":"/tags","id":"c648c8e5-3ac9-478f-9224-e2c2b20790a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": \"player\",\r\n  \"reference\": [1, 2],\r\n  \"tags\": [\"Exemplo tag1\", \"Exemplo tag2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/tags","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["tags"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"9fad8aea-06d1-4028-ac68-85f4e4687e10","name":"Associate tag (Content)","originalRequest":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": \"media\",\r\n  \"reference\": [1, 2],\r\n  \"tags\": [\"exemplo tag1\", \"exemplo tag2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/tags"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"media\": 1,\n        \"tags\": [\n            \"exemplo tag1\",\n            \"exemplo tag2\"\n        ]\n    },\n    {\n        \"media\": 2,\n        \"tags\": [\n            \"exemplo tag1\",\n            \"exemplo tag2\"\n        ]\n    }\n]"},{"id":"49486570-6fe2-4ac8-b392-677818d08902","name":"Disassociate tag (Player)","originalRequest":{"method":"DELETE","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": \"player\",\r\n  \"reference\": [1, 2],\r\n  \"tags\": [\"exemplo tag1\", \"exemplo tag2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/tags"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"player\": 1,\n        \"tags\": [\n            \"exemplo tag1\",\n            \"exemplo tag2\"\n        ]\n    },\n    {\n        \"player\": 2,\n        \"tags\": [\n            \"exemplo tag1\",\n            \"exemplo tag2\"\n        ]\n    }\n]"}],"_postman_id":"c648c8e5-3ac9-478f-9224-e2c2b20790a5"},{"name":"/tags/medias/{{idContent}}","id":"e289a3a4-b750-4e85-acd0-6bbdda3fd1db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tags\": [\"exemplo tag1\", \"exemplo tag2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/tags/medias/{{idContent}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"path":["tags","medias","{{idContent}}"],"host":["https://api.4yousee.com.br/v1"],"query":[],"variable":[]}},"response":[{"id":"77f97832-c217-471c-9c74-1e0ddd656aab","name":"Associate tag (Content)","originalRequest":{"method":"PUT","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tags\": [\"exemplo tag1\", \"exemplo tag2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.4yousee.com.br/v1/tags/medias/{{contendId}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Exemplo tag1\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Exemplo tag2\"\n    }\n]"}],"_postman_id":"e289a3a4-b750-4e85-acd0-6bbdda3fd1db"}],"id":"2efa76c4-ada3-44ca-8f71-810a82f99322","description":"<p>This resource allows you to associate, disassociate and read Tags (Contents and Players).</p>\n","_postman_id":"2efa76c4-ada3-44ca-8f71-810a82f99322","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}},{"name":"Permissions","item":[{"name":"/me/permissions","id":"1137b575-3332-4480-9d97-cfbbcb7f68ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v2/me/permissions","description":"<h2 id=\"filters\">Filters:</h2>\n<ul>\n<li><p>section: modulo name, ex.: /v2/me/permissions?section=Publicações</p>\n</li>\n<li><p>parent: modulo name, ex.: /v2/me/permissions?parent=Conteúdos</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","me","permissions"],"host":["api","4yousee","com","br"],"query":[],"variable":[]}},"response":[{"id":"c33b9dad-d1b3-4182-a622-d5a2481d2bc6","name":"List all permissions off user","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":"https://api.4yousee.com.br/v2/me/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"section\": \"Alertas\",\n            \"parent\": \"Apps\",\n            \"permissions\": [\n                {\n                    \"id\": 204,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 207,\n                    \"name\": \"Alertas\"\n                },\n                {\n                    \"id\": 205,\n                    \"name\": \"Editar\"\n                },\n                {\n                    \"id\": 206,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 203,\n                    \"name\": \"Visualizar\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Usuários\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 211,\n                    \"name\": \"Meus Dados\"\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Trocar Senha\"\n                },\n                {\n                    \"id\": 1,\n                    \"name\": \"Usuários\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Grupos de Usuários\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Grupos de Usuários\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Parâmetros\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 8,\n                    \"name\": \"Parâmetros\"\n                },\n                {\n                    \"id\": 109,\n                    \"name\": \"Pesquisa de Parâmetros\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Módulos\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 14,\n                    \"name\": \"Módulos\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Métodos\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 19,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 20,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 21,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 18,\n                    \"name\": \"Métodos\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Layouts\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 140,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 141,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 142,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 139,\n                    \"name\": \"Layouts\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Restrições de Acesso\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 174,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 175,\n                    \"name\": \"Editar\"\n                },\n                {\n                    \"id\": 176,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 173,\n                    \"name\": \"Restrições de Acesso\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Integrações\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 199,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 200,\n                    \"name\": \"Editar\"\n                },\n                {\n                    \"id\": 201,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 198,\n                    \"name\": \"Integrações\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Agendamento de Tarefas\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 135,\n                    \"name\": \"Agendamento de Tarefas\"\n                },\n                {\n                    \"id\": 136,\n                    \"name\": \"Agendar\"\n                },\n                {\n                    \"id\": 137,\n                    \"name\": \"Excluir\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Areas\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 143,\n                    \"name\": \"Configurar áreas\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Tags\",\n            \"parent\": \"Configurações\",\n            \"permissions\": [\n                {\n                    \"id\": 248,\n                    \"name\": \"Tags\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Tipos de Arquivos do Select\",\n            \"parent\": \"Conteúdos\",\n            \"permissions\": [\n                {\n                    \"id\": 213,\n                    \"name\": \"4YouSee Designer\"\n                },\n                {\n                    \"id\": 215,\n                    \"name\": \"Sintonizador de TV\"\n                },\n                {\n                    \"id\": 214,\n                    \"name\": \"Streaming\"\n                },\n                {\n                    \"id\": 212,\n                    \"name\": \"Upload de arquivo\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Categorias\",\n            \"parent\": \"Conteúdos\",\n            \"permissions\": [\n                {\n                    \"id\": 25,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 24,\n                    \"name\": \"Categorias\"\n                },\n                {\n                    \"id\": 26,\n                    \"name\": \"Editar / Mover\"\n                },\n                {\n                    \"id\": 27,\n                    \"name\": \"Remover Categoria\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Conteúdo\",\n            \"parent\": \"Conteúdos\",\n            \"permissions\": [\n                {\n                    \"id\": 29,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 30,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 28,\n                    \"name\": \"Conteúdo\"\n                },\n                {\n                    \"id\": 31,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 117,\n                    \"name\": \"Listar por Categoria\"\n                },\n                {\n                    \"id\": 112,\n                    \"name\": \"Pesquisar\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Clientes e Agências\",\n            \"parent\": \"Conteúdos\",\n            \"permissions\": [\n                {\n                    \"id\": 54,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 55,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 53,\n                    \"name\": \"Clientes e Agências\"\n                },\n                {\n                    \"id\": 56,\n                    \"name\": \"Excluir\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Formatos de Videowall\",\n            \"parent\": \"Conteúdos\",\n            \"permissions\": [\n                {\n                    \"id\": 218,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 219,\n                    \"name\": \"Editar\"\n                },\n                {\n                    \"id\": 220,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 217,\n                    \"name\": \"Formatos de Videowall\"\n                },\n                {\n                    \"id\": 221,\n                    \"name\": \"Publicar\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Publicações\",\n            \"parent\": \"Conteúdos\",\n            \"permissions\": [\n                {\n                    \"id\": 249,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 252,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 250,\n                    \"name\": \"Editar\"\n                },\n                {\n                    \"id\": 253,\n                    \"name\": \"Editar\"\n                },\n                {\n                    \"id\": 251,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 254,\n                    \"name\": \"Excluir\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Conteúdos (Outras Funcionalidades)\",\n            \"parent\": \"Conteúdos\",\n            \"permissions\": [\n                {\n                    \"id\": 234,\n                    \"name\": \"Associar código IVC\"\n                },\n                {\n                    \"id\": 32,\n                    \"name\": \"Distribuir\"\n                },\n                {\n                    \"id\": 233,\n                    \"name\": \"Duplicar\"\n                },\n                {\n                    \"id\": 231,\n                    \"name\": \"Permitir Metadados\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Perfil de Conexão\",\n            \"parent\": \"Fontes de Dados\",\n            \"permissions\": [\n                {\n                    \"id\": 95,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 96,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 97,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 94,\n                    \"name\": \"Perfil de Conexão\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Canal\",\n            \"parent\": \"Fontes de Dados\",\n            \"permissions\": [\n                {\n                    \"id\": 99,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 100,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 98,\n                    \"name\": \"Canal\"\n                },\n                {\n                    \"id\": 101,\n                    \"name\": \"Excluir\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Fontes de Dados\",\n            \"parent\": \"Fontes de Dados\",\n            \"permissions\": [\n                {\n                    \"id\": 103,\n                    \"name\": \"Adicionar\"\n                },\n                {\n                    \"id\": 104,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 235,\n                    \"name\": \"Apagar dados da integração\"\n                },\n                {\n                    \"id\": 105,\n                    \"name\": \"Excluir\"\n                },\n                {\n                    \"id\": 102,\n                    \"name\": \"Fontes de Dados\"\n                },\n                {\n                    \"id\": 106,\n                    \"name\": \"Listar por Canal\"\n                },\n                {\n                    \"id\": 232,\n                    \"name\": \"Mover canal\"\n                },\n                {\n                    \"id\": 107,\n                    \"name\": \"Testar Consulta\"\n                },\n                {\n                    \"id\": 133,\n                    \"name\": \"Variáveis\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Configuração de Perfil\",\n            \"parent\": \"Grupos de Usuários\",\n            \"permissions\": [\n                {\n                    \"id\": 115,\n                    \"name\": \"Atribuir permissões\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Informações da Conta\",\n            \"parent\": \"Minha Conta\",\n            \"permissions\": [\n                {\n                    \"id\": 229,\n                    \"name\": \"Configurações\"\n                },\n                {\n                    \"id\": 228,\n                    \"name\": \"Editar Cor\"\n                },\n                {\n                    \"id\": 230,\n                    \"name\": \"Editar Favicon\"\n                },\n                {\n                    \"id\": 227,\n                    \"name\": \"Editar Logomarca\"\n                }\n            ]\n        },\n        {\n            \"section\": \"Pagamentos\",\n            \"parent\": \"Minha Conta\",\n            \"permissions\": [\n                {\n                    \"id\": 167,\n                    \"name\": \"Detalhar pagamento\"\n                }\n            ]\n        }\n    ],\n    \"total\": 193,\n    \"currentPage\": 1,\n    \"totalPages\": 2\n}"},{"id":"4174f2bb-82d4-45d1-a023-57f32e27ac3e","name":"List all permissions off user using section and parent filter","originalRequest":{"method":"GET","header":[{"key":"Secret-Token","value":"2848d026950a961c15b3518901a54741","type":"text"}],"url":{"raw":"https://api.4yousee.com.br/v2/me/permissions?section=Conteúdo&parent=Conteúdos","protocol":"https","host":["api","4yousee","com","br"],"path":["v2","me","permissions"],"query":[{"key":"section","value":"Conteúdo"},{"key":"parent","value":"Conteúdos"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"section\": \"Conteúdo\",\n            \"parent\": \"Conteúdos\",\n            \"permissions\": [\n                {\n                    \"id\": 30,\n                    \"name\": \"Alterar\"\n                },\n                {\n                    \"id\": 28,\n                    \"name\": \"Conteúdo\"\n                }\n            ]\n        }\n    ],\n    \"total\": 2,\n    \"currentPage\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"1137b575-3332-4480-9d97-cfbbcb7f68ea"}],"id":"63c37c5a-b8bd-43ba-81b6-c0c0071dec81","description":"<p>This resource allows you to list all permissions from user who was making the request.</p>\n","_postman_id":"63c37c5a-b8bd-43ba-81b6-c0c0071dec81","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]},"isInherited":true,"source":{"_postman_id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","id":"ac74d92e-9de1-4bc8-9558-fb6f5561a337","name":"4YouSee Manager","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"2848d026950a961c15b3518901a54741"}]}},"event":[{"listen":"prerequest","script":{"id":"91585f10-bf0c-47e7-9ab8-25242eb56c62","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cf17ca2d-6423-4e36-9551-f365afe57dda","type":"text/javascript","exec":[""]}}],"variable":[{"key":"secret-token","value":"2848d026950a961c15b3518901a54741"},{"key":"base-url","value":"https://api.4yousee.com.br/v1"}]}